]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
basic-block.h (struct basic_block_def): Add discriminator field.
[thirdparty/gcc.git] / gcc / ChangeLog
1 2009-06-04 Cary Coutant <ccoutant@google.com>
2
3 * basic-block.h (struct basic_block_def): Add discriminator field.
4 * dbxout.c (dbxout_source_line): Add new parameter. Change all
5 callers.
6 * debug.c (do_nothing_debug_hooks): Add additional entry.
7 (debug_nothing_int_charstar_int): New function.
8 * debug.h (struct gcc_debug_hooks): Add parameter to source_line
9 hook.
10 (debug_nothing_int_charstar_int): New declaration.
11 * dwarf2out.c (dwarf2out_source_line): Add new parameter. Write
12 discriminator value in .loc directive.
13 * final.c (last_discriminator): New variable.
14 (discriminator): New variable.
15 (final_start_function): Initialize above variables, pass current
16 discriminator to debug hook.
17 (notice_source_line): Check for discriminator change.
18 * gimple-pretty-print.c (dump_bb_header): Print discriminator value.
19 * sdbout.c (sdbout_source_line): New parameter.
20 * tree-cfg.c (struct locus_discrim_map): New structure type.
21 (discriminator_per_locus): New hash table.
22 (build_gimple_cfg): Allocate and free discriminator hash table.
23 (make_edges): Call assign_discriminator.
24 (locus_map_hash): New function.
25 (locus_map_eq): New function.
26 (next_discriminator_for_locus): New function.
27 (same_line_p): New function.
28 (assign_discriminator): New function.
29 (make_cond_expr_edges): Call assign_discriminator.
30 (make_gimple_switch_edges): Likewise.
31 (first_non_label_stmt): New function.
32 * vmsdbgout.c (vmsdbgout_source_line): Add new parameter. Change
33 all callers.
34 * xcoffout.c (xcoffout_source_line): Add new parameter.
35
36 * configure.ac (gcc_cv_as_discriminator): New configury check for
37 gas support for discriminator.
38 * configure: Regenerate.
39 * config.in: Regenerate.
40
41 2009-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
42
43 * config/arm/arm.c (thumb2_legitimate_index_p): Initialize
44 val after checking for integers.
45
46 2009-06-04 Uros Bizjak <ubizjak@gmail.com>
47
48 * config/i386/i386.h (X86_64_MS_REGPARM_MAX): Rename from
49 X64_REGPARM_MAX.
50 (REGPARM_MAX): Use X86_64_MS_REGPARM_MAX.
51 (X86_64_MS_SSE_REGPARM_MAX): Rename from X64_SSE_REGPARM_MAX.
52 (SSE_REGPARM_MAX): Use X86_64_MS_SSE_REGPARM_MAX.
53 * config/i386/i386.c: Use X86_64_MS_REGPARM_MAX instead of
54 X64_REGPARM_MAX. Use X86_64_MS_SSE_REGPARM_MAX instead of
55 X64_SSE_REGPARM_MAX.
56 * config/i386/i386.md: Use X86_64_MS_SSE_REGPARM_MAX instead of
57 X64_SSE_REGPARM_MAX.
58
59 2009-06-04 Alexandre Oliva <aoliva@redhat.com>
60
61 * gcc.c (report_times_to_file): New.
62 (execute): Implement it.
63 (process_command): Support -time=.
64 * doc/invoke.texi: Document it.
65
66 2009-06-04 Alexandre Oliva <aoliva@redhat.com>
67
68 * tree-ssa-live.c (remove_unused_scope_block_p): Keep variables
69 that have value exprs.
70
71 2009-06-04 Alexandre Oliva <aoliva@redhat.com>
72
73 * dwarf2asm.c (dw2_force_const_mem): Defer creation of
74 declarations for constants until...
75 (dw2_output_indirect_constant_1): ... this point.
76
77 2009-06-04 Richard Earnshaw <rearnsha@arm.com>
78
79 PR target/10242
80 * arm.md (arm_addsi3): Don't try to split an add with an
81 eliminable register until after reload has completed.
82
83 2009-06-03 Ian Lance Taylor <iant@google.com>
84
85 * dummy-checksum.c (executable_checksum): Use EXPORTED_CONST.
86 * genattrtab.c (write_length_unit_log): Likewise.
87 * genchecksum.c (dosum): Likewise.
88 * gengtype.c (write_rtx_next): Likewise.
89 (finish_root_table, write_roots): Likewise.
90 * gimple.c (gimple_ops_offset_): Likewise.
91 * tree-nomudflap.c (gt_ggc_r_gt_tree_mudflap_h): Likewise.
92 * config/arc/arc.c (arc_attribute_table): Likewise.
93 * config/arm/arm.c (arm_attribute_table): Likewise.
94 * config/avr/avr.c (avr_attribute_table): Likewise.
95 * config/crx/crx.c (crx_attribute_table): Likewise.
96 * config/m32r/m32r.c (m32r_attribute_table): Likewise.
97 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Likewise.
98 * config/mcore/mcore.c (mcore_attribute_table): Likewise.
99 * config/rs6000/rs6000.c (rs6000_attribute_table): Likewise.
100 * config/sh/sh.c (sh_attribute_table): Likewise.
101 * config/sparc/sparc.c (sparc_attribute_table): Likewise.
102 * config/spu/spu.c (spu_attribute_table): Likewise.
103 * config/v850/v850.c (v850_attribute_table): Likewise.
104
105 * config/alpha/alpha.c (vms_attribute_table): Make static.
106 * config/bfin/bfin.c (bfin_attribute_table): Likewise.
107 * config/h8300/h8300.c (h8300_attribute_table): Likewise.
108 * config/mips/mips.c (mips_attribute_table): Likewise.
109
110 * Makefile.in (dummy-checksum.o): Depend upon $(CONFIG_H) and
111 $(SYSTEM_H).
112 (cc1-checksum.o): Likewise.
113
114 2009-06-03 Steve Ellcey <sje@cup.hp.com>
115
116 * config/ia64/vect.md (*movv2sf_internal): Handle big endian case.
117
118 2009-06-03 Jakub Jelinek <jakub@redhat.com>
119
120 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Return generated
121 insn if it is changing sp. Use gen_add3_insn instead of
122 conditionally gen_addsi3 and gen_adddi3.
123 (offset_below_red_zone_p): New static inline function.
124 (rs6000_emit_epilogue): Emit needed epilogue unwind info.
125 Use gen_add3_insn instead of conditionally gen_addsi3 and gen_adddi3.
126 * config/rs6000/ppc-asm.h: Include auto-host.h.
127 (CFI_STARTPROC, CFI_ENDPROC, CFI_DEF_CFA_REGISTER, CFI_OFFSET,
128 CFI_RESTORE): Define.
129 * config/rs6000/crtresxgpr.asm: Add unwind info.
130 * config/rs6000/crtresxfpr.asm: Likewise.
131 * config/rs6000/crtresgpr.asm: Likewise.
132 * config/rs6000/crtresfpr.asm: Likewise.
133 * config/rs6000/crtsavgpr.asm: Likewise.
134 * config/rs6000/crtsavfpr.asm: Likewise.
135
136 * dwarf2out.c (output_cfi_directive): Pass 1 instead of
137 0 to second argument of DWARF2_FRAME_REG_OUT macros.
138
139 2009-06-03 Julian Brown <julian@codesourcery.com>
140
141 * config/arm/arm.c (arm_hard_regno_mode_ok): Permit values of four
142 words or less (including TImode) in core registers.
143
144 2009-06-03 Richard Guenther <rguenther@suse.de>
145
146 PR middle-end/40328
147 * fold-const.c (fold_convert): Fold the build COMPLEX_EXPR.
148
149 2009-06-03 Andrey Belevantsev <abel@ispras.ru>
150
151 * statistics.c (statistics_counter_event): Do not record event
152 in pass dump if its number == -1.
153 (curr_statistics_hash): Add assert that we never get passes
154 with static number == -1.
155
156 2009-06-03 Richard Guenther <rguenther@suse.de>
157 Andrey Belevantsev <abel@ispras.ru>
158
159 * cfgexpand.c (discover_nonconstant_array_refs_r): Make only
160 non-BLKmode arrays addressable.
161
162 2009-06-03 Maxim Kuvyrkov <maxim@codesourcery.com>
163
164 * config/m68k/linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...
165 * config/m68k/m68k.h: ... here.
166 * testsuite/gcc.dg/falign-labels.c (dg-options): Don't restrict for
167 m68k and fido.
168
169 2009-06-03 Martin Jambor <mjambor@suse.cz>
170
171 PR tree-optimization/40323
172 * ipa-prop.c (get_ssa_def_if_simple_copy): Break if not single
173 assignment.
174
175 2009-06-03 Richard Guenther <rguenther@suse.de>
176
177 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
178 consistently.
179
180 2009-06-03 Shujing Zhao <pearly.zhao@oracle.com>
181
182 * config/sh/predicates.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
183 JUMP_P, CALL_P, NONJUMP_INSN_P, NOTE_P, BARRIER_P and
184 JUMP_TABLE_DATA_P where applicable.
185 * config/sh/sh.c: Ditto.
186 * config/sh/sh.h: Ditto.
187 * config/sh/sh.md: Ditto.
188 * config/sh/symbian.c: Ditto.
189
190 2009-06-03 Uros Bizjak <ubizjak@gmail.com>
191
192 * config/i386/driver-i386.c (describe_cache): Optimize
193 concatenation of strings. Use snprintf instead of sprintf.
194 (host_detect_local_cpu): Ditto. Ignore -march and -mtune for native
195 target when not compiling with GCC.
196
197 2009-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
198
199 * config/sh/sh.c: Revert last change.
200 (sh_expand_epilogue): Emit a blockage insn before the frame
201 pointer adjustment unconditionally.
202
203 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
204
205 * config/pa/pa-hpux.h (LINK_SPEC): Remove "%<fwhole-program".
206 * config/pa/pa-hpux10.h (LINK_SPEC): Likewise.
207 * config/pa/pa-hpux11.h (LINK_SPEC): Likewise.
208 * gcc.c (set_collect_gcc_options): Don't add -fwhole-program
209 to COLLECT_GCC_OPTIONS.
210
211 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
212
213 * collect2.c (target_system_root): New variable.
214 (main): Handle --sysroot=.
215 (ignore_library): Strip the sysroot from the library path.
216
217 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
218
219 * Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.
220 (collect2.o): Depend on collect2-aix.h.
221 (collect2-aix.o): New rule.
222 * collect2-aix.h: New file.
223 * collect2-aix.c: Likewise.
224 * collect2.c: Include collect2-aix.h. Don't undefine
225 OBJECT_FORMAT_COFF if CROSS_AIX_SUPPORT is defined.
226 Guard native includes with #ifndef CROSS_DIRECTORY_STRUCTURE.
227 Use TARGET_AIX_VERSION instead of _AIX51.
228 * config/rs6000/aix43.h (TARGET_AIX_VERSION): Define.
229 * config/rs6000/aix51.h (TARGET_AIX_VERSION): Likewise.
230 * config/rs6000/aix52.h (TARGET_AIX_VERSION): Likewise.
231 * config/rs6000/aix53.h (TARGET_AIX_VERSION): Likewise.
232 * config/rs6000/aix61.h (TARGET_AIX_VERSION): Likewise.
233
234 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
235
236 * collect2.c (ignore_library): Avoid premature post-increment
237 and null deference.
238
239 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
240
241 * Makefile.in (libgcc.mvars): Add TARGET_SYSTEM_ROOT.
242 * config/rs6000/aix.h (LINK_SYSCALLS_SPEC): Add %R to the
243 !CROSS_DIRECTORY_STRUCTURE alternative and use it for
244 CROSS_DIRECTORY_STRUCTURE too.
245 (LINK_LIBG_SPEC): Likewise.
246 (LIB_SPEC): Add %R to sysroot paths.
247 * config/rs6000/aix43.h (CPP_SPEC): Add %R to sysroot paths.
248 (CPLUSPLUS_CPP_SPEC, LIB_SPEC): Likewise.
249 * config/rs6000/aix51.h: As for aix43.h.
250 * config/rs6000/aix52.h: Likewise.
251 * config/rs6000/aix53.h: Likewise.
252 * config/rs6000/aix61.h: Likewise.
253 * config/rs6000/t-aix52 (SHLIB_LINK): Add $(TARGET_SYSTEM_ROOT)
254 to the beginning of sysroot paths.
255
256 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
257
258 * print_rtl (print_rtx): Don't print modes in EXPR_LISTs and
259 INSN_LISTs that are out of the REG_NOTE range.
260
261 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
262
263 * loop-unroll.c (struct iv_to_split): Add pointer to next.
264 (struct var_to_expand): Likewise.
265 (struct opt_info): Add head and tail for linked lists of the above.
266 (analyze_insn_to_expand_var): Initialize next.
267 (analyze_iv_to_split_insn): Likewise.
268 (analyze_insns_in_loop): Create linked lists.
269 (allocate_basic_variable): Simplify for use without hash table.
270 (insert_var_expansion_initialization): Likewise, make it type-safer.
271 (combine_var_copies_in_loop_exit): Likewise.
272 (apply_opt_in_copies): Walk lists rather than hash tables.
273 (release_var_copies): Simplified and inlined by hand into...
274 (free_opt_info): ... this function.
275
276 2009-06-02 Richard Guenther <rguenther@suse.de>
277
278 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
279 for field decls.
280
281 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
282
283 * cfgexpand.c (gimple_expand_cfg): Discard the source location
284 only for builtins that are not overridden.
285
286 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
287
288 * gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
289 label string.
290
291 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
292
293 * df-core.c (df_ref_debug): Honor -fdump-noaddr.
294
295 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
296
297 * combine.c (move_deaths): Compare LUIDs within the same BB only.
298
299 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
300
301 * common.opt (fdump-unnumbered-links): New.
302 * doc/invoke.texi (-fdump-unnumbered-links): Document it.
303 * print-rtl.c (flag_dump_unnumbered_links): New.
304 (print_rtx): Test it.
305
306 2009-06-02 Richard Earnshaw <rearnsha@arm.com>
307
308 * arm.c (arm_get_frame_offsets): Prefer using r3 for padding a
309 push/pop multiple to 8-byte alignment.
310
311 2009-06-01 Jakub Jelinek <jakub@redhat.com>
312
313 * config/i386/i386.c (queued_cfa_restores): New static variable.
314 (ix86_add_cfa_restore_note, ix86_add_queued_cfa_restore_notes): New
315 functions.
316 (pro_epilogue_adjust_stack): Call ix86_add_queued_cfa_restore_notes.
317 (ix86_emit_restore_reg_using_pop): Add RED_OFFSET argument.
318 Set RTX_FRAME_RELATED_P immediately after adding a REG_CFA_* note.
319 Call ix86_add_cfa_restore_note instead of adding REG_CFA_OFFSET
320 note unconditionally.
321 (ix86_emit_restore_regs_using_mov): Likewise.
322 (ix86_emit_restore_sse_regs_using_mov): Likewise.
323 (ix86_emit_restore_regs_using_pop): Add RED_OFFSET argument, pass
324 it through to ix86_emit_restore_reg_using_pop.
325 (ix86_emit_leave): Add RED_OFFSET argument. Call
326 ix86_add_queued_cfa_restore_notes. Call ix86_add_cfa_restore_note
327 instead of adding REG_CFA_OFFSET note unconditionally.
328 (ix86_expand_epilogue): Compute RED_OFFSET, pass it down to
329 the above functions. Call ix86_add_queued_cfa_restore_notes when
330 needed.
331
332 * dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument, if true,
333 force output of the label even for dwarf2out_do_cfi_asm.
334 (add_fde_cfi): If -g2 and above and cfi might change CFA,
335 force creation of CFI label and chain DW_CFA_set_loc jumping to it
336 for convert_cfa_to_fb_loc_list. Adjust other dwarf2out_cfi_label
337 caller.
338 (dwarf2out_stack_adjust, dwarf2out_frame_debug,
339 dwarf2out_begin_epilogue, dwarf2out_frame_debug_restore_state): Adjust
340 dwarf2out_cfi_label callers.
341 * tree.h (dwarf2out_cfi_label): Adjust prototype.
342 * config/arm/arm.c (thumb_pushpop, thumb1_output_function_prologue):
343 Adjust dwarf2out_cfi_label callers.
344 * config/vax/vax.c (vax_output_function_prologue): Likewise.
345
346 * config/i386/i386.h (struct machine_cfa_state,
347 struct machine_function): Guard with ifndef USED_FOR_TARGET
348 instead of not IN_LIBGCC2 and not in IN_TARGET_LIBS.
349
350 PR other/40024
351 * emutls.c (__emutls_get_address): Change arr->size to mean number
352 of allocated arr->data entries instead of # of slots + 1.
353
354 PR middle-end/40316
355 * recog.c (peep2_reinit_state): New function.
356 (peephole2_init_state): Use it at the end of a basic block and also
357 when seeing a RTX_FRAME_RELATED_P insn.
358
359 2009-06-01 Steve Ellcey <sje@cup.hp.com>
360
361 * ia64.md (floatdirf2, fix_truncrfdi, floatunsdirf,
362 fixuns_truncrfdi2): New.
363 (fix_truncxfdi2_alts, fixuns_truncxfdi2_alts,
364 *nmaddsf4_alts, *nmadddf4_alts, *nmadddf4_truncsf_alts,
365 *mulxf3_alts, *mulxf3_truncsf_alts, *mulxf3_truncdf_alts,
366 *maddxf4_alts, *maddxf4_alts_truncsf, *maddxf4_alts_truncdf,
367 *nmaddxf4_alts, *nmaddxf4_truncsf_alts, *nmaddxf4_truncdf_alts,
368 *recip_approx): Remove.
369 (divsi3 modsi3, udivsi3, umodsi3, divsi3_internal, divdi3,
370 moddi3, udivdi3, umoddi3, divdi3_internal_lat, divdi3_internal_thr,
371 divsf3, sqrtsf2, divdf3, sqrtdf2, divxf3, sqrtxf2): Modify and
372 move to div.md.
373 * div.md (fix_truncrfdi2_alts, fixuns_truncrfdi2_alt,
374 setf_exp_rf): New.
375
376 2009-06-01 Ian Lance Taylor <iant@google.com>
377
378 * attribs.c (register_attribute): Use CONST_CAST.
379 * collect2.c (main): Use CONST_CAST2.
380 (scan_prog_file): Likewise.
381 * gcc.c (process_command, main): Likewise.
382 * toplev.c (toplev_main): Likewise.
383
384 * c-typeck.c (handle_warn_cast_qual): New static function,
385 partially broken out of build_c_cast.
386 (build_c_cast): Call handle_warn_cast_qual.
387 * doc/invoke.texi (Warning Options): Document new effect of
388 -Wcast-qual.
389
390 2009-06-01 Aldy Hernandez <aldyh@redhat.com>
391
392 * diagnostic.c (diagnostic_build_prefix): Always print columns.
393 (diagnostic_report_current_module): Print columns.
394 * common.opt (flag_show_column): Enable by default.
395
396 2009-06-01 Luis Machado <luisgpm@br.ibm.com>
397
398 * alias.c (find_base_term): Check for NULL term before returning.
399
400 2009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
401
402 Revert due to PR40320:
403 2009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
404 * calls.c (emit_library_call_value_1): Don't force_operand for move
405 and push insns.
406
407 2009-06-01 Olivier Hainque <hainque@adacore.com>
408 Eric Botcazou <ebotcazou@adacore.com>
409
410 * tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a FIELD_DECL, is
411 to be processed as a bitfield for constructor output purposes.
412 * output.h (initializer_constant_valid_for_bitfield_p): Declare
413 new function.
414 * varasm.c (oc_local_state): New type, output_constructor
415 local state to support communication with helpers.
416 (oc_outer_state): New type, output_constructor outer state of
417 relevance in recursive calls.
418 (output_constructor_array_range): New output_constructor helper,
419 extracted code for an array range element.
420 (output_constructor_regular_field): New output_constructor helper,
421 extracted code for an element that is not a bitfield.
422 (output_constructor_bitfield): New output_constructor helper,
423 extracted code for a bitfield element. Accept an OUTER state
424 argument for recursive processing. Recurse on record or array
425 CONSTRUCTOR values, possibly past noop conversions.
426 (initializer_constant_valid_for_bitfield_p): New predicate. Whether
427 VALUE is a valid constant-valued expression for use in a static
428 bit-field initializer.
429 (output_constructor): Rework to use helpers. Accept and honor an
430 OUTER state argument for recursive calls. Return total size. Be
431 prepared for nested constructors initializing bitfields.
432 (output_constant): Feed OUTER in calls to output_constructor.
433
434 2009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
435
436 * calls.c (emit_library_call_value_1): Don't force_operand for move
437 and push insns.
438
439 2009-06-01 Nick Clifton <nickc@redhat.com>
440
441 * doc/invoke.texi (IA-64 Options): Fix typo.
442
443 2009-06-01 Ira Rosen <irar@il.ibm.com>
444
445 PR tree-optimization/39129
446 * tree-vect-loop-manip.c (conservative_cost_threshold): Change the
447 printed message.
448 (vect_do_peeling_for_loop_bound): Use
449 LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
450 LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
451 (vect_loop_versioning): Likewise.
452 (vect_create_cond_for_alias_checks): Fix indentation.
453 * tree-vectorizer.h (struct _loop_vec_info): Fix indentation of the
454 macros.
455 (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT): Define.
456 (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Likewise.
457 * tree-vect-loop.c (vect_analyze_loop_form): Change "too many BBs" to
458 "control flow in loop".
459 (vect_estimate_min_profitable_iters): Use
460 LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
461 LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
462 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
463 (vect_create_data_ref_ptr): Don't mention array dimension in printing.
464 * tree-vect-stmts.c (vectorizable_store): Replace the check that the
465 statement belongs to a group of strided accesses with the exact code
466 check.
467 (vectorizable_load): Likewise.
468 * tree-vect-slp.c (vect_analyze_slp_instance): Spell out "basic block".
469 (vect_slp_analyze_bb, vect_slp_transform_bb): Likewise.
470
471 2009-06-01 Gerald Pfeifer <gerald@pfeifer.com>
472
473 * config/freebsd-stdint.h: New file.
474 * config.gcc (*-*-freebsd): Set use_gcc_stdint=wrap.
475 Add freebsd-stdint.h to tm_file.
476
477 2009-06-01 Richard Earnshaw <rearnsha@arm.com>
478
479 * arm/thumb2.md (thumb2_zero_extendhidi2): New insn and split.
480 (thumb2_extendhidi2): Likewise.
481
482 2009-05-31 Ian Lance Taylor <iant@google.com>
483
484 * regstat.c (regstat_n_sets_and_refs): Remove duplicate definition.
485
486 2009-05-31 Ian Lance Taylor <iant@google.com>
487
488 * Makefile.in (except.o): Depend upon gt-except.h, not gt-$(EXCEPT_H).
489 (ipa-cp.o): Depend upon $(FIBHEAP_H) and $(PARAMS_H).
490 (ipa-reference.o): Depend upon gt-ipa-reference.h.
491
492 2009-05-31 Jason Merrill <jason@redhat.com>
493
494 * tree-pretty-print.c (print_call_name): Take the callee, not the
495 call itself. Make non-static. Use dump_function_name for functions.
496 (dump_generic_node): Adjust.
497 * diagnostic.h: Declare print_call_name.
498 * gimple-pretty-print.c (dump_gimple_call): Use it.
499
500 2009-05-31 Kaz Kojima <kkojima@gcc.gnu.org>
501
502 * config/sh/sh.md (ashldi3_std): New define_expand.
503 (ashldi3): Use it.
504
505 2009-05-31 Kaz Kojima <kkojima@gcc.gnu.org>
506
507 PR target/40313
508 * config/sh/sh.c: Include debug.h.
509 (sh_expand_epilogue): Emit a blockage insn before the frame
510 pointer adjustment also when dwarf2out_do_frame returns true.
511
512 2009-05-31 Richard Earnshaw <rearnsha@arm.com>
513
514 * arm/thumb2.md (thumb2_extendsidi2): Add a split sub-pattern.
515 (thumb2_extendqidi2): New pattern.
516
517 2009-05-31 Ira Rosen <irar@il.ibm.com>
518
519 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
520 mark phis for renaming.
521 * tree-vectorizer.c (vect_memsyms_to_rename): Remove.
522 (vectorize_loops): Don't allocate and free vect_memsyms_to_rename.
523 Call mark_sym_for_renaming.
524 * tree-vectorizer.h (vect_memsyms_to_rename): Remove.
525 * tree-vect-loop.c (vect_transform_loop): Remove
526 vect_memsyms_to_rename initialization and a call to
527 mark_set_for_renaming.
528
529 2009-05-31 Jakub Jelinek <jakub@redhat.com>
530
531 PR middle-end/40304
532 * config/i386/i386.c (pro_epilogue_adjust_stack): Mark insns
533 frame related even if !set_cfa && style < 0.
534
535 2009-05-30 Kai Tietz <kai.tietz@onevision.com>
536
537 * config/i386/mingw-tls.c: New file.
538 * config/i386/t-gthr-win32 (LIB2FUNCS_EXTRA): Add mingw-tls.c file.
539 * gthr-win32.h (MINGW32_SUPPORTS_MT_EH): Define it for targets
540 defining _WIN32 but not __CYGWIN__.
541
542 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
543
544 * configure.ac: Add MPC support.
545
546 * config.in, configure: Regenerate.
547
548 2009-05-29 Richard Henderson <rth@redhat.com>
549
550 * cfgcleanup.c (try_crossjump_to_edge): Only skip past
551 NOTE_INSN_BASIC_BLOCK.
552 * cfglayout.c (duplicate_insn_chain): Copy epilogue insn marks.
553 Duplicate NOTE_INSN_EPILOGUE_BEG notes.
554 * cfgrtl.c (can_delete_note_p): Allow NOTE_INSN_EPILOGUE_BEG
555 to be deleted.
556 * dwarf2out.c (struct cfa_loc): Change indirect field to bitfield,
557 add in_use field.
558 (add_cfi): Disable check redefining cfa away from drap.
559 (lookup_cfa_1): Add remember argument; handle remember/restore.
560 (lookup_cfa): Pass remember argument.
561 (cfa_remember): New.
562 (compute_barrier_args_size_1): Remove sibcall check.
563 (dwarf2out_frame_debug_def_cfa): New.
564 (dwarf2out_frame_debug_adjust_cfa): New.
565 (dwarf2out_frame_debug_cfa_offset): New.
566 (dwarf2out_frame_debug_cfa_register): New.
567 (dwarf2out_frame_debug_cfa_restore): New.
568 (dwarf2out_frame_debug): Handle REG_CFA_* notes.
569 (dwarf2out_begin_epilogue): New.
570 (dwarf2out_frame_debug_restore_state): New.
571 (dw_cfi_oprnd1_desc): Handle DW_CFA_remember_state,
572 DW_CFA_restore_state.
573 (output_cfi_directive): Likewise.
574 (convert_cfa_to_fb_loc_list): Likewise.
575 (dw_cfi_oprnd1_desc): Handle DW_CFA_restore.
576 * dwarf2out.h: Update.
577 * emit-rtl.c (try_split): Don't split RTX_FRAME_RELATED_P.
578 (copy_insn_1): Early out for null.
579 * final.c (final_scan_insn): Call dwarf2out_begin_epilogue
580 and dwarf2out_frame_debug_restore_state.
581 * function.c (prologue, epilogue, sibcall_epilogue): Remove.
582 (prologue_insn_hash, epilogue_insn_hash): New.
583 (free_after_compilation): Adjust freeing accordingly.
584 (record_insns): Create hash table if needed; push insns into
585 hash instead of array.
586 (maybe_copy_epilogue_insn): New.
587 (contains): Search hash table instead of array.
588 (sibcall_epilogue_contains): Remove.
589 (thread_prologue_and_epilogue_insns): Split eh_return insns
590 and mark them as epilogues.
591 (reposition_prologue_and_epilogue_notes): Rewrite epilogue
592 scanning in terms of basic blocks.
593 * insn-notes.def (CFA_RESTORE_STATE): New.
594 * jump.c (returnjump_p_1): Accept EH_RETURN.
595 (eh_returnjump_p_1, eh_returnjump_p): New.
596 * reg-notes.def (CFA_DEF_CFA, CFA_ADJUST_CFA, CFA_OFFSET,
597 CFA_REGISTER, CFA_RESTORE): New.
598 * rtl.def (EH_RETURN): New.
599 * rtl.h (eh_returnjump_p, maybe_copy_epilogue_insn): Declare.
600
601 * config/bfin/bfin.md (UNSPEC_VOLATILE_EH_RETURN): Remove.
602 (eh_return_internal): Use eh_return rtx; split w/ epilogue.
603
604 * config/i386/i386.c (gen_push): Update cfa state.
605 (pro_epilogue_adjust_stack): Add set_cfa argument. When true,
606 add a CFA_ADJUST_CFA note.
607 (ix86_dwarf_handle_frame_unspec): Remove.
608 (ix86_expand_prologue): Update cfa state.
609 (ix86_emit_restore_reg_using_pop): New.
610 (ix86_emit_restore_regs_using_pop): New.
611 (ix86_emit_leave): New.
612 (ix86_emit_restore_regs_using_mov): Add CFA_RESTORE notes.
613 (ix86_expand_epilogue): Add notes for unwinding the epilogue.
614 * config/i386/i386.h (struct machine_cfa_state): New.
615 (ix86_cfa_state): New.
616 * config/i386/i386.md (UNSPEC_EH_RETURN): Remove.
617 (eh_return_internal): Merge from eh_return_<mode>,
618 use eh_return rtx, split w/ epilogue.
619
620 2009-05-29 Ian Lance Taylor <iant@google.com>
621
622 * builtins.c (validate_gimple_arglist): Don't use va_arg with
623 enum type.
624 * calls.c (emit_library_call_value_1): Likewise.
625
626 * c-typeck.c (c_build_va_arg): New function.
627 * c-tree.h (c_build_va_arg): Declare.
628 * c-parser.c (c_parser_postfix_expression): Call c_build_va_arg
629 instead of build_va_arg.
630
631 2009-05-29 Eric Botcazou <ebotcazou@adacore.com>
632
633 * tree-ssa-loop-ivopts.c (strip_offset_1) <MULT_EXPR>: New case.
634 (force_expr_to_var_cost) <NEGATE_EXPR>: Likewise.
635 (ptr_difference_cost): Use affine combinations to compute it.
636 (difference_cost): Likewise.
637 (get_computation_cost_at): Compute more accurate cost for addresses
638 if the ratio is a multiplier allowed in addresses.
639 For non-addresses, consider that an additional offset or symbol is
640 added only once.
641
642 2009-05-29 Jakub Jelinek <jakub@redhat.com>
643
644 * config/i386/i386.c (ix86_decompose_address): Avoid useless
645 0 displacement. Add 0 displacement if base is %[er]bp or %r13.
646
647 * config/i386/i386.md (prefix_data16, prefix_rep): Set to 0 for
648 TYPE_SSE{MULADD,4ARG,IADD1,CVT1} by default.
649 (prefix_rex): For UNIT_MMX don't imply the prefix by default
650 if MODE_DI.
651 (prefix_extra): Default to 2 for TYPE_SSE{MULADD,4ARG} and
652 to 1 for TYPE_SSE{IADD1,CVT1}.
653 (prefix_vex_imm8): Removed.
654 (length_vex): Only pass 1 as second argument to
655 ix86_attr_length_vex_default if prefix_extra is 0.
656 (modrm): For TYPE_INCDEC only set to 0 if not TARGET_64BIT.
657 (length): For prefix vex computation use length_immediate
658 attribute instead of prefix_vex_imm8.
659 (cmpqi_ext_3_insn, cmpqi_ext_3_insn_rex64,
660 addqi_ext_1, addqi_ext_1_rex64, *testqi_ext_0, andqi_ext_0,
661 *andqi_ext_0_cc, *iorqi_ext_0, *xorqi_ext_0, *xorqi_cc_ext_1,
662 *xorqi_cc_ext_1_rex64): Override modrm attribute to 1.
663 (extendsidi2_rex64, extendhidi2, extendqidi2, extendhisi2,
664 *extendhisi2_zext, extendqihi2, extendqisi2, *extendqisi2_zext): Emit
665 a space in between the operands.
666 (*anddi_1_rex64, *andsi_1): Likewise. Override prefix_rex to 1
667 if one operand is 0xff and the other one si, di, bp or sp.
668 (*andhi_1): Override prefix_rex to 1 if one operand is 0xff and the
669 other one si, di, bp or sp.
670 (*btsq, *btrq, *btcq, *btdi_rex64, *btsi): Add mode attribute.
671 (*ffssi_1, *ffsdi_1, ctzsi2, ctzdi2): Add
672 type and mode attributes.
673 (*bsr, *bsr_rex64, *bsrhi): Add type attribute.
674 (*cmpfp_i_mixed, *cmpfp_iu_mixed): For TYPE_SSECOMI, clear
675 prefix_rep attribute and set prefix_data16 attribute iff MODE_DF.
676 (*cmpfp_i_sse, *cmpfp_iu_sse): Clear prefix_rep attribute and set
677 prefix_data16 attribute iff MODE_DF.
678 (*movsi_1): For TYPE_SSEMOV MODE_SI set prefix_data16 attribute.
679 (fix_trunc<mode>di_sse): Set prefix_rex attribute.
680 (*adddi_4_rex64, *addsi_4): Use const128_operand instead of
681 constm128_operand in length_immediate computation.
682 (*addhi_4): Likewise. Fix mode attribute to MODE_HI.
683 (anddi_1_rex64): Use movzbl/movzwl instead of movzbq/movzwq.
684 (*avx_ashlti3, sse2_ashlti3, *avx_lshrti3, sse2_lshrti3): Set
685 length_immediate attribute to 1.
686 (x86_fnstsw_1, x86_fnstcw_1, x86_fldcw_1): Fix length attribute.
687 (*movdi_1_rex64): Override prefix_rex or prefix_data16 attributes
688 for certain alternatives.
689 (*movdf_nointeger, *movdf_integer_rex64, *movdf_integer): Override
690 prefix_data16 attribute if MODE_V1DF.
691 (*avx_setcc<mode>, *sse_setcc<mode>, *sse5_setcc<mode>): Set
692 length_immediate to 1.
693 (set_got_rex64, set_rip_rex64): Remove length attribute, set
694 length_address to 4, set mode attribute to MODE_DI.
695 (set_got_offset_rex64): Likewise. Set length_immediate to 0.
696 (fxam<mode>2_i387): Set length attribute to 4.
697 (*prefetch_sse, *prefetch_sse_rex, *prefetch_3dnow,
698 *prefetch_3dnow_rex): Override length_address attribute.
699 (sse4_2_crc32<mode>): Override prefix_data16 and prefix_rex
700 attributes.
701 * config/i386/predicates.md (ext_QIreg_nomode_operand): New predicate.
702 (constm128_operand): Removed.
703 * config/i386/i386.c (memory_address_length): For
704 disp && !index && !base in 64-bit mode account for SIB byte if
705 print_operand_address can't optimize disp32 into disp32(%rip)
706 and UNSPEC doesn't imply (%rip) addressing. Add 1 to length
707 for fs: or gs: segment.
708 (ix86_attr_length_immediate_default): When checking if shortform
709 is possible, truncate immediate to the length of the non-shortened
710 immediate.
711 (ix86_attr_length_address_default): Ignore MEM_P operands
712 with X constraint.
713 (ix86_attr_length_vex_default): Only check for DImode on
714 GENERAL_REG_P operands.
715 * config/i386/sse.md (<sse>_comi, <sse>_ucomi): Clear
716 prefix_rep attribute, set prefix_data16 attribute iff MODE_DF.
717 (sse_cvttps2pi): Clear prefix_rep attribute.
718 (sse2_cvttps2dq, *sse2_cvtpd2dq, sse2_cvtps2pd): Clear prefix_data16
719 attribute.
720 (*sse2_cvttpd2dq): Don't clear prefix_rep attribute.
721 (*avx_ashr<mode>3, ashr<mode>3, *avx_lshr<mode>3, lshr<mode>3,
722 *avx_ashl<mode>3, ashl<mode>3): Set length_immediate attribute to 1
723 iff operand 2 is const_int_operand.
724 (*vec_dupv4si, avx_shufpd256_1, *avx_shufpd_<mode>,
725 sse2_shufpd_<mode>): Set length_immediate attribute to 1.
726 (sse2_pshufd_1): Likewise. Set prefix attribute to maybe_vex
727 instead of vex.
728 (sse2_pshuflw_1, sse2_pshufhw_1): Set length_immediate to 1 and clear
729 prefix_data16.
730 (sse2_unpckhpd, sse2_unpcklpd, sse2_storehpd, *vec_concatv2df): Set
731 prefix_data16 attribute for movlpd and movhpd instructions.
732 (sse2_loadhpd, sse2_loadlpd, sse2_movsd): Likewise. Override
733 length_immediate for shufpd instruction.
734 (sse2_movntsi, sse3_lddqu): Clear prefix_data16 attribute.
735 (avx_cmpp<avxmodesuffixf2c><mode>3,
736 avx_cmps<ssemodesuffixf2c><mode>3, *avx_maskcmp<mode>3,
737 <sse>_maskcmp<mode>3, <sse>_vmmaskcmp<mode>3,
738 avx_shufps256_1, *avx_shufps_<mode>, sse_shufps_<mode>,
739 *vec_dupv4sf_avx, *vec_dupv4sf): Set length_immediate attribute to 1.
740 (*avx_cvtsi2ssq, *avx_cvtsi2sdq): Set length_vex attribute to 4.
741 (sse_cvtsi2ssq, sse2_cvtsi2sdq): Set prefix_rex attribute to 1.
742 (sse2_cvtpi2pd, sse_loadlps, sse2_storelpd): Override
743 prefix_data16 attribute for the first alternative to 1.
744 (*avx_loadlps): Override length_immediate for the first alternative.
745 (*vec_concatv2sf_avx): Override length_immediate and prefix_extra
746 attributes for second alternative.
747 (*vec_concatv2sf_sse4_1): Override length_immediate and
748 prefix_data16 attributes for second alternative.
749 (*vec_setv4sf_avx, *avx_insertps, vec_extract_lo_<mode>,
750 vec_extract_hi_<mode>, vec_extract_lo_v16hi,
751 vec_extract_hi_v16hi, vec_extract_lo_v32qi,
752 vec_extract_hi_v32qi): Set prefix_extra and length_immediate to 1.
753 (*vec_setv4sf_sse4_1, sse4_1_insertps, *sse4_1_extractps): Set
754 prefix_data16 and length_immediate to 1.
755 (*avx_mulv2siv2di3, *avx_mulv4si3, sse4_2_gtv2di3): Set prefix_extra
756 to 1.
757 (*avx_<code><mode>3, *avx_eq<mode>3, *avx_gt<mode>3): Set
758 prefix_extra attribute for variants that don't have 0f prefix alone.
759 (*avx_pinsr<ssevecsize>): Likewise. Set length_immediate to 1.
760 (*sse4_1_pinsrb, *sse2_pinsrw, *sse4_1_pinsrd, *sse4_1_pextrb,
761 *sse4_1_pextrb_memory, *sse2_pextrw, *sse4_1_pextrw_memory,
762 *sse4_1_pextrd): Set length_immediate to 1.
763 (*sse4_1_pinsrd): Likewise. Set prefix_extra to 1.
764 (*sse4_1_pinsrq, *sse4_1_pextrq): Set prefix_rex and length_immediate
765 to 1.
766 (*vec_extractv2di_1_rex64_avx, *vec_extractv2di_1_rex64,
767 *vec_extractv2di_1_avx, *vec_extractv2di_1_sse2): Override
768 length_immediate to 1 for second alternative.
769 (*vec_concatv2si_avx, *vec_concatv2di_rex64_avx): Override
770 prefix_extra and length_immediate attributes for the first
771 alternative.
772 (vec_concatv2si_sse4_1): Override length_immediate to 1 for the
773 first alternative.
774 (*vec_concatv2di_rex64_sse4_1): Likewise. Override prefix_rex
775 to 1 for the first and third alternative.
776 (*vec_concatv2di_rex64_sse): Override prefix_rex to 1 for the second
777 alternative.
778 (*sse2_maskmovdqu, *sse2_maskmovdqu_rex64): Override length_vex
779 attribute.
780 (*sse_sfence, sse2_mfence, sse2_lfence): Override length_address
781 attribute to 0.
782 (*avx_phaddwv8hi3, *avx_phadddv4si3, *avx_phaddswv8hi3,
783 *avx_phsubwv8hi3, *avx_phsubdv4si3, *avx_phsubswv8hi,
784 *avx_pmaddubsw128, *avx_pmulhrswv8hi3, *avx_pshufbv16qi3,
785 *avx_psign<mode>3): Set prefix_extra attribute to 1.
786 (ssse3_phaddwv4hi3, ssse3_phadddv2si3, ssse3_phaddswv4hi3,
787 ssse3_phsubwv4hi3, ssse3_phsubdv2si3, ssse3_phsubswv4hi3,
788 ssse3_pmaddubsw, *ssse3_pmulhrswv4hi, ssse3_pshufbv8qi3,
789 ssse3_psign<mode>3): Override prefix_rex attribute.
790 (*avx_palignrti): Override prefix_extra and length_immediate to 1.
791 (ssse3_palignrti): Override length_immediate to 1.
792 (ssse3_palignrdi): Override length_immediate to 1, override
793 prefix_rex attribute.
794 (abs<mode>2): Override prefix_rep to 0, override prefix_rex attribute.
795 (sse4a_extrqi): Override length_immediate to 2.
796 (sse4a_insertqi): Likewise. Override prefix_data16 to 0.
797 (sse4a_insertq): Override prefix_data16 to 0.
798 (avx_blendp<avxmodesuffixf2c><avxmodesuffix>,
799 avx_blendvp<avxmodesuffixf2c><avxmodesuffix>,
800 avx_dpp<avxmodesuffixf2c><avxmodesuffix>, *avx_mpsadbw,
801 *avx_pblendvb, *avx_pblendw, avx_roundp<avxmodesuffixf2c>256,
802 avx_rounds<avxmodesuffixf2c>256): Override prefix_extra
803 and length_immediate to 1.
804 (sse4_1_blendp<ssemodesuffixf2c>, sse4_1_dpp<ssemodesuffixf2c>,
805 sse4_2_pcmpestr, sse4_2_pcmpestri, sse4_2_pcmpestrm,
806 sse4_2_pcmpestr_cconly, sse4_2_pcmpistr, sse4_2_pcmpistri,
807 sse4_2_pcmpistrm, sse4_2_pcmpistr_cconly): Override prefix_data16
808 and length_immediate to 1.
809 (sse4_1_blendvp<ssemodesuffixf2c>): Override prefix_data16 to 1.
810 (sse4_1_mpsadbw, sse4_1_pblendw): Override length_immediate to 1.
811 (*avx_packusdw, avx_vtestp<avxmodesuffixf2c><avxmodesuffix>,
812 avx_ptest256): Override prefix_extra to 1.
813 (sse4_1_roundp<ssemodesuffixf2c>, sse4_1_rounds<ssemodesuffixf2c>):
814 Override prefix_data16 and length_immediate to 1.
815 (sse5_pperm_zero_v16qi_v8hi, sse5_pperm_sign_v16qi_v8hi,
816 sse5_pperm_zero_v8hi_v4si, sse5_pperm_sign_v8hi_v4si,
817 sse5_pperm_zero_v4si_v2di, sse5_pperm_sign_v4si_v2di,
818 sse5_vrotl<mode>3, sse5_ashl<mode>3, sse5_lshl<mode>3): Override
819 prefix_data16 to 0 and prefix_extra to 2.
820 (sse5_rotl<mode>3, sse5_rotr<mode>3): Override length_immediate to 1.
821 (sse5_frcz<mode>2, sse5_vmfrcz<mode>2): Don't override prefix_extra
822 attribute.
823 (*sse5_vmmaskcmp<mode>3, sse5_com_tf<mode>3,
824 sse5_maskcmp<mode>3, sse5_maskcmp<mode>3, sse5_maskcmp_uns<mode>3):
825 Override prefix_data16 and prefix_rep to 0, length_immediate to 1
826 and prefix_extra to 2.
827 (sse5_maskcmp_uns2<mode>3, sse5_pcom_tf<mode>3): Override
828 prefix_data16 to 0, length_immediate to 1 and prefix_extra to 2.
829 (*avx_aesenc, *avx_aesenclast, *avx_aesdec, *avx_aesdeclast,
830 avx_vpermilvar<mode>3,
831 avx_vbroadcasts<avxmodesuffixf2c><avxmodesuffix>,
832 avx_vbroadcastss256, avx_vbroadcastf128_p<avxmodesuffixf2c>256,
833 avx_maskloadp<avxmodesuffixf2c><avxmodesuffix>,
834 avx_maskstorep<avxmodesuffixf2c><avxmodesuffix>):
835 Override prefix_extra to 1.
836 (aeskeygenassist, pclmulqdq): Override length_immediate to 1.
837 (*vpclmulqdq, avx_vpermil<mode>, avx_vperm2f128<mode>3,
838 vec_set_lo_<mode>, vec_set_hi_<mode>, vec_set_lo_v16hi,
839 vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Override
840 prefix_extra and length_immediate to 1.
841 (*avx_vzeroall, avx_vzeroupper, avx_vzeroupper_rex64): Override
842 modrm to 0.
843 (*vec_concat<mode>_avx): Override prefix_extra and length_immediate
844 to 1 for the first alternative.
845 * config/i386/mmx.md (*mov<mode>_internal_rex64): Override
846 prefix_rep, prefix_data16 and/or prefix_rex attributes in certain
847 cases.
848 (*mov<mode>_internal_avx, *movv2sf_internal_rex64,
849 *movv2sf_internal_avx, *movv2sf_internal): Override
850 prefix_rep attribute for certain alternatives.
851 (*mov<mode>_internal): Override prefix_rep or prefix_data16
852 attributes for certain alternatives.
853 (*movv2sf_internal_rex64_avx): Override prefix_rep and length_vex
854 attributes for certain alternatives.
855 (*mmx_addv2sf3, *mmx_subv2sf3, *mmx_mulv2sf3,
856 *mmx_<code>v2sf3_finite, *mmx_<code>v2sf3, mmx_rcpv2sf2,
857 mmx_rcpit1v2sf3, mmx_rcpit2v2sf3, mmx_rsqrtv2sf2, mmx_rsqit1v2sf3,
858 mmx_haddv2sf3, mmx_hsubv2sf3, mmx_addsubv2sf3,
859 *mmx_eqv2sf3, mmx_gtv2sf3, mmx_gev2sf3, mmx_pf2id, mmx_pf2iw,
860 mmx_pi2fw, mmx_floatv2si2, mmx_pswapdv2sf2, *mmx_pmulhrwv4hi3,
861 mmx_pswapdv2si2): Set prefix_extra attribute to 1.
862 (mmx_ashr<mode>3, mmx_lshr<mode>3, mmx_ashl<mode>3): Set
863 length_immediate to 1 if operand 2 is const_int_operand.
864 (*mmx_pinsrw, mmx_pextrw, mmx_pshufw_1, *vec_dupv4hi,
865 *vec_extractv2si_1): Set length_immediate attribute to 1.
866 (*mmx_uavgv8qi3): Override prefix_extra attribute to 1 if
867 using old 3DNOW insn rather than SSE/3DNOW_A.
868 (mmx_emms, mmx_femms): Clear modrm attribute.
869
870 2009-05-29 Martin Jambor <mjambor@suse.cz>
871
872 * tree-sra.c: New implementation of SRA.
873
874 * params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): Removed.
875 (PARAM_SRA_MAX_STRUCTURE_COUNT): Removed.
876 (PARAM_SRA_FIELD_STRUCTURE_RATIO): Removed.
877 * params.h (SRA_MAX_STRUCTURE_SIZE): Removed.
878 (SRA_MAX_STRUCTURE_COUNT): Removed.
879 (SRA_FIELD_STRUCTURE_RATIO): Removed.
880 * doc/invoke.texi (sra-max-structure-size): Removed.
881 (sra-field-structure-ratio): Removed.
882
883 2009-05-29 Jakub Jelinek <jakub@redhat.com>
884
885 PR middle-end/40291
886 * builtins.c (expand_builtin_memcmp): Convert len to sizetype
887 before expansion.
888
889 2009-05-29 Andrey Belevantsev <abel@ispras.ru>
890
891 PR rtl-optimization/40101
892 * sel-sched-ir.c (get_seqno_by_preds): Allow returning negative
893 seqno. Adjust comment.
894 * sel-sched.c (find_seqno_for_bookkeeping): Assert that when
895 inserting bookkeeping before a jump, the jump is not scheduled.
896 When no positive seqno found, provide a value. Add comment.
897
898 2009-05-29 Richard Guenther <rguenther@suse.de>
899
900 * tree-ssa-alias.c (nonaliasing_component_refs_p): Remove
901 short-cutting on the first component.
902
903 2009-05-29 Jakub Jelinek <jakub@redhat.com>
904
905 PR middle-end/39958
906 * omp-low.c (scan_omp_1_op): Call remap_type on TREE_TYPE
907 for trees other than decls/types.
908
909 2009-05-29 Richard Guenther <rguenther@suse.de>
910
911 * tree-ssa-operands.c (get_expr_operands): Do not handle
912 INDIRECT_REFs in the handled-component case. Remove
913 unused get_ref_base_and_extent case.
914 * tree-dfa.c (get_ref_base_and_extent): Avoid calling
915 tree_low_cst and host_integerp where possible.
916 * tree-ssa-structalias.c (equiv_class_label_eq): Check hash
917 codes for equivalence.
918 * dce.c (find_call_stack_args): Avoid redundant bitmap queries.
919
920 2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
921
922 * config.gcc: Add i386/t-fprules-softfp and soft-fp/t-softfp
923 to tmake_file for i[34567]86-*-cygwin*.
924
925 2009-05-29 Jakub Jelinek <jakub@redhat.com>
926
927 PR target/40017
928 * config/rs6000/rs6000-c.c (_Bool_keyword): New variable.
929 (altivec_categorize_keyword, init_vector_keywords,
930 rs6000_cpu_cpp_builtins): Define _Bool as conditional macro
931 similar to bool.
932
933 2009-05-29 Kai Tietz <kai.tietz@onevision.com>
934
935 * tree.c (handle_dll_attribute): Check if node is
936 of kind FUNCTION_DECL for DECL_DECLARED_INLINE_P check.
937
938 2009-05-29 Richard Earnshaw <rearnsha@arm.com>
939
940 * config/arm/thumb2.md (thumb2_zero_extendsidi2): Add a split
941 component.
942 (thumb2_zero_extendqidi2): Likewise.
943
944 2009-05-28 Kaz Kojima <kkojima@gcc.gnu.org>
945
946 * config/sh/sh.c (sh_expand_t_scc): Use gen_xorsi3_movrt
947 instead of gen_movrt.
948 * config/sh/sh.md (movrt): Remove.
949
950 2009-05-28 Steve Ellcey <sje@cup.hp.com>
951
952 * doc/invoke.texi (IA-64 Options):
953 Add -msdata, -mfused-madd, -mno-inline-float-divide,
954 -mno-inline-int-divide, -mno-inline-sqrt, -msched-spec-ldc,
955 -msched-spec-control-ldc, -msched-prefer-non-data-spec-insns,
956 -msched-prefer-non-control-spec-insns,
957 -msched-stop-bits-after-every-cycle,
958 -msched-count-spec-in-critical-path,
959 -msel-sched-dont-check-control-spec, -msched-fp-mem-deps-zero-cost
960 -msched-max-memory-insns-hard-limit, -msched-max-memory-insns.
961 Remove -mt, -pthread, -msched-ldc, -mno-sched-control-ldc,
962 and -msched-spec-verbose.
963
964 2009-05-28 Joseph Myers <joseph@codesourcery.com>
965
966 * config/arm/lib1funcs.asm (__clear_cache): Define if L_clear_cache.
967 * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Define to give an
968 error if used.
969 * config/arm/t-linux-eabi (LIB1ASMFUNCS): Add _clear_cache.
970
971 2009-05-28 Richard Guenther <rguenther@suse.de>
972
973 * tree-ssa-alias.c (ao_ref_init): New function.
974 (ao_ref_base): Likewise.
975 (ao_ref_base_alias_set): Likewise.
976 (ao_ref_alias_set): Likewise.
977 (refs_may_alias_p_1): Change signature.
978 (refs_may_alias_p): Adjust.
979 (refs_anti_dependent_p): Likewise.
980 (refs_output_dependent_p): Likewise.
981 (call_may_clobber_ref_p_1): Change signature.
982 (call_may_clobber_ref_p): Adjust.
983 (stmt_may_clobber_ref_p_1): New function split out from ...
984 (stmt_may_clobber_ref_p): ... here.
985 (maybe_skip_until): Adjust signature.
986 (get_continuation_for_phi): Likewise.
987 (walk_non_aliased_vuses): Likewise.
988 * tree-ssa-alias.h (struct ao_ref_s): New structure type.
989 (ao_ref_init): Declare.
990 (ao_ref_base): Likewise.
991 (ao_ref_alias_set): Likewise.
992 (stmt_may_clobber_ref_p_1): Likewise.
993 (walk_non_aliased_vuses): Adjust.
994 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): New function.
995 (get_ref_from_reference_ops): remove.
996 (vn_reference_lookup_2): Adjust signature.
997 (vn_reference_lookup_3): Do not re-build trees. Handle unions.
998 (vn_reference_lookup_pieces): Adjust signature, do not re-build trees.
999 (vn_reference_lookup): Adjust.
1000 (vn_reference_insert): Likewise.
1001 (vn_reference_insert_pieces): Adjust signature.
1002 (visit_reference_op_call): Adjust.
1003 * tree-ssa-pre.c (get_expr_type): Simplify.
1004 (phi_translate_1): Adjust.
1005 (compute_avail): Likewise.
1006 (translate_vuse_through_block): Do not re-build trees.
1007 (value_dies_in_block_x): Likewise.
1008 * tree-ssa-sccvn.h (struct vn_reference_s): Add type and alias-set
1009 fields.
1010 (vn_reference_lookup_pieces): Adjust declaration.
1011 (vn_reference_insert_pieces): Likewise.
1012
1013 2009-05-28 Benjamin Kosnik <bkoz@redhat.com>
1014
1015 * tree-ssa-copy.c (replace_exp_1): Move op for warning-free use
1016 with checking disabled.
1017
1018 2009-05-28 Dave Korn <dave.korn.cygwin@gmail.com>
1019
1020 PR target/37216
1021
1022 * configure.ac (HAVE_GAS_ALIGNED_COMM): Add autoconf test and
1023 macro definition for support of three-operand format aligned
1024 .comm directive in assembler on cygwin/pe/mingw target OS.
1025 * configure: Regenerate.
1026 * config.h: Regenerate.
1027
1028 * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Use
1029 aligned form of .comm directive if -mpe-aligned-commons is in effect.
1030 * config/i386/cygming.opt (-mpe-aligned-commons): Add new option.
1031
1032 * doc/invoke.texi (-mpe-aligned-commons): Document new target option.
1033 * doc/tm.texi (ASM_OUTPUT_COMMON): Document zero size commons.
1034
1035 2009-05-28 Ira Rosen <irar@il.ibm.com>
1036
1037 PR tree-optimization/40254
1038 * tree-data-ref.c (dr_analyze_innermost): Take POFFSET into account
1039 in analysis of basic blocks.
1040
1041 2009-05-28 Adam Nemet <anemet@caviumnetworks.com>
1042
1043 PR middle-end/33699
1044 * target.h (struct gcc_target): Fix indentation. Add const_anchor.
1045 * target-def.h (TARGET_CONST_ANCHOR): New macro.
1046 (TARGET_INITIALIZER): Use it.
1047 * cse.c (CHEAPER): Move it up to the other macros.
1048 (insert): Rename this ...
1049 (insert_with_costs): ... to this. Add cost parameters. Update
1050 function comment.
1051 (insert): New function. Call insert_with_costs.
1052 (compute_const_anchors, insert_const_anchor, insert_const_anchors,
1053 find_reg_offset_for_const, try_const_anchors): New functions.
1054 (cse_insn): Call try_const_anchors. Adjust cost of src_related
1055 when using a const-anchor. Call insert_const_anchors.
1056 * config/mips/mips.c (mips_set_mips16_mode): Set targetm.const_anchor.
1057 * doc/tm.texi (Misc): Document TARGET_CONST_ANCHOR.
1058
1059 2009-05-28 Alexandre Oliva <aoliva@redhat.com>
1060
1061 * tree-inline.c (remap_decls): Enable nonlocalized variables
1062 when not optimizing.
1063
1064 2009-05-28 Alexandre Oliva <aoliva@redhat.com>
1065
1066 * tree-ssa-live.c (remove_unused_locals): Skip when not optimizing.
1067 Simplify other tests involving optimize.
1068
1069 2009-05-27 Tom Tromey <tromey@redhat.com>
1070
1071 * unwind-dw2.c (_Unwind_DebugHook): New function.
1072 (uw_install_context): Call _Unwind_DebugHook.
1073
1074 2009-05-27 Tom Tromey <tromey@redhat.com>
1075
1076 * system.h (CONST_CAST2): Use C++ const_cast when compiled as C++
1077
1078 2009-05-27 Ian Lance Taylor <iant@google.com>
1079
1080 * Makefile.in (LINKER, LINKER_FLAGS): Define.
1081 (LINKER_FOR_BUILD, BUILD_LINKERFLAGS): Define.
1082 (ALL_LINKERFLAGS): Define.
1083 (xgcc$(exeext)): Change $(COMPILER) to $(LINKER).
1084 (cpp$(exeext), cc1-dummy$(exeext), cc1$(exeext)): Likewise.
1085 (collect2$(exeext), mips-tfile, mips-tdump): Likewise.
1086 (gcov$(exeext), gcov-dump$(exeext)): Likewise.
1087 (build/gen%$(build_exeext)): Change $(COMPILER_FOR_BUILD) to
1088 $(LINKER_FOR_BUILD).
1089 (build/gcov-iov$(build_exeext)): Likewise.
1090
1091 2009-05-27 Julian Brown <julian@codesourcery.com>
1092
1093 * gcse.c (target.h): Include.
1094 (can_assign_to_reg_without_clobbers_p): Check that the target allows
1095 copy of argument to a pseudo register.
1096
1097 2009-05-27 Diego Novillo <dnovillo@google.com>
1098
1099 * tree-ssa-live.c (dump_scope_block): Document arguments.
1100 (dump_scope_blocks): Document.
1101 (debug_scope_blocks): New.
1102 * tree-flow.h (debug_scope_blocks): Declare.
1103
1104 2009-05-21 Denis Chertykov <denisc@overta.ru>
1105
1106 * doc/contrib.texi (Contributors): Add myself to the list.
1107
1108 2009-05-27 Olivier Hainque <hainque@adacore.com>
1109
1110 * expr.c (target_align): New function. Alignment the TARGET of an
1111 assignment may be assume to have.
1112 (highest_pow2_factor_for_target): Use it instead of relying on
1113 immediate tree attributes of TARGET, not necessarily honored when
1114 intermediate bitfields are involved.
1115
1116 2009-05-27 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 PR target/40266
1119 * config/i386/driver-i386.c (host_detect_local_cpu): Support
1120 AVX, SSE4, AES, PCLMUL and POPCNT.
1121
1122 2009-05-27 Diego Novillo <dnovillo@google.com>
1123
1124 * tree-pretty-print.c (dump_location): New.
1125 (dump_generic_node): Call it.
1126 Factor code to handle BLOCK nodes ...
1127 (dump_block_node): ... here.
1128
1129 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
1130
1131 * Makefile.in (GCC_PLUGIN_H): New. Replace all uses of gcc-plugin.h
1132 with it.
1133 * doc/plugins.texi: Document that gcc-plugin.h must be the first to be
1134 included.
1135 * gcc-plugin.h: Include config.h and system.h.
1136 (IN_GCC): Define if not defined.
1137
1138 2009-05-27 Hans-Peter Nilsson <hp@axis.com>
1139
1140 PR middle-end/40249
1141 * Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions
1142 with -fno-inline.
1143
1144 2009-05-27 Shujing Zhao <pearly.zhao@oracle.com>
1145
1146 * config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where
1147 applicable.
1148 * config/m32r/m32r.h: Ditto.
1149 * config/m32r/m32r.md: Ditto.
1150 * config/m32r/predicates.md: Ditto.
1151
1152 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
1153
1154 * cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.
1155
1156 2009-05-26 Basile Starynkevitch <basile@starynkevitch.net>
1157
1158 * doc/plugins.texi
1159 (Loading plugins): typo.
1160 (Plugin callbacks): Documented PLUGIN_INFO, PLUGIN_GGC_START,
1161 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS.
1162 (Interacting with the GCC Garbage Collector): Added new section.
1163 (Giving information about a plugin): Added new section for
1164 PLUGIN_INFO.
1165 * ggc.h (ggc_register_root_tab): Added declaration.
1166 * gcc-plugin.h (PLUGIN_GGC_START, PLUGIN_GGC_MARKING)
1167 (PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS): Added new events.
1168 (register_callback): Improved comment in declaration.
1169 * ggc-common.c (const_ggc_root_tab_t) Added new typedef for vectors.
1170 (extra_root_vec) Added static variable for dynamic roots registration.
1171 (ggc_register_root_tab) Added new routine.
1172 (ggc_mark_roots) Added iteration inside extra_root_vec, and invoke
1173 PLUGIN_GGC_MARKING event.
1174 * ggc-zone.c: Include plugin.h.
1175 (ggc_collect): Invoke PLUGIN_GGC_START & PLUGIN_GGC_END events.
1176 * ggc-page.c: Include plugin.h.
1177 (ggc_collect): Invoke PLUGIN_GGC_START & PLUGIN_GGC_END events.
1178 * plugin.c (plugin_event_name): added names of PLUGIN_GGC_START,
1179 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS
1180 (register_callback): check lack of callbacks for
1181 pseudo-events. Added handling of PLUGIN_REGISTER_GGC_ROOTS,
1182 PLUGIN_GGC_START, PLUGIN_GGC_MARKING, PLUGIN_GGC_END.
1183 (invoke_plugin_callbacks): Handle PLUGIN_GGC_START,
1184 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS.
1185 * Makefile.in (ggc-common.o, ggc-zone.o, ggc-page.o): Added
1186 dependency on plugin.h.
1187 (plugin.o): Added dependency on ggc.h...
1188
1189 2009-05-26 Richard Guenther <rguenther@suse.de>
1190
1191 PR middle-end/40248
1192 Revert
1193 * expr.c (expand_expr_real_1): Avoid calling do_store_flag
1194 with mismatched comparison modes.
1195
1196 * expr.c (expand_expr_real_1): Expand the operand of a
1197 VIEW_CONVERT_EXPR in its natural mode.
1198
1199 2009-05-26 Ian Lance Taylor <iant@google.com>
1200
1201 * Makefile.in (COMPILER, COMPILER_FLAGS): Define.
1202 (COMPILER_FOR_BUILD, BUILD_COMPILERFLAGS): Define.
1203 (ALL_COMPILERFLAGS): Define.
1204 (.c.o, xgcc$(exeext), cpp$(exeext)): Use $(COMPILER).
1205 (cc1-dummy$(exeext), cc1$(exeext)): Likewise.
1206 (collect2$(exeext), collect2.o): Likewise.
1207 (c-opts.o, c-cppbuiltin.o, c-pch.o, gcc.o, gccspec.o): Likewise.
1208 (gcc-options.o, version.o, prefix.o, toplev.o): Likewise.
1209 ($(out_object_file), mips-tfile, mips-tdump): Likewise.
1210 (libbackend.o, intl.o, cppdefault.o): Likewise.
1211 (gcov$(exeext), gcov-dump$(exeext)): Likewise.
1212 (build/%.o): Use $(COMPILER_FOR_BUILD).
1213 (build/gen%$(build_exeext)): Likewise.
1214 (build/gcov-iov$(build_exeext)): LIkewise.
1215 * config/t-darwin (darwin.o): Use $(COMPILER).
1216 (darwin-c.o, darwin-f.o, darwin-driver.o): Likewise.
1217 * config/t-sol2 (sol2-c.o): Likewise.
1218 (sol2.o): Likewise.
1219 * config/t-vxworks (vxworks.o): Likewise.
1220 * config/x-darwin (host-darwin.o): Likewise.
1221 * config/x-hpux (host-hpux.o): Likewise.
1222 * config/x-linux (host-linux.o): Likewise.
1223 * config/x-solaris (host-solaris.o): Likewise.
1224 * config/alpha/x-alpha (driver-alpha.o): Likewise.
1225 * config/arm/t-arm (arm-c.o): Likewise.
1226 * config/arm/t-pe (pe.o): Likewise.
1227 * config/arm/t-wince-pe (pe.o): Likewise.
1228 * config/i386/t-cygming (winnt.o): Likewise.
1229 (winnt-cxx.o, winnt-stubs.o, msformat-c.o): Likewise.
1230 * config/i386/t-cygwin (cygwin1.o): Likewise.
1231 (cygwin2.o): Likewise.
1232 * config/i386/t-i386 (i386-c.o): Likewise.
1233 * config/i386/t-interix (winnt.o): Likewise.
1234 * config/i386/t-netware (netware.o): Likewise.
1235 * config/i386/t-nwld (nwld.o): Likewise.
1236 * config/i386/x-darwin (host-i386-darwin.o): Likewise.
1237 * config/i386/x-i386 (driver-i386.o): Likewise.
1238 * config/i386/x-cygwin (host-cygwin.o): Likewise.
1239 * config/i386/x-mingw32 (host-mingw32.o): Likewise.
1240 * config/ia64/t-ia64 (ia64-c.o): Likewise.
1241 * config/m32c/t-m32c (m32c-pragma.o): Likewise.
1242 * config/mips/x-native (driver-native.o): Likewise.
1243 * config/rs6000/t-rs6000 (rs6000-c.o): Likewise.
1244 * config/rs6000/x-darwin (host-ppc-darwin.o): Likewise.
1245 * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Likewise.
1246 * config/rs6000/x-rs6000 (driver-rs6000.o): Likewise.
1247 * config/score/t-score-elf (score7.o): Likewise.
1248 (score3.o): Likewise.
1249 * config/sh/t-sh (sh-c.o): Likewise.
1250 * config/sh/t-symbian (sh-c.o): Likewise.
1251 (symbian.o): Likewise.
1252 * config/spu/t-spu-elf (spu-c.o): Likewise.
1253 * config/v850/t-v850 (v850-c.o): Likewise.
1254 * config/v850/t-v850e (v850-c.o): Likewise.
1255
1256 2009-05-26 Richard Guenther <rguenther@suse.de>
1257
1258 PR tree-optimization/40122
1259 * tree-ssa-ccp.c (ccp_fold): Fold vector CONSTRUCTORs to
1260 VECTOR_CSTs if possible.
1261 (fold_gimple_assign): Likewise.
1262
1263 2009-05-26 Richard Guenther <rguenther@suse.de>
1264
1265 PR middle-end/40252
1266 * fold-const.c (fold_binary): Use the correct types for building
1267 rotates.
1268
1269 2009-05-26 Richard Guenther <rguenther@suse.de>
1270
1271 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove
1272 redundant calls to merge_alias_info.
1273 (bump_vector_ptr): Likewise.
1274 * tree-ssa-copy.c (merge_alias_info): Remove.
1275 (replace_exp_1): Remove call to merge_alias_info.
1276 (propagate_tree_value): Likewise.
1277 (fini_copy_prop): Propagate points-to info.
1278 * tree-flow.h (merge_alias_info): Remove.
1279
1280 2009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
1281
1282 * config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
1283
1284 2009-05-25 Jan Hubicka <jh@suse.cz>
1285
1286 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
1287 * cgraph.h (struct inline_summary): New filed self_wize,
1288 size_inlining_benefit, self_time and time_inlining_benefit.
1289 (struct cgraph_global_info): Replace insns by time ans size fields.
1290 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
1291 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
1292 (ipcp_update_callgraph): Do not touch function bodies.
1293 * ipa-inline.c: Include except.h
1294 (MAX_TIME): New constant.
1295 (overall_insns): Remove.
1296 (leaf_node_p): New.
1297 (overall_size, max_benefit): New static variables.
1298 (cgraph_estimate_time_after_inlining): New function.
1299 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
1300 (cgraph_clone_inlined_nodes): Update size.
1301 (cgraph_mark_inline_edge): Update size.
1302 (cgraph_estimate_growth): Use size info.
1303 (cgraph_check_inline_limits): Check size.
1304 (cgraph_default_inline_p): Likewise.
1305 (cgraph_edge_badness): Compute badness based on benefit and size cost.
1306 (cgraph_decide_recursive_inlining): Check size.
1307 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
1308 and times.
1309 (cgraph_decide_inlining): Likewise.
1310 (cgraph_decide_inlining_incrementally): Likewise; honor
1311 PARAM_EARLY_INLINING_INSNS.
1312 (likely_eliminated_by_inlining_p): New predicate.
1313 (estimate_function_body_sizes): New function.
1314 (compute_inline_parameters): Use it.
1315 * except.c (must_not_throw_labels): New function.
1316 * except.h (must_not_throw_labels): Declare.
1317 * tree-inline.c (init_inline_once): Kill inlining_weigths
1318 * tree-ssa-structalias.c: Avoid uninitialized warning.
1319 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
1320 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
1321 (PARAM_INLINE_CALL_COST): Remove.
1322 (PARAM_EARLY_INLINING_INSNS): New.
1323
1324 2009-05-25 Richard Guenther <rguenther@suse.de>
1325
1326 PR tree-optimization/36327
1327 * tree-ssa-alias.c (walk_non_aliased_vuses): Add second walker
1328 callback for reference translation or lookup at the point of may-defs.
1329 * tree-ssa-alias.h (walk_non_aliased_vuses): Adjust prototype.
1330 * tree-ssa-sccvn.c (get_ref_from_reference_ops): Bail out
1331 for union COMPONENT_REFs.
1332 (vn_reference_lookup_3): New callback. Lookup from memset
1333 and CONSTRUCTOR assignment, translate through struct copies.
1334 (vn_reference_lookup_pieces): Make sure to not free the
1335 passed operands array. Adjust walk_non_aliased_vuses call.
1336 (vn_reference_lookup): Adjust walk_non_aliased_vuses call,
1337 make sure we do not leak memory.
1338
1339 2009-05-25 Richard Guenther <rguenther@suse.de>
1340
1341 * tree-ssa-alias.h (dump_points_to_solution): Declare.
1342 * tree-inline.c (expand_call_inline): Reset the escaped and
1343 callused solutions.
1344 * tree-ssa-structalias.c (pass_build_ealias): New.
1345 * tree-pass.h (pass_build_ealias): Declare.
1346 * passes.c (init_optimization_passes): Add PTA during
1347 early optimizations.
1348 * tree-ssa-alias.c (dump_alias_info): Dump the ESCAPED
1349 and CALLUSED solutions.
1350 (dump_points_to_solution): New function, split out from ...
1351 (dump_points_to_info_for): ... here.
1352 * tree-parloops.c (parallelize_loops): Reset the escaped and
1353 callused solutions.
1354
1355 2009-05-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1356
1357 PR bootstrap/40027
1358 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Only define if missing.
1359 * config/i386/sol2.h [!TARGET_GNU_LD] (USE_HIDDEN_LINKONCE): Define.
1360
1361 2009-05-25 Ira Rosen <irar@il.ibm.com>
1362
1363 PR tree-optimization/40238
1364 * tree-vect-stmts.c (vect_init_vector): Insert initialization
1365 statements after basic block's labels.
1366 * tree-vect-slp.c (vect_slp_transform_bb): Call destroy_bb_vec_info()
1367 to free the allocated memory.
1368
1369 2009-05-24 Kaz Kojima <kkojima@gcc.gnu.org>
1370
1371 * gcc/config/sh/sh.c (sh_set_return_address): Mark store of
1372 return address with a USE.
1373
1374 2009-05-24 Richard Guenther <rguenther@suse.de>
1375
1376 PR middle-end/40233
1377 * tree.c (make_vector_type): Build the TYPE_DEBUG_REPRESENTATION_TYPEs
1378 array type from the main variant of the inner type.
1379
1380 2009-05-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1381
1382 * config/vax/vax-protos.h (legitimate_constant_address_p): Change
1383 definition to bool (from int) to un-break build.
1384 (legitimate_constant_p, vax_mode_dependent_address_p): Likewise.
1385
1386 2009-05-24 Paolo Bonzini <bonzini@gnu.org>
1387
1388 * tree-ssa-operands.h (push_stmt_changes, pop_stmt_changes,
1389 discard_stmt_changes): Delete.
1390 * tree-ssa-operands.c (scb_stack): Delete.
1391 (init_ssa_operands): Do not initialize it.
1392 (fini_ssa_operands): Do not free it.
1393 (push_stmt_changes, pop_stmt_changes, discard_stmt_changes): Delete.
1394
1395 * tree-cfg.c (replace_uses_by): Replace pop_stmt_changes with
1396 update_stmt, remove the others. Fix comments.
1397 * tree-dfa.c (optimize_stack_restore): Likewise.
1398 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Likewise.
1399 * tree-ssa-loop-ivopts.c (rewrite_use): Likewise.
1400 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
1401 * tree-ssa-ccp.c (optimize_stack_restore, execute_fold_all_builtins):
1402 Likewise.
1403 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
1404 * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
1405 (dom_opt_finalize_block): Likewise, adjusting access to
1406 stmts_to_rescan.
1407 (optimize_stmt): Likewise, adjusting access to stmts_to_rescan.
1408 (stmts_to_rescan): Change item type to gimple.
1409 (tree_ssa_dominator_optimize): Change type of stmts_to_rescan.
1410
1411 2009-05-24 Ira Rosen <irar@il.ibm.com>
1412
1413 * doc/passes.texi (Tree-SSA passes): Document SLP pass.
1414 * tree-pass.h (pass_slp_vectorize): New pass.
1415 * params.h (SLP_MAX_INSNS_IN_BB): Define.
1416 * timevar.def (TV_TREE_SLP_VECTORIZATION): Define.
1417 * tree-vectorizer.c (timevar.h): Include.
1418 (user_vect_verbosity_level): Declare.
1419 (vect_location): Fix comment.
1420 (vect_set_verbosity_level): Update user_vect_verbosity_level
1421 instead of vect_verbosity_level.
1422 (vect_set_dump_settings): Add an argument. Ignore user defined
1423 verbosity if dump flags require higher level of verbosity. Print to
1424 stderr only for loop vectorization.
1425 (vectorize_loops): Update call to vect_set_dump_settings.
1426 (execute_vect_slp): New function.
1427 (gate_vect_slp): Likewise.
1428 (struct gimple_opt_pass pass_slp_vectorize): New.
1429 * tree-vectorizer.h (struct _bb_vec_info): Define along macros to
1430 access its members.
1431 (vec_info_for_bb): New function.
1432 (struct _stmt_vec_info): Add bb_vinfo and a macro for its access.
1433 (VECTORIZATION_ENABLED): New macro.
1434 (SLP_ENABLED, SLP_DISABLED): Likewise.
1435 (vect_is_simple_use): Add bb_vec_info argument.
1436 (new_stmt_vec_info, vect_analyze_data_ref_dependences,
1437 vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
1438 vect_analyze_data_ref_accesses, vect_analyze_data_refs,
1439 vect_schedule_slp, vect_analyze_slp): Likewise.
1440 (vect_analyze_stmt): Add slp_tree argument.
1441 (find_bb_location): Declare.
1442 (vect_slp_analyze_bb, vect_slp_transform_bb): Likewise.
1443 * tree-vect-loop.c (new_loop_vec_info): Adjust function calls.
1444 (vect_analyze_loop_operations, vect_analyze_loop,
1445 get_initial_def_for_induction, vect_create_epilog_for_reduction,
1446 vect_finalize_reduction, vectorizable_reduction,
1447 vectorizable_live_operation, vect_transform_loop): Likewise.
1448 * tree-data-ref.c (dr_analyze_innermost): Update comment,
1449 skip evolution analysis if analyzing a basic block.
1450 (dr_analyze_indices): Likewise.
1451 (initialize_data_dependence_relation): Skip the test whether the
1452 object is invariant for basic blocks.
1453 (compute_all_dependences): Skip dependence analysis for data
1454 references in basic blocks.
1455 (find_data_references_in_stmt): Don't fail in case of invariant
1456 access in basic block.
1457 (find_data_references_in_bb): New function.
1458 (find_data_references_in_loop): Move code to
1459 find_data_references_in_bb and add a call to it.
1460 (compute_data_dependences_for_bb): New function.
1461 * tree-data-ref.h (compute_data_dependences_for_bb): Declare.
1462 * tree-vect-data-refs.c (vect_check_interleaving): Adjust to the case
1463 that STEP is 0.
1464 (vect_analyze_data_ref_dependence): Check for interleaving in case of
1465 unknown dependence in basic block and fail in case of dependence in
1466 basic block.
1467 (vect_analyze_data_ref_dependences): Add bb_vinfo argument, get data
1468 dependence instances from either loop or basic block vectorization
1469 info.
1470 (vect_compute_data_ref_alignment): Check if it is loop vectorization
1471 before calling nested_in_vect_loop_p.
1472 (vect_compute_data_refs_alignment): Add bb_vinfo argument, get data
1473 dependence instances from either loop or basic block vectorization
1474 info.
1475 (vect_verify_datarefs_alignment): Likewise.
1476 (vect_enhance_data_refs_alignment): Adjust function calls.
1477 (vect_analyze_data_refs_alignment): Likewise.
1478 (vect_analyze_group_access): Fix printing. Skip different checks if
1479 DR_STEP is 0. Keep strided stores either in loop or basic block
1480 vectorization data structure. Fix indentation.
1481 (vect_analyze_data_ref_access): Fix comments, allow zero step in
1482 basic blocks.
1483 (vect_analyze_data_ref_accesses): Add bb_vinfo argument, get data
1484 dependence instances from either loop or basic block vectorization
1485 info.
1486 (vect_analyze_data_refs): Update comment. Call
1487 compute_data_dependences_for_bb to analyze basic blocks.
1488 (vect_create_addr_base_for_vector_ref): Check for outer loop only in
1489 case of loop vectorization. In case of basic block vectorization use
1490 data-ref itself as a base.
1491 (vect_create_data_ref_ptr): In case of basic block vectorization:
1492 don't advance the pointer, add new statements before the current
1493 statement. Adjust function calls.
1494 (vect_supportable_dr_alignment): Support only aligned accesses in
1495 basic block vectorization.
1496 * common.opt (ftree-slp-vectorize): New flag.
1497 * tree-vect-patterns.c (widened_name_p): Adjust function calls.
1498 (vect_pattern_recog_1): Likewise.
1499 * tree-vect-stmts.c (process_use): Likewise.
1500 (vect_init_vector): Add new statements in the beginning of the basic
1501 block in case of basic block SLP.
1502 (vect_get_vec_def_for_operand): Adjust function calls.
1503 (vect_finish_stmt_generation): Likewise.
1504 (vectorizable_call): Add assert that it is loop vectorization, adjust
1505 function calls.
1506 (vectorizable_conversion, vectorizable_assignment): Likewise.
1507 (vectorizable_operation): In case of basic block SLP, take
1508 vectorization factor from statement's type and skip the relevance
1509 check. Adjust function calls.
1510 (vectorizable_type_demotion): Add assert that it is loop
1511 vectorization, adjust function calls.
1512 (vectorizable_type_promotion): Likewise.
1513 (vectorizable_store): Check for outer loop only in case of loop
1514 vectorization. Adjust function calls. For basic blocks, skip the
1515 relevance check and don't advance pointers.
1516 (vectorizable_load): Likewise.
1517 (vectorizable_condition): Add assert that it is loop vectorization,
1518 adjust function calls.
1519 (vect_analyze_stmt): Add argument. In case of basic block SLP, check
1520 that it is not reduction, get vector type, call only supported
1521 functions, skip loop specific parts.
1522 (vect_transform_stmt): Check for outer loop only in case of loop
1523 vectorization.
1524 (new_stmt_vec_info): Add new argument and initialize bb_vinfo.
1525 (vect_is_simple_use): Fix comment, add new argument, fix conditions
1526 for external definition.
1527 * passes.c (pass_slp_vectorize): New pass.
1528 * tree-vect-slp.c (find_bb_location): New function.
1529 (vect_get_and_check_slp_defs): Add argument, adjust function calls,
1530 check for patterns only in loops.
1531 (vect_build_slp_tree): Add argument, adjust function calls, fail in
1532 case of multiple types in basic block SLP.
1533 (vect_mark_slp_stmts_relevant): New function.
1534 (vect_supported_load_permutation_p): Fix comment.
1535 (vect_analyze_slp_instance): Add argument. In case of basic block
1536 SLP, take vectorization factor from statement's type, check that
1537 unrolling factor is 1. Adjust function call. Save SLP instance in
1538 either loop or basic block vectorization structure. Return FALSE,
1539 if SLP failed.
1540 (vect_analyze_slp): Add argument. Get strided stores groups from
1541 either loop or basic block vectorization structure. Return FALSE
1542 if basic block SLP failed.
1543 (new_bb_vec_info): New function.
1544 (destroy_bb_vec_info, vect_slp_analyze_node_operations,
1545 vect_slp_analyze_operations, vect_slp_analyze_bb): Likewise.
1546 (vect_schedule_slp): Add argument. Get SLP instances from either
1547 loop or basic block vectorization structure. Set vectorization factor
1548 to be 1 for basic block SLP.
1549 (vect_slp_transform_bb): New function.
1550 * params.def (PARAM_SLP_MAX_INSNS_IN_BB): Define.
1551
1552 2009-05-23 Mark Mitchell <mark@codesourcery.com>
1553
1554 * final.c (shorten_branches): Do not align labels for jump tables.
1555 (final_scan_insn): Use JUMP_TABLE_DATA_P.
1556
1557 2009-05-23 Eric Botcazou <ebotcazou@adacore.com>
1558
1559 * doc/passes.texi: Standardize spelling of RTL, Tree and Tree SSA.
1560 Remove outdated reference to flow.c and fix nits.
1561 * doc/gccint.texi: Tweak RTL description.
1562 * doc/rtl.texi: Likewise.
1563
1564 2009-05-23 Denis Chertykov <chertykov@gmail.com>
1565
1566 * config/avr/avr.c: Change my email address.
1567 * config/avr/avr.h: Likewise.
1568 * config/avr/avr.md: Likewise.
1569 * config/avr/avr-protos.h: Likewise.
1570 * config/avr/libgcc.S: Likewise.
1571
1572 2009-05-22 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1573
1574 * config/spu/spu-protos.h (aligned_mem_p, spu_valid_mov): Remove.
1575 (spu_split_load, spu_split_store): Change return type to int.
1576 (spu_split_convert): Declare.
1577 * config/spu/predicates.md (spu_mem_operand): Remove.
1578 (spu_mov_operand): Update.
1579 (spu_dest_operand, shiftrt_operator, extend_operator): Define.
1580 * config/spu/spu.c (regno_aligned_for_load): Remove.
1581 (reg_aligned_for_addr, spu_expand_load): Define.
1582 (spu_expand_extv): Reimplement and handle MEM.
1583 (spu_expand_insv): Handle MEM.
1584 (spu_sched_reorder): Handle insn's with length 0.
1585 (spu_legitimate_address_p): Reimplement.
1586 (store_with_one_insn_p): Return TRUE for any mode with size
1587 larger than 16 bytes.
1588 (address_needs_split): Define.
1589 (spu_expand_mov): Call spu_split_load and spu_split_store for MEM
1590 operands.
1591 (spu_convert_move): Define.
1592 (spu_split_load): Use spu_expand_load and change all MEM's to TImode.
1593 (spu_split_store): Change all MEM's to TImode.
1594 (spu_init_expanders): Preallocate registers that correspond to
1595 LAST_VIRTUAL_REG+1 and LAST_VIRTUAL_REG+2 and set them with
1596 mark_reg_pointer.
1597 (spu_split_convert): Define.
1598 * config/spu/spu.md (QHSI, QHSDI): New mode iterators.
1599 (_move<mode>, _movdi, _movti): Update predicate and condition.
1600 (load, store): Change to define_split.
1601 (extendqiti2, extendhiti2, extendsiti2, extendditi2): Simplify to
1602 extend<mode>ti2.
1603 (zero_extendqiti2, zero_extendhiti2, <v>lshr<mode>3_imm): Define.
1604 (lshr<mode>3, lshr<mode>3_imm, lshr<mode>3_re): Simplify to one
1605 define_insn_and_split of lshr<mode>3.
1606 (shrqbybi_<mode>, shrqby_<mode>): Simplify to define_expand.
1607 (<v>ashr<mode>3_imm): Define.
1608 (extv, extzv, insv): Allow MEM operands.
1609 (trunc_shr_ti<mode>, trunc_shr_tidi, shl_ext_<mode>ti,
1610 shl_ext_diti, sext_trunc_lshr_tiqisi, zext_trunc_lshr_tiqisi,
1611 sext_trunc_lshr_tihisi, zext_trunc_lshr_tihisi): Define for combine.
1612 (_spu_convert2): Change to define_insn_and_split and remove the
1613 corresponding define_peephole2.
1614 (stack_protect_set, stack_protect_test, stack_protect_test_si):
1615 Change predicates to memory_operand.
1616
1617 2009-05-22 Mark Mitchell <mark@codesourcery.com>
1618
1619 * config/arm/thumb2.md: Add 16-bit multiply instructions.
1620
1621 2009-05-21 Michael Meissner <meissner@linux.vnet.ibm.com>
1622
1623 PR tree-optimization/40219
1624 * tree.c (iterative_hash_expr): Make sure the builtin function is
1625 a normal builtin function and not a front end or back end builtin
1626 before indexing into the built_in_decls array.
1627
1628 2009-05-22 Richard Guenther <rguenther@suse.de>
1629
1630 PR middle-end/38964
1631 * alias.c (write_dependence_p): Do not use TBAA for answering
1632 anti-dependence or output-dependence.
1633 * tree-ssa-structalias.c (set_uids_in_ptset): Remove TBAA pruning code.
1634 (emit_pointer_definition): Remove.
1635 (emit_alias_warning): Likewise.
1636 (find_what_var_points_to): Remove TBAA pruning code.
1637 (find_what_p_points_to): Likewise. Do not warn about strict-aliasing
1638 violations.
1639 (compute_points_to_sets): Remove code computing the set of
1640 dereferenced pointers.
1641 * tree-data-ref.c (dr_may_alias_p): Properly use the split
1642 oracle for querying anti and output dependencies.
1643 * tree-ssa-alias.c (refs_may_alias_p_1): Add argument specifying
1644 if TBAA may be applied.
1645 (refs_anti_dependent_p): New function.
1646 (refs_output_dependent_p): Likewise.
1647 * tree-ssa-alias.h (refs_anti_dependent_p): Declare.
1648 (refs_output_dependent_p): Likewise.
1649 * doc/tree-ssa.texi (Memory model): New section.
1650 * doc/c-tree.texi (CHANGE_DYNAMIC_TYPE_EXPR): Remove.
1651 * doc/gimple.texi (GIMPLE_CHANGE_DYNAMIC_TYPE): Remove.
1652 * cfgexpand.c (expand_gimple_basic_block): Do not handle
1653 GIMPLE_CHANGE_DYNAMIC_TYPE or CHANGE_DYNAMIC_TYPE_EXPR.
1654 * expr.c (expand_expr_real_1): Likewise.
1655 * gimple-low.c (lower_stmt): Likewise.
1656 * gimple-pretty-print.c (dump_gimple_stmt): Likewise.
1657 (dump_gimple_cdt): Remove.
1658 * gimple.c (gss_for_code): Do not handle GIMPLE_CHANGE_DYNAMIC_TYPE.
1659 (gimple_size): Likewise.
1660 (walk_gimple_op): Likewise.
1661 (is_gimple_stmt): Likewise.
1662 (walk_stmt_load_store_addr_ops): Likewise.
1663 (gimple_build_cdt): Remove.
1664 * gimple.def (GIMPLE_CHANGE_DYNAMIC_TYPE): Remove.
1665 * gimple.h (gimple_cdt_new_type): Remove.
1666 (gimple_cdt_new_type_ptr): Likewise.
1667 (gimple_cdt_set_new_type): Likewise.
1668 (gimple_cdt_location): Likewise.
1669 (gimple_cdt_location_ptr): Likewise.
1670 (gimple_cdt_set_location): Likewise.
1671 * gimplify.c (gimplify_expr): Do not handle CHANGE_DYNAMIC_TYPE_EXPR.
1672 * tree-cfg.c (remove_useless_stmts_1): Do not handle
1673 GIMPLE_CHANGE_DYNAMIC_TYPE.
1674 (verify_types_in_gimple_stmt): Likewise.
1675 * tree-inline.c (estimate_num_insns): Likewise.
1676 (expand_call_inline): Do not copy DECL_NO_TBAA_P.
1677 (copy_decl_to_var): Likewise.
1678 (copy_result_decl_to_var): Likewise.
1679 * tree-pretty-print.c (dump_generic_node): Do not handle
1680 CHANGE_DYNAMIC_TYPE_EXPR.
1681 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
1682 * tree-ssa-operands.c (get_expr_operands): Likewise.
1683 * tree-ssa-structalias.c (struct variable_info): Remove
1684 no_tbaa_pruning member.
1685 (new_var_info): Do not set it based on DECL_NO_TBAA_P.
1686 (unify_nodes): Do not copy it.
1687 (find_func_aliases): Do not handle GIMPLE_CHANGE_DYNAMIC_TYPE.
1688 (dump_solution_for_var): Do not dump no_tbaa_pruning state.
1689 (set_uids_in_ptset): Do not check it.
1690 (find_what_var_points_to): Likewise.
1691 (compute_tbaa_pruning): Remove.
1692 (compute_points_to_sets): Do not call it.
1693 * tree.c (walk_tree_1): Do not handle CHANGE_DYNAMIC_TYPE_EXPR.
1694 * tree.def (CHANGE_DYNAMIC_TYPE_EXPR): Remove.
1695 * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Remove.
1696 (CHANGE_DYNAMIC_TYPE_LOCATION): Likewise.
1697 (DECL_NO_TBAA_P): Likewise.
1698 (struct tree_decl_common): Move no_tbaa_flag to unused flags section.
1699 * omp-low.c (copy_var_decl): Do not copy DECL_NO_TBAA_P.
1700 (expand_omp_atomic_pipeline): Do not set it.
1701 * print-tree.c (print_node): Do not dump it.
1702 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Remove
1703 redundant check.
1704
1705 2009-05-22 Vladimir Makarov <vmakarov@redhat.com>
1706
1707 PR target/39856
1708 * reg-stack.c (subst_stack_regs_pat): Remove gcc_assert for note
1709 for clobber.
1710
1711 2009-05-22 Mark Mitchell <mark@codesourcery.com>
1712
1713 * tree.c (handle_dll_attribute): Mark dllexport'd inlines as
1714 non-external.
1715
1716 2009-05-22 Ben Elliston <bje@au.ibm.com>
1717
1718 * Makefile.in (bversion.h, s-bversion): New targets.
1719 (TOPLEV_H): Add bversion.h.
1720 * toplev.h: Include "bversion.h".
1721 (ATTRIBUTE_GCC_DIAG): When building with checking disabled, use
1722 the __format__ attribute only if compiling with the same version
1723 of GCC as the sources (the "build version").
1724
1725 2009-05-22 Ben Elliston <bje@au.ibm.com>
1726
1727 * c-format.c (handle_format_attribute): Fix comment typo.
1728
1729 2009-05-21 Steve Ellcey <sje@cup.hp.com>
1730
1731 PR target/37846
1732 * config/ia64/ia64.opt (mfused-madd): New.
1733 * config/ia64/ia64.h (TARGET_DEFAULT): Set MASK_FUSED_MADD.
1734 * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
1735 * config/ia64/ia64.md (maddsf4, msubsf4, nmaddsf4,
1736 madddf4, madddf4_trunc, msubdf4, msubdf4_trunc, nmadddf4,
1737 nmadddf4_truncsf, maddxf4, maddxf4_truncsf, maddxf4_truncdf,
1738 msubxf4, msubxf4_truncsf msubxf4_truncdf, nmaddxf4,
1739 nmaddxf4_truncsf, nmaddxf4_truncdf): Check TARGET_FUSED_MADD.
1740 * config/ia64/vect.md (addv2sf3, subv2sf3): Force fpma/fpms
1741 instruction if !TARGET_FUSED_MADD.
1742 (fpma, fpms): Remove colon from name.
1743
1744 2009-05-22 Richard Guenther <rguenther@suse.de>
1745
1746 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record
1747 TMR_ORIGINAL. Always either record TMR_SYMBOL or TMR_BASE.
1748 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
1749 TARGET_MEM_REF.
1750 (create_expression_by_pieces): Only convert if necessary.
1751 * gimplify.c (gimplify_expr): Handle TARGET_MEM_REF.
1752 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle INTEGER_CST.
1753
1754 2009-05-21 Adam Nemet <anemet@caviumnetworks.com>
1755
1756 * config/mips/mips.md (*extzv_trunc<mode>_exts): Turn into a
1757 regular pattern from a template and rename it ...
1758 (*extzv_truncsi_exts): ... to this.
1759
1760 2009-05-21 Richard Guenther <rguenther@suse.de>
1761
1762 * cgraph.h (struct cgraph_node): Remove inline_decl member.
1763 * ipa-inline.c (cgraph_mark_inline_edge): Do not check it.
1764 (cgraph_default_inline_p): Likewise.
1765 (cgraph_decide_inlining_incrementally): Likewise.
1766
1767 2009-05-21 H.J. Lu <hongjiu.lu@intel.com>
1768 Uros Bizjak <ubizjak@gmail.com>
1769
1770 * config/i386/cpuid.h (bit_MOVBE): New.
1771
1772 * config/i386/driver-i386.c (host_detect_local_cpu): Check movbe.
1773
1774 * config/i386/i386.c (OPTION_MASK_ISA_MOVBE_SET): New.
1775 (OPTION_MASK_ISA_MOVBE_UNSET): Likewise.
1776 (ix86_handle_option): Handle OPT_mmovbe.
1777 (ix86_target_string): Add -mmovbe.
1778 (pta_flags): Add PTA_MOVBE.
1779 (processor_alias_table): Add PTA_MOVBE to "atom".
1780 (override_options): Handle PTA_MOVBE.
1781
1782 * config/i386/i386.h (TARGET_MOVBE): New.
1783
1784 * config/i386/i386.md (bswapsi2): Check TARGET_MOVBE.
1785 (*bswapsi_movbe): New.
1786 (*bswapdi_movbe): Likewise.
1787 (bswapdi2): Renamed to ...
1788 (*bswapdi_1): This.
1789 (bswapdi2): New expander.
1790
1791 * config/i386/i386.opt (mmovbe): New.
1792
1793 * doc/invoke.texi: Document -mmovbe.
1794
1795 2009-05-21 Taras Glek <tglek@mozilla.com>
1796
1797 * plugin.c (try_init_one_plugin): Updated to new plugin_init API.
1798 * gcc-plugin.h (plugin_init): Updated signature.
1799 * gcc-plugin.h (plugin_name_args): Moved to this header.
1800 * doc/plugins.texi (plugin_init): Updated documention to reflect
1801 API change.
1802 * doc/plugins.texi (plugin_name_args): Added to documention.
1803
1804 2009-05-21 Mark Mitchell <mark@codesourcery.com>
1805
1806 * config/arm/neon.md (*mul<mode>3add<mode>_neon): New pattern.
1807 (*mul<mode>3neg<mode>add<mode>_neon): Likewise.
1808
1809 2009-05-21 Shujing Zhao <pearly.zhao@oracle.com>
1810
1811 * config/i386/i386.c: Use REG_P, MEM_P, CONST_INT_P, LABEL_P and
1812 JUMP_TABLE_DATA_P predicates where applicable.
1813 * config/i386/predicates.md: Ditto.
1814 * config/i386/sse.md: Ditto.
1815
1816 2009-05-21 Jakub Jelinek <jakub@redhat.com>
1817
1818 * config/i386/i386.md (adddi_4_rex64, addsi_4, addhi_4): For
1819 operand2 -128 override length_immediate attribute to 1.
1820 * config/i386/predicates.md (constm128_operand): New predicate.
1821
1822 * config/i386/i386.c (memory_address_length): Handle %r12
1823 the same as %rsp and %r13 the same as %rbp. For %rsp and %rbp
1824 also check REGNO.
1825 (ix86_attr_length_address_default): For MODE_SI lea in 64-bit
1826 mode look through optional ZERO_EXTEND and SUBREG.
1827 * config/i386/i386.md (R12_REG): New define_constant.
1828 (prefix_data16): For sse unit set also for MODE_TI insns.
1829 (prefix_rex): For -m32 always return 0. For TYPE_IMOVX
1830 insns set if operand 1 is ext_QIreg_operand.
1831 (modrm): For TYPE_IMOV clear only if not MODE_DI. For
1832 TYPE_{ALU{,1},ICMP,TEST} insn clear if there is non-shortened
1833 immediate.
1834 (*movdi_extzv_1, zero_extendhidi2, zero_extendqidi2): Change
1835 mode from MODE_DI to MODE_SI.
1836 (movdi_1_rex64): Override modrm and length_immediate attributes
1837 only for movabs (TYPE_IMOV, alternative 2).
1838 (zero_extendsidi2_rex64): Clear prefix_0f attribute if TYPE_IMOVX.
1839 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
1840 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
1841 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
1842 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Set
1843 prefix_rex attribute if DImode.
1844 (*adddi_1_rex64, *adddi_2_rex64, *adddi_3_rex64, *adddi_5_rex64,
1845 *addsi_1, *addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
1846 *addsi_3_zext, *addsi_5, *addhi_1_lea, *addhi_1, *addhi_2, *addhi_3,
1847 *addhi_5, *addqi_1_lea, *addqi_1): Override length_immediate
1848 attribute to 1 if TYPE_ALU and operand 2 is const128_operand.
1849 (pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64):
1850 Likewise. For TYPE_IMOV clear length_immediate attribute.
1851 (*ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashldi3_cconly_rex64,
1852 *ashlsi3_1, *ashlsi3_1_zext, *ashlsi3_cmp, **ashlsi3_cconly,
1853 *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1, *ashlhi3_cmp,
1854 *ashlhi3_cconly, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
1855 *ashlqi3_cconly): Override length_immediate attribute to 0 if TYPE_ALU
1856 or one operand TYPE_ISHIFT.
1857 (*ashrdi3_1_one_bit_rex64, *ashrdi3_one_bit_cmp_rex64,
1858 *ashrdi3_one_bit_cconly_rex64, *ashrsi3_1_one_bit,
1859 *ashrsi3_1_one_bit_zext, *ashrsi3_one_bit_cmp,
1860 *ashrsi3_one_bit_cconly, *ashrsi3_one_bit_cmp_zext,
1861 *ashrhi3_1_one_bit, *ashrhi3_one_bit_cmp, *ashrhi3_one_bit_cconly,
1862 *ashrqi3_1_one_bit, *ashrqi3_1_one_bit_slp, *ashrqi3_one_bit_cmp,
1863 *ashrqi3_one_bit_cconly, *lshrdi3_1_one_bit_rex64,
1864 *lshrdi3_cmp_one_bit_rex64, *lshrdi3_cconly_one_bit_rex64,
1865 *lshrsi3_1_one_bit, *lshrsi3_1_one_bit_zext, *lshrsi3_one_bit_cmp,
1866 *lshrsi3_one_bit_cconly, *lshrsi3_cmp_one_bit_zext,
1867 *lshrhi3_1_one_bit, *lshrhi3_one_bit_cmp, *lshrhi3_one_bit_cconly,
1868 *lshrqi3_1_one_bit, *lshrqi3_1_one_bit_slp, *lshrqi2_one_bit_cmp,
1869 *lshrqi2_one_bit_cconly, *rotlsi3_1_one_bit_rex64, *rotlsi3_1_one_bit,
1870 *rotlsi3_1_one_bit_zext, *rotlhi3_1_one_bit, *rotlqi3_1_one_bit_slp,
1871 *rotlqi3_1_one_bit, *rotrdi3_1_one_bit_rex64, *rotrsi3_1_one_bit,
1872 *rotrsi3_1_one_bit_zext, *rotrhi3_one_bit, *rotrqi3_1_one_bit,
1873 *rotrqi3_1_one_bit_slp): Override length_immediate attribute to 0,
1874 set mode attribute, don't override length attribute.
1875 (*btsq, *btrq, *btcq, *btdi_rex64, *btsi): Set prefix_0f attribute
1876 to 1.
1877 (return_internal_long): Set length attribute to 2 instead of 1.
1878 (*strmovqi_rex_1, *strsetqi_rex_1, *rep_stosqi_rex64,
1879 *cmpstrnqi_nz_rex_1, *cmpstrnqi_rex_1, *strlenqi_rex_1): Clear
1880 prefix_rex attribute.
1881 * config/i386/predicates.md (ext_QIreg_operand, const128_operand):
1882 New predicates.
1883 (memory_displacement_only_operand): Always return 0 for TARGET_64BIT.
1884
1885 2009-05-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1886
1887 * config/arm/thumb2.md (orsi_notsi_si): Fix typo in pattern.
1888
1889 2009-05-20 Ian Lance Taylor <iant@google.com>
1890
1891 * tree.c (build_tree_list_vec_stat): New function.
1892 (ctor_to_vec): New function.
1893 (build_nt_call_vec): New function.
1894 (build_call_array): Change args to be a const pointer.
1895 (build_call_vec): New function.
1896 * tree.h (build_nt_call_vec): Declare.
1897 (build_tree_list_vec_stat): Declare.
1898 (build_tree_list_vec): Define.
1899 (build_call_array): Update declaration.
1900 (build_call_vec): Declare.
1901 (ctor_to_vec): Declare.
1902 * c-common.c (tree_vector_cache): New static variable.
1903 (make_tree_vector): New function.
1904 (release_tree_vector): New function.
1905 (make_tree_vector_single): New function.
1906 (make_tree_vector_copy): New function.
1907 * c-common.h (tree_vector_cache, make_tree_vector): Declare.
1908 (make_tree_vector_single, make_tree_vector_copy): Declare.
1909 * c-parser.c (cached_expr_list_1, cached_expr_list_2): Remove.
1910 (c_parser_expr_list): Don't manage cache here, instead call
1911 make_tree_vector.
1912 (c_parser_release_expr_list): Remove static function.
1913 (c_parser_vec_to_tree_list): Remove static function.
1914 (c_parser_attributes): Call build_tree_list_vec instead of
1915 c_parser_vec_to_tree_list. Call release_tree_vector instead of
1916 c_parser_release_expr_list.
1917 (c_parser_postfix_expression_after_primary): Likewise.
1918 (c_parser_objc_keywordexpr): Likewise.
1919
1920 2009-05-20 Sandra Loosemore <sandra@codesourcery.com>
1921
1922 * doc/tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE,
1923 TARGET_INVALID_RETURN_TYPE, TARGET_PROMOTED_TYPE, and
1924 TARGET_CONVERT_TO_TYPE.
1925 * hooks.c (hook_tree_const_tree_null): Define.
1926 * hooks.h (hook_tree_const_tree_null): Declare.
1927 * target.h (struct gcc_target): Add invalid_parameter_type,
1928 invalid_return_type, promoted_type, and convert_to_type fields.
1929 * target-def.h: (TARGET_INVALID_PARAMETER_TYPE): Define.
1930 (TARGET_INVALID_RETURN_TYPE): Define.
1931 (TARGET_PROMOTED_TYPE): Define.
1932 (TARGET_CONVERT_TO_TYPE): Define.
1933 (TARGET_INITIALIZER): Update for new fields.
1934 * c-decl.c (grokdeclarator): Check targetm.invalid_return_type.
1935 (grokparms): Check targetm.invalid_parameter_type.
1936 * c-typeck.c (default_conversion): Check targetm.promoted_type.
1937 * c-convert.c (convert): Check targetm.convert_to_type.
1938
1939 2009-05-20 Adam Nemet <anemet@caviumnetworks.com>
1940
1941 * config/mips/mips.md (*extenddi_truncate<mode>,
1942 *extendsi_truncate<mode>): Emit exts if supported. Add attribute
1943 defintions.
1944 (*extendhi_truncateqi): New define_insn_and_sptit.
1945
1946 2009-05-20 Jakub Jelinek <jakub@redhat.com>
1947
1948 PR middle-end/40204
1949 * fold-const.c (fold_binary) <case BIT_AND_EXPR>: Avoid infinite
1950 recursion if build_int_cst_type returns the same INTEGER_CST as arg1.
1951
1952 2009-05-20 Eric Botcazou <ebotcazou@adacore.com>
1953
1954 * fold-const.c (build_fold_addr_expr_with_type): Take the address of
1955 the operand of VIEW_CONVERT_EXPR.
1956
1957 2009-05-20 H.J. Lu <hongjiu.lu@intel.com>
1958
1959 * config/i386/driver-i386.c (host_detect_local_cpu): Check
1960 extended family and model for Intel processors. Support Intel Atom.
1961
1962 2009-05-20 Olivier Hainque <hainque@adacore.com>
1963
1964 * gstab.h (stab_code_type): Define, to be used instead of the
1965 __stab_debug_code enum, made anonymous. Add 2009 to the copyright
1966 notice.
1967 * dbxout.c (STAB_CODE_TYPE): Remove #define and replace use
1968 occurrences by stab_code_type.
1969 * mips-tfile.c (STAB_CODE_TYPE): Remove #define, unused.
1970
1971 2009-05-20 Martin Jambor <mjambor@suse.cz>
1972
1973 * tree-flow.h (insert_edge_copies_seq): Undeclare.
1974 (sra_insert_before): Likewise.
1975 (sra_insert_after): Likewise.
1976 (sra_init_cache): Likewise.
1977 (sra_type_can_be_decomposed_p): Likewise.
1978 * tree-mudflap.c (insert_edge_copies_seq): Copied here from tree-sra.c
1979 * tree-sra.c (sra_type_can_be_decomposed_p): Made static.
1980 (sra_insert_before): Likewise.
1981 (sra_insert_after): Likewise.
1982 (sra_init_cache): Likewise.
1983 (insert_edge_copies_seq): Made static and moved upwards.
1984
1985 * tree-complex.c (extract_component): Added VIEW_CONVERT_EXPR switch
1986 case.
1987
1988 * tree-flow-inline.h (contains_view_convert_expr_p): New function.
1989
1990 * ipa-prop.c (get_ssa_def_if_simple_copy): New function.
1991 (determine_cst_member_ptr): Call get_ssa_def_if_simple_copy to skip
1992 simple copies.
1993
1994 2009-05-20 Richard Guenther <rguenther@suse.de>
1995
1996 * expr.c (expand_expr_real_1): Avoid calling do_store_flag
1997 with mismatched comparison modes.
1998
1999 2009-05-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2000
2001 * config/arm/arm.md (*arm_iorsi3): Refactored for only ARM.
2002 (peephole ior (reg, int) -> mov, ior): Refactored for only ARM.
2003 * config/arm/thumb2.md (*thumb_andsi_not_shiftsi_si): Allow bic
2004 with shifts for Thumb2.
2005 (orsi_notsi): New for orn.
2006 (*thumb_orsi_notshiftsi_si): Allow orn with shifts.
2007 (*thumb2_iorsi3): Rewrite support for iorsi for Thumb2.
2008 * config/arm/arm.c (const_ok_for_op): Split case for IOR for Thumb2.
2009 (arm_gen_constant): Set can_invert for IOR and Thumb2, Add comments.
2010 Don't invert remainder for IOR.
2011
2012 2009-05-19 Zdenek Dvorak <ook@ucw.cz>
2013
2014 PR tree-optimization/40087
2015 * tree-ssa-loop-niter.c (number_of_iterations_ne_max,
2016 number_of_iterations_ne): Rename never_infinite argument.
2017 (number_of_iterations_lt_to_ne, number_of_iterations_lt,
2018 number_of_iterations_le): Handle pointer-type ivs when
2019 exit_must_be_taken is false.
2020 (number_of_iterations_cond): Do not always assume that
2021 exit_must_be_taken if the control variable is a pointer.
2022
2023 2009-05-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
2024
2025 * c-typeck.c (build_binary_op): Allow % on integal vectors.
2026 * doc/extend.texi (Vector Extension): Document that % is allowed too.
2027
2028 2009-05-19 H.J. Lu <hongjiu.lu@intel.com>
2029
2030 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Check
2031 ASM_OUTPUT_MAX_SKIP_PAD instead of ASM_OUTPUT_MAX_SKIP_ALIGN.
2032
2033 2009-05-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
2034
2035 PR c/40172
2036 * c.opt (Wlogical-op): Disabled by default.
2037 * c-opt (c_common_post_options): Do not enable Wlogical-op with
2038 Wextra.
2039 * doc/invoke.texi (Wlogical-op): Likewise.
2040
2041 2009-05-19 Eric Botcazou <ebotcazou@adacore.com>
2042
2043 * tree-scalar-evolution.c (follow_ssa_edge_expr) <NOP_EXPR>: Turn
2044 into CASE_CONVERT.
2045 <PLUS_EXPR>: Strip useless type conversions instead of type nops.
2046 Propagate the type of the first operand.
2047 <ASSERT_EXPR>: Simplify.
2048 (follow_ssa_edge_in_rhs): Use gimple_expr_type to get the type.
2049 Rewrite using the RHS code as discriminant.
2050 <NOP_EXPR>: Turn into CASE_CONVERT.
2051 <PLUS_EXPR>: Propagate the type of the first operand.
2052
2053 2009-05-19 Steve Ellcey <sje@cup.hp.com>
2054
2055 * config/ia64/ia64-protos.h (ia64_dconst_0_5): New.
2056 (ia64_dconst_0_375): New.
2057 * config/ia64/ia64.c (ia64_override_options): Remove
2058 -minline-sqrt-min-latency warning.
2059 (ia64_dconst_0_5_rtx, ia64_dconst_0_5): New.
2060 (ia64_dconst_0_375_rtx, ia64_dconst_0_375): New
2061 * config/ia64/ia64.md (*sqrt_approx): Remove.
2062 (sqrtsf2): Remove #if 0.
2063 (sqrtsf2_internal_thr): Rewrite and move to div.md.
2064 (sqrtdf): Remove assert.
2065 (sqrtdf2_internal_thr): Rewrite and move to div.md.
2066 (sqrtxf2): Remove #if 0.
2067 (sqrtxf2_internal_thr): Rewrite and move to div.md.
2068 * div.md (sqrt_approx_rf): New.
2069 (sqrtsf2_internal_thr): New implementation.
2070 (sqrtsf2_internal_lat): New.
2071 (sqrtdf2_internal_thr: New implementation.
2072 (sqrtxf2_internal): New implementation.
2073
2074 2009-05-19 Francois-Xavier Coudert <fxcoudert@gmail.com>
2075 Hans-Peter Nilsson <hp@axis.com>
2076
2077 * defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)
2078 (WCHAR_TYPE, MODIFIED_WCHAR_TYPE, PTRDIFF_TYPE, WINT_TYPE)
2079 (INTMAX_TYPE, UINTMAX_TYPE, SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE)
2080 (INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE)
2081 (UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE)
2082 (INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE)
2083 (UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE)
2084 (INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
2085 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE)
2086 (SIZE_TYPE, PID_TYPE, CHAR16_TYPE, CHAR32_TYPE): Move defaults here...
2087 * c-common.c: ...from here.
2088
2089 2009-05-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
2090
2091 * c-common.c (warn_logical_operator): Remove unnecessary conditionals.
2092
2093 2009-05-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2094
2095 * builtins.c (do_mpc_arg1): Separate MPFR/MPC C rounding types.
2096
2097 2009-05-19 Ben Elliston <bje@au.ibm.com>
2098
2099 * unwind-dw2-fde.c (fde_unencoded_compare): Replace type punning
2100 assignments with memcpy calls.
2101 (add_fdes): Likewise.
2102 (binary_search_unencoded_fdes): Likewise.
2103 (linear_search_fdes): Eliminate type puns.
2104
2105 2009-05-19 Richard Guenther <rguenther@suse.de>
2106
2107 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do
2108 not falsely claim to have propagated into all uses.
2109
2110 2009-05-19 Ben Elliston <bje@au.ibm.com>
2111
2112 * doc/invoke.texi (C Dialect Options): Update OpenMP specification
2113 version to v3.0.
2114
2115 2009-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
2116
2117 * config/sh/sh-protos.h (sh_legitimate_address_p): Remove.
2118 * config/sh/sh.c (sh_legitimate_address_p): Make static.
2119 (TARGET_LEGITIMATE_ADDRESS_P): New.
2120 * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2121 * config/sh/sh.md: Clean up references to GO_IF_LEGITIMATE_ADDRESS.
2122
2123 2009-05-18 Dodji Seketeli <dodji@redhat.com>
2124
2125 PR debug/40109
2126 * dwarf2out.c (gen_type_die_with_usage): Generate the DIE as a
2127 child of the containing namespace's DIE.
2128
2129 2009-05-18 Adam Nemet <anemet@caviumnetworks.com>
2130
2131 * config/mips/mips.md (*zero_extend<GPR:mode>_trunc<SHORT:mode>,
2132 *zero_extendhi_truncqi): Move after the zero_extend patterns.
2133 (*extenddi_truncate<mode>, *extendsi_truncate<mode>): Move after the
2134 extend patterns.
2135
2136 2009-05-18 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 PR target/39942
2139 * config/i386/i386.c (ix86_avoid_jump_misspredicts): Replace
2140 gen_align with gen_pad.
2141 (ix86_reorg): Check ASM_OUTPUT_MAX_SKIP_PAD instead of
2142 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN.
2143
2144 * config/i386/i386.h (ASM_OUTPUT_MAX_SKIP_PAD): New.
2145 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_PAD): Likewise.
2146
2147 * config/i386/i386.md (align): Renamed to ...
2148 (pad): This. Replace ASM_OUTPUT_MAX_SKIP_ALIGN with
2149 ASM_OUTPUT_MAX_SKIP_PAD.
2150
2151 2009-05-18 Andreas Schwab <schwab@linux-m68k.org>
2152
2153 * config.gcc: Fix variable syntax.
2154
2155 PR target/39531
2156 * config/m68k/m68k.c (output_andsi3): Mask off sign bit copies
2157 before calling exact_log2.
2158 (output_iorsi3): Likewise.
2159 (output_xorsi3): Likewise.
2160
2161 2009-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
2162
2163 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register
2164 for the none zero constant operand except for EQ and NE
2165 comprisons even when the first operand is R0.
2166
2167 2009-05-18 Andreas Krebbel <krebbel1@de.ibm.com>
2168
2169 * config/s390/2064.md: Remove trailing whitespaces.
2170 * config/s390/2084.md: Likewise.
2171 * config/s390/constraints.md: Likewise.
2172 * config/s390/fixdfdi.h: Likewise.
2173 * config/s390/libgcc-glibc.ver: Likewise.
2174 * config/s390/s390-modes.def: Likewise.
2175 * config/s390/s390-protos.h: Likewise.
2176 * config/s390/s390.c: Likewise.
2177 * config/s390/s390.h: Likewise.
2178 * config/s390/s390.md: Likewise.
2179 * config/s390/tpf-unwind.h: Likewise.
2180
2181 2009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
2182
2183 * config/m68k/m68k.c (m68k_legitimize_address): Fix typo in signature.
2184
2185 2009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
2186
2187 M68K TLS support.
2188 * configure.ac (m68k-*-*): Check if binutils support TLS.
2189 * configure: Regenerate.
2190 * config/m68k/predicates.md (symbolic_operand): Extend comment.
2191 * config/m68k/constraints.md (Cu): New constraint.
2192 * config/m68k/m68k.md (UNSPEC_GOTOFF): Remove.
2193 (UNSPEC_RELOC16, UNSPEC_RELOC32): New constants.
2194 (movsi): Handle TLS symbols.
2195 (addsi3_5200): Handle XTLS symbols, indent.
2196 * config/m68k/m68k-protos.h (m68k_legitimize_tls_address): Declare.
2197 (m68k_tls_reference_p): Declare.
2198 (m68k_legitimize_address): Declare.
2199 (m68k_unwrap_symbol): Declare.
2200 * config/m68k/m68k.opt (mxtls): New option.
2201 * config/m68k/m68k.c (ggc.h): Include.
2202 (m68k_output_dwarf_dtprel): Implement hook.
2203 (TARGET_HAVE_TLS, TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
2204 (m68k_expand_prologue): Load GOT pointer when function needs it.
2205 (m68k_illegitimate_symbolic_constant_p): Handle TLS symbols.
2206 (m68k_legitimate_constant_address_p): Same.
2207 (m68k_decompose_address): Handle TLS references.
2208 (m68k_get_gp): New static function.
2209 (enum m68k_reloc): New contants.
2210 (TLS_RELOC_P): New macro.
2211 (m68k_wrap_symbol): New static function.
2212 (m68k_unwrap_symbol): New function.
2213 (m68k_final_prescan_insn_1): New static function.
2214 (m68k_final_prescan_insn): New function.
2215 (m68k_move_to_reg, m68k_wrap_symbol_into_got_ref): New static
2216 functions.
2217 (legitimize_pic_address): Handle TLS references..
2218 (m68k_tls_get_addr, m68k_get_tls_get_addr)
2219 (m68k_libcall_value_in_a0_p)
2220 (m68k_call_tls_get_addr, m68k_read_tp, m68k_get_m68k_read_tp)
2221 (m68k_call_m68k_read_tp): Helper variables and functions for ...
2222 (m68k_legitimize_tls_address): Handle TLS references.
2223 (m68k_tls_symbol_p, m68k_tls_reference_p_1, m68k_tls_reference_p):
2224 New functions.
2225 (m68k_legitimize_address): Handle TLS symbols.
2226 (m68k_get_reloc_decoration): New static function.
2227 (m68k_output_addr_const_extra): Handle UNSPEC_RELOC16 and
2228 UNSPEC_RELOC32.
2229 (m68k_output_dwarf_dtprel): Implement hook.
2230 (print_operand_address): Handle UNSPEC_RELOC16 adn UNSPEC_RELOC32.
2231 (m68k_libcall_value): Return result in A0 instead of D0 when asked by
2232 m68k_call_* routines.
2233 (sched_attr_op_type): Handle TLS symbols.
2234 (gt-m68k.h): Include.
2235 * config/m68k/m68k.h (FINAL_PRESCAN_INSN): Define.
2236 (LEGITIMATE_PIC_OPERAND_P): Support TLS.
2237
2238 2009-05-18 Martin Jambor <mjambor@suse.cz>
2239
2240 * ipa-prop.c (ipa_check_stmt_modifications): Removed.
2241 (visit_store_addr_for_mod_analysis): New function.
2242 (ipa_detect_param_modifications): Use walk_stmt_load_store_addr_ops.
2243 (determine_cst_member_ptr): Use gimple_assign_single_p.
2244 (ipa_get_stmt_member_ptr_load_param): Use gimple_assign_single_p.
2245 (ipa_analyze_call_uses): Use !gimple_assign_rhs2 rather than number of
2246 operands. Don't check number of operands of a NOP_EXPR.
2247
2248 2009-05-18 Eric Fisher <joefoxreal@gmail.com>
2249
2250 * doc/tree-ssa.texi (SSA Operands): Fix a mistake.
2251
2252 2009-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
2253
2254 PR c/40172
2255 * c-common.c (warn_logical_operator): Don't warn if one of
2256 expression isn't always true or false.
2257
2258 2009-05-17 Kai Tietz <kai.tietz@onevision.com>
2259
2260 * config/i386/biarch32.h: New file.
2261 * config.gcc: Add for target i386-w64-* the biarch32.h to tm_file.
2262
2263 2009-05-17 Adam Nemet <anemet@caviumnetworks.com>
2264
2265 * config/mips/mips.md (*zero_extend<mode>_trunchi,
2266 *zero_extend<mode>_truncqi): Merge these into ...
2267 (*zero_extend<GPR:mode>_trunc<SHORT:mode>): ... this new pattern.
2268 Name the pattern following this as *zero_extendhi_truncqi.
2269
2270 2009-05-16 Brad Lucier <lucier@math.purdue.edu>
2271
2272 PR middle-end/39301
2273 * hwint.h: Add macro HOST_WIDEST_INT_PRINT.
2274 * bitmap.c (bitmap_descriptor): Make fields HOST_WIDEST_INT.
2275 (output_info): Make field HOST_WIDEST_INT.
2276 (print_statistics): Use HOST_WIDEST_INT_PRINT.
2277 (dump_bitmat_statistics): Same.
2278
2279 2009-05-16 Francois-Xavier Coudert <fxcoudert@gmail.com>
2280
2281 * config.gcc (use_gcc_stdint): Set to wrap.
2282 * config/darwin.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
2283 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
2284 UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
2285 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
2286 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
2287 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
2288 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
2289 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
2290
2291 2009-05-16 Joseph Myers <joseph@codesourcery.com>
2292
2293 * config.gcc (mips*-*-*): Support arch_32, arch_64, tune_32 and
2294 tune_64.
2295 * config/mips/mips.h (MIPS_ABI_DEFAULT, MULTILIB_ABI_DEFAULT):
2296 Move definitions earlier.
2297 (OPT_ARCH64, OPT_ARCH32): Define.
2298 (OPTION_DEFAULT_SPECS): Add entries for arch_32, arch_64, tune_32
2299 and tune_64.
2300
2301 2009-05-16 Richard Earnshaw <rearnsha@arm.com>
2302
2303 PR target/40153
2304 * arm.md (cstoresi_nltu_thumb1): Use a neg of ltu as the pattern name
2305 implies.
2306
2307 2009-05-16 Richard Earnshaw <rearnsha@arm.com>
2308
2309 * arm.md (movdi2): Copy non-reg values to DImode registers.
2310
2311 2009-05-16 Jakub Jelinek <jakub@redhat.com>
2312
2313 PR target/39942
2314 * final.c (label_to_max_skip): New function.
2315 (label_to_alignment): Only use LABEL_TO_ALIGNMENT if
2316 CODE_LABEL_NUMBER <= max_labelno.
2317 * output.h (label_to_max_skip): New prototype.
2318 * config/i386/i386.c (ix86_avoid_jump_misspredicts): Renamed to...
2319 (ix86_avoid_jump_mispredicts): ... this. Don't define if
2320 ASM_OUTPUT_MAX_SKIP_ALIGN isn't defined. Update comment.
2321 Handle CODE_LABELs with >= 16 byte alignment or with
2322 max_skip == (1 << align) - 1.
2323 (ix86_reorg): Don't call ix86_avoid_jump_mispredicts if
2324 ASM_OUTPUT_MAX_SKIP_ALIGN isn't defined.
2325
2326 PR target/39942
2327 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Don't emit second
2328 .p2align 3 if MAX_SKIP is smaller than 7.
2329 * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
2330
2331 2009-05-15 Ian Lance Taylor <iant@google.com>
2332
2333 * alias.c (struct alias_set_entry_d): Rename from struct
2334 alias_set_entry. Change all uses.
2335 * except.c (struct call_site_record_d): Rename from struct
2336 call_site_record. Change all uses.
2337 * except.h (struct eh_region_d): Rename from struct eh_region.
2338 Change all uses.
2339 * gcse.c (struct hash_table_d): Rename from struct hash_table.
2340 Change all uses.
2341 * graphite.c (struct ivtype_map_elt_d): Rename fromstruct
2342 ivtype_map_elt. Change all uses.
2343 (struct rename_map_elt_d): Rename fromstruct rename_map_elt.
2344 Change all uses.
2345 (struct ifsese_d): Rename fromstruct ifsese. Change all uses.
2346 * graphite.h (struct name_tree_d): Rename from struct name_tree.
2347 Change all uses.
2348 (struct sese_d): Rename from struct sese. Change all uses.
2349 * omega.h (struct eqn_d): Rename from struct eqn. Change all uses.
2350 (struct omega_pb_d): Rename from struct omega_pb. Change all uses.
2351 * optabs.h (struct optab_d): Rename from struct optab. Change all
2352 uses.
2353 (struct convert_optab_d): Rename from struct convert_optab.
2354 Change all uses.
2355 * tree-pass.h (struct ipa_opt_pass_d): Rename fromstruct
2356 ipa_opt_pass. Change all uses.
2357 * tree-predcom.c (struct dref_d): Rename from struct dref. Change
2358 all uses.
2359
2360 * c-decl.c (pushtag): If -Wc++-compat, warn if the tag is already
2361 defined as a typedef.
2362 (grokdeclarator): If -Wc++-compat, warn if a typedef is already
2363 defined as a tag.
2364
2365 2009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2366
2367 PR 16302
2368 * fold-const.c (make_range,build_range_check,merge_ranges): Move
2369 declaration to...
2370 (merge_ranges): Returns bool.
2371 * tree.h (make_range): .. to here.
2372 (build_range_check): Likewise.
2373 (merge_ranges): Likewise. Renamed from merge_ranges.
2374 * c-typeck.c (parser_build_binary_op): Update calls to
2375 warn_logical_operator.
2376 * c-common.c (warn_logical_operator): Add new warning.
2377 * c-common.h (warn_logical_operator): Update declaration.
2378
2379 2009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2380
2381 * ira-conflicts.c (add_insn_allocno_copies): Fix wrong conditional.
2382
2383 2009-05-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2384
2385 * doc/install.texi: Document MPC requirements, flags etc.
2386
2387 * builtins.c (do_mpc_arg1, fold_builtin_ccos): New.
2388 (fold_builtin_cexp): Ensure we get a complex REAL_TYPE.
2389 Evaluate constant arguments.
2390 (fold_builtin_carg): Ensure we get a complex REAL_TYPE.
2391 (fold_builtin_1): Likewise, also evaluate constant arguments.
2392 Remove superfluous break.
2393 (do_mpc_ckconv): New.
2394 * real.h: Include mpc.h.
2395 * toplev.c (print_version): Output MPC version info if available.
2396
2397 2009-05-15 Sandra Loosemore <sandra@codesourcery.com>
2398
2399 * fold-const.c (fold_convert_const_real_from_real): Check for overflow.
2400
2401 2009-05-15 H.J. Lu <hongjiu.lu@intel.com>
2402
2403 * config/i386/i386.c (ix86_reorg): Call optimize_function_for_speed_p
2404 only once.
2405
2406 2009-05-15 Jan Hubicka <jh@suse.cz>
2407
2408 * doc/invoke.texi (max-early-inliner-iterations): New flag.
2409 * ipa-inline.c (enum inlining_mode): New INLINE_SIZE_NORECURSIVE.
2410 (try_inline): Fix return value.
2411 (cgraph_decide_inlining_incrementally): Honor new value.
2412 (cgraph_early_inlining): Handle indirect inlining.
2413 * params.def (PARAM_EARLY_INLINER_MAX_ITERATIONS): New.
2414
2415 2009-05-15 Jan Hubicka <jh@suse.cz>
2416
2417 * cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.
2418 * cgraphunit.c (cgraph_finalize_function): Set it.
2419 (cgraph_expand_function): Use it.
2420
2421 2009-05-15 Sandra Loosemore <sandra@codesourcery.com>
2422
2423 * real.c (encode_ieee_half): Define.
2424 (decode_ieee_half): Define.
2425 (ieee_half_format): Define.
2426 (arm_half_format): Define.
2427 * real.h (ieee_half_format): Declare.
2428 (arm_half_format): Declare.
2429
2430 2009-05-15 Sandra Loosemore <sandra@codesourcery.com>
2431
2432 * optabs.c (prepare_float_lib_cmp): Test that the comparison,
2433 swapped, and reversed optabs exist before trying to use them.
2434
2435 2009-05-15 Paul Brook <paul@codesourcery.com>
2436 Sandra Loosemore <sandra@codesourcery.com>
2437
2438 * config/arm/arm.c (neon_vector_mem_operand): Handle element/structure
2439 loads. Allow PRE_DEC.
2440 (output_move_neon): Handle PRE_DEC.
2441 (arm_print_operand): Add 'A' for neon structure loads.
2442 * config/arm/arm-protos.h (neon_vector_mem_operand): Update prototype.
2443 * config/arm/neon.md (neon_mov): Update comment.
2444 * config/arm/constraints.md (Un, Us): Update neon_vector_mem_operand
2445 calls.
2446 (Um): New constraint.
2447
2448 2009-05-15 Jan Hubicka <jh@suse.cz>
2449
2450 Revert the following patch until testsuite fallout is fixed:
2451 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
2452 * cgraph.h (struct inline_summary): New filed self_wize,
2453 size_inlining_benefit, self_time and time_inlining_benefit.
2454 (struct cgraph_global_info): Replace insns by time ans size fields.
2455 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
2456 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
2457 (ipcp_update_callgraph): Do not touch function bodies.
2458 * ipa-inline.c: Include except.h
2459 (MAX_TIME): New constant.
2460 (overall_insns): Remove
2461 (overall_size, max_benefit): New static variables.
2462 (cgraph_estimate_time_after_inlining): New function.
2463 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
2464 (cgraph_clone_inlined_nodes): Update size.
2465 (cgraph_mark_inline_edge): Update size.
2466 (cgraph_estimate_growth): Use size info.
2467 (cgraph_check_inline_limits): Check size.
2468 (cgraph_default_inline_p): Likewise.
2469 (cgraph_edge_badness): Compute badness based on benefit and size cost.
2470 (cgraph_decide_recursive_inlining): Check size.
2471 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
2472 and times.
2473 (cgraph_decide_inlining): Likewise.
2474 (cgraph_decide_inlining_incrementally): Likewise; honor
2475 PARAM_EARLY_INLINING_INSNS.
2476 (likely_eliminated_by_inlining_p): New predicate.
2477 (estimate_function_body_sizes): New function.
2478 (compute_inline_parameters): Use it.
2479 * except.c (must_not_throw_labels): New function.
2480 * except.h (must_not_throw_labels): Declare.
2481 * tree-inline.c (init_inline_once): Kill inlining_weigths
2482 * tree-ssa-structalias.c: Avoid uninitialized warning.
2483 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
2484 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
2485 (PARAM_INLINE_CALL_COST): Remove.
2486 (PARAM_EARLY_INLINING_INSNS): New.
2487
2488 2009-05-15 Richard Guenther <rguenther@suse.de>
2489
2490 * tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals,
2491 not TODO_update_ssa.
2492
2493 2009-05-15 Richard Guenther <rguenther@suse.de>
2494
2495 PR tree-optimization/39999
2496 * gimple.h (gimple_expr_type): Use the expression type looking
2497 through useless conversions.
2498 * tree-ssa-sccvn.c (vn_nary_op_lookup_stmt): Use gimple_expr_type.
2499 (vn_nary_op_insert_stmt): Likewise.
2500 (simplify_binary_expression): Likewise.
2501
2502 2009-05-15 Richard Guenther <rguenther@suse.de>
2503
2504 * common.opt (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
2505 New options, enabled by default.
2506 * doc/invoke.texi (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
2507 Document.
2508 * tree-ssa-forwprop.c (gate_forwprop): Use flag_tree_forwprop.
2509 * tree-ssa-phiprop.c (gate_phiprop): Use flag_tree_phiprop.
2510 * tree-ssa-structalias.c (gate_tree_pta): New function.
2511 (pass_build_alias): Use it.
2512
2513 2009-05-15 Joseph Myers <joseph@codesourcery.com>
2514
2515 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also
2516 recurse on an invariant address if a conversion from a pointer
2517 type to a wider integer type is involved.
2518
2519 2009-05-15 Jan Hubicka <jh@suse.cz>
2520
2521 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
2522 * cgraph.h (struct inline_summary): New filed self_wize,
2523 size_inlining_benefit, self_time and time_inlining_benefit.
2524 (struct cgraph_global_info): Replace insns by time ans size fields.
2525 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
2526 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
2527 (ipcp_update_callgraph): Do not touch function bodies.
2528 * ipa-inline.c: Include except.h
2529 (MAX_TIME): New constant.
2530 (overall_insns): Remove
2531 (overall_size, max_benefit): New static variables.
2532 (cgraph_estimate_time_after_inlining): New function.
2533 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
2534 (cgraph_clone_inlined_nodes): Update size.
2535 (cgraph_mark_inline_edge): Update size.
2536 (cgraph_estimate_growth): Use size info.
2537 (cgraph_check_inline_limits): Check size.
2538 (cgraph_default_inline_p): Likewise.
2539 (cgraph_edge_badness): Compute badness based on benefit and size cost.
2540 (cgraph_decide_recursive_inlining): Check size.
2541 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
2542 and times.
2543 (cgraph_decide_inlining): Likewise.
2544 (cgraph_decide_inlining_incrementally): Likewise; honor
2545 PARAM_EARLY_INLINING_INSNS.
2546 (likely_eliminated_by_inlining_p): New predicate.
2547 (estimate_function_body_sizes): New function.
2548 (compute_inline_parameters): Use it.
2549 * except.c (must_not_throw_labels): New function.
2550 * except.h (must_not_throw_labels): Declare.
2551 * tree-inline.c (init_inline_once): Kill inlining_weigths
2552 * tree-ssa-structalias.c: Avoid uninitialized warning.
2553 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
2554 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
2555 (PARAM_INLINE_CALL_COST): Remove.
2556 (PARAM_EARLY_INLINING_INSNS): New.
2557 doc/invoke.texi (max-inline-insns-auto, early-inlining-insns): Update.
2558 (inline-call-cost): Remove.
2559 (early-inlining-insns): New.
2560
2561 2009-05-15 Eric Botcazou <ebotcazou@adacore.com>
2562
2563 * dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. Use them
2564 for bounds.
2565 (print_int_cst_bounds_in_octal_p): Likewise.
2566 (dbxout_type): Adjust calls to above functions. Be prepared to deal
2567 with subtypes.
2568 * dwarf2out.c (base_type_die): Likewise.
2569 (is_subrange_type): Delete.
2570 (subrange_type_die): Add LOW and HIGH parameters. Use them for bounds.
2571 (modified_type_die): Call subrange_type_for_debug_p on subtypes.
2572 * fold-const.c (fold_truth_not_expr) <CONVERT_EXPR>: Do not strip it
2573 if the destination type is boolean.
2574 (build_range_check): Do not special-case subtypes.
2575 (fold_sign_changed_comparison): Likewise.
2576 (fold_unary): Likewise.
2577 * langhooks-def.h (LANG_HOOKS_GET_SUBRANGE_BOUNDS): Define.
2578 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_GET_SUBRANGE_BOUNDS.
2579 * langhooks.h (lang_hooks_for_types): Add get_subrange_bounds.
2580 * tree.c (subrange_type_for_debug_p): New predicate based on the
2581 former is_subrange_type.
2582 * tree.h (subrange_type_for_debug_p): Declare.
2583 * tree-chrec.c (avoid_arithmetics_in_type_p): Delete.
2584 (convert_affine_scev): Remove call to above function.
2585 (chrec_convert_aggressive): Likewise.
2586 * tree-ssa.c (useless_type_conversion_p_1): Do not specifically return
2587 false for conversions involving subtypes.
2588 * tree-vrp.c (vrp_val_max): Do not special-case subtypes.
2589 (vrp_val_min): Likewise.
2590 (needs_overflow_infinity): Likewise.
2591 (extract_range_from_unary_expr): Likewise.
2592
2593 2009-05-15 Paolo Bonzini <bonzini@gnu.org>
2594
2595 * config/frv/frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.
2596 * config/frv/frv.c: Likewise.
2597 * config/s390/s390.c: Likewise.
2598 * config/sparc/sparc.h: Likewise.
2599 * config/i386/i386.h: Likewise.
2600 * config/i386/i386.c: Likewise.
2601 * config/crx/crx.c: Likewise.
2602 * config/m68hc11/m68hc11.h: Likewise.
2603 * config/iq2000/iq2000.c: Likewise.
2604 * config/mn10300/mn10300.h: Likewise.
2605 * config/mn10300/mn10300.c: Likewise.
2606 * config/m68k/m68k.c: Likewise.
2607 * config/rs6000/rs6000.c: Likewise.
2608 * config/rs6000/xcoff.h: Likewise.
2609 * config/rs6000/linux64.h: Likewise.
2610 * config/rs6000/sysv4.h: Likewise.
2611 * config/score/score3.c: Likewise.
2612 * config/score/score7.c: Likewise.
2613 * config/score/score.c: Likewise.
2614 * config/arm/arm.md: Likewise.
2615 * config/mips/mips.c: Likewise.
2616 * config/mips/mips.md: Likewise.
2617 * config/bfin/bfin.h: Likewise.
2618 * config/pa/pa.c: Likewise.
2619 * config/pa/constraints.md: Likewise.
2620
2621 * config/pdp11/pdp11-protos.h (legitimate_address_p): Delete.
2622 * config/pdp11/pdp11.c (legitimate_address_p): Delete.
2623 * config/pdp11/pdp11.h: Use memory_address_p instead.
2624
2625 2009-05-14 Ian Lance Taylor <iant@google.com>
2626
2627 * passes.c (finish_optimization_passes): Change i to int.
2628 * plugin.c (plugins_active_p): Change event to int.
2629 (dump_active_plugins): Likewise.
2630 * reginfo.c (invalid_mode_change_p): Change to to unsigned int.
2631 Add cast.
2632 * tree.c (tree_range_check_failed): Change c to unsigned int.
2633 (omp_clause_range_check_failed): Likewise.
2634 (build_common_builtin_nodes): Change mode to int. Add cast.
2635 * config/ia64/ia64.c (is_emitted): Change r to unsigned int.
2636 (ia64_hard_regno_rename_ok, ia64_eh_uses): Likewise.
2637
2638 * c-typeck.c (build_unary_op): If -Wc++-compat, warn about using
2639 ++ or -- with a variable of enum type.
2640
2641 2009-05-14 Steven Bosscher <steven@gcc.gnu.org>
2642
2643 PR driver/40144
2644 * opts.c (common_handle_option): Add OPT_fcse_skip_blocks as a no-op.
2645
2646 2009-05-14 Steven Bosscher <steven@gcc.gnu.org>
2647
2648 * store-motion.c: Do not include params.h
2649 * Makefile.in: Fix dependencies for various files.
2650
2651 2009-05-14 Steven Bosscher <steven@gcc.gnu.org>
2652
2653 * auto-inc-dec.c: Fix pass description, remove apparent
2654 accidental duplication.
2655
2656 2009-05-14 H.J. Lu <hongjiu.lu@intel.com>
2657
2658 PR middle-end/40147
2659 * ipa-utils.h (memory_identifier_string): Moved to ...
2660 * tree.h (memory_identifier_string): Here. Add GTY(()).
2661
2662 2009-05-14 Paolo Bonzini <bonzini@gnu.org>
2663
2664 * doc/tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this
2665 in the former documentation of...
2666 (GO_IF_LEGITIMATE_ADDRESS): ... this.
2667 * ira-conflicts.c (get_dup_num): Use address_operand.
2668 * targhooks.c (default_legitimate_address_p): New.
2669 * targhooks.h (default_legitimate_address_p): New.
2670 * reload.c (strict_memory_address_p) [!GO_IF_LEGITIMATE_ADDRESS]:
2671 Call hook.
2672 * recog.c (memory_address_p) [!GO_IF_LEGITIMATE_ADDRESS]: Call hook.
2673 * target.h (struct target): Add legitimate_address_p.
2674 * target-def.h (TARGET_LEGITIMATE_ADDRESS_P): New.
2675 (TARGET_INITIALIZER): Include it.
2676
2677 * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2678 * config/alpha/alpha-protos.h (alpha_legitimate_address_p): Remove.
2679 * config/alpha/alpha.c (alpha_legitimate_address_p): Make static.
2680 (TARGET_LEGITIMATE_ADDRESS_P): New.
2681
2682 * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2683 (REG_OK_STRICT_P): Delete.
2684 * config/frv/frv-protos.h (frv_legitimate_address_p): Rename to...
2685 (frv_legitimate_address_p_1): ... this.
2686 * config/frv/frv.c (frv_legitimate_address_p): Forward to...
2687 (frv_legitimate_address_p_1): ... the renamed old
2688 frv_legitimate_address_p.
2689 * config/frv/predicates.md: Adjust calls to frv_legitimate_address_p.
2690 (TARGET_LEGITIMATE_ADDRESS_P): New.
2691
2692 * config/s390/s390.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2693 * config/s390/s390-protos.h (legitimate_address_p): Remove.
2694 * config/s390/s390.c (legitimate_address_p): Rename to...
2695 (s390_legitimate_address_p): ... this, make static.
2696 (legitimize_address): Adjust call.
2697 (TARGET_LEGITIMATE_ADDRESS_P): New.
2698 * config/s390/constraints.md ("e"): Call strict_memory_address_p.
2699
2700 * config/m32c/m32c.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2701 * config/m32c/m32c-protos.h (m32c_legitimate_address_p): Remove.
2702 * config/m32c/m32c.c (m32c_legitimate_address_p): Make static.
2703 (TARGET_LEGITIMATE_ADDRESS_P): New.
2704
2705 * config/spu/spu.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2706 * config/spu/spu-protos.h (spu_legitimate_address): Remove.
2707 * config/spu/spu.c (spu_legitimate_address): Rename to...
2708 (spu_legitimate_address_p): ... this, make static.
2709 (TARGET_LEGITIMATE_ADDRESS_P): New.
2710
2711 * config/sparc/sparc.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2712 * config/sparc/sparc-protos.h (legitimate_address_p): Remove.
2713 * config/sparc/sparc.c (legitimate_address_p): Rename to...
2714 (sparc_legitimate_address_p): ... this, make static and return bool.
2715 (legitimize_address): Adjust call.
2716 (TARGET_LEGITIMATE_ADDRESS_P): New.
2717
2718 * config/i386/i386.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2719 * config/i386/i386-protos.h (legitimate_address_p): Remove.
2720 * config/i386/i386.c (legitimate_address_p): Rename to...
2721 (ix86_legitimate_address_p): ... this, make static.
2722 (constant_address_p): Move after it, adjust call.
2723 (TARGET_LEGITIMATE_ADDRESS_P): New.
2724
2725 * config/avr/avr.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2726 * config/avr/avr-protos.h (legitimate_address_p): Remove.
2727 * config/avr/avr.c (legitimate_address_p): Rename to...
2728 (avr_legitimate_address_p): ... this, make static.
2729 (legitimize_address): Adjust call.
2730 (TARGET_LEGITIMATE_ADDRESS_P): New.
2731
2732 * config/crx/crx.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2733 * config/crx/crx-protos.h (crx_legitimate_address_p): Remove.
2734 * config/crx/crx.c (crx_legitimate_address_p): Make static.
2735 (TARGET_LEGITIMATE_ADDRESS_P): New.
2736
2737 * config/xtensa/xtensa.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2738 * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): Remove.
2739 * config/xtensa/xtensa.c (xtensa_legitimate_address_p): Make static.
2740 (TARGET_LEGITIMATE_ADDRESS_P): New.
2741
2742 * config/stormy16/stormy16.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2743 * config/stormy16/stormy16-protos.h (xstormy16_legitimate_address_p):
2744 Remove.
2745 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
2746 Make static.
2747 (TARGET_LEGITIMATE_ADDRESS_P): New.
2748
2749 * config/m68hc11/m68hc11.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2750 * config/m68hc11/m68hc11-protos.h (m68hc11_go_if_legitimate_address):
2751 Remove.
2752 * config/m68hc11/m68hc11.c (m68hc11_go_if_legitimate_address):
2753 Rename to...
2754 (m68hc11_legitimate_address_p): ... this, make static.
2755 (go_if_legitimate_address_internal): Rename to...
2756 (m68hc11_legitimate_address_p_1): ... this.
2757 (legitimize_address): Adjust call.
2758 (TARGET_LEGITIMATE_ADDRESS_P): New.
2759
2760 * config/iq2000/iq2000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2761 * config/iq2000/iq2000-protos.h (iq2000_legitimate_address_p): Remove.
2762 * config/iq2000/iq2000.c (iq2000_legitimate_address_p): Make static.
2763 (TARGET_LEGITIMATE_ADDRESS_P): New.
2764
2765 * config/mn10300/mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2766 * config/mn10300/mn10300-protos.h (legitimate_address_p): Remove.
2767 * config/mn10300/mn10300.c (legitimate_address_p): Rename to...
2768 (mn10300_legitimate_address_p): ... this, make static.
2769 (TARGET_LEGITIMATE_ADDRESS_P): New.
2770
2771 * config/m68k/m68k.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2772 * config/m68k/m68k-protos.h (m68k_legitimate_address_p): Remove.
2773 * config/m68k/m68k.c (m68k_legitimate_address_p): Make static.
2774 (TARGET_LEGITIMATE_ADDRESS_P): New.
2775
2776 * config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2777 (REG_OK_STRICT_FLAG, REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Delete.
2778 (INT_REG_OK_FOR_BASE_P, INT_REG_OK_FOR_INDEX_P): Move above.
2779 * config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2780 * config/rs6000/rs6000-protos.h (rs6000_legitimate_address): Remove.
2781 * config/rs6000/rs6000.c (rs6000_legitimate_address): Rename to...
2782 (rs6000_legitimate_address_p): ... this, make static.
2783 (TARGET_LEGITIMATE_ADDRESS_P): New.
2784 (REG_MODE_OK_FOR_BASE_P): Delete.
2785 (rs6000_legitimize_reload_address): Use INT_REG_OK_FOR_BASE_P.
2786
2787 * config/picochip/picochip.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2788 * config/picochip/picochip-protos.h (picochip_legitimate_address_p):
2789 Delete.
2790 * config/picochip/picochip.c (picochip_legitimate_address_p): Make
2791 static, adjust types.
2792 (TARGET_LEGITIMATE_ADDRESS_P): New.
2793
2794 * config/score/score.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2795 * config/score/score.c (score_address_p): Rename to...
2796 (score_legitimate_address_p): ... this.
2797 (TARGET_LEGITIMATE_ADDRESS_P): New.
2798 * config/score/score3.c (score3_address_p): Rename to...
2799 (score3_legitimate_address_p): ... this.
2800 * config/score/score7.c (score7_address_p): Rename to...
2801 (score7_legitimate_address_p): ... this.
2802
2803 * config/arm/arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS,
2804 THUMB2_GO_IF_LEGITIMATE_ADDRESS, THUMB1_GO_IF_LEGITIMATE_ADDRESS,
2805 GO_IF_LEGITIMATE_ADDRESS): Delete.
2806 * config/arm/arm-protos.h (thumb1_legitimate_address_p,
2807 thumb2_legitimate_address_p): Delete.
2808 (arm_legitimate_address_p): Rename to...
2809 (arm_legitimate_address_outer_p): ... this.
2810 * config/arm/constraints.md ("Uq"): Adjust call.
2811 * config/arm/predicates.md (arm_extendqisi_mem_op): Likewise.
2812 * config/arm/arm.c (arm_legitimate_address_p): New, rename old one
2813 to...
2814 (arm_legitimate_address_outer_p): ... this.
2815 (thumb1_legitimate_address_p, thumb2_legitimate_address_p): Make
2816 static.
2817 (TARGET_LEGITIMATE_ADDRESS_P): New.
2818
2819 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2820 * config/mips/mips-protos.h (mips_legitimate_address_p): Remove.
2821 * config/mips/mips.c (mips_legitimate_address_p): ... Make static.
2822 (TARGET_LEGITIMATE_ADDRESS_P): New.
2823
2824 * config/vax/vax.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2825 * config/vax/vax-protos.h (legitimate_address_p): Remove.
2826 * config/vax/vax.c (legitimate_address_p): Rename to...
2827 (vax_legitimate_address_p): ... this, make static.
2828 (TARGET_LEGITIMATE_ADDRESS_P): New.
2829
2830 * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2831 * config/h8300/h8300-protos.h (h8300_legitimate_address_p): Remove.
2832 * config/h8300/h8300.c (h8300_legitimate_address_p): ... Make static.
2833 (TARGET_LEGITIMATE_ADDRESS_P): New.
2834
2835 * config/mmix/mmix.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2836 * config/mmix/mmix-protos.h (mmix_legitimize_address): Remove.
2837 * config/mmix/mmix.c (mmix_legitimate_address): Rename to...
2838 (mmix_legitimate_address_p): ... this, make static.
2839 (TARGET_LEGITIMATE_ADDRESS_P): New.
2840
2841 * config/bfin/bfin.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2842 * config/bfin/bfin-protos.h (bfin_legitimate_address_p): Remove.
2843 * config/bfin/bfin.c (bfin_legitimate_address_p): ... Make static.
2844 (TARGET_LEGITIMATE_ADDRESS_P): New.
2845
2846 2009-05-14 Paolo Bonzini <bonzini@gnu.org>
2847
2848 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Remove handling
2849 of MODE_COMPLEX_INT.
2850
2851 2009-05-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2852
2853 * config/alpha/alpha.c (alpha_initialize_trampoline): Change 0 to
2854 LCT_NORMAL in function call.
2855 * mips-tdump.c (print_file_desc): Add cast to enum type.
2856 * mips-tfile.c (add_ext_symbol): Add casts to enum types.
2857 (mark_stabs): Add casts to enum types.
2858 (parse_stabs_common): Add casts to enum types.
2859
2860 2009-05-13 Adam Nemet <anemet@caviumnetworks.com>
2861
2862 * config/mips/mips.c (mips_print_operand) <REG, MEM, default>:
2863 Check for invalid values of LETTER.
2864
2865 2009-05-13 Taras Glek <tglek@mozilla.com>
2866
2867 * attribs.c (register_attribute): moved out attribute registration
2868 into register_attribute.
2869 * doc/plugins.texi: Documented register_attribute and
2870 PLUGIN_ATTRIBUTES.
2871 * gcc-plugin.h: Added forward decl for register_attribute.
2872 * gcc-plugin.h (plugins_event): Added PLUGIN_ATTRIBUTES.
2873 * plugin.c (register_callback, invoke_plugin_callbacks): Added
2874 PLUGIN_ATTRIBUTES boilerplate.
2875
2876 2009-05-14 Dave Korn <dave.korn.cygwin@gmail.com>
2877
2878 * config/i386/msformat-c.c (ms_printf_length_specs): Use enumeration
2879 values even in sentinel and empty entries.
2880 (ms_printf_flag_specs): Likewise.
2881 (ms_scanf_flag_specs): Likewise.
2882 (ms_strftime_flag_specs): Likewise.
2883 (ms_print_char_table): Likewise.
2884 (ms_scan_char_table): Likewise.
2885 (ms_time_char_table): Likewise.
2886
2887 2009-05-13 Doug Kwan <dougkwan@google.com>
2888
2889 * tree-ssa-sccvn.c (compare_ops): Stabilize qsort.
2890
2891 2009-05-13 Adam Nemet <anemet@caviumnetworks.com>
2892
2893 * config/mips/mips.md (store): Add attributes for QI and HI.
2894 Update comment.
2895 (truncdisi2, truncdihi2, truncdiqi2): Merge these into ...
2896 (truncdi<mode>2): ... this new pattern.
2897
2898 2009-05-13 Brad Hards <bradh@kde.org>
2899
2900 * Makefile.in (TEXI_GCCINT_FILES): Add plugins.texi.
2901
2902 2009-05-14 Jakub Jelinek <jakub@redhat.com>
2903 Ben Elliston <bje@au.ibm.com>
2904
2905 PR middle-end/40035
2906 * dse.c (check_mem_read_rtx): Guard against width == -1.
2907
2908 2009-05-13 Michael Matz <matz@suse.de>
2909
2910 PR middle-end/39976
2911 * tree-outof-ssa.c (maybe_renumber_stmts_bb): New function.
2912 (trivially_conflicts_p): New function.
2913 (insert_backedge_copies): Use it.
2914
2915 2009-05-13 Janis Johnson <janis187@us.ibm.com>
2916
2917 * c-pragma.c (enum pragma_switch_t): Prefix constants with PRAGMA_.
2918 (handle_stdc_pragma): Use new enum constant names.
2919 (handle_pragma_float_const_decimal64): Ditto.
2920
2921 2009-05-13 Ian Lance Taylor <iant@google.com>
2922
2923 * Makefile.in (build/gencheck.o): Depend upon all-tree.def, not
2924 tree.def.
2925
2926 2009-05-13 Nathan Sidwell <nathan@codesourcery.com>
2927
2928 * config/m68k/t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.
2929 * config/m68k/m68k-devices.def: Add FL_UCLINUX to 68020 and 54455
2930 multilibs.
2931 * config/m68k/m68k.h (FL_UCLINUX): Define.
2932
2933 2009-05-13 Jan Hubicka <jh@suse.cz>
2934
2935 * options.c (gfc_post_options): -fwhole-program imply -fwhole-file.
2936
2937 2009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
2938
2939 * config/sh/sh.h (OVERRIDE_OPTIONS): Clear flag_schedule_insns
2940 unless -fschedule-insns is specified.
2941
2942 2009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
2943
2944 PR target/39561
2945 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Don't set
2946 TARGET_EXPAND_CBRANCHDI4.
2947 * config/sh/sh.md (cbranchdi4): Don't check TARGET_EXPAND_CBRANCHDI4.
2948 * config/sh/sh.opt (mexpand-cbranchdi): Remove.
2949 (cmpeqdi): Fix comment.
2950
2951 2009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
2952
2953 * config/sh/sh-protos.h (sh_legitimate_index_p): Declare.
2954 (sh_legitimate_address_p): Likewise.
2955 * config/sh/sh.c (sh_legitimate_index_p): New.
2956 (sh_legitimate_address_p): Likewise.
2957 * config/sh/sh.h (REG_OK_FOR_BASE_P): Add STRICT parameter.
2958 (REG_OK_FOR_INDEX_P, SUBREG_OK_FOR_INDEX_P): Likewise.
2959 (MODE_DISP_OK_4, MODE_DISP_OK_8): Remove.
2960 (MAYBE_BASE_REGISTER_RTX_P): New macro.
2961 (MAYBE_INDEX_REGISTER_RTX_P): Likewise.
2962 (BASE_REGISTER_RTX_P): Use MAYBE_BASE_REGISTER_RTX_P.
2963 (INDEX_REGISTER_RTX_P): Use MAYBE_INDEX_REGISTER_RTX_P.
2964 (GO_IF_LEGITIMATE_INDEX): Use sh_legitimate_index_p.
2965 (GO_IF_LEGITIMATE_ADDRESS): Use sh_legitimate_address_p.
2966
2967 2009-05-12 Jan Hubicka <jh@suse.cz>
2968
2969 * tree-inline.c (estimate_operator_cost): Add operands;
2970 when division happens by constant, it is cheap.
2971 (estimate_num_insns): Loads and stores are not having cost of 0;
2972 EH magic stuff is cheap; when computing runtime cost of switch,
2973 use log2 base of amount of its cases; builtin_expect has cost of 0;
2974 compute cost for moving return value of call.
2975 (init_inline_once): Initialize time_based flags.
2976 * tree-inline.h (eni_weights_d): Add time_based flag.
2977
2978 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
2979
2980 * df-core.c: Update head documentation.
2981
2982 2009-05-12 Michael Meissner <meissner@linux.vnet.ibm.com>
2983
2984 PR bootstrap/40118
2985 * rs6000.c (rs6000_generate_compare): Use op1b instead of
2986 shadowing exisiting variable op1.
2987
2988 2009-05-12 Uros Bizjak <ubizjak@gmail.com>
2989
2990 PR target/37179
2991 * config/i386/driver-i386.c (processor_signatures): New enum.
2992 (SIG_GEODE): Move from vendor_signatures to processor_signatures.
2993 (host_detect_local_cpu): For SIG_AMD vendor, check for SIG_GEODE
2994 processor signature to detect geode processor.
2995
2996 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
2997
2998 Revert:
2999
3000 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
3001
3002 * optabs.c (prepare_cmp_insn): Temporarily disable test that
3003 causes spurious differences between trunk and cond-optab branch.
3004
3005 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
3006
3007 * dojump.c (compare_from_rtx): Delete.
3008 * expmed.c (emit_store_flag): Only try cstore_optab. Canonicalize
3009 any MODE_CC mode to the cstorecc4 pattern. Use prepare_operand, fail
3010 if the comparison does not satisfy the predicate; test predicates for
3011 operands 2 and 3 of a cstore pattern. Don't try cstore optab
3012 further if one existing pattern fails.
3013 * expr.h (compare_from_rtx): Delete.
3014 (prepare_operand): Declare it.
3015 * optabs.c: Change "lib call" to "libcall" throughout.
3016 (bcc_gen_fctn, setcc_gen_code, trap_rtx,
3017 HAVE_conditional_trap, emit_cmp_insn): Delete.
3018 (can_compare_p): Delete cmp_optab case.
3019 (prepare_float_lib_cmp): Return an rtx and a machine mode.
3020 Accept other parameters by value.
3021 (prepare_operand): Make non-static.
3022 (prepare_cmp_insn): Return an rtx and a machine mode. Accept
3023 other parameters by value. Try to widen operands here based on
3024 an optab_methods argument and looking at cbranch_optab.
3025 (emit_cmp_and_jump_insn_1): Accept test and mode, remove widening
3026 loop. Use cbranch_optab directly.
3027 (emit_cmp_and_jump_insns): Fix comment. Adjust call to
3028 prepare_cmp_insn and emit_cmp_and_jump_insn_1, remove obsolete
3029 assertion.
3030 (emit_conditional_move, emit_conditional_add): Inline what's needed
3031 of compare_from_rtx, using new prepare_cmp_insn for the rest.
3032 (init_optabs): Init cmp_optab with UNKNOWN, cbranch_optab
3033 with COMPARE. Move cmov_optab and cstore_optab above
3034 with cbranch_optab, move cmp_optab down with ucmp_optab,
3035 remove tst_otpab. Do not initialize trap_rtx.
3036 (gen_cond_trap): Do it here. Use ctrap_optab. Test predicate
3037 for trap code. Do not check HAVE_conditional_trap. Use
3038 prepare_cmp_insn. Accept no predicate for operand 3.
3039 * optabs.h (OTI_cmp): Mark as used only for libcalls.
3040 (OTI_ctrap, ctrap_optab): New.
3041 (tst_optab): Delete.
3042 (bcc_gen_fctn, setcc_gen_code, emit_cmp_insn): Delete.
3043 * ifcvt.c (find_if_header): Replace HAVE_conditional_trap
3044 with lookup of ctrap_optab.
3045 * genopinit.c (cmp_optab, tst_optab, bcc_gen_fctn, setcc_gen_code):
3046 Delete.
3047 (ctrap_optab): New.
3048
3049 * combine.c (combine_simplify_rtx, simplify_set): Do not
3050 special case comparing against zero for cc0 machines.
3051 * simplify-rtx.c (simplify_binary_operation_1): Never remove
3052 COMPARE on cc0 machines.
3053 (simplify_relational_operation): Return a new expression when
3054 a COMPARE could be removed.
3055 * final.c (final_scan_insn): Compare cc_status values
3056 against LHS of a (compare FOO (const_int 0)) cc0 source.
3057 Also check if cc_status.value is the full compare.
3058
3059 * doc/md.texi (bCC, sCC, tstMM, cmpMM): Delete.
3060 (cstoreMM4): Document.
3061 (conditional_trap): Document ctrapMM4 instead.
3062 (sync_compare_and_swapMM): Refer to cbranchcc4.
3063 (Dependent Patterns): Eliminate obsolete information referring to
3064 the old jump optimization phase.
3065 (Canonicalization): Include cbranchcc4 case, omit canonicalization
3066 of compares with 0 on cc0 machines.
3067 (Jump Patterns): Refer to MODE_CC jump patterns preferably,
3068 avoiding references to cc0. Remove text about storing operands
3069 in cmpMM.
3070 * doc/tm.texi (Condition Codes): Include blurb on different
3071 condition code representations, separate into subsections for
3072 CC0, MODE_CC and conditional execution.
3073
3074 * config/alpha/alpha-protos.h (alpha_emit_conditional_branch,
3075 alpha_emit_setcc): Accept operands and a machine mode.
3076 * config/alpha/alpha.c (alpha_emit_conditional_branch):
3077 Get code/op0/op1 from operands, use machine mode argument
3078 instead of alpha_compare.fp_p. Emit the branch here.
3079 (alpha_emit_setcc): Likewise, and return boolean.
3080 (alpha_emit_conditional_move): Likewise. Assert that
3081 cmp_op_mode == cmp_mode, and simplify accordingly.
3082 * config/alpha/alpha.h (struct alpha_compare, alpha_compare): Delete.
3083 * config/alpha/alpha.md (cmpdf, cmptf, cmpdi, bCC, sCC): Delete.
3084 (cbranchdf4, cbranchtf4, cbranchdi4, cstoredf4, cstoretf4,cstoredi4):
3085 Delete.
3086 (stack probe test): Use cbranchdi4.
3087 * config/alpha/predicates.md (alpha_cbranch_operator): New.
3088
3089 * config/arc/arc.c (gen_compare_reg): Do not emit cmp.
3090 * config/arc/arc.h (movsicc, movsfcc): Use it.
3091 (movdicc, *movdicc_insn, movdfcc, *movdfcc_insn): Remove.
3092 (cbranchsi4, cstoresi4): New.
3093 (cmpsi, bCC and sCC expanders): Remove.
3094
3095 * config/arm/arm.c (arm_compare_op0, arm_compare_op1): Delete.
3096 * config/arm/arm.h (arm_compare_op0, arm_compare_op1): Delete.
3097 * config/arm/predicates.md (arm_comparison_operator): Only include
3098 floating-point operators if there is a hardware floating-point unit.
3099 * config/arm/arm.md (cbranchsi4, cstoresi4): Enable for TARGET_32BIT,
3100 deferring to cbranch_cc and cstore_cc respectively.
3101 (cbranchsf4, cbranchdf4, cbranchdi4, cstoresf4, cstoredf4, cstoredi4,
3102 cbranch_cc, cstore_cc): New.
3103 (movsicc, movsfcc, movdfcc): Do not use arm_compare_op0 and
3104 arm_compare_op1.
3105 (bCC, sCC, cmpsi, cmpsf, cmpdf, cmpdi): Delete.
3106
3107 * config/avr/avr-protos.h (out_tstsi, out_tsthi): Adjust prototype.
3108 * config/avr/avr.c (out_tstsi, out_tsthi): Get the tested operand
3109 as an argument.
3110 (adjust_insn_length): Adjust calls.
3111 (avr_reorg): Handle (compare (foo) (const_int 0)).
3112 * config/avr/avr.md (tstqi, tsthi, tstsi): Remove.
3113 (*negated_tstqi, *negated_tsthi, *negated_tstsi): Unmacroize.
3114 (*reversed_tsthi, *reversed_tstsi): Add a scratch for simplicity.
3115 (cmpqi, cmphi, cmpsi): Prepend asterisk, fuse tst[qhs]i here.
3116 (bCC): Remove.
3117 (cbranchqi4, cbranchhi4, cbranchsi4): New.
3118 (tst -> sbrc/sbrs peephole2, cpse peephole): Wrap RHS with COMPARE.
3119
3120 * config/bfin/bfin.md (cmpbi, cmpsi, bCC, sCC): Delete.
3121 (cbranchsi4, cstorebi4, cstoresi4): New.
3122 (movbisi): This insn is duplicate, split it to zero_extend.
3123 * config/bfin/bfin.c (bfin_compare_op0, bfin_compare_op1): Delete
3124 (bfin_gen_compare): Do not use them. Emit VOIDmode SET, not BImode.
3125 (bfin_optimize_loop): Use cbranch expander.
3126 * config/bfin/bfin.h (bfin_compare_op0, bfin_compare_op1): Delete.
3127 * config/bfin/predicates.md (bfin_cbranch_operator): Rename to...
3128 (bfin_bimode_comparison_operator): ... this.
3129 (bfin_direct_comparison_operator): New.
3130
3131 * config/cris/cris.c (cris_normal_notice_update_cc): Look
3132 inside (compare FOO (const_int 0)).
3133 (cris_rtx_costs): Handle ZERO_EXTRACT.
3134 * config/cris/cris.md (tstdi, tst<mode>, cmpdi): Delete.
3135 (*tstdi_non_v32): Fold in *cmpdi_non_v32.
3136 (*tstdi_v32): Delete.
3137 (*cmpdi_non_v32): Add M alternative for operand 1.
3138 (cmpsi, cmp<mode>): Make private.
3139 (*tstsi, *tst<mode>_cmp, *tst<mode>_non_cmp, *btst): Wrap LHS
3140 with COMPARE.
3141 (cbranch<mode>4, cbranchdi4, cstore<mode>4): New.
3142
3143 * config/crx/crx.md (cstore<mode>4, cbranchcc4): New.
3144 (cmp<mode>, bCOND_internal, b<code>, s<code>): Delete.
3145 (cbranch<mode>4, sCOND_internal): Use ordered_comparison_operator.
3146 (cc_reg_operand): New.
3147 (any_cond): Delete.
3148 * config/crx/crx.c (crx_compare_op0, crx_compare_op1,
3149 crx_expand_compare, crx_expand_branch, crx_expand_scond): Delete.
3150 * config/crx/crx.h (crx_compare_op0, crx_compare_op1): Delete.
3151 * config/crx/crx-protos.h (crx_expand_compare, crx_expand_branch,
3152 crx_expand_scond): Delete.
3153
3154 * config/fr30/fr30.md (cmp<mode>, bCC): Delete.
3155 (cbranchsi4): New.
3156 * config/fr30/fr30.c (fr30_compare_op0, fr30_compare_op1): Delete
3157 * config/fr30/fr30.h (fr30_compare_op0, fr30_compare_op1): Delete.
3158
3159 * config/frv/frv.md (cbranchsi4, cbranchsf4, cbranchdf4,
3160 cstoresi4, cstoresf4, cstoredf4): New.
3161 (cmpdi, cmpsi, cmpsf, cmpdf, bCC, sCC): Remove.
3162 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
3163 Receive the entire operands array.
3164 * config/frv/frv.h (frv_compare_op0, frv_compare_op1): Delete.
3165 * config/frv/frv.c (frv_compare_op0, frv_compare_op1): Delete.
3166 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
3167 Get test/op0/op1 from the operands array.
3168 (frv_emit_cond_move): Get test/op0/op1 from the test_rtx.
3169
3170 * config/h8300/h8300-protos.h (h8300_expand_branch): Accept operands.
3171 (h8300_expand_store): New.
3172 * config/h8300/h8300.c (h8300_rtx_costs): Handle (compare FOO
3173 (const_int 0)).
3174 (h8300_expand_branch): Emit compare here. Adjust for new arguments.
3175 (h8300_expand_store): New.
3176 * config/h8300/h8300.md (btst combine patterns): Wrap with COMPARE
3177 or do not try to produce (set (cc0) REG).
3178 (peepholes): Wrap arguments with COMPARE. Add a peephole to
3179 change a compare into a move to a scratch register. Disable some
3180 peepholes when comparing with zero.
3181 (tstsi, tsthi, tstsi, cmpqi): Make private.
3182 (cmphi): Delete.
3183 (bCC, sCC): Delete.
3184 (cbranchqi4, cbranchhi4, cbranchsi4, cstoreqi4, cstorehi4,
3185 cstoresi4): New.
3186
3187 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_int_addcc,
3188 ix86_expand_fp_movcc): Set ix86_compare_op0 and ix86_compare_op1.
3189 (ix86_emit_i387_log1p): Use gen_cbranchxf4.
3190 (ix86_emit_i387_log1p): Use cbranchxf2.
3191 (ix86_expand_setcc): Return void.
3192 * config/i386/i386-protos.h (ix86_expand_setcc): Return void.
3193 * config/i386/i386.md (cmpti, cmpdi, cmpsi, cmphi, cmpqi, cmpxf,
3194 cmp<MODEF>, cmpcc): Remove.
3195 (cbranchti4, cbranchdi4, cbranchsi4, cbranchhi4, cbranchqi4,
3196 cbranchxf4, cbranch<MODEF>4, cbranchcc4, cstoredi4, cstoresi4,
3197 cstorehi4, cstoreqi4, cstorexf4, cstore<MODEF>4, cstorecc): New.
3198 (sCC and bCC expanders): Remove.
3199 (stack_protect_test): Use cbranchcc4.
3200
3201 * config/ia64/ia64-protos.h (ia64_compare_op0, ia64_compare_op1):
3202 Delete.
3203 (ia64_expand_compare): Accept three rtx by reference and return void.
3204 * config/ia64/ia64.c (ia64_compare_op0, ia64_compare_op1): Delete.
3205 (ia64_expand_compare): Replace op0/op1 with *op0/*op1. Get code
3206 from *expr. Update *expr with the BImode comparison to do.
3207 * config/ia64/ia64.md (cmpbi, cmpsi, cmpdi, cmpsf, cmpdf, cmpxf,
3208 cmptf, bCC, sCC, conditional_trap): Delete.
3209 (cbranchbi4, cbranchsi4, cbranchdi4, cbranchsf4, cbranchdf4,
3210 cbranchxf4, cbranchtf4, cstorebi4, cstoresi4, cstoredi4, cstoresf4,
3211 cstoredf4, cstorexf4, cstoretf4, ctrapbi4, ctrapsi4, ctrapdi4,
3212 ctrapsf4, ctrapdf4, ctrapxf4, ctraptf4): New.
3213 * config/ia64/predicates.md (ia64_cbranch_operator): New.
3214
3215 * config/iq2000/iq2000-protos.h (gen_conditional_branch): Change
3216 type of last argument.
3217 * config/iq2000/iq2000.c (branch_cmp, branch_type): Remove.
3218 (gen_conditional_branch): Get code/cmp0/cmp1 from operands,
3219 use machine mode argument instead of branch_type. Remove dead
3220 code for floating-point comparisons.
3221 * config/iq2000/iq2000.h (branch_cmp, branch_type): Remove.
3222 * config/iq2000/iq2000.md (cmpsi, cmpdi, cmpsf, cmpdf, tstsi, bCC):
3223 Remove.
3224 (cbranchsi4, cstoresi4): New.
3225 * config/iq2000/predicates.md (reg_or_const_operand): New.
3226
3227 * config/m32c/m32c.md (cbranch splitter): Use match_op_dup.
3228 * config/m32c/m32c.md (any_cond, gl_cond): Delete.
3229 (b<code>_op): Rewrite to...
3230 (bcc_op): ... this, using match_operator.
3231 (s<code>_op): Rewrite to...
3232 (scc_op): ... this, using match_operator.
3233 (s<code>_24_op): Rewrite to...
3234 (scc_op_24): ... this, using match_operator.
3235 (s<code>_<mode>): Rewrite to...
3236 (cstore<mode>4): ... this, using match_operator.
3237 (s<code>_<mode>_24): Rewrite to...
3238 (cstore<mode>4_24): ... this, using match_operator.
3239 * config/m32c/m32c-protos.h (m32c_cmp_flg_0, m32c_pend_compare,
3240 m32c_unpend_compare, m32c_expand_scc): Delete.
3241 * config/m32c/m32c.c (compare_op0, compare_op1, m32c_cmp_flg_0,
3242 m32c_pend_compare, m32c_unpend_compare, m32c_expand_scc): Delete.
3243 (m32c_expand_movcc): Change NE to EQ if necessary.
3244 (m32c_init_libfuncs): Modify cstore optab instead of setcc_gen_code.
3245
3246 * config/m32r/m32r-protos.h (gen_cond_store): New.
3247 * config/m32r/m32r.c (m32r_compare_op0, m32r_compare_op1): Delete.
3248 (gen_cond_store): New, from sCC patterns.
3249 (m32r_expand_block_move): Use cbranchsi4.
3250 * config/m32r/m32r.h (m32r_compare_op0, m32r_compare_op1): Delete.
3251 * config/m32r/m32r.md (cmpsi, bCC, sCC): Delete.
3252 (cbranchsi4, cstoresi4): New.
3253
3254 * config/m68hc11/m68hc11.c (m68hc11_compare_op0, m68hc11_compare_op1):
3255 Delete.
3256 (m68hc11_rtx_costs_1, m68hc11_rtx_costs): Handle ZERO_EXTRACT.
3257 (m68hc11_notice_update_cc): Look into a compare with 0.
3258 * config/m68hc11/m68hc11.h (m68hc11_compare_op0, m68hc11_compare_op1):
3259 Delete.
3260 * config/m68hc11/m68hc11.md (tstsi, tsthi, tstqi, cmpsi,
3261 cmphi, cmpqi, bCC): Delete.
3262 (cbranchsi4, cbranchhi4, cbranchqi4): New.
3263 (tstqi_1, tstqi_z_used, tstqi_1, bitcmpqi, bitcmpqi_z_used,
3264 bitcmpqi_12, bitcmphi, various splits and peephole2s): Wrap cc0<-reg
3265 sets with COMPARE.
3266
3267 * config/m68k/predicates.md (m68k_cstore_comparison_operator,
3268 const0_operand, const1_operand, m68k_subword_comparison_operand): New.
3269 * config/m68k/constraints.md (H): New.
3270 * config/m68k/m68k.md (tstdi): Remove define_expand, use name for
3271 the define_insn below.
3272 (tstsi, tsthi, tst<FP:mode>, cmphi, cmpqi, cmp<FP:mode>): Delete.
3273 (*tstsi_internal_68020_cf, *tstsi_internal, *tsthi_internal,
3274 *tstqi_internal, tst<mode>_6881, tst<mode>_cf, many unnamed
3275 patterns): Wrap RHS with COMPARE.
3276 (tst<FP>_68881, tst<FP>_cf): Use const0_operand.
3277 (*cmpdi_internal): Name this pattern.
3278 (cmpdi): Change to define_insn.
3279 (cbranchdi4, cstoredi4, cbranchsi4, cstoresi4, cbranchhi4, cstorehi4,
3280 cbranchqi4, cstoreqi4, cbranch<FP:mode>4, cstore<FP:mode>4): New.
3281 (scc0_di, scc0_di_5200, scc_di): Use the ordered_comparison_operator
3282 predicate.
3283 (seq, sne, sgt, sgtu, slt, sltu, sge, sgeu, sle, sleu, sordered,
3284 sunordered, suneq, sunge, sungt, sunle, sunlt, sltgt): Delete
3285 (conditional_trap): Change to...
3286 (ctrapdi4, ctrapsi4, ctraphi4, ctrapqi4): ... these.
3287 (*conditional_trap): Use the ordered_comparison_operator and
3288 const1_operand predicates.
3289 * config/m68k/m68k.c (m68k_last_compare_had_fp_operands): Delete.
3290 (m68k_expand_prologue): Use ctrapsi4 instead of cmpsi+conditional_trap.
3291 (m68k_rtx_costs): Look for ZERO_EXTRACT in a COMPARE.
3292 * config/m68k/m68k.h (m68k_last_compare_had_fp_operands): Delete.
3293
3294 * config/mcore/mcore-protos.h (arch_compare_op0, arch_compare_op1,
3295 mcore_modify_comparison, mcore_gen_compare_reg): Remove.
3296 (mcore_gen_compare): New.
3297 * config/mcore/mcore.c (arch_compare_op0, arch_compare_op1): Delete.
3298 (mcore_modify_comparison, mcore_gen_compare_reg): Fold into...
3299 (mcore_gen_compare): ... this.
3300 * config/mcore/mcore.md (cmpsi, bCC, sCC): Remove.
3301 (cbranchsi4, cstoresi4): New, using mcore_gen_compare.
3302 (stack probe pattern): Use cbranchsi4.
3303
3304 * config/mips/predicates.md (mips_cstore_operator): New.
3305 * config/mips/mips-ps-3d.md (movv2sfcc): Do not use cmp_operands.
3306 * config/mips/mips.md (any_cond): Delete.
3307 (conditional_trap): Rename to ctrap<GPR:mode>4. Adjust predicates,
3308 always succeed.
3309 (fixuns_truncdfsi2, fixuns_truncdfdi2, fixuns_truncsfsi2,
3310 fixuns_truncsfdi2): Use cbranch patterns.
3311 (cmp<GPR:mode>, cmp<SCALARF:mode>): Delete.
3312 (b<code>): Change to cbranch<GPR:mode>4 and cbranch<SCALARF:mode>4.
3313 Adjust call to mips_expand_conditional_branch.
3314 (seq, sne, slt<u>, sle<u>, sgt<u>, sge<u>): Change to
3315 cstore<GPR:mode>4.
3316 * config/mips/mips-protos.h (mips_expand_conditional_branch,
3317 mips_expand_scc, mips_expand_conditional_trap): Adjust prototypes.
3318 * config/mips/mips.c (cmp_operands): Delete.
3319 (mips_emit_compare): Get comparison operands from *op0/*op1.
3320 (mips_expand_scc): Get code/op0/op1/target from operands. Assert
3321 that it succeeds. Use op0/op1 instead of cmp_operands.
3322 (mips_expand_conditional_branch, mips_expand_conditional_move,
3323 mips_expand_conditional_trap): Likewise.
3324 (mips_block_move_loop): Use cbranch patterns.
3325 * config/mips/mips.h (cmp_operands): Delete.
3326
3327 * config/mmix/mmix.c (mmix_valid_comparison): Delete.
3328 (mmix_gen_compare_reg): Just return a register in the right CC mode.
3329 * config/mmix/mmix.h (mmix_compare_op0, mmix_compare_op1): New.
3330 * config/mmix/mmix.md (cmpdi, cmpdf): Remove.
3331 (*cmpcc_folded): Rename to...
3332 (*cmpdi_folded): this.
3333 (*cmpcc): Rename to...
3334 (*cmps): ... this.
3335 (movdfcc, movdicc): Adjust for new semantics of mmix_gen_compare_reg.
3336 (bCC): Remove.
3337 (cbranchdi4): New.
3338 (cbranchdf4): New. Handle invalid comparisons here.
3339 * config/mmix/predicates.md (float_comparison_operator): New.
3340
3341 * config/mn10300/mn10300.c (mn10300_rtx_costs): Consider 0 and
3342 zero_extract to be cheap in (compare (zero_extract) (const_int 0).
3343 * config/mn10300/mn10300.md (tst): Delete.
3344 (*tst_extqisi_am33, *tst_extqisi, *tst_exthisi_am33, *tst_exthisi):
3345 Name these patterns and wrap RHS in a compare.
3346 (*cmpsi): Make this pattern private. Include tst.
3347 (*cmpsf): Make this pattern private.
3348 (and and zero_extract cc0 set): Wrap RHS in a COMPARE.
3349 (compare with zero peepholes): Likewise.
3350 (bCC): Remove.
3351 (cbranchsi4, cbranchsf4): New.
3352 (casesi): Use cbranchsi4.
3353
3354 * config/pa/pa.c (hppa_compare_op0, hppa_compare_op1,
3355 hppa_branch_type): Delete.
3356 (return_addr_rtx): Use cbranchsi4.
3357 (emit_bcond_fp): Accept all operands. Replace CODE with NE.
3358 Emit CCFPmode comparison here.
3359 (gen_cmp_fp): Delete, now part of emit_bcond_fp.
3360 * config/pa/pa.h (enum cmp_type, hppa_compare_op0, hppa_compare_op1,
3361 hppa_branch_type): Delete.
3362 * config/pa/pa.md (cmpdi, cmpsi, cmpsf, cmpdf, sCC, bCC): Delete.
3363 (movsicc, movdicc): Remove references to hppa_compare_op0,
3364 hppa_compare_op1 and compare_from_rtx.
3365 (cbranchdi4, cbranchsi4, cbranchsf4, cbranchdf4, cstoresi4): New.
3366 (casesi): Use cbranchsi4.
3367
3368 * config/pdp11/pdp11-protos.h (output_jump): Change prototype.
3369 * config/pdp11/pdp11.c (output_jump): Embed opcodes here.
3370 * config/pdp11/pdp11.md (register_or_const0_operand): New.
3371 (cmpdf, cmphi, cmpqi): Make private. Add tst alternatives.
3372 (cmpsi, tstsi, tstdf, tsthi, tstqi): Delete.
3373 (bCC): Delete.
3374 (cbranchdf4, cbranchhi4, cbranchqi4): New.
3375 (*branch, *branch_inverted): New.
3376
3377 * config/picochip/picochip.md (cbranchhi4): Use
3378 ordered_comparison_operator.
3379 (cmphi, bCC): Remove.
3380
3381 * config/rs6000/predicates.md (rs6000_cbranch_operator): New.
3382 (trap_comparison_operator): Delete.
3383 * config/rs6000/rs6000-protos.h (rs6000_emit_sCOND,
3384 rs6000_emit_cbranch): Accept mode and operands.
3385 * config/rs6000/rs6000.c (rs6000_compare_op0, rs6000_compare_op1,
3386 rs6000_compare_fp_p): Delete.
3387 (rs6000_generate_compare): Accept mode and comparison. Extract code
3388 and op0/op1 from there. Replace references to rs6000_compare_op0
3389 and rs6000_compare_op1.
3390 (rs6000_emit_sCOND): Adjust call to rs6000_generate_compare and
3391 extract result from passed operands.
3392 (rs6000_emit_cbranch): Adjust call to rs6000_generate_compare and
3393 extract loc from passed operands.
3394 (rs6000_emit_cmove): Likewise.
3395 * config/rs6000/rs6000.h (rs6000_compare_op0, rs6000_compare_op1,
3396 rs6000_compare_fp_p): Delete.
3397 * config/rs6000/rs6000.md (cmp<GPR>, cmp<FP>, bCC, sCC): Delete.
3398 (cbranch<GPR>4, cbranch<FP>4): New.
3399 (cstore<mode>4): New. Consolidate here all choices about when to use
3400 portable or specialized sCC sequences.
3401 (stack_protect_test): Use cbranchsi4.
3402 (conditional_trap): Replace with ctrap<GPR>4.
3403 (conditional trap insn): Replace trap_comparison_operator with
3404 ordered_comparison_operator.
3405
3406 * config/s390/s390.c (s390_compare_op0, s390_compare_op1): Delete.
3407 (s390_emit_prologue): Use ctrap.
3408 * config/s390/s390.h (s390_compare_op0, s390_compare_op1): Delete.
3409 * config/s390/predicates.md (s390_eqne_operator, s390_scond_operator):
3410 New predicates replacing...
3411 * config/s390/s390.md (COMPARE, SCOND): ... these iterators.
3412 (cmp<GPR>, cmp<FP>, cmpcc): Delete.
3413 (trunc patterns): Use emit_cmp_and_jump_insns instead of cmp/branch.
3414 (add<mode>cc): Do not use s390_compare_op0/op1.
3415 (s<code>): Change to...
3416 (cstore<mode>4): ... this. Do not use s390_compare_op0/op1.
3417 (seq): Change to...
3418 (cstorecc4): ... this. Handle EQ or NE equally.
3419 (*sne): Un-privatize for use in cstorecc4.
3420 (b<code>): Change to...
3421 (cbranch<GPR>4, cbranch<FP>4, cbranchcc4): ... these.
3422 (conditional_trap): Replace with...
3423 (ctrap<GPR>4, ctrap<FP>4): ... these.
3424 (stack_protect): Use cbranchcc4.
3425
3426 * config/score/score-conv.h (cmp_op0, cmp_op1): Delete.
3427 * config/score/score-protos.h (score_gen_cmp): Delete.
3428 * config/score/score.c (cmp_op0, cmp_op1, score_gen_cmp): Delete.
3429 (score_block_move-loop): Use cbranchsi4.
3430 * config/score/score.md (cbranchsi4): New.
3431 (cmpsi, bCC): Delete.
3432 * config/score/score3.c (cmp_op0, cmp_op1, score3_gen_cmp): Delete.
3433 (score3_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
3434 * config/score/score7.c (cmp_op0, cmp_op1, score7_gen_cmp): Delete.
3435 (score7_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
3436 * config/score/score3.h (score3_gen_cmp): Delete.
3437 * config/score/score7.h (score7_gen_cmp): Delete.
3438
3439 * config/sh/sh-protos.h (prepare_scc_operands): Rename to...
3440 (sh_emit_scc_to_t): ... this. Return void.
3441 (from_compare): Rename to...
3442 (sh_emit_compare_and_branch): ... this.
3443 (sh_emit_compare_and_set): New.
3444 (sh_expand_t_scc): Accept operands.
3445 * config/sh/predicates.md (sh_float_comparison_operator): New.
3446 * config/sh/sh.c (sh_compare_op0, sh_compare_op1): Delete.
3447 (prepare_scc_operands): Rename to...
3448 (sh_emit_scc_to_t): ... this. Return void. Get op0/op1 from
3449 arguments.
3450 (sh_emit_cheap_store_flag): New.
3451 (sh_emit_set_t_insn): New.
3452 (from_compare): Rename to...
3453 (sh_emit_compare_and_branch): ... this. Accept mode. Rewrite
3454 handling of TARGET_SH2E floating point to avoid recursive call.
3455 Generate branch here.
3456 (sh_emit_compare_and_set): New.
3457 (sh_expand_t_scc): Get op0/op1 from arguments.
3458 (sh_emit_cheap_store_flag): New.
3459 * config/sh/sh.md (cbranchdi4, cbranchsi4): Include -mno-cbranchdi
3460 cases.
3461 (cbranchdi4_i): Use an "I08" constraint instead of an "i" constraint.
3462 (cmpsi, cmpdi, cmpsf, cmpdf): Delete.
3463 (movsicc, movdicc): Do nothing when it recreated operands from
3464 sh_compare_*. Use sh_emit_cheap_store_flag. Adjust call to
3465 prepare_scc_operands (now sh_emit_scc_to_t).
3466 (udivdi3): Use cstoresi4.
3467 (beq_media, bne_media, bge_media, bgtu_media, bgeu_media, beq,
3468 bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu, bunordered): Delete.
3469 (cbranchint4_media, cbranchfp4_media): New.
3470 (casesi): Use cbranchdi4.
3471 (seq, slt, sle, sgt, sge, sgtu, sltu, sgeu, sne, sleu, sunordered):
3472 Delete.
3473 (cstore4_media, cstoresi4, cstoredi4, cstoresf4, cstoredf4): New.
3474 (movnegt): Remove second operand.
3475 (cbranchsf4, cbranchdf4): New.
3476 (stack_protect): Use cbranchdi4/cbranchsi4.
3477
3478 * config/sparc/sparc.c (sparc_compare_op0, sparc_compare_op1): Delete.
3479 (gen_compare_reg): Accept comparison, extract part of it to...
3480 (gen_compare_reg_1): ... this.
3481 (gen_compare_operator): Delete.
3482 (gen_v9_scc): Accept separate destination, comparison code and arms.
3483 Do not use sparc_compare_op0/sparc_compare_op1.
3484 (emit_scc_insn, emit_conditional_branch_insn): New.
3485 (emit_v9_brxx): Make static. Remove useless assertion.
3486 (sparc_emit_float_lib_cmp): Return RTL instead of calling
3487 emit_cmp_insn.
3488 (sparc_expand_compare_and_swap_12): Use gen_compare_reg_1+cbranchcc4.
3489 * config/sparc/sparc-protos.h (gen_compare_reg,
3490 sparc_emit_float_lib_cmp): Adjust prototype.
3491 (emit_scc_insn, emit_conditional_branch_insn): New.
3492 (gen_v9_scc, emit_v9_brxx_insn, gen_compare_operator): Delete.
3493 * config/sparc/sparc.h (sparc_compare_op0, sparc_compare_op1): Delete.
3494 * config/sparc/sparc.md (P, I, F, V32, V32I, V64, V64I): Move all
3495 iterators to the top.
3496 (cmpsi, cmpdi, cmpsf, cmpdf, cmptf, seqsi_special_extend,
3497 snesi_special_extend, sCC, bCC, seqdi_special_trunc,
3498 snedi_special_trunc): Delete.
3499 (seqdi_special, snedi_special): Use expansion of seqdi_special_trunc
3500 and snedi_special_trunc.
3501 (cstoresi4, cstoredi4, cstore<F:mode>4, cbranchcc4, cbranchsi4,
3502 cbranchdi4, cbranch<F:mode>4): New.
3503 (mov<I:mode>cc, mov<F:mode>cc): Handle sparc_emit_float_lib_cmp
3504 here. Use gen_compare_reg instead of gen_compare_operator.
3505 (conditional_trap): Replace with...
3506 (ctrapsi4, ctrapdi4): ... this.
3507 (stack_protect_test): Use cbranchcc4.
3508
3509 * config/spu/spu-protos.h (spu_emit_branch_or_set): Change second
3510 argument to rtx.
3511 * config/spu/spu.c (spu_compare_op0, spu_compare_op1): Remove.
3512 (spu_emit_branch_or_set): Get code/op0/op1 from second argument.
3513 Change spu_compare_op0/op1 to op0/op1 throughout. Get target
3514 from operands[0] or operands[3] depending on is_set.
3515 * config/spu/spu.h (spu_compare_op0, spu_compare_op1): Remove.
3516 * config/spu/spu.md (cmp<mode:VQHSI>, cmp<mode:DTI>, cmp<mode:VSF>,
3517 cmpdf, bCC), sCC: Remove.
3518 (cbranch<mode:VQHSI>4, cbranch<mode:DTI>, cbranch<mode:VSF>4,
3519 cbranchdf4, cstore<mode:VQHSI>4, cstore<mode:DTI>, cstore<mode:VSF>4,
3520 cstoredf4): New.
3521 (mov<mode>cc): Accept ordered_comparison_operator, adjust call to
3522 spu_emit_branch_or_set.
3523
3524 * config/stormy16/stormy16-protos.h (xstormy16_emit_cbranch):
3525 Add two arguments.
3526 * config/stormy16/stormy16.h (xstormy16_compare_op0,
3527 xstormy16_compare_op1): Delete.
3528 * config/stormy16/stormy16.c (xstormy16_compare_op0,
3529 xstormy16_compare_op1): Delete.
3530 (xstormy16_emit_cbranch): Get op0/op1 from the new arguments.
3531 Adjust calls.
3532 * config/stormy16/stormy16.md (cbranchsi4, cbranchhi4): New.
3533 (cmphi, cmpsi, bCC): Remove.
3534
3535 * config/v850/v850.md (tstsi, cmpsi): Fold into...
3536 (*cmpsi): ... this one.
3537 (cbranchsi4, cstoresi4): New.
3538 (bCC expanders): Delete.
3539 (sCC insns): Fold into...
3540 (*setcc): ... this one.
3541 (casesi): Do not use gen_cmpsi and gen_bgtu.
3542 (various splits): Wrap "naked" RHS of a cc0 set with COMPARE.
3543 (movsicc): Simplify.
3544 * config/v850/v850.c (v850_rtx_costs): Handle ZERO_EXTRACT in COMPARE.
3545
3546 * config/vax/vax-protos.h (cond_name): New.
3547 (vax_output_conditional_branch): Remove.
3548 * config/vax/vax.c (cond_name): New.
3549 (vax_output_conditional_branch): Remove.
3550 * config/vax/vax.h (PRINT_OPERAND): Dispatch %c to cond_name.
3551 * config/vax/vax.md (tst<VAXint>, tst<VAXfp>): Remove.
3552 (cmp<VAXint>, cmp<VAXfp>): Privatize. Add constraints for tst.
3553 (bit<VAXint>): Wrap source with (compare).
3554 (b<code> and following unnamed pattern): Rename to *branch and
3555 *branch_reversed. Change macroization to match_operator.
3556 (cbranch<VAXint>4, cbranch<VAXfp>4): New.
3557
3558 * config/xtensa/predicates.md (xtensa_cstoresi_operator): New.
3559 * config/xtensa/xtensa-protos.h (xtensa_expand_conditional_branch):
3560 Change last argument to machine_mode.
3561 (xtensa_expand_scc): Add machine_mode argument.
3562 * config/xtensa/xtensa.c (branch_cmp, branch_type): Remove.
3563 (gen_conditional_move, xtensa_expand_conditional_branch,
3564 xtensa_expand_scc, xtensa_expand_conditional_move): Use mode
3565 instead of branch_type, fetch cmp0/cmp1/test_code from operands[].
3566 Adjust operand numbers.
3567 * config/xtensa/xtensa.h (enum cmp_type, branch_cmp, branch_type):
3568 Delete.
3569 * config/xtensa/xtensa.md (any_cond, any_scc): Delete.
3570 (cmpsi, cmpsf, b<code>, s<code>): Delete.
3571 (cbranchsi4, cbranchsf4, cstoresi4, cstoresf4): New.
3572
3573 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
3574
3575 * optabs.c (prepare_cmp_insn): Temporarily disable test that
3576 causes spurious differences between trunk and cond-optab branch.
3577
3578 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3579
3580 PR target/37137
3581 * doc/install.texi (STAGE1_TFLAGS, BUILD_CONFIG): Document.
3582
3583 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3584
3585 * tree.c (iterative_hash_pointer): Delete.
3586 (iterative_hash_expr): Short-circuit handling of NULL pointer.
3587 Hash UIDs and versions of SSA names. Don't special-case built-in
3588 function declarations.
3589
3590 2009-05-11 Ian Lance Taylor <iant@google.com>
3591
3592 PR bootstrap/40103
3593 * graphite.c: Force -Wc++-compat to only be a warning before
3594 #including "cloog/cloog.h".
3595
3596 2009-05-11 Martin Jambor <mjambor@suse.cz>
3597
3598 * ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.
3599
3600 2009-05-11 Jan Hubicka <jh@suse.cz>
3601
3602 * tree-ssa-loop-ivcanon.c: Include target.h
3603 (struct loop_size): new structure.
3604 (constant_after_peeling): New predicate.
3605 (tree_estimate_loop_size): New function.
3606 (estimated_unrolled_size): Rewrite for new estimates.
3607 (try_unroll_loop_completely): Use new estimates.
3608 * Makefile.in (tree-ssa-loop-ivcanon.o): Add dependenc on target.h
3609
3610 2009-05-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
3611
3612 * config/spu/spu-c.c (spu_categorize_keyword): Update for recent
3613 libcpp interface change.
3614 (spu_macro_to_expand): Likewise.
3615
3616 2009-05-11 Paolo Bonzini <bonzini@gnu.org>
3617
3618 PR tree-optimization/40026
3619 * gimplify.c (gimplify_init_constructor): Change initial conditional
3620 to assertion. Rewrite TREE_OPERAND (*expr_p, 1) after
3621 optimize_compound_literals_in_ctor.
3622
3623 2009-05-11 Nathan Sidwell <nathan@codesourcery.com>
3624
3625 * config/m68k/m68k-devices.def (52274, 52277, 5301x, 5225x, 51xx):
3626 New devices.
3627 * doc/invoke.texi (M680x0 Options): Document new coldfire cpus.
3628
3629 2009-05-11 H.J. Lu <hongjiu.lu@intel.com>
3630
3631 * tree-vect-data-refs.c (vect_analyze_group_access): Use
3632 HOST_WIDE_INT for gap.
3633
3634 2009-05-11 Ira Rosen <irar@il.ibm.com>
3635
3636 PR tree-optimization/40074
3637 * tree-vect-data-refs.c (vect_analyze_group_access): Take gaps into
3638 account in group size and step comparison.
3639
3640 2009-05-11 Richard Guenther <rguenther@suse.de>
3641
3642 * passes.c (init_optimization_passes): Strip now incorrect comment.
3643 (execute_function_todo): Do not set PROP_alias.
3644 * tree-pass.h (PROP_alias): Remove.
3645 * tree-ssa-structalias.c (pass_build_alias): Do not provide PROP_alias.
3646 * tree-if-conv.c (pass_if_conversion): Do not require PROP_alias.
3647 * tree-nrv.c (pass_return_slot): Likewise.
3648 * tree-object-size.c (pass_object_sizes): Likewise.
3649 * tree-ssa-dom.c (pass_dominator): Likewise.
3650 (pass_phi_only_cprop): Likewise.
3651 * tree-ssa-dse.c (pass_dse): Likewise.
3652 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
3653 (pass_cselim): Likewise.
3654 * tree-ssa-pre.c (pass_pre): Likewise.
3655 (pass_fre): Likewise.
3656 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
3657 * tree-ssa-sink.c (pass_sink_code): Likewise.
3658 * tree-stdarg.c (pass_stdarg): Likewise.
3659 * tree-tailcall.c (pass_tail_calls): Likewise.
3660 * tree-vrp.c (pass_vrp): Likewise.
3661
3662 2009-05-10 Ian Lance Taylor <iant@google.com>
3663
3664 * basic-block.h (enum profile_status): Break out of struct
3665 control_flow_graph.
3666 * cgraph.h (struct inline_summary): Break out of struct
3667 cgraph_local_info.
3668 * cgraphunit.c (enum cgraph_order_sort_kind): New enum, broken out
3669 of struct cgraph_order_sort.
3670 * combine.c (enum undo_kind): New enum, broken out of struct undo.
3671 * cse.c (struct branch_path): Break out of struct
3672 cse_basic_block_data.
3673 * except.h (enum eh_region_type): Break out of struct eh_region.
3674 * gcc.c (enum add_del): Break out of struct modify_target.
3675 * genrecog.c (enum decision_type): Break out of struct decision_test.
3676 * ggc-page.c (struct ggc_pch_ondisk): Break out of struct
3677 ggc_pch_data.
3678 * matrix-reorg.c (struct free_info): Break out of struct matrix_info.
3679 * regmove.c (enum match_use): New enum, broken out of struct match.
3680 * sched-int.h (enum post_call_group): New enum, broken out of
3681 struct deps.
3682 (struct deps_reg): Break out of struct deps.
3683 * target.h (struct asm_int_op): Break out of struct gcc_target.
3684 * tree-eh.c (struct goto_queue_node): Break out of struct
3685 leh_tf_state.
3686 * tree-inline.h (enum copy_body_cge_which): Break out of
3687 copy_body_data.
3688 * tree-pass.h (enum opt_pass_type): Break out of struct opt_pass.
3689
3690 * c-decl.c (in_struct, struct_types): New static variables.
3691 (pushtag): Add loc parameter. Change all callers.
3692 (lookup_tag): Add ploc parameter. Change all callers.
3693 (check_compound_literal_type): New function.
3694 (parser_xref_tag): Add loc parameter. Change all callers. If
3695 -Wc++-compat, warn about struct/union/enum types defined within a
3696 struct or union.
3697 (start_struct): Add enclosing_in_struct, enclosing_struct_types,
3698 and loc parameters. Change all callers. Change error calls to
3699 error_at, using loc. For a redefinition, if the location of the
3700 original definition is known, report it. Set in_struct and
3701 struct_types. If -Wc++-compat warn if in sizeof, typeof, or alignof.
3702 (finish_struct): Add new parameters enclosing_in_struct and
3703 enclosing_struct_types. Change all callers. Set
3704 C_TYPE_DEFINED_IN_STRUCT for all struct/union/enum types defined
3705 in the struct. If in a struct, add this struct to struct_types.
3706 (start_enum): Add loc parameter. Change all callers. Use
3707 error_at for errors, using loc. For a redefinition, if the
3708 location of the original definition is known, report it. If in a
3709 struct, add this enum type to struct_types. If -Wc++-compat warn
3710 if in sizeof, typeof, or alignof.
3711 * c-parser.c (disable_extension_diagnostics): Disable -Wc++-compat.
3712 (enable_extension_diagnostics): Reenable -Wc++-compat if appropriate.
3713 (c_parser_enum_specifier): Get enum location for start_enum.
3714 (c_parser_struct_or_union_specifier): Get struct location for
3715 start_struct. Save in_struct and struct_types status between
3716 start_struct and finish_struct.
3717 (c_parser_cast_expression): Get location of cast.
3718 (c_parser_alignof_expression): Get location of type.
3719 (c_parser_postfix_expression): Likewise.
3720 (c_parser_postfix_expression_after_paren_type): Add type_loc
3721 parameter. Change all callers. Call check_compound_literal_type.
3722 Use type_loc for error about variable size type.
3723 * c-typeck.c (build_external_ref): If -Wc++-compat, warn about a use
3724 of an enum constant from an enum type defined in a struct or union.
3725 (c_cast_expr): Add loc parameter. Change all callers. If
3726 -Wc++-compat, warn about defining a type in a cast.
3727 * c-tree.h (C_TYPE_DEFINED_IN_STRUCT): Define.
3728 (start_enum, start_struct, finish_struct): Update declarations.
3729 (parser_xref_tag, c_cast_expr): Update declarations.
3730 (check_compound_literal_type): Declare.
3731
3732 2009-05-11 Ben Elliston <bje@au.ibm.com>
3733
3734 * config/rs6000/rs6000-c.c (altivec_categorize_keyword): Update
3735 for recent libcpp interface change.
3736 (rs6000_macro_to_expand): Likewise.
3737
3738 2009-05-10 Michael Matz <matz@suse.de>
3739
3740 PR target/40031
3741 * config/arm/arm.c (require_pic_register): Emit on entry edge,
3742 not at entry of function.
3743
3744 2009-05-10 Richard Guenther <rguenther@suse.de>
3745
3746 PR tree-optimization/40081
3747 Revert
3748 * tree-sra.c (instantiate_element): Instantiate scalar replacements
3749 using the main variant of the element type. Do not fiddle with
3750 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
3751
3752 * tree-sra.c (sra_type_can_be_decomposed_p): Do not decompose
3753 structs with volatile fields.
3754
3755 2009-05-10 Jan Hubicka <jh@suse.cz>
3756
3757 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Declare.
3758 (estimate_move_cost): Assert that it does not get called for
3759 VOID_TYPE_P.
3760 (estimate_num_insns): Skip VOID types in argument handling.
3761 (optimize_inline_calls): Delete unreachable blocks and verify that
3762 callgraph is valid.
3763
3764 2009-05-10 Jan Hubicka <jh@suse.cz>
3765
3766 * cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
3767 * cgraph.c (cgraph_mark_address_taken_node): New function.
3768 (dump_cgraph_node): Dump new flag.
3769 * cgraph.h (struct cgraph_node): Add address_taken.
3770 (cgraph_mark_address_taken_node): New function.
3771 * ipa.c (cgraph_postorder): Prioritize functions with address taken
3772 since new direct calls can be born.
3773
3774 2009-05-10 Joseph Myers <joseph@codesourcery.com>
3775
3776 * c-lex.c (c_lex_with_flags): Expect cpp_hashnode in
3777 tok->val.node.node.
3778
3779 2009-05-10 Jan Hubicka <jh@suse.cz>
3780
3781 PR middle-end/40084
3782 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Take old_call
3783 argument; rewrite.
3784 (cgraph_update_edges_for_call_stmt): Take old_decl argument.
3785 * cgraph.h (cgraph_update_edges_for_call_stmt): Update prototype.
3786 * tree-inline.c (copy_bb): Set frequency correctly.
3787 (fold_marked_statements): Update call to
3788 cgraph_update_edges_for_call_stmt.
3789
3790 2009-05-10 Joseph Myers <joseph@codesourcery.com>
3791
3792 * config/arc/arc.c (arc_handle_interrupt_attribute): Use %qE for
3793 identifiers in diagnostics.
3794 * config/arm/arm.c (arm_handle_fndecl_attribute,
3795 arm_handle_isr_attribute): Likewise.
3796 * config/avr/avr.c (avr_handle_progmem_attribute,
3797 avr_handle_fndecl_attribute, avr_handle_fntype_attribute): Likewise.
3798 * config/bfin/bfin.c (handle_int_attribute,
3799 bfin_handle_longcall_attribute, bfin_handle_l1_text_attribute,
3800 bfin_handle_l1_data_attribute, bfin_handle_longcall_attribute,
3801 bfin_handle_l1_text_attribute, bfin_handle_l1_data_attribute):
3802 Likewise.
3803 * config/darwin.c (darwin_handle_kext_attribute,
3804 darwin_handle_weak_import_attribute): Likewise.
3805 * config/h8300/h8300.c (h8300_handle_fndecl_attribute,
3806 h8300_handle_eightbit_data_attribute,
3807 h8300_handle_tiny_data_attribute): Likewise.
3808 * config/i386/i386.c (ix86_handle_cconv_attribute,
3809 ix86_handle_abi_attribute, ix86_handle_struct_attribute): Likewise.
3810 * config/i386/winnt.c (ix86_handle_shared_attribute,
3811 ix86_handle_selectany_attribute): Likewise.
3812 * config/ia64/ia64.c (ia64_handle_model_attribute): Likewise.
3813 * config/m32c/m32c.c (function_vector_handler): Likewise.
3814 * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute,
3815 m68hc11_handle_fntype_attribute): Likewise.
3816 * config/m68k/m68k.c (m68k_handle_fndecl_attribute): Likewise.
3817 * config/mcore/mcore.c (mcore_handle_naked_attribute): Likewise.
3818 * config/mips/mips.c (mips_insert_attributes,
3819 mips_merge_decl_attributes, mips_expand_builtin): Likewise.
3820 * config/rs6000/rs6000.c (rs6000_handle_longcall_attribute,
3821 rs6000_handle_struct_attribute): Likewise.
3822 * config/sh/sh.c (sh_insert_attributes,
3823 sh_handle_resbank_handler_attribute,
3824 sh_handle_interrupt_handler_attribute,
3825 sh2a_handle_function_vector_handler_attribute,
3826 sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
3827 Likewise.
3828 * config/sh/symbian.c (sh_symbian_mark_dllimport): Likewise.
3829 * config/spu/spu.c (spu_handle_fndecl_attribute,
3830 spu_handle_vector_attribute): Likewise.
3831 * config/stormy16/stormy16.c
3832 (xstormy16_handle_interrupt_attribute): Likewise.
3833 * config/v850/v850-c.c (ghs_pragma_section): Likewise.
3834 * config/v850/v850.c (v850_handle_interrupt_attribute): Likewise.
3835
3836 2009-05-10 Joseph Myers <joseph@codesourcery.com>
3837
3838 * pretty-print.h (struct pretty_print_info): Add translate_identifiers.
3839 (pp_translate_identifiers): New.
3840 (pp_identifier): Only conditionally translate identifier to locale
3841 character set.
3842 * pretty-print.c (pp_construct): Set pp_translate_identifiers.
3843 (pp_base_tree_identifier): Only conditionally translate identifier
3844 to locale character set.
3845 * c-pretty-print.c (M_): Define.
3846 (pp_c_type_specifier, pp_c_primary_expression): Mark English
3847 fragments for conditional translation with M_.
3848 * tree-pretty-print.c (maybe_init_pretty_print): Disable
3849 identifier translation.
3850
3851 2009-05-10 Richard Guenther <rguenther@suse.de>
3852
3853 PR tree-optimization/40081
3854 * tree-sra.c (instantiate_element): Instantiate scalar replacements
3855 using the main variant of the element type. Do not fiddle with
3856 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
3857
3858 2009-05-09 Jan Hubicka <jh@suse.cz>
3859
3860 PR middle-end/40080
3861 * cgraphunit.c (cgraph_materialize_all_clones): Do not redirect
3862 indirect calls; verify cgraph afterwards.
3863
3864 2009-05-09 Jan Hubicka <jh@suse.cz>
3865
3866 PR bootstrap/40082
3867 * ipa.c (update_inlined_to_pointer): New function.
3868 (cgraph_remove_unreachable_nodes): Use it.
3869
3870 2009-05-09 Jan Hubicka <jh@suse.cz>
3871
3872 * tree-eh.c (struct leh_state): Remove prev_try.
3873 (lower_try_finally, lower_catch, lower_eh_filter, lower_cleanup): Do
3874 not track prev_try.
3875 * except.c (gen_eh_region_cleanup, duplicate_eh_regions,
3876 copy_eh_region_1, copy_eh_region, redirect_eh_edge_to_label,
3877 remove_eh_handler_and_replace, foreach_reachable_handler,
3878 verify_eh_region, verify_eh_tree): Remove tracking of prev_try pointer.
3879 * except.h (struct eh_region): Remove eh_region_u_cleanup.
3880 (gen_eh_region_cleanup): Update prototype.
3881
3882 2009-05-09 Jan Hubicka <jh@suse.cz>
3883
3884 PR middle-end/40043
3885 * except.c (copy_eh_region): Always set prev_try.
3886 (redirect_eh_edge_to_label): Find outer try.
3887 (foreach_reachable_handler): When looking for prev try
3888 handle case where previous try is not going to be taken.
3889
3890 2009-05-07 Michael Meissner <meissner@linux.vnet.ibm.com>
3891
3892 PR tree-optimization/40049
3893 * tree-vect-stmts.c (vectorizable_operation): If the machine has
3894 only vector/vector shifts, convert the type of the constant to the
3895 appropriate type to avoid building incorrect trees, which
3896 eventually have problems with garbage collection.
3897
3898 2009-05-08 Joseph Myers <joseph@codesourcery.com>
3899
3900 * fold-const.c (fold_binary): Do not fold multiplication by 1 or
3901 -1 for complex floating-point types if honoring signed zeros.
3902
3903 2009-05-08 Jan Hubicka <jh@suse.cz>
3904
3905 * cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function
3906 argument; handle correctly when profile is absent.
3907 (build_cgraph_edges): Update.
3908 (rebuild_cgraph_edges): Update.
3909 * cgraph.c: Do not include varray.h.
3910 (cgraph_set_call_stmt_including_clones): New function.
3911 (cgraph_create_edge_including_clones): Likewise
3912 (cgraph_update_edges_for_call_stmt_node): New static cfunction.
3913 (cgraph_update_edges_for_call_stmt): Handle clones.
3914 (cgraph_remove_node): Handle clone tree.
3915 (cgraph_remove_node_and_inline_clones): New function.
3916 (dump_cgraph_node): Dump clone tree.
3917 (cgraph_clone_node): Handle clone tree.
3918 (clone_function_name): Bring here from tree-inline.c.
3919 (cgraph_create_virtual_clone): New function.
3920 * cgraph.h (ipa_replace_map): Move here from ipa.h.
3921 (cgraph_clone_info): New function.
3922 (strut cgraph_node): Add clone_info and new clone tree pointers.
3923 (cgraph_remove_node_and_inline_clones,
3924 cgraph_set_call_stmt_including_clones,
3925 cgraph_create_edge_including_clones,
3926 cgraph_create_virtual_clone): Declare.
3927 (cgraph_function_versioning): Use VEC argument.
3928 (compute_call_stmt_bb_frequency): Update prototype.
3929 (cgraph_materialize_all_clones): New function.
3930 * ipa-cp.c (ipcp_update_cloned_node): Remove.
3931 (ipcp_create_replace_map): Update to VECtors.
3932 (ipcp_update_callgraph): Use virtual clones.
3933 (ipcp_update_bb_counts, ipcp_update_edges_counts): Remove.
3934 (ipcp_update_profiling): Do not update local profiling.
3935 (ipcp_insert_stage): Use VECtors and virtual clones.
3936 * cgraphunit.c (verify_cgraph_node): Verify clone tree.
3937 (clone_of_p): New function.
3938 (cgraph_preserve_function_body_p): Use clone tree.
3939 (cgraph_optimize): Materialize clones.
3940 (cgraph_function_versioning): Update for VECtors.
3941 (save_inline_function_body): Use clone tree.
3942 (cgraph_materialize_clone): New function.
3943 (cgraph_materialize_all_clones): Likewise.
3944 * ipa-inline.c (cgraph_default_inline_p): Use analyzed flags.
3945 * ipa.c: Include gimple.h.
3946 (cgraph_remove_unreachable_nodes): Use clone tree.
3947 * ipa-prop.c (ipa_note_param_call): Update call to
3948 compute_call_stmt_bb_frequencycall.
3949 * ipa-prop.h (ipa_replace_map): Move to cgraph.h.
3950 * tree-inline.c: Do not include varray.h or gt-tree-inline.h.
3951 (copy_bb): Handle updating of clone tree; add new edge when new call
3952 appears.
3953 (expand_call_inline): Be strict about every call having edge.
3954 (clone_fn_id_num, clone_function_name): Move to cgraph.c.
3955 (delete_unreachable_blocks_update_callgraph): New function.
3956 (tree_function_versioning): Use VECtors; always remove unreachable
3957 blocks and fold conditionals.
3958 * tree-inline.h: Do not include varray.h.
3959 (tree_function_versioning): Remove.
3960 * Makefile.in (GTFILES): Remove tree-inline.c
3961 * passes.c (do_per_function): Do only functions having body.
3962 * ipa-struct-reorg.c (do_reorg_1, collect_data_accesses): Handle clone
3963 tree.
3964
3965 2009-05-08 H.J. Lu <hongjiu.lu@intel.com>
3966 Andrew Morrow <acm@google.com>
3967
3968 PR c/36892
3969 * c-common.c (c_common_attribute_table): Permit deprecated
3970 attribute to take an optional argument.
3971 (handle_deprecated_attribute): If the optional argument to
3972 __attribute__((deprecated)) is not a string ignore the attribute
3973 and emit a warning.
3974
3975 * c-decl.c (grokdeclarator): Updated warn_deprecated_use call.
3976 * c-typeck.c (build_component_ref): Likewise.
3977 (build_external_ref): Likewise.
3978
3979 * toplev.c (warn_deprecated_use): Add an attribute argument.
3980 Emit the message associated with __attribute__((deprecated)).
3981
3982 * toplev.h (warn_deprecated_use): Updated.
3983
3984 * doc/extend.texi: Document new optional parameter to
3985 __attribute__((deprecated))
3986
3987 2009-05-08 Michael Eager <eager@eagercon.com>
3988
3989 * config/rs6000/rs6000.md (*movdf_softfloat32): replace
3990 !TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
3991
3992 2009-05-08 Richard Guenther <rguenther@suse.de>
3993
3994 PR tree-optimization/40062
3995 * tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi):
3996 Avoid exponential behavior.
3997
3998 2009-05-08 Paolo Bonzini <bonzini@gnu.org>
3999
4000 PR rtl-optimization/33928
4001 PR 26854
4002 * fwprop.c (use_def_ref, get_def_for_use, bitmap_only_bit_bitween,
4003 process_uses, build_single_def_use_links): New.
4004 (update_df): Update use_def_ref.
4005 (forward_propagate_into): Use get_def_for_use instead of use-def
4006 chains.
4007 (fwprop_init): Call build_single_def_use_links and let it initialize
4008 dataflow.
4009 (fwprop_done): Free use_def_ref.
4010 (fwprop_addr): Eliminate duplicate call to df_set_flags.
4011 * df-problems.c (df_rd_simulate_artificial_defs_at_top,
4012 df_rd_simulate_one_insn): New.
4013 (df_rd_bb_local_compute_process_def): Update head comment.
4014 (df_chain_create_bb): Use the new RD simulation functions.
4015 * df.h (df_rd_simulate_artificial_defs_at_top,
4016 df_rd_simulate_one_insn): New.
4017 * opts.c (decode_options): Enable fwprop at -O1.
4018 * doc/invoke.texi (-fforward-propagate): Document this.
4019
4020 2009-05-08 Joseph Myers <joseph@codesourcery.com>
4021
4022 PR c/24581
4023 * c-typeck.c (build_binary_op): Handle arithmetic between one real
4024 and one complex operand specially.
4025 * tree-complex.c (some_nonzerop): Do not identify a real value as
4026 zero if flag_signed_zeros.
4027
4028 2009-05-08 Paolo Bonzini <bonzini@gnu.org>
4029
4030 PR rtl-optimization/33928
4031 * loop-invariant.c (record_use): Fix && vs. || mishap.
4032
4033 2009-05-08 Paolo Bonzini <bonzini@gnu.org>
4034
4035 PR rtl-optimization/33928
4036 * loop-invariant.c (struct use): Add addr_use_p.
4037 (struct def): Add n_addr_uses.
4038 (struct invariant): Add cheap_address.
4039 (create_new_invariant): Set cheap_address.
4040 (record_use): Accept df_ref. Set addr_use_p and update n_addr_uses.
4041 (record_uses): Pass df_ref to record_use.
4042 (get_inv_cost): Do not add inv->cost to comp_cost for cheap addresses
4043 used only as such.
4044
4045 2009-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
4046
4047 * config/sh/sh.c: Do not include c-pragma.h.
4048
4049 2009-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
4050
4051 * config/spu/spu.c: Remove include of c-common.h.
4052
4053 2009-05-07 Janis Johnson <janis187@us.ibm.com>
4054
4055 PR c/39037
4056 * c-common.h (mark_valid_location_for_stdc_pragma,
4057 valid_location_for_stdc_pragma_p, set_float_const_decimal64,
4058 clear_float_const_decimal64, float_const_decimal64_p): New.
4059 * c.opt (Wunsuffixed-float-constants): New.
4060 * c-lex.c (interpret_float): Use pragma FLOAT_CONST_DECIMAL64 for
4061 unsuffixed float constant, handle new warning.
4062 * c-cppbuiltin.c (c_cpp_builtins): Use cast for double constants.
4063 * c-decl.c (c_scope): New flag float_const_decimal64.
4064 (set_float_const_decimal64, clear_float_const_decimal64,
4065 float_const_decimal64_p): New.
4066 (push_scope): Set new flag.
4067 * c-parser.c (c_parser_translation_unit): Mark when it's valid
4068 to use STDC pragmas.
4069 (c_parser_external_declaration): Ditto.
4070 (c_parser_compound_statement_nostart): Ditto.
4071 * c-pragma.c (valid_location_for_stdc_pragma,
4072 mark_valid_location_for_stdc_pragma,
4073 valid_location_for_stdc_pragma_p, handle_stdc_pragma,
4074 handle_pragma_float_const_decimal64): New.
4075 (init_pragma): Register new pragma FLOAT_CONST_DECIMAL64.
4076 * cp/semantics.c (valid_location_for_stdc_pragma_p,
4077 set_float_const_decimal64, clear_float_const_decimal64,
4078 float_const_decimal64_p): New dummy functions.
4079 * doc/extend.texi (Decimal Float): Remove statement that the
4080 pragma, and suffix for double constants, are not supported.
4081 * doc/invoke.texi (Warning Options): List new option.
4082 (-Wunsuffixed-float-constants): New.
4083
4084 2009-05-08 Steven Bosscher <steven@gcc.gnu.org>
4085
4086 * config/i386/i386.c: Do not include c-common.h.
4087
4088 2009-05-07 Mark Heffernan <meheff@google.com>
4089
4090 * doc/invoke.texi (Debugging Options): Document change of debugging
4091 dump location.
4092 * opts.c (decode_options): Make dump_base_name relative to
4093 aux_base_name directory.
4094
4095 2009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4096
4097 * config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
4098 * config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.
4099
4100 2009-05-07 Rafael Avila de Espindola <espindola@google.com>
4101
4102 * Makefile.in (install-plugin): Simplify a bit.
4103
4104 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4105
4106 * Makefile.in (OBJS-common): Add regcprop.o.
4107 (regcprop.o): New.
4108 * timevar.def (TV_CPROP_REGISTERS): New.
4109 * regrename.c (regrename_optimize): Return 0.
4110 (rest_of_handle_regrename): Delete.
4111 (pass_rename_registers): Point to regrename_optimize.
4112 (struct value_data_entry, struct value_data,
4113 kill_value_one_regno, kill_value_regno, kill_value,
4114 set_value_regno, init_value_data, kill_clobbered_value,
4115 kill_set_value, kill_autoinc_value, copy_value,
4116 mode_change_ok, maybe_mode_change, find_oldest_value_reg,
4117 replace_oldest_value_reg, replace_oldest_value_addr,
4118 replace_oldest_value_mem, copyprop_hardreg_forward_1,
4119 debug_value_data, validate_value_data): Move...
4120 * regcprop.c: ... here.
4121 (rest_of_handle_cprop): Delete.
4122 (pass_cprop_hardreg): Point to copyprop_hardreg_forward.
4123
4124 2009-05-07 Jakub Jelinek <jakub@redhat.com>
4125
4126 PR middle-end/40057
4127 * dojump.c (prefer_and_bit_test): Use immed_double_const instead of
4128 GEN_INT for 1 << bitnum.
4129 (do_jump) <case BIT_AND_EXPR>: Use build_int_cst_wide_type instead of
4130 build_int_cst_type.
4131
4132 2009-05-07 Uros Bizjak <ubizjak@gmail.com>
4133
4134 * doc/md.texi (Standard Pattern Names For Generation) [sync_nand]:
4135 Remove wrong description of "nand" operation.
4136
4137 2009-05-06 Richard Guenther <rguenther@suse.de>
4138 Adam Nemet <anemet@caviumnetworks.com>
4139
4140 * gimple.def (GIMPLE_ASSIGN): Fix incorrect information in the
4141 comment. Add that if LHS is not a gimple register, then RHS1 has
4142 to be a single object (GIMPLE_SINGLE_RHS).
4143
4144 2009-05-06 Adam Nemet <anemet@caviumnetworks.com>
4145
4146 * expr.c (get_def_for_expr): Move it up in the file.
4147 (store_field): When expanding a bit-field store, look at the
4148 defining gimple stmt for the masking conversion.
4149
4150 2009-05-06 Janis Johnson <janis187@us.ibm.com>
4151
4152 PR middle-end/39986
4153 * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
4154 decode_decimal64, encode_decimal128, decode_decimal128): Avoid
4155 32-bit memcpy into long.
4156
4157 2009-05-06 Jakub Jelinek <jakub@redhat.com>
4158
4159 * dwarf2out.c (new_reg_loc_descr): Don't ever create DW_OP_regX.
4160 (one_reg_loc_descriptor): Create DW_OP_regX here instead of calling
4161 new_reg_loc_descr.
4162 (loc_by_reference): If loc is DW_OP_regX, change it into DW_OP_bregX 0
4163 instead of appending DW_OP_deref*.
4164
4165 2009-05-06 Michael Matz <matz@suse.de>
4166
4167 PR middle-end/40021
4168 * cfgexpand.c (maybe_cleanup_end_of_block): New static function.
4169 (expand_gimple_cond): Use it to cleanup CFG and superfluous jumps.
4170
4171 2009-05-06 Rafael Avila de Espindola <espindola@google.com>
4172
4173 * Makefile.in (install-plugin): Fix srcdir handling.
4174
4175 2009-05-06 Andrey Belevantsev <abel@ispras.ru>
4176
4177 * tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF
4178 when processing for not_regs_needed bitmap.
4179 * gimple.c (walk_stmt_load_store_addr_ops): When visiting address,
4180 handle TARGET_MEM_REF in lhs. Check TMR_BASE for NULL while
4181 handling it for rhs.
4182
4183 2009-05-06 H.J. Lu <hongjiu.lu@intel.com>
4184
4185 * config/i386/i386.md (unnamed inc/dec peephole): Use
4186 optimize_insn_for_size_p instead of optimize_size.
4187 * config/i386/predicates.md (incdec_operand): Likewise.
4188 (aligned_operand): Likewise.
4189 * config/i386/sse.md (divv8sf3): Likewise.
4190 (sqrtv8sf2): Likewise.
4191
4192 2009-05-06 H.J. Lu <hongjiu.lu@intel.com>
4193
4194 * config/i386/i386.c (ix86_build_signbit_mask): Make it static.
4195
4196 * config/i386/i386-protos.h (ix86_build_signbit_mask): Removed.
4197
4198 2009-05-06 H.J. Lu <hongjiu.lu@intel.com>
4199
4200 * config/i386/i386.md (*avx_<code><mode>3_finite): Replace
4201 ssemodesuffixf2c with avxmodesuffixf2c.
4202
4203 2009-05-06 Joseph Myers <joseph@codesourcery.com>
4204
4205 PR c/40032
4206 * c-decl.c (grokdeclarator): Handle incomplete type of unnamed field.
4207
4208 2009-05-05 Jakub Jelinek <jakub@redhat.com>
4209
4210 * tree.h: Remove DECL_BY_REFERENCE from private_flag comment.
4211 (struct tree_base): Adjust spacing for 8 bit boundaries.
4212 (struct tree_decl_common): Add decl_by_reference_flag bit.
4213 (DECL_BY_REFERENCE): Adjust.
4214 * print-tree.c (print_node): For VAR_DECL, PARM_DECL or RESULT_DECL,
4215 print DECL_BY_REFERENCE bit.
4216 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Revert last change.
4217 * dwarf2out.c (loc_by_reference, gen_decl_die): Check
4218 DECL_BY_REFERENCE for all VAR_DECLs, not just non-static ones.
4219 (gen_variable_die): Likewise. Check TREE_PRIVATE/TREE_PROTECTED
4220 unconditionally.
4221
4222 PR middle-end/39666
4223 * gimplify.c (gimplify_switch_expr): If case labels cover the whole
4224 range of the type, but default label is missing, add it with one
4225 of the existing labels instead of adding a new label for it.
4226
4227 2009-05-05 Joseph Myers <joseph@codesourcery.com>
4228
4229 * dwarf.h: Remove.
4230
4231 2009-05-05 Rafael Avila de Espindola <espindola@google.com>
4232
4233 * Makefile.in (enable_plugin, plugin_includedir): New.
4234 (install): Depend on install-plugin.
4235 (PLUGIN_HEADERS): New.
4236 (install-plugin): New.
4237 * config.gcc: Add vxworks-dummy.h to tm_file for x86 and x86-64.
4238
4239 2009-05-05 Richard Guenther <rguenther@suse.de>
4240
4241 PR tree-optimization/40022
4242 * tree-ssa-phiprop.c (struct phiprop_d): Exchange vop_stmt for
4243 the only vuse.
4244 (phivn_valid_p): Fix tuplification error, simplify.
4245 (phiprop_insert_phi): Add dumps.
4246 (propagate_with_phi): Simplify.
4247
4248 2009-05-05 Richard Guenther <rguenther@suse.de>
4249
4250 PR middle-end/40023
4251 * builtins.c (gimplify_va_arg_expr): Properly build the address.
4252
4253 2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
4254
4255 * tree.h (strip_float_extensions): Remove duplicate declaration.
4256 (build_low_bits_mask, debug_fold_checksum, expand_function_end,
4257 expand_function_start, stack_protect_prologue, stack_protect_epilogue,
4258 block_ultimate_origin): Rearrange the declarations line to match the
4259 comment that indicates the .c file which the functions are defined.
4260 (dwarf2out_*, set_decl_rtl): Add comment.
4261 (get_base_address): Adjust comment.
4262 (change_decl_assembler_name, maybe_fold_*, build_addr): Rearrange the
4263 declarations line and add comment.
4264 (is_builtin_name): Add blank after function name, for clarity.
4265
4266 2009-05-04 Joseph Myers <joseph@codesourcery.com>
4267
4268 * attribs.c (decl_attributes): Use %qE for identifiers in
4269 diagnostics.
4270 * cgraphunit.c (verify_cgraph_node): Translate function names to
4271 locale character set in diagnostics.
4272 * coverage.c (get_coverage_counts): Use %qE for identifiers in
4273 diagnostics.
4274 * doc/invoke.texi (-finstrument-functions-exclude-function-list):
4275 Document that functions are named in UTF-8.
4276 * expr.c (expand_expr_real_1): Translate function names to locale
4277 character set in diagnostics.
4278 * gimplify.c (omp_notice_variable, omp_is_private,
4279 gimplify_scan_omp_clauses): Use %qE for identifiers in
4280 diagnostics.
4281 * langhooks.c (lhd_print_error_function): Translate function names
4282 to locale character set.
4283 * langhooks.h (decl_printable_name): Document that return value is
4284 in internal character set.
4285 * stmt.c: Include pretty-print.h
4286 (tree_conflicts_with_clobbers_p): Use %qE for identifiers in
4287 diagnostics.
4288 (resolve_operand_name_1): Translate named operand name to locale
4289 character set.
4290 * stor-layout.c (finalize_record_size): Use %qE for identifiers in
4291 diagnostics.
4292 * toplev.c (announce_function): Translate function names to locale
4293 character set.
4294 (warn_deprecated_use): Use %qE for identifiers in diagnostics.
4295 (default_tree_printer): Use pp_identifier or translate identifiers
4296 to locale character set. Mark "<anonymous>" for translation.
4297 * tree-mudflap.c (mx_register_decls, mudflap_finish_file): Use %qE
4298 for identifiers in diagnostics.
4299 * tree.c (handle_dll_attribute): Use %qE for identifiers in
4300 diagnostics.
4301 * varasm.c (output_constructor): Use %qE for identifiers in
4302 diagnostics.
4303
4304 2009-05-04 Rafael Avila de Espindola <espindola@google.com>
4305
4306 * configure.ac: use ` ` instead of $()
4307 * configure: Regenerate.
4308
4309 2009-05-05 Ben Elliston <bje@au.ibm.com>
4310
4311 * config/pa/linux-atomic.c: Eliminate conditional include of
4312 errno.h on non-LP64 systems to simplify build requirements.
4313
4314 2009-05-04 Joseph Myers <joseph@codesourcery.com>
4315
4316 * c-common.c (handle_mode_attribute): Use %qE for identifiers in
4317 diagnostics.
4318 * c-decl.c (check_bitfield_type_and_width): Make orig_name a tree
4319 and pass value to identifier_to_locale.
4320 (warn_variable_length_array): Make name a tree.
4321 (grokdeclarator): Separate diagnostic texts for named and unnamed
4322 declarators. Use %qE for named declarators.
4323 * c-parser.c (c_lex_one_token): Use %qE for identifiers in
4324 diagnostics.
4325 * c-pragma.c (pop_alignment, handle_pragma_pack): Use %qE for
4326 identifiers in diagnostics.
4327 * c-typeck.c (push_member_name, start_init): Pass identifiers to
4328 identifier_to_locale. Mark "anonymous" strings for translation.
4329
4330 2009-05-04 Michael Eager <eager@eagercon.com>
4331
4332 * config/rs6000/rs6000.c (rs6000_legitimate_address): Allow
4333 address for DImode/DFmode only if double-precision FP regs.
4334
4335 2009-05-04 Michael Eager <eager@eagercon.com>
4336
4337 * config/rs6000/rs6000.c (rs6000_libcall_value): Add
4338 TARGET_SINGLE_FLOAT check.
4339
4340 2009-05-04 Michael Eager <eager@eagercon.com>
4341
4342 * config/rs6000/xilinx.h: Add CPP_SPEC for -mxilinx-fpu options.
4343
4344 2009-05-04 Michael Eager <eager@eagercon.com>
4345
4346 * gcc/config.gcc: (powerpc-xilinx-eabi*): Add tm t-xilinx
4347 * config/rs6000/t-xilinx: New
4348
4349 2009-05-04 Paolo Bonzini <bonzini@gnu.org>
4350
4351 * doc/tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.
4352 * gcc/defaults.h (LEGITIMIZE_ADDRESS): Delete.
4353 * gcc/explow.c (memory_address): Use target hook.
4354 * gcc/targhooks.c (default_legitimize_address): New.
4355 * gcc/targhooks.h (default_legitimize_address): New.
4356 * gcc/target.h (legitimize_address): New.
4357 * gcc/target-def.h (TARGET_LEGITIMIZE_ADDRESS): New.
4358 (TARGET_INITIALIZER): Include it.
4359 * gcc/system.h (LEGITIMIZE_ADDRESS): Poison.
4360
4361 * config/bfin/bfin-protos.h (legitimize_address): Remove.
4362 * config/bfin/bfin.c (legitimize_address): Remove.
4363 * config/bfin/bfin.h (LEGITIMIZE_ADDRESS): Remove.
4364 * config/m68hc11/m68hc11-protos.h (m68hc11_legitimize_address):
4365 Remove.
4366 * config/m68hc11/m68hc11.c (m68hc11_legitimize_address): Remove.
4367 * config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Remove.
4368
4369 * gcc/config/arm/arm.h (LEGITIMIZE_ADDRESS, ARM_LEGITIMIZE_ADDRESS,
4370 THUMB_LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS): Delete.
4371 * gcc/config/s390/s390.h (LEGITIMIZE_ADDRESS): Delete.
4372 * gcc/config/m32c/m32c.h (LEGITIMIZE_ADDRESS): Delete.
4373 * gcc/config/sparc/sparc.h (LEGITIMIZE_ADDRESS): Delete.
4374 * gcc/config/m32r/m32r.h (LEGITIMIZE_ADDRESS): Delete.
4375 * gcc/config/i386/i386.h (LEGITIMIZE_ADDRESS): Delete.
4376 * gcc/config/sh/sh.h (LEGITIMIZE_ADDRESS): Delete.
4377 * gcc/config/avr/avr.h (LEGITIMIZE_ADDRESS): Delete.
4378 * gcc/config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Delete.
4379 * gcc/config/iq2000/iq2000.h (LEGITIMIZE_ADDRESS): Delete.
4380 * gcc/config/mn10300/mn10300.h (LEGITIMIZE_ADDRESS): Delete.
4381 * gcc/config/m68k/m68k.h (LEGITIMIZE_ADDRESS): Delete.
4382 * gcc/config/score/score.h (LEGITIMIZE_ADDRESS): Delete.
4383 * gcc/config/pa/pa.h (LEGITIMIZE_ADDRESS): Delete.
4384 * gcc/config/mips/mips.h (LEGITIMIZE_ADDRESS): Delete.
4385 * gcc/config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Delete.
4386 * gcc/config/frv/frv.h (LEGITIMIZE_ADDRESS): Delete.
4387 * gcc/config/spu/spu.h (LEGITIMIZE_ADDRESS): Delete.
4388 * gcc/config/xtensa/xtensa.h (LEGITIMIZE_ADDRESS): Delete.
4389 * gcc/config/cris/cris.h (LEGITIMIZE_ADDRESS): Delete.
4390 * gcc/config/rs6000/rs6000.h (LEGITIMIZE_ADDRESS): Delete.
4391 * gcc/config/picochip/picochip.h (LEGITIMIZE_ADDRESS): Delete.
4392
4393 * gcc/config/s390/s390-protos.h (legitimize_address): Delete.
4394 * gcc/config/m32c/m32c-protos.h (m32c_legitimize_address): Delete.
4395 * gcc/config/sparc/sparc-protos.h (legitimize_address): Delete.
4396 * gcc/config/i386/i386-protos.h (legitimize_address): Delete.
4397 * gcc/config/avr/avr-protos.h (legitimize_address): Delete.
4398 * gcc/config/mn10300/mn10300-protos.h (legitimize_address): Delete.
4399 * gcc/config/score/score-protos.h (score_legitimize_address): Delete.
4400 * gcc/config/arm/arm-protos.h (arm_legitimize_address,
4401 (thumb_legitimize_address): Delete.
4402 * gcc/config/pa/pa-protos.h (hppa_legitimize_address): Delete.
4403 * gcc/config/mips/mips-protos.h (mips_legitimize_address): Delete.
4404 * gcc/config/alpha/alpha-protos.h (alpha_legitimize_address): Delete.
4405 * gcc/config/frv/frv-protos.h (frv_legitimize_address): Delete.
4406 * gcc/config/spu/spu-protos.h (spu_legitimize_address): Delete.
4407 * gcc/config/xtensa/xtensa-protos.h (xtensa_legitimize_address):
4408 Delete.
4409 * gcc/config/rs6000/rs6000-protos.h (rs6000_legitimize_address):
4410 Delete.
4411
4412 * config/arm/arm.c (arm_legitimize_address): Maybe call Thumb version.
4413 * config/m32c/m32c.c (m32c_legitimize_address): Standardize.
4414 * config/m32r/m32r.c (m32r_legitimize_address): New.
4415 * config/m68k/m68k.c (m68k_legitimize_address): New.
4416 * config/score/score.c (score_legitimize_address): Standardize.
4417 * config/score/score3.c (score3_legitimize_address): Standardize.
4418 * config/score/score3.h (score3_legitimize_address): Adjust.
4419 * config/score/score7.c (score7_legitimize_address): Standardize.
4420 * config/score/score7.h (score7_legitimize_address): Adjust.
4421 * config/sh/sh.c (sh_legitimize_address): New.
4422 * config/iq2000/iq2000.c (iq2000_legitimize_address): New.
4423
4424 * gcc/config/s390/s390.c (legitimize_address): Rename to...
4425 (s390_legitimize_address): ... this.
4426 * gcc/config/sparc/sparc.c (legitimize_address): Rename to...
4427 (sparc_legitimize_address): ... this.
4428 * gcc/config/i386/i386.c (legitimize_address): Rename to...
4429 (ix86_legitimize_address): ... this.
4430 * gcc/config/avr/avr.c (legitimize_address): Rename to...
4431 (avr_legitimize_address): ... this.
4432 * gcc/config/mn10300/mn10300.c (legitimize_address): Rename to...
4433 (mn10300_legitimize_address): ... this.
4434 * config/alpha/alpha.c (alpha_legitimize_address): Wrap...
4435 (alpha_legitimize_address_1): ... the old alpha_legitimize_address.
4436 (alpha_expand_mov): Adjust call.
4437
4438 * config/frv/frv.c (frv_legitimize_address): Return x on failure.
4439 * config/spu/spu.c (spu_legitimize_address): Likewise.
4440 * config/xtensa/xtensa.c (xtensa_legitimize_address): Likewise.
4441 * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
4442
4443 2009-05-04 Joseph Myers <joseph@codesourcery.com>
4444
4445 * intl.c (locale_encoding, locale_utf8): New.
4446 (gcc_init_libintl): Initialize locale_encoding and locale_utf8.
4447 * intl.h (locale_encoding, locale_utf8): Declare.
4448 * pretty-print.c: Include ggc.h. Include iconv.h if HAVE_ICONV.
4449 (pp_base_tree_identifier, decode_utf8_char, identifier_to_locale):
4450 New.
4451 * pretty-print.h (pp_identifier): Call identifier_to_locale on ID
4452 argument.
4453 (pp_tree_identifier): Define to call pp_base_tree_identifier.
4454 (pp_base_tree_identifier): Declare as function.
4455 (identifier_to_locale): Declare.
4456 * Makefile.in (pretty-print.o): Update dependencies.
4457 * varasm.c (finish_aliases_1): Use %qE for identifiers in diagnostics.
4458
4459 2009-05-04 Richard Guenther <rguenther@suse.de>
4460
4461 PR middle-end/40015
4462 * builtins.c (fold_builtin_memory_op): Do not decay to element
4463 type if the size matches the whole array.
4464
4465 2009-05-04 Kazu Hirata <kazu@codesourcery.com>
4466
4467 * expmed.c (synth_mult): When trying out a shift, pass the result
4468 of a signed shift.
4469
4470 2009-05-04 Kazu Hirata <kazu@codesourcery.com>
4471
4472 * expmed.c (shiftsub_cost): Rename to shiftsub0_cost.
4473 (shiftsub1_cost): New.
4474 (init_expmed): Compute shiftsub1_cost.
4475 (synth_mult): Optimize multiplications by constants of the form
4476 -(2^^m-1) for some constant positive integer m.
4477
4478 2009-05-03 Richard Guenther <rguenther@suse.de>
4479
4480 PR c/39983
4481 * c-typeck.c (array_to_pointer_conversion): Do not built
4482 ADDR_EXPRs of arrays of pointer-to-element type.
4483 * c-gimplify.c (c_gimplify_expr): Revert change fixing
4484 up wrong ADDR_EXPRs after-the-fact.
4485 * c-common.c (strict_aliasing_warning): Strip pointer
4486 conversions for obtaining the original type.
4487 * builtins.c (fold_builtin_memset): Handle array types.
4488 (fold_builtin_memory_op): Handle folded POINTER_PLUS_EXPRs
4489 and array types
4490
4491 2009-05-03 Richard Guenther <rguenther@suse.de>
4492
4493 PR middle-end/23329
4494 * tree-ssa.c (useless_type_conversion_p_1): Use get_deref_alias_set.
4495 Do not lose casts from array types with unknown extent to array
4496 types with known extent.
4497 * tree-ssa-copy.c (may_propagate_copy): Remove hack checking for
4498 alias set compatibility.
4499
4500 2009-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
4501
4502 * flags.h (extra_warnings): Delete.
4503 * toplev.c (process_options): Handle Wuninitialized here.
4504 * opts.c (extra_warnings): Delete.
4505 (set_Wextra): Delete.
4506 (common_handle_option): -Wextra can be handled automatically.
4507 * c-opts.c (c_common_handle_option): Delete obsolete code.
4508 (c_common_post_options): Simplify comment.
4509 * common.opt (W): Add Var.
4510 (Wextra): Add Var.
4511 (Wuninitialized): Initialize to -1.
4512
4513 2009-05-03 Adam Nemet <anemet@caviumnetworks.com>
4514 Richard Guenther <rguenther@suse.de>
4515
4516 * expr.c (get_def_for_expr): New function.
4517 (expand_expr_real_1) <PLUS_EXPR, MINUS_EXPR>: Adjust to work with
4518 SSA rather than trees.
4519 <MULT_EXPR>: Likewise. Use subexp0 and subexp1 instead of
4520 TREE_OPERAND (exp, 0) and TREE_OPERAND (exp, 1).
4521
4522 2009-05-03 Joseph Myers <joseph@codesourcery.com>
4523
4524 * c-common.c (reswords): Add _Imaginary.
4525 * c-common.c (enum rid): Add RID_IMAGINARY.
4526
4527 2009-05-03 Paolo Bonzini <bonzini@gnu.org>
4528
4529 * tree.h (TYPE_VECTOR_OPAQUE): Fix documentation.
4530 Patch by Richard Guenther.
4531
4532 2009-05-03 Anatoly Sokolov <aesok@post.ru>
4533
4534 * defaults.h (FRAME_POINTER_REQUIRED): Provide default.
4535 * doc/tm.texi (FRAME_POINTER_REQUIRED): Revise documentation.
4536 * config/alpha/alpha.h (FRAME_POINTER_REQUIRED): Delete.
4537 * config/s390/s390.h (FRAME_POINTER_REQUIRED): Delete.
4538 * config/spu/spu.h (FRAME_POINTER_REQUIRED): Delete.
4539 * config/sh/sh.h (FRAME_POINTER_REQUIRED): Delete.
4540 * config/pdp11/pdp11.h (FRAME_POINTER_REQUIRED): Delete.
4541 * config/stormy16/stormy16.h (FRAME_POINTER_REQUIRED): Delete.
4542 * config/m68hc11/m68hc11.h (FRAME_POINTER_REQUIRED): Delete.
4543 * config/iq2000/iq2000.h (FRAME_POINTER_REQUIRED): Delete.
4544 * config/mn10300/mn10300.h (FRAME_POINTER_REQUIRED): Delete.
4545 * config/ia64/ia64.h (FRAME_POINTER_REQUIRED): Delete.
4546 * config/m68k/m68k.h (FRAME_POINTER_REQUIRED): Delete.
4547 * config/rs6000/rs6000.h (FRAME_POINTER_REQUIRED): Delete.
4548 * config/picochip/picochip.h (FRAME_POINTER_REQUIRED): Delete.
4549 * config/mcore/mcore.h (FRAME_POINTER_REQUIRED): Delete.
4550 * config/h8300/h8300.h (FRAME_POINTER_REQUIRED): Delete.
4551 * config/v850/v850.h (FRAME_POINTER_REQUIRED): Delete.
4552
4553 2009-05-02 Richard Guenther <rguenther@suse.de>
4554
4555 PR tree-optimization/39940
4556 * tree-ssa-pre.c (eliminate): Make sure we may propagate before
4557 doing so.
4558
4559 2009-05-02 Richard Guenther <rguenther@suse.de>
4560
4561 PR middle-end/40001
4562 * tree-ssa.c (execute_update_addresses_taken): Properly check
4563 if we can mark a variable DECL_GIMPLE_REG_P.
4564 * gimple.c (is_gimple_reg): Re-order check for DECL_GIMPLE_REG_P
4565 back to the end of the function.
4566 (is_gimple_reg_type): Remove complex type special casing.
4567 * gimplify.c (gimplify_bind_expr): Do not set DECL_GIMPLE_REG_P
4568 if not optimizing.
4569
4570 2009-05-02 Ben Elliston <bje@au.ibm.com>
4571
4572 * doc/collect2.texi (Collect2): Document search path behaviour
4573 when configured with --with-ld.
4574
4575 2009-05-02 Jan Hubicka <jh@suse.cz>
4576
4577 * tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical
4578 parameter; update callers.
4579 (coalesce_cost_edge): EH edges are costier because they needs
4580 splitting even if not critical and even more costier when there are
4581 multiple EH predecestors.
4582
4583 2009-05-02 Jan Hubicka <jh@suse.cz>
4584
4585 * except.c (remove_eh_handler_and_replace): Handle updating after
4586 removing TRY blocks.
4587
4588 2009-05-02 Eric Botcazou <ebotcazou@adacore.com>
4589
4590 * store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.
4591
4592 2009-05-02 Steven Bosscher <steven@gcc.gnu.org>
4593
4594 * varasm.c: Do not include c-pragma.h.
4595 * attribs.c: Do not incude c-common.h.
4596
4597 2009-05-01 Michael Matz <matz@suse.de>
4598
4599 * calls.c (initialize_argument_information): Handle SSA names like
4600 decls with a non MEM_P DECL_RTL.
4601
4602 2009-05-01 Steven Bosscher <steven@gcc.gnu.org>
4603
4604 * ipa-reference.c: Do not include c-common.h, include splay-tree.h.
4605 * ipa-utils.c: Likewise.
4606 * ipa-type-escape.c: Likewise.
4607 * cgraphunit.c Do not include c-common.h.
4608 * ipa-pure-const.c: Likewise.
4609 * tree-if-conv.c: Likewise.
4610 * matrix-reorg.c: Do not include c-common.h and c-tree.h.
4611 * ipa-struct-reorg.c: Likewise.
4612 * tree-nomudflap.c: Likewise.
4613 * tree-ssa-structalias.c: Likewise.
4614
4615 2009-05-01 Steven Bosscher <steven@gcc.gnu.org>
4616
4617 * store-motion.c: Many cleanups to make this pass a first-class
4618 citizen instead of an appendix to gcse load motion. Add TODO list
4619 to make this pass faster/cleaner/better.
4620
4621 (struct ls_expr): Post gcse.c-split cleanups.
4622 Rename to st_expr. Rename "loads" field to "antic_stores". Rename
4623 "stores" field to "avail_stores".
4624 (pre_ldst_mems): Rename to store_motion_mems.
4625 (pre_ldst_table): Rename to store_motion_mems_table.
4626 (pre_ldst_expr_hash): Rename to pre_st_expr_hash, update users.
4627 (pre_ldst_expr_eq): Rename to pre_st_expr_eq, update users.
4628 (ldst_entry): Rename to st_expr_entry, update users.
4629 (free_ldst_entry): Rename to free_st_expr_entry, update users.
4630 (free_ldst_mems): Rename to free_store_motion_mems, update users.
4631 (enumerate_ldsts): Rename to enumerate_store_motion_mems,
4632 update caller.
4633 (first_ls_expr): Rename to first_st_expr, update users.
4634 (next_ls_expr): Rename to next_st_expr, update users.
4635 (print_ldst_list): Rename to print_store_motion_mems. Print names of
4636 fields properly for store motion instead of names inherited from load
4637 motion in gcse.c.
4638 (ANTIC_STORE_LIST, AVAIL_STORE_LIST): Remove.
4639 (LAST_AVAIL_CHECK_FAILURE): Explain what this is. Undefine when we
4640 are done with it.
4641
4642 (ae_kill): Rename to st_kill, update users.
4643 (ae_gen): Rename to st_avloc, update users.
4644 (transp): Rename to st_transp, update users.
4645 (pre_insert_map): Rename to st_insert_map, update users.
4646 (pre_delete_map): Rename to st_delete_map, update users.
4647 (insert_store, build_store_vectors, free_store_memory,
4648 one_store_motion_pass): Update for abovementioned changes.
4649
4650 (gcse_subst_count, gcse_create_count): Remove.
4651 (one_store_motion_pass): New statistics counters "n_stores_deleted"
4652 and "n_stores_created", local variables.
4653
4654 (extract_mentioned_regs, extract_mentioned_regs_1): Rewrite to
4655 use for_each_rtx.
4656
4657 (regvec, compute_store_table_current_insn): Remove.
4658 (reg_set_info, reg_clear_last_set): Remove.
4659 (compute_store_table): Use DF caches instead of local dataflow
4660 solvers.
4661
4662 2009-05-01 Joseph Myers <joseph@codesourcery.com>
4663
4664 * c-objc-common.c (c_tree_printer): Print identifiers with
4665 pp_identifier, not pp_string. Mark "({anonymous})" for
4666 translation.
4667 * c-pretty-print.c (pp_c_ws_string): New.
4668 (pp_c_cv_qualifier, pp_c_type_specifier,
4669 pp_c_specifier_qualifier_list, pp_c_parameter_type_list,
4670 pp_c_storage_class_specifier, pp_c_function_specifier,
4671 pp_c_attributes, pp_c_bool_constant, pp_c_constant,
4672 pp_c_primary_expression, pp_c_postfix_expression,
4673 pp_c_unary_expression, pp_c_shift_expression,
4674 pp_c_relational_expression, pp_c_equality_expression,
4675 pp_c_logical_and_expression, pp_c_logical_or_expression): Mostly
4676 use pp_string and pp_c_ws_string in place of pp_identifier and
4677 pp_c_identifier for non-identifiers. Mark English strings for
4678 translation.
4679 * c-pretty-print.h (pp_c_ws_string): Declare.
4680
4681 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
4682 Roland McGrath <roland@redhat.com>
4683
4684 * configure.ac (HAVE_LD_BUILDID): New check for ld --build-id support.
4685 (ENABLE_LD_BUILDID): New configuration option.
4686 * gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
4687 (LINK_BUILDID_SPEC): New macro.
4688 (init_spec): If defined, prepend it between LINK_EH_SPEC and
4689 link_spec.
4690 * doc/install.texi: Document --enable-linker-build-id option.
4691 * configure: Rebuild.
4692 * config.in: Rebuild.
4693
4694 2009-04-30 Adam Nemet <anemet@caviumnetworks.com>
4695
4696 * config/mips/mips.h (FRAME_GROWS_DOWNWARD,
4697 MIPS_GP_SAVE_AREA_SIZE): Define new macros.
4698 (STARTING_FRAME_OFFSET): Return 0 if FRAME_GROWS_DOWNWARD. Use
4699 MIPS_GP_SAVE_AREA_SIZE.
4700 * config/mips/mips.c (struct mips_frame_info): Update comment
4701 before arg_pointer_offset and hard_frame_pointer_offset.
4702 (mips_compute_frame_info): Update diagram before function: to
4703 correctly use stack_pointer_rtx for fp_sp_offset and gp_sp_offset, to
4704 indicate the position of frame_pointer_rtx with -fstack-protector and
4705 to show args_size. Don't allocate cprestore area for leaf functions
4706 if FRAME_GROWS_DOWNWARD. Use MIPS_GP_SAVE_AREA_SIZE to set
4707 cprestore_size.
4708 (mips_initial_elimination_offset): Update for FRAME_GROWS_DOWNWARD.
4709
4710 2009-04-30 Michael Matz <matz@suse.de>
4711
4712 PR tree-optimization/39955
4713 * config/rs6000/rs6000.c (rs6000_check_sdmode): Also check SSA_NAMEs.
4714
4715 2009-04-30 Dave Korn <dave.korn.cygwin@gmail.com>
4716
4717 * ira.c (setup_cover_and_important_classes): Use safe macro
4718 REG_CLASS_FOR_CONSTRAINT instead of calling regclass_for_constraint
4719 directly.
4720 * genpreds.c (write_tm_preds_h): Output suitable definition of
4721 REG_CLASS_FOR_CONSTRAINT.
4722
4723 2009-04-30 Rafael Avila de Espindola <espindola@google.com>
4724
4725 * alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value
4726 instead of an int.
4727 * bitmap.c (bitmap_descriptor): Likewise.
4728 * ggc-common.c (loc_descriptor): Likewise.
4729 * varray.c (varray_descriptor): Likewise.
4730 * vec.c (vec_descriptor): Likewise.
4731
4732 2009-04-30 Eric Botcazou <ebotcazou@adacore.com>
4733
4734 * Makefile.in (dce.o): Add $(EXCEPT_H).
4735 * dce.c: Include except.h and delete redundant vector definitions.
4736 (deletable_insn_p): Return false for non-call insns that can throw
4737 if DF is running.
4738
4739 2009-04-30 Steven Bosscher <steven@gcc.gnu.org>
4740
4741 * gcse.c (ae_gen): Remove.
4742 (can_assign_to_reg_p): Rename to can_assign_to_reg_without_clobbers_p
4743 and make non-static function to make it available in store-motion.c.
4744 Update call sites with search-and-replace.
4745 (enumerate_ldsts, reg_set_info, reg_clear_last_set, store_ops_ok,
4746 extract_mentioned_regs, extract_mentioned_regs_helper,
4747 find_moveable_store, compute_store_table, load_kills_store, find_loads,
4748 store_killed_in_insn, store_killed_after, store_killed_before,
4749 build_store_vectors, insert_insn_start_basic_block, insert-store,
4750 remove_reachable_equiv_notes, replace_store_insn, delete_store,
4751 free_store_memory, one_store_motion_pass, gate_rtl_store_motion,
4752 execute_rtl_store_motion, pass_rtl_store_motion): Move to...
4753 * store-motion.c: ...new file. Also copy data structures from gcse.c
4754 and clean up to remove parts not used by store motion.
4755 * rtl.h (can_assign_to_reg_without_clobbers_p): Add prototype.
4756 * Makefile.in (store-motion.o): New rule. Add to OBJS-common.
4757
4758 2009-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4759
4760 PR target/38571
4761 * config/arm/arm.h (FUNCTION_BOUNDARY): Set to 16 for thumb
4762 when optimizing for size.
4763
4764 2009-04-30 Hans-Peter Nilsson <hp@axis.com>
4765
4766 * gcse.c (gcse_constant_p): Fix typo in last change.
4767
4768 2009-04-30 Rafael Avila de Espindola <espindola@google.com>
4769
4770 * plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.
4771
4772 2009-04-30 Andreas Krebbel <krebbel1@de.ibm.com>
4773
4774 * gcse.c (gcse_constant_p): Make sure the constant is sharable.
4775
4776 2009-04-29 James E. Wilson <wilson@codesourcery.com>
4777
4778 * config/mips/mips.c (mips_add_offset): Use gen_int_mode for
4779 CONST_HIGH_PART result.
4780
4781 2009-04-29 Anatoly Sokolov <aesok@post.ru>
4782
4783 * config/avr/avr.c (initial_elimination_offset): Rename to
4784 avr_initial_elimination_offset.
4785 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p,
4786 change return type to bool.
4787 (avr_can_eliminate): New function.
4788 * config/avr/avr.h (CAN_ELIMINATE): Use avr_can_eliminate.
4789 (FRAME_POINTER_REQUIRED): Use avr_frame_pointer_required_p.
4790 (INITIAL_ELIMINATION_OFFSET): Use avr_initial_elimination_offset.
4791 * config/avr/avr-protos.h (initial_elimination_offset): Rename to
4792 avr_initial_elimination_offset.
4793 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p.
4794 (avr_initial_elimination_offset): Define.
4795
4796 2009-04-29 Eric Botcazou <ebotcazou@adacore.com>
4797 Steven Bosscher <steven@gcc.gnu.org>
4798
4799 PR rtl-optimization/39938
4800 * Makefile.in (cfgrtl.o): Add $(INSN_ATTR_H).
4801 * cfgrtl.c: Include insn-attr.h.
4802 (rest_of_pass_free_cfg): New function.
4803 (pass_free_cfg): Use rest_of_pass_free_cfg as execute function.
4804 * resource.c (init_resource_info): Remove call to df_analyze.
4805
4806 2009-04-29 Richard Guenther <rguenther@suse.de>
4807
4808 PR target/39943
4809 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Only
4810 allow conversion to signed integers.
4811
4812 2009-04-29 Richard Guenther <rguenther@suse.de>
4813
4814 * tree-cfg.c (verify_gimple_assign_binary): Allow vector
4815 shifts of floating point vectors if the shift amount is
4816 a constant multiple of the element size.
4817
4818 2009-04-29 Andreas Krebbel <krebbel1@de.ibm.com>
4819 Michael Matz <matz@suse.de>
4820
4821 PR middle-end/39927
4822 PR bootstrap/39929
4823 * tree-outof-ssa.c (emit_partition_copy): New function.
4824 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
4825 insert_part_to_rtx_on_edge): Perform the partition base var
4826 copy using emit_partition_copy.
4827 (insert_value_copy_on_edge): Convert constants to the right mode.
4828 (insert_rtx_to_part_on_edge): Add UNSIGNEDSRCP parameter.
4829 (elim_create): Pass the sign of the src to insert_rtx_to_part_on_edge.
4830
4831 2009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
4832
4833 * config/bfin/bfin.c (bfin_optimize_loop): If we need a scratch reg,
4834 scan backwards to try to find a constant to initialize it.
4835
4836 * config/bfin/bfin.c (bfin_optimize_loop): When looking for the last
4837 insn before the loop_end instruction, don't look past labels.
4838
4839 2009-04-29 Richard Guenther <rguenther@suse.de>
4840
4841 PR middle-end/39937
4842 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not
4843 loose type conversions.
4844 (forward_propagate_addr_expr): Fix tuplification bug. Remove
4845 stmts only if there are no uses of its definition.
4846
4847 2009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
4848
4849 * config/bfin/bfin.h (splitting_loops): Declare.
4850 * config/bfin/bfin-protos.h (WA_05000257, WA_05000283, WA_05000315):
4851 Reorder bit definitions to be ascending.
4852 (WA_LOAD_LCREGS, ENABLE_WA_LOAD_LCREGS): New macros.
4853 * config/bfin/bfin.c (splitting_loops): New variable.
4854 (bfin_cpus): Add WA_LOAD_LCREGS as needed.
4855 (struct loop_info): Remove members INIT and LOOP_INIT.
4856 (bfin_optimize_loop): Don't set them. Reorder the code that generates
4857 the LSETUP sequence. Allow LC to be loaded from any register, but
4858 also add a case to push/pop a PREG scratch if ENABLE_WA_LOAD_LCREGS.
4859 (bfin_reorg_loops): When done, split all BB_ENDs with splitting_loops
4860 set to 1.
4861 * config/bfin/bfin.md (loop_end splitter): Use splitting_loops instead
4862 of reload_completed.
4863
4864 From Jie Zhang:
4865 * config/bfin/bfin.md (movsi_insn): Refine constraints.
4866
4867 2009-04-29 Rafael Avila de Espindola <espindola@google.com>
4868
4869 * Makefile.in (PLUGIN_VERSION_H): New.
4870 (OBJS-common): Remove plugin-version.o.
4871 (plugin.o): Depend on (PLUGIN_VERSION_H).
4872 (plugin-version.o): Remove.
4873 * configure: Regenerate
4874 * configure.ac: Create plugin-version.h.
4875 * gcc-plugin.h (plugin_gcc_version): Remove.
4876 (plugin_default_version_check): Change signature.
4877 * plugin-version.c: Remove.
4878 * plugin.c: Include plugin-version.h.
4879 (str_plugin_gcc_version_name): Remove.
4880 (try_init_one_plugin): Pass gcc version to plugin_init.
4881 (plugin_default_version_check): Both gcc and plugin versions are now
4882 arguments.
4883
4884 2009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
4885
4886 * config/bfin/bfin.c (bfin_optimize_loop): Unify handling of
4887 problematic last insns. Test for TYPE_CALL rather than CALL_P.
4888 Remove special case testing for last insn of inner loops. Don't fail
4889 if the loop ends with a jump, emit an extra nop instead.
4890
4891 * config/bfin/bfin.c (bfin_register_move_cost): Test for subsets of
4892 DREGS rather than comparing directly. Remove code that tries to
4893 account for latencies.
4894
4895 2009-04-29 Richard Guenther <rguenther@suse.de>
4896
4897 PR tree-optimization/39941
4898 * tree-ssa-pre.c (eliminate): Schedule update-ssa after
4899 eliminating an indirect call.
4900
4901 2009-04-29 Richard Guenther <rguenther@suse.de>
4902
4903 * tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue
4904 parameter. Allow invariants as base if !require_lvalue.
4905 (verify_gimple_assign_single): Adjust.
4906
4907 2009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
4908
4909 * config/bfin/bfin.md (sp_or_sm, spm_string, spm_name): New macro.
4910 (ss<spm_name>hi3, ss<spm_name>hi3_parts, ss<spm_name>hi3_low_parts,
4911 ss<spm_name_hi3_high_parts): New patterns, replacing ssaddhi3,
4912 ssubhi3, ssaddhi3_parts and sssubhi3_parts.
4913 (flag_mulhi3_parts): Produce a HImode output rather than trying to set
4914 a VEC_SELECT.
4915 * config/bfin/bfin.c (bfin_expand_builtin,
4916 case BFIN_BUILTIN_CPLX_SQU): Adjust accordingly.
4917
4918 2009-04-28 Richard Guenther <rguenther@suse.de>
4919
4920 * tree-vect-loop.c (get_initial_def_for_induction): Use
4921 correct types for pointer increment.
4922
4923 2009-04-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4924
4925 * toplev.c (print_version): Update GMP version string calculation.
4926
4927 2009-04-28 Eric Botcazou <ebotcazou@adacore.com>
4928
4929 PR rtl-optimization/39938
4930 * resource.c (init_resource_info): Add call to df_analyze.
4931
4932 2009-04-28 Uros Bizjak <ubizjak@gmail.com>
4933
4934 * config/alpha/alpha.md (usegp): Cast the result of
4935 alpha_find_lo_sum_using_gp to enum attr_usegp.
4936 * config/alpha/alpha.c (override_options): Remove end-of-structure
4937 marker element from cpu_table. Use array size of cpu_table to handle
4938 -mcpu and -mtune options.
4939 (tls_symbolic_operand_type): Change 0 to TLS_MODEL_NONE.
4940
4941 2009-04-28 Joseph Myers <joseph@codesourcery.com>
4942
4943 * config.gcc (powerpc*-*-* | rs6000-*-*): Add
4944 rs6000/option-defaults.h to tm_file. Support cpu_32, cpu_64,
4945 tune_32 and tune_64.
4946 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
4947 support on PowerPC.
4948 * config/rs6000/rs6000.h (OPTION_DEFAULT_SPECS): Move to ...
4949 * config/rs6000/option-defaults.h: ... here. New file.
4950 (OPT_64, OPT_32): Define.
4951 (MASK_64BIT): Define to 0 if not already defined.
4952 (OPT_ARCH64, OPT_ARCH32): Define.
4953 (OPTION_DEFAULT_SPECS): Add entries for cpu_32, cpu_64, tune_32
4954 and tune_64.
4955
4956 2009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4957
4958 * config/arm/arm.c (arm_override_options): Emit error on using
4959 fpa with AAPCS.
4960
4961 2009-04-28 Uros Bizjak <ubizjak@gmail.com>
4962
4963 PR rtl-optimization/39914
4964 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
4965 registers for allocnos created from user-defined variables only
4966 when not optimizing.
4967
4968 2009-04-28 Richard Guenther <rguenther@suse.de>
4969
4970 PR middle-end/39937
4971 * fold-const.c (fold_binary): Use distribute_real_division only
4972 on float types.
4973
4974 2009-04-28 Steve Ellcey <sje@cup.hp.com>
4975
4976 * config.gcc (hppa*64*-*-hpux11*): Set use_gcc_stdint and
4977 add hpux-stdint.h to tm_file.
4978 (hppa[12]*-*-hpux11*): Ditto.
4979 (ia64*-*-hpux*): Ditto.
4980 * config/hpux-stdint.h: New.
4981 * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Set
4982 __STDC_EXT__ for all compiles.
4983 * config/pa/pa-hpux.h: Ditto.
4984 * config/pa/pa-hpux10.h: Ditto.
4985 * config/pa/pa-hpux11.h: Ditto.
4986
4987 2009-04-28 Catherine Moore <clm@codesourcery.com>
4988
4989 * debug.h (set_name): Add comment.
4990
4991 2009-04-28 Andrew Pinski <pinskia@gmail.com>
4992
4993 PR target/39929
4994 * config/darwin.c (machopic_gen_offset): Check
4995 currently_expanding_to_rtl if current_ir_type returns IR_GIMPLE.
4996 * config/arm/arm.c (require_pic_register): Likewise.
4997
4998 2009-04-28 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * config/m32c/m32c.c (TARGET_PROMOTE_FUNCTION_RETURN,
5001 m32c_promote_function_return, TARGET_PROMOTE_PROTOTYPES,
5002 m32c_promote_prototypes): Delete.
5003
5004 2009-04-28 Michael Matz <matz@suse.de>
5005
5006 PR middle-end/39922
5007 * tree-outof-ssa.c (insert_value_copy_on_edge): Don't convert
5008 constants.
5009
5010 2009-04-28 Richard Guenther <rguenther@suse.de>
5011
5012 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error.
5013
5014 2009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5015
5016 * config/arm/arm-cores.def: Add support for arm1156t2f-s.
5017 * doc/invoke.texi (ARM Options): Document support for arm1156t2f-s.
5018 * config/arm/arm-tune.md: Regenerate.
5019
5020 2009-04-28 Alexander Monakov <amonakov@ispras.ru>
5021
5022 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not attempt to delete a
5023 block if there are complex incoming edges.
5024 (sel_merge_blocks): Remove useless assert.
5025 (sel_redirect_edge_and_branch): Check that edge was redirected.
5026 * sel-sched-ir.h (_eligible_successor_edge_p): Remove assert.
5027 (sel_find_rgns): Delete declaration.
5028 * sel-sched.c (purge_empty_blocks): Attempt to remove first block of
5029 the region when it is not a preheader.
5030
5031 2009-04-28 Uros Bizjak <ubizjak@gmail.com>
5032
5033 PR c/39323
5034 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Sync with elfos.h
5035
5036 2009-04-28 Richard Guenther <rguenther@suse.de>
5037
5038 * tree.h (SSA_NAME_VALUE): Remove.
5039 (struct tree_ssa_name): Remove value_handle member.
5040 * tree-vrp.c (execute_vrp): Initialize/free the value-handle
5041 array for jump threading.
5042 * tree-ssa-propagate.c (ssa_prop_init): Do not initialize
5043 SSA_NAME_VALUEs.
5044 * print-tree.c (print_node): Do not dump SSA_NAME_VALUEs.
5045 * tree-flow.h (threadedge_initialize_values): Declare.
5046 (threadedge_finalize_values): Likewise.
5047 * tree-ssa-threadedge.c (ssa_name_values): New global variable.
5048 (SSA_NAME_VALUE): Define.
5049 (threadedge_initialize_values): New function.
5050 (threadedge_finalize_values): Likewise.
5051 * tree-ssa-dom.c (ssa_name_values): New global variable.
5052 (SSA_NAME_VALUE): Define.
5053 (tree_ssa_dominator_optimize): Initialize/free the value-handle array.
5054
5055 2009-04-28 Ira Rosen <irar@il.ibm.com>
5056
5057 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
5058 Use REPORT_VECTORIZED_LOCATIONS instead
5059 REPORT_VECTORIZED_LOOPS.
5060 * tree-vectorizer.c (vect_verbosity_level): Make static.
5061 (vect_loop_location): Rename to vect_location.
5062 (vect_set_verbosity_level): Update comment.
5063 (vect_set_dump_settings): Use REPORT_VECTORIZED_LOCATIONS
5064 and vect_location.
5065 (vectorize_loops): Fix comment. Use REPORT_VECTORIZED_LOCATIONS
5066 and vect_location. Use REPORT_UNVECTORIZED_LOCATIONS
5067 instead REPORT_UNVECTORIZED_LOOPS.
5068 * tree-vectorizer.h (enum vect_def_type): Rename vect_invariant_def
5069 and vect_loop_def to vect_external_def and vect_internal_def.
5070 (enum verbosity_levels): Rename REPORT_VECTORIZED_LOOPS
5071 and REPORT_UNVECTORIZED_LOOPS to REPORT_VECTORIZED_LOCATIONS and
5072 REPORT_UNVECTORIZED_LOCATIONS.
5073 (enum vect_relevant): Update comment. Rename vect_unused_in_loop
5074 and vect_used_in_loop and to vect_unused_in_scope and
5075 vect_used_in_scope.
5076 (STMT_VINFO_RELEVANT_P): Use vect_unused_in_scope.
5077 (vect_verbosity_level): Remove declaration.
5078 (vect_analyze_operations): Likewise.
5079 (vect_analyze_stmt): Declare.
5080 * tree-vect-loop.c (vect_determine_vectorization_factor): Use
5081 REPORT_UNVECTORIZED_LOCATIONS.
5082 (vect_get_loop_niters): Fix indentation.
5083 (vect_analyze_loop_form): Use REPORT_UNVECTORIZED_LOCATIONS.
5084 (vect_analyze_loop_operations): New function.
5085 (vect_analyze_loop): Call vect_analyze_loop_operations instead of
5086 vect_analyze_operations.
5087 (vect_is_simple_reduction): Use new names.
5088 (vectorizable_live_operation, vect_transform_loop): Likewise.
5089 * tree-vect-data-refs.c (vect_check_interleaving): Add a return value
5090 to specify whether the data references can be a part of interleaving
5091 chain.
5092 (vect_analyze_data_ref_dependence): Use new names.
5093 (vect_analyze_data_refs_alignment, vect_analyze_data_refs): Likewise.
5094 (vect_create_addr_base_for_vector_ref): Remove redundant code.
5095 * tree-vect-patterns.c (widened_name_p): Use new names.
5096 (vect_recog_dot_prod_pattern): Likewise.
5097 * tree-vect-stmts.c (vect_stmt_relevant_p): Use new names.
5098 (process_use, vect_mark_stmts_to_be_vectorized,
5099 vect_model_simple_cost, vect_model_store_cost,
5100 vect_get_vec_def_for_operand, vect_get_vec_def_for_stmt_copy,
5101 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
5102 vectorizable_operation, vectorizable_type_demotion,
5103 vectorizable_type_promotion, vectorizable_store, vectorizable_load,
5104 vectorizable_condition): Likewise.
5105 (vect_analyze_operations): Split into vect_analyze_loop_operations
5106 and ...
5107 (vect_analyze_stmt): ... new function.
5108 (new_stmt_vec_info): Use new names.
5109 (vect_is_simple_use): Use new names and fix comment.
5110 * tree-vect-slp.c (vect_get_and_check_slp_defs): Use new names.
5111 (vect_build_slp_tree, vect_analyze_slp, vect_schedule_slp): Likewise.
5112
5113 2009-04-28 Uros Bizjak <ubizjak@gmail.com>
5114
5115 PR target/39911
5116 * config/i386/i386.c (print_operand) ['Z']: Handle floating point
5117 and integer modes for x87 operands. Do not ICE for unsupported size,
5118 generate error instead. Generate error for unsupported operand types.
5119 ['z']: Do not handle HImode memory operands specially. Warning
5120 for floating-point operands. Fallthru to 'Z' for unsupported operand
5121 types. Do not ICE for unsupported size, generate error instead.
5122 (output_387_binary_op): Use %Z to output operands.
5123 (output_fp_compare): Ditto.
5124 (output_387_reg_move): Ditto.
5125
5126 2009-04-28 Ben Elliston <bje@au.ibm.com>
5127
5128 PR c++/35652
5129 Revert:
5130
5131 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5132
5133 * builtins.c (c_strlen): Do not warn here.
5134 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
5135 * c-common.c (pointer_int_sum): Take an explicit location.
5136 Warn about offsets out of bounds.
5137 * c-common.h (pointer_int_sum): Adjust declaration.
5138
5139 2009-04-27 Ian Lance Taylor <iant@google.com>
5140
5141 * collect2.c (is_ctor_dtor): Change type of ret field in struct
5142 names to symkind.
5143 * dce.c (run_fast_df_dce): Change type of old_flags to int.
5144 * df-core.c (df_set_flags): Change return type to int. Change
5145 type of old_flags to int.
5146 (df_clear_flags): Likewise.
5147 * df-scan.c (df_def_record_1): Change 0 to VOIDmode.
5148 (df_get_conditional_uses): Likewise.
5149 * df.h (df_set_flags, df_clear_flags): Update declarations.
5150 * dwarf2out.c (struct indirect_string_node): Change type of form
5151 field to enum dwarf_form.
5152 (AT_string_form): Change return type to enum dwarf_form.
5153 * fixed-value.c (fixed_compare): Add cast to enum type.
5154 * fwprop.c (update_df): Change 0 to VOIDmode.
5155 * gensupport.c: Change 0 to UNKNOWN.
5156 * gimple.h (gimple_cond_code): Add cast to enum type.
5157 * haifa-sched.c (reemit_notes): Add cast to enum type.
5158 * hooks.c (hook_int_void_no_regs): Remove function.
5159 * hooks.h (hook_int_void_no_regs): Remove declaration.
5160 * optabs.c (expand_widen_pattern_expr): Change 0 to VOIDmode.
5161 * predict.c (combine_predictions_for_insn): Add casts to enum type.
5162 * real.c (real_arithmetic): Add cast to enum type.
5163 (real_compare): Likewise.
5164 * target.h (struct gcc_target): Change return type of
5165 branch_target_register_class to enum reg_class.
5166 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define as
5167 default_branch_target_register_class.
5168 * targhooks.c (default_branch_target_register_class): New function.
5169 * targhooks.h (default_branch_target_register_class): Declare.
5170 * tree-data-ref.c (print_direction_vector): Add cast to enum type.
5171 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Remove
5172 cast to int.
5173 * tree-vect-loop.c (vect_create_epilog_for_reduction): Change 0 to
5174 ERROR_MARK.
5175 * tree-vect-slp.c (vect_build_slp_tree): Change 0 to
5176 vect_uninitialized_def. Change 0 to ERROR_MARK.
5177 * tree-vect-stmts.c (supportable_widening_operation): Don't
5178 initialize icode1 and icode2.
5179 * tree-vectorizer.h (enum vect_def_type): Add vect_uninitialized_def.
5180 * config/sol2-c.c (cmn_err_length_specs): Change 0 to FMT_LEN_none
5181 and to STD_C89.
5182 (cmn_err_flag_specs): Change 0 to STD_C89.
5183 (cmn_err_char_table): Likewise.
5184 * config/arm/arm.c (get_arm_condition_code): Change type of code
5185 to enum arm_cond_code.
5186 (IWMMXT_BUILTIN): Change 0 to UNKNOWN.
5187 (IWMMXT_BUILTIN2): Likewise.
5188 (neon_builtin_type_bits): Don't define typedef.
5189 (neon_builtin_datum): Change type of bits field to int.
5190 (arm_expand_neon_args): Add cast to enum type.
5191 * config/ia64/ia64.c (tls_symbolic_operand_type): Change 0 to
5192 TLS_MODEL_NONE.
5193 * config/i386/i386.c (bdesc_multi_arg): Change 0 to UNKNOWN. Add
5194 casts to enum type.
5195 * config/mips/mips.c (LOONGSON_BUILTIN_ALIAS): Change 0 to
5196 MIPS_FP_COND_f.
5197 * config/mips/mips.md (jal_macro): Return enum constant.
5198 (single_insn): Likewise.
5199 * config/rs6000/rs6000.c (bdesc_altivec_preds): Change 0 to
5200 CODE_FOR_nothing.
5201 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5202 casts to enum type.
5203 * config/s390/s390.c (s390_tune_flags): Change type to int.
5204 (s390_arch_flags): Likewise.
5205 (s390_handle_arch_option): Change flags field of struct pta to int.
5206 * config/s390/s390.h (s390_tune_flags): Update declaration.
5207 (s390_arch_flags): Likewise.
5208 * config/sh/sh.c (prepare_move_operands): Compare
5209 tls_symbolic_operand result with enum constant.
5210 (sh_reorg): Change PUT_MODE to PUT_REG_NOTE_KIND.
5211 (sh_expand_prologue): Add cast to enum type.
5212 (sh_expand_epilogue): Likewise.
5213 (tls_symbolic_operand): Change return type to enum tls_model.
5214 (fpscr_set_from_mem): Add cast to enum type.
5215 (legitimize_pic_address): Compare tls_symbolic_operand result with
5216 enum constant.
5217 (sh_target_reg_class): Change return type to enum reg_class.
5218 * config/sh/sh.h (OVERRIDE_OPTIONS): Change CPU_xxx to
5219 PROCESSOR_xxx.
5220 * config/sh/sh-protos.h (tls_symbolic_operand): Update declaration.
5221 * config/sparc/sparc.c (sparc_override_options): Add cast to enum type.
5222 * config/sparc/sparc.md (empty_delay_slot): Return enum constant.
5223 (pic, calls_alloca, calls_eh_return, leaf_function): Likewise.
5224 (delayed_branch, tls_call_delay): Likewise.
5225 (eligible_for_sibcall_delay): Likewise.
5226 (eligible_for_return_delay): Likewise.
5227 * config/spu/spu.c (expand_builtin_args): Add cast to enum type.
5228 (spu_expand_builtin_1): Likewise.
5229
5230 * c-typeck.c (convert_for_assignment): Issue -Wc++-compat warnings
5231 for all types of conversions.
5232 (output_init_element): Issue -Wc++-compat warning if needed when
5233 initializing a bitfield with enum type.
5234 * c-parser.c (c_parser_expression): Set original_type to
5235 original_type of right hand operand of comman operator.
5236
5237 2009-04-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5238
5239 * doc/c-tree.texi (Types, Functions, Expression trees): Fix
5240 grammar nits.
5241 * doc/cfg.texi (Maintaining the CFG, Liveness information): Likewise.
5242 * doc/cpp.texi (Standard Predefined Macros)
5243 (Implementation-defined behavior): Likewise.
5244 * doc/extend.texi (Function Attributes, Type Attributes): Likewise.
5245 * doc/gimple.texi (GIMPLE Exception Handling)
5246 (@code{GIMPLE_ASSIGN}): Likewise.
5247 * doc/install.texi (Prerequisites, Configuration, Specific): Likewise.
5248 * doc/invoke.texi (Warning Options, Optimize Options)
5249 (AVR Options, Darwin Options): Likewise.
5250 (Optimize Options): Reformulate -fwhole-program description.
5251 * doc/loop.texi (Lambda): Likewise.
5252 * doc/md.texi (Output Template, Define Constraints)
5253 (Standard Names, Insn Splitting): Likewise.
5254 * doc/options.texi (Option properties): Likewise.
5255 * doc/passes.texi (Tree-SSA passes): Likewise.
5256 * doc/rtl.texi (Side Effects, Assembler, Insns): Likewise.
5257 * doc/tm.texi (Register Classes, Old Constraints, Scalar Return)
5258 (File Names and DBX): Likewise.
5259 * doc/trouble.texi (Incompatibilities): Likewise.
5260
5261 2009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5262
5263 * spu.c (spu_machine_dependent_reorg): Make sure branch label on hint
5264 instruction is correct.
5265
5266 2009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5267
5268 Allow non-constant arguments to conversion intrinsics.
5269 * spu-protos.h (exp2_immediate_p, spu_gen_exp2): Declare.
5270 * predicates.md (spu_inv_exp2_operand, spu_exp2_operand): New.
5271 * spu.c (print_operand): Handle 'v' and 'w'.
5272 (exp2_immediate_p, spu_gen_exp2): Define.
5273 * spu-builtins.def (spu_convts, spu_convtu, spu_convtf_0,
5274 spu_convtf_1): Update parameter descriptions.
5275 * spu-builtins.md (spu_csflt, spu_cuflt, spu_cflts, spu_cfltu): Update.
5276 * constraints.md ('v', 'w'): New.
5277 * spu.md (UNSPEC_CSFLT, UNSPEC_CFLTS, UNSPEC_CUFLT, UNSPEC_CFLTU):
5278 Remove.
5279 (i2f, I2F): New define_mode_attr.
5280 (floatsisf2, floatv4siv4sf2, fix_truncsfsi2, fix_truncv4sfv4si2,
5281 floatunssisf2, floatunsv4siv4sf2, fixuns_truncsfsi2,
5282 fixuns_truncv4sfv4si2): Update to use mode attribute.
5283 (float<mode><i2f>2_mul, float<mode><i2f>2_div,
5284 fix_trunc<mode><f2i>2_mul, floatuns<mode><i2f>2_mul,
5285 floatuns<mode><i2f>2_div, fixuns_trunc<mode><f2i>2_mul): New
5286 patterns for combine.
5287
5288 2009-04-27 Steven Bosscher <steven@gcc.gnu.org>
5289
5290 * dbgcnt.def (cprop1, cprop2, gcse, jump_bypass): Remove
5291 (cprop, hoist, pre, store_motion): New debug counters.
5292 * tree-pass.h (pass_tracer): Move to list of gimple passes, it
5293 is not an RTL pass anymore.
5294 (pass_profiling): Remove extern decl for pass removed in 2005.
5295 (pass_gcse, pass_jump_bypass): Remove.
5296 * final.c (rest_of_clean_state): Set flag_rerun_cse_after_global_opts
5297 to 0 for clean state.
5298 * toplev.h (flag_rerun_cse_after_global_opts): Add extern declaration.
5299 * cse.c (gate_handle_cse_after_global_opts,
5300 rest_of_handle_cse_after_global_opts): New functions.
5301 (pass_cse_after_global_opts): New pass, does local CSE.
5302 * timevar.def (TV_GCSE, TV_CPROP1, TV_CPROP2, TV_BYPASS): Remove.
5303 (TV_CPROP): New timevar.
5304 * gcse.c (flag_rerun_cse_after_global_opts): New global variable.
5305 (run_jump_opt_after_gcse, max_gcse_regno): Remove global vars.
5306 (gcse_main, recompute_all_luids): Remove.
5307 (compute_hash_table_work): Call max_reg_num instead of reading
5308 max_gcse_regno.
5309 (cprop_jump): Don't set run_jump_opt_after_gcse.
5310 (constprop_register): Always allow to alter jumps.
5311 (cprop_insn): Likewise.
5312 (do_local_cprop): Likewise.
5313 (local_cprop_pass): Likewise. Return non-zero if something changed.
5314 (cprop): Remove function, fold interesting bits into one_cprop_pass.
5315 (find_implicit_sets): Add note about missed optimization opportunity.
5316 (one_cprop_pass): Rewrite to be "the" CPROP pass, called from the
5317 pass_rtl_cprop execute function.
5318 Don't bother tracking the pass number, each pass gets its own dumpfile
5319 now anyway.
5320 Always allow to alter jumpsand bypass jumps.
5321 (bypass_block): Don't ignore regno >= max_gcse_regno, find_bypass_set
5322 will just find no suitable set.
5323 (pre_edge_insert): Fix dumping, this function is for PRE only.
5324 (one_pre_gcse_pass): Rewrite to be "the" PRE pass, called from the
5325 pass_rtl_pre execute function.
5326 (hoist_code): Return non-zero if something changed. Keep track of
5327 substitutions and insertions for statistics gathering similar to PRE.
5328 (one_code_hoisting_pass): Rewrite to be "the" code hoisting pass,
5329 called from the pass_rtl_hoist execute function. Show pass statistics.
5330 (compute_store_table): Use max_reg_num directly instead of using the
5331 formerly global max_gcse_regno.
5332 (build_store_vectors): Likewise.
5333 (replace_store_insn): Fix dumping.
5334 (store_motion): Rename to ...
5335 (one_store_motion_pass): ... this. Rewrite to be "the" STORE_MOTION
5336 pass, called from the pass_rtl_store_motion execute function. Keep
5337 track of substitutions and insertions for statistics gathering similar
5338 to PRE.
5339 (bypass_jumps): Remove, fold interesting bits into ...
5340 (one_cprop_pass): ... this. Rewrite to be "the" CPROP pass, called
5341 from the pass_rtl_cprop execute function.
5342 (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
5343 pass_jump_bypass): Remove.
5344 (gate_handle_gcse, rest_of_handle_gcse): Remove.
5345 (gate_rtl_cprop, execute_rtl_cprop, pass_rtl_cprop): New.
5346 (gate_rtl_pre, execute_rtl_pre, pass_rtl_pre): New.
5347 (gate_rtl_hoist, execute_rtl_hoist, pass_rtl_hoist): New.
5348 (gate_rtl_store_motion, execute_rtl_store_motion,
5349 pass_rtl_store_motion): New.
5350 * common.opt: Remove flag_cse_skip_blocks, adjust documentation to
5351 make it clear that -fcse-skip-blocks is a no-op for backward compat.
5352 * passes.c (init_optimization_passes): Remove pass_gcse and
5353 pass_jump_bypass. Schedule cprop, pre, hoist, cprop, store_motion,
5354 and cse_after_global_opts in place of pass_gcse. Schedule cprop
5355 instead of pass_jump_bypass.
5356
5357 2009-04-27 Richard Guenther <rguenther@suse.de>
5358
5359 PR middle-end/39928
5360 * gimplify.c (gimplify_expr): If we are required to create
5361 a temporary make sure it ends up as register.
5362
5363 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
5364
5365 PR target/39903
5366 * config/i386/i386.c (construct_container): Don't call
5367 gen_reg_or_parallel with BLKmode on X86_64_SSE_CLASS,
5368 X86_64_SSESF_CLASS and X86_64_SSEDF_CLASS.
5369
5370 2009-04-27 Michael Matz <matz@suse.de>
5371
5372 * ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
5373 (get_gimple_for_ssa_name): Adjust, lookup using SSA_NAME_DEF_STMT.
5374 * tree-ssa-live.h: (find_replaceable_exprs): Return a bitmap.
5375 (dump_replaceable_exprs): Take a bitmap.
5376 * cfgexpand.c (gimple_cond_pred_to_tree): Handle bitmap instead of
5377 array.
5378 (expand_gimple_basic_block): Likewise.
5379 * tree-ssa-ter.c (struct temp_expr_table_d): Make
5380 replaceable_expressions member a bitmap.
5381 (free_temp_expr_table): Pass back and deal with bitmap, not gimple*.
5382 (mark_replaceable): Likewise.
5383 (find_replaceable_in_bb, dump_replaceable_exprs): Likewise.
5384 * tree-outof-ssa.c (remove_ssa_form): 'values' is a bitmap.
5385
5386 2009-04-27 Richard Guenther <rguenther@suse.de>
5387
5388 * tree-cfg.c (remove_useless_stmts): Verify stmts afterwards.
5389 (verify_stmts): Dispatch to gimple/type verification code.
5390 * tree-inline.c (remap_gimple_op_r): Work around C++ FE
5391 issue with call argument types.
5392
5393 2009-04-27 Michael Matz <matz@suse.de>
5394
5395 * tree-into-ssa.c (regs_to_rename, mem_syms_to_rename): Remove.
5396 (init_update_ssa, delete_update_ssa, update_ssa): Remove references
5397 to above.
5398
5399 2009-04-27 Richard Sandiford <rdsandiford@googlemail.com>
5400 Eric Botcazou <ebotcazou@adacore.com>
5401
5402 * resource.c (find_basic_block): Use BLOCK_FOR_INSN to look up
5403 a label's basic block.
5404 (mark_target_live_regs): Tidy and rework obsolete comments.
5405 Change back DF problem to LIVE. If a label starts a basic block,
5406 assume that all registers that used to be live then still are.
5407 (init_resource_info): If a label starts a basic block, set its
5408 BLOCK_FOR_INSN accordingly.
5409 (fini_resource_info): Undo the setting of BLOCK_FOR_INSN.
5410
5411 2009-04-27 Richard Guenther <rguenther@suse.de>
5412
5413 * tree-flow-inline.h (function_ann): Remove.
5414 (get_function_ann): Likewise.
5415 * tree-dfa.c (create_function_ann): Remove.
5416 * tree-flow.h (struct static_var_ann_d): Remove.
5417 (struct function_ann_d): Likewise.
5418 (union tree_ann_d): Remove fdecl member.
5419 (function_ann_t): Remove.
5420 (function_ann, get_function_ann, create_function_ann): Remove
5421 declarations.
5422
5423 2009-04-27 Uros Bizjak <ubizjak@gmail.com>
5424
5425 * config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.
5426
5427 2009-04-27 Jan Hubicka <jh@suse.cz>
5428
5429 * ipa-pure-const.c (struct funct_state_d): New fields
5430 state_previously_known, looping_previously_known; remove
5431 state_set_in_source.
5432 (analyze_function): Use new fields.
5433 (propagate): Avoid assumption that state_set_in_source imply
5434 nonlooping.
5435
5436 * tree-ssa-loop-niter.c (finite_loop_p): New function.
5437 * tree-ssa-loop-ivcanon.c (empty_loop_p): Use it.
5438 * cfgloop.h (finite_loop_p): Declare.
5439
5440 2009-04-26 Michael Matz <matz@suse.de>
5441
5442 * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
5443
5444 2009-04-26 Michael Matz <matz@suse.de>
5445
5446 * tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
5447 pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
5448 * gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
5449 pass_mark_used_blocks): Remove.
5450 * tree-optimize.c (pass_free_datastructures,
5451 execute_free_cfg_annotations, pass_free_cfg_annotations): Remove.
5452 * passes.c (init_optimization_passes): Don't call
5453 pass_mark_used_blocks, remove dead code.
5454
5455 2009-04-26 H.J. Lu <hongjiu.lu@intel.com>
5456
5457 * tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.
5458 * tree-ssa-live.h (register_ssa_partition): Likewise.
5459
5460 2009-04-26 Michael Matz <matz@suse.de>
5461
5462 Expand from SSA.
5463 * builtins.c (fold_builtin_next_arg): Handle SSA names.
5464 * tree-ssa-copyrename.c (rename_ssa_copies): Use ssa_name() directly.
5465 * tree-ssa-coalesce.c (create_outofssa_var_map): Mark only useful
5466 SSA names.
5467 (compare_pairs): Swap cost comparison.
5468 (coalesce_ssa_name): Don't use change_partition_var.
5469 * tree-nrv.c (struct nrv_data): Add modified member.
5470 (finalize_nrv_r): Set it.
5471 (tree_nrv): Use it to update statements.
5472 (pass_nrv): Require PROP_ssa.
5473 * tree-mudflap.c (mf_decl_cache_locals,
5474 mf_build_check_statement_for): Use make_rename_temp.
5475 (pass_mudflap_2): Require PROP_ssa, run ssa update at finish.
5476 * alias.c (find_base_decl): Handle SSA names.
5477 * emit-rtl (set_reg_attrs_for_parm): Make non-static.
5478 (component_ref_for_mem_expr): Don't leak SSA names into RTL.
5479 * rtl.h (set_reg_attrs_for_parm): Declare.
5480 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Rename
5481 to "optimized", remove unused locals at finish.
5482 (execute_free_datastructures): Make global, call
5483 delete_tree_cfg_annotations.
5484 (execute_free_cfg_annotations): Don't call
5485 delete_tree_cfg_annotations.
5486
5487 * ssaexpand.h: New file.
5488 * expr.c (toplevel): Include ssaexpand.h.
5489 (expand_assignment): Handle SSA names the same as register variables.
5490 (expand_expr_real_1): Expand SSA names.
5491 * cfgexpand.c (toplevel): Include ssaexpand.h.
5492 (SA): New global variable.
5493 (gimple_cond_pred_to_tree): Fold TERed comparisons into predicates.
5494 (SSAVAR): New macro.
5495 (set_rtl): New helper function.
5496 (add_stack_var): Deal with SSA names, use set_rtl.
5497 (expand_one_stack_var_at): Likewise.
5498 (expand_one_stack_var): Deal with SSA names.
5499 (stack_var_size_cmp): Use code (SSA_NAME / DECL) as tie breaker
5500 before unique numbers.
5501 (expand_stack_vars): Use set_rtl.
5502 (expand_one_var): Accept SSA names, add asserts for them, feed them
5503 to above subroutines.
5504 (expand_used_vars): Expand all partitions (without default defs),
5505 then only the local decls (ignoring those expanded already).
5506 (expand_gimple_cond): Remove edges when jumpif() expands an
5507 unconditional jump.
5508 (expand_gimple_basic_block): Don't clear EDGE_EXECUTABLE here,
5509 or remove abnormal edges. Ignore insns setting the LHS of a TERed
5510 SSA name.
5511 (gimple_expand_cfg): Call into rewrite_out_of_ssa, initialize
5512 members of SA; deal with PARM_DECL partitions here; expand
5513 all PHI nodes, free tree datastructures and SA. Commit instructions
5514 on edges, clear EDGE_EXECUTABLE and remove abnormal edges here.
5515 (pass_expand): Require and destroy PROP_ssa, verify SSA form, flow
5516 info and statements at start, collect garbage at finish.
5517 * tree-ssa-live.h (struct _var_map): Remove partition_to_var member.
5518 (VAR_ANN_PARTITION) Remove.
5519 (change_partition_var): Don't declare.
5520 (partition_to_var): Always return SSA names.
5521 (var_to_partition): Only accept SSA names.
5522 (register_ssa_partition): Only check argument.
5523 * tree-ssa-live.c (init_var_map): Don't allocate partition_to_var
5524 member.
5525 (delete_var_map): Don't free it.
5526 (var_union): Only accept SSA names, simplify.
5527 (partition_view_init): Mark only useful SSA names as used.
5528 (partition_view_fini): Only deal with SSA names.
5529 (change_partition_var): Remove.
5530 (dump_var_map): Use ssa_name instead of partition_to_var member.
5531 * tree-ssa.c (delete_tree_ssa): Don't remove PHI nodes on RTL
5532 basic blocks.
5533 * tree-outof-ssa.c (toplevel): Include ssaexpand.h and expr.h.
5534 (struct _elim_graph): New member const_dests; nodes member vector of
5535 ints.
5536 (set_location_for_edge): New static helper.
5537 (create_temp): Remove.
5538 (insert_partition_copy_on_edge, insert_part_to_rtx_on_edge,
5539 insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New functions.
5540 (new_elim_graph): Allocate const_dests member.
5541 (clean_elim_graph): Truncate const_dests member.
5542 (delete_elim_graph): Free const_dests member.
5543 (elim_graph_size): Adapt to new type of nodes member.
5544 (elim_graph_add_node): Likewise.
5545 (eliminate_name): Likewise.
5546 (eliminate_build): Don't take basic block argument, deal only with
5547 partition numbers, not variables.
5548 (get_temp_reg): New static helper.
5549 (elim_create): Use it, deal with RTL temporaries instead of trees.
5550 (eliminate_phi): Adjust all calls to new signature.
5551 (assign_vars, replace_use_variable, replace_def_variable): Remove.
5552 (rewrite_trees): Only do checking.
5553 (edge_leader, stmt_list, leader_has_match, leader_match): Remove.
5554 (same_stmt_list_p, identical_copies_p, identical_stmt_lists_p,
5555 init_analyze_edges_for_bb, fini_analyze_edges_for_bb,
5556 contains_tree_r, MAX_STMTS_IN_LATCH,
5557 process_single_block_loop_latch, analyze_edges_for_bb,
5558 perform_edge_inserts): Remove.
5559 (expand_phi_nodes): New global function.
5560 (remove_ssa_form): Take ssaexpand parameter. Don't call removed
5561 functions, initialize new parameter, remember partitions having a
5562 default def.
5563 (finish_out_of_ssa): New global function.
5564 (rewrite_out_of_ssa): Make global. Adjust call to remove_ssa_form,
5565 don't reset in_ssa_p here, don't disable TER when mudflap.
5566 (pass_del_ssa): Remove.
5567 * tree-flow.h (struct var_ann_d): Remove out_of_ssa_tag and
5568 partition members.
5569 (execute_free_datastructures): Declare.
5570 * Makefile.in (SSAEXPAND_H): New variable.
5571 (tree-outof-ssa.o, expr.o, cfgexpand.o): Depend on SSAEXPAND_H.
5572 * basic-block.h (commit_one_edge_insertion): Declare.
5573 * passes.c (init_optimization_passes): Move pass_nrv and
5574 pass_mudflap2 before pass_cleanup_cfg_post_optimizing, remove
5575 pass_del_ssa, pass_free_datastructures, pass_free_cfg_annotations.
5576 * cfgrtl.c (commit_one_edge_insertion): Make global, don't declare.
5577 (redirect_branch_edge): Deal with super block when expanding, split
5578 out jump patching itself into ...
5579 (patch_jump_insn): ... here, new static helper.
5580
5581 2009-04-26 Michael Matz <matz@suse.de>
5582
5583 * tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate
5584 beyond num_ssa_names.
5585 * tree-ssa-ter.c (free_temp_expr_table): Likewise.
5586 * tree-ssa-coalesce.c (create_outofssa_var_map): Likewise.
5587
5588 2009-04-26 Jakub Jelinek <jakub@redhat.com>
5589
5590 PR inline-asm/39543
5591 * fwprop.c (forward_propagate_asm): New function.
5592 (forward_propagate_and_simplify): Propagate also into __asm, if it
5593 doesn't increase the number of referenced registers.
5594
5595 PR c/39889
5596 * stmt.c (warn_if_unused_value): Look through NON_LVALUE_EXPR.
5597
5598 2009-04-26 Jakub Jelinek <jakub@redhat.com>
5599
5600 * tree-nested.c (get_nonlocal_vla_type): If not optimizing, call
5601 note_nonlocal_vla_type for nonlocal VLAs.
5602 (note_nonlocal_vla_type, note_nonlocal_block_vlas,
5603 contains_remapped_vars, remap_vla_decls): New functions.
5604 (convert_nonlocal_reference_stmt): If not optimizing, call
5605 note_nonlocal_block_vlas on GIMPLE_BIND block vars.
5606 (nesting_copy_decl): Return {VAR,PARM,RESULT}_DECL unmodified
5607 if it wasn't found in var_map.
5608 (finalize_nesting_tree_1): Call remap_vla_decls. If outermost
5609 GIMPLE_BIND doesn't have gimple_bind_block, chain debug_var_chain
5610 to BLOCK_VARS (DECL_INITIAL (root->context)) instead of calling
5611 declare_vars.
5612 * gimplify.c (nonlocal_vlas): New variable.
5613 (gimplify_var_or_parm_decl): Add debug VAR_DECLs for non-local
5614 referenced VLAs.
5615 (gimplify_body): Create and destroy nonlocal_vlas.
5616
5617 * dwarf2out.c (loc_descr_plus_const): New function.
5618 (build_cfa_aligned_loc, tls_mem_loc_descriptor,
5619 mem_loc_descriptor, loc_descriptor_from_tree_1,
5620 descr_info_loc, gen_variable_die): Use it.
5621
5622 * tree.h (DECL_BY_REFERENCE): Note that it is also valid for
5623 !TREE_STATIC VAR_DECLs.
5624 * dwarf2out.c (loc_by_reference, gen_decl_die): Handle
5625 DECL_BY_REFERENCE on !TREE_STATIC VAR_DECLs.
5626 (gen_variable_die): Likewise. Don't look at TREE_PRIVATE if
5627 DECL_BY_REFERENCE is valid.
5628 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Don't look at TREE_PRIVATE
5629 for PARM_DECLs, RESULT_DECLs or !TREE_STATIC VAR_DECLs.
5630 * tree-nested.c (get_nonlocal_debug_decl, get_local_debug_decl):
5631 Copy DECL_BY_REFERENCE.
5632 (struct nesting_copy_body_data): New type.
5633 (nesting_copy_decl): New function.
5634 (finalize_nesting_tree_1): Remap types of debug_var_chain variables,
5635 if they have variable length.
5636
5637 2009-04-26 Michael Matz <matz@suse.de>
5638
5639 * tree-sra.c (sra_build_assignment): Don't use into_ssa mode,
5640 mark new temporaries for renaming.
5641
5642 2009-04-26 Joseph Myers <joseph@codesourcery.com>
5643
5644 PR c/39581
5645 * c-decl.c (global_bindings_p): Return negative value.
5646 (c_variable_size): New. Based on variable_size from
5647 stor-layout.c.
5648 (grokdeclarator): Call c_variable_size not variable_size.
5649
5650 2009-04-26 Uros Bizjak <ubizjak@gmail.com>
5651
5652 * config/i386/i386.c (print_operand) ['z']: Fix typo.
5653
5654 2009-04-26 Kai Tietz <kai.tietz@onevision.com>
5655
5656 * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR):
5657 Redefine it to just use mingw/include.
5658 (ASM_SPEC): Rules for -m32 and -m64.
5659 (LINK_SPEC): Use Likewise.
5660 (SPEC_32): New define.
5661 (SPEC_64): Likewise.
5662 (SUB_LINK_SPEC): Likewise.
5663 (MULTILIB_DEFAULTS): New define.
5664 * config/i386/t-mingw-w64 (MULTILIB_OPTIONS):
5665 Add multilib options.
5666 (MULTILIB_DIRNAMES): Likewise.
5667 (MULTILIB_OSDIRNAMES): Likewise.
5668 (LIBGCC): Likewise.
5669 (INSTALL_LIBGCC): Likewise.
5670
5671 2009-04-26 Joseph Myers <joseph@codesourcery.com>
5672
5673 PR c/39556
5674 * c-tree.h (enum c_inline_static_type): New.
5675 (record_inline_static): Declare.
5676 * c-decl.c (struct c_inline_static, c_inline_statics,
5677 record_inline_static, check_inline_statics): New.
5678 (pop_file_scope): Call check_inline_statics.
5679 (start_decl): Call record_inline_static instead of pedwarning
5680 directly for static in inline function.
5681 * c-typeck.c (build_external_ref): Call record_inline_static
5682 instead of pedwarning directly for static referenced in inline
5683 function.
5684
5685 2009-04-26 Steven Bosscher <steven@gcc.gnu.org>
5686
5687 * df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is
5688 not new but only being rescanned.
5689 * gcse.c (uid_cuid, max_uid, INSN_CUID, max_cuid, struct reg_set,
5690 reg_set_table, REG_SET_TABLE_SLOP, reg_set_in_block,
5691 alloc_reg_set_mem, free_reg_set_mem, record_one_set,
5692 record_set_info, compute_set, grealloc): Remove.
5693 (recompute_all_luids): New function.
5694 (gcse_main): Don't compute sets, and don't do related memory
5695 allocations/free-ing. If something changed before the end of the
5696 pass, update LUIDs using recompute_all_luids.
5697 (alloc_gcse_mem): Don't compute LUIDs. Don't allocate reg_set memory.
5698 (free_gcse_mem): Don't free it either.
5699 (oprs_unchanged_p, load_killed_in_block, record_last_reg_set_info):
5700 Use the df insn LUIDs.
5701 (load_killed_in_block): Likewise.
5702 (compute_hash_table_work): Don't compute reg_set_in_block.
5703 (compute_transp): Use DF_REG_DEF_CHAINs.
5704 (local_cprop_pass): Don't use compute_sets and related functions.
5705 (one_cprop_pass, pre_gcse, one_pre_gcse_pass, one_code_hoisting_pass):
5706 Use get_max_uid() instead of max_cuid.
5707 (insert_insn_end_basic_block, pre_insert_copy_insn,
5708 update_ld_motion_stores): Don't try to
5709 keep reg_set tables up to date.
5710 (pre_insert_copies): Use df insn LUIDs.
5711 (sbitmap pre_redundant_insns): Replace with uses of INSN_DELETED_P.
5712 (reg_set_info): Don't use extra bitmap argument.
5713 (compute_store_table): Don't compute reg_set_in_block. Use DF scan
5714 information to compute regs_set_in_block.
5715 (free_store_memory, store_motion): Don't nullify reg_set_in_block.
5716 (bypass_jumps): Don't use compute_sets and friends.
5717
5718 2009-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5719
5720 PR testsuite/39710
5721 * opts.c (undocumented_msg): Do not leave blank even with
5722 ENABLE_CHECKING.
5723
5724 2009-04-25 Joseph Myers <joseph@codesourcery.com>
5725
5726 * c-decl.c (build_enumerator): Allow values folding to integer
5727 constants but not integer constant expressions with a pedwarn if
5728 pedantic.
5729
5730 2009-04-25 Joseph Myers <joseph@codesourcery.com>
5731
5732 PR c/39582
5733 * c-typeck.c (c_expr_sizeof_type): Create a C_MAYBE_CONST_EXPR
5734 with non-null C_MAYBE_CONST_EXPR_PRE if size of a variable-length
5735 type is an integer constant.
5736
5737 2009-04-25 Uros Bizjak <ubizjak@gmail.com>
5738
5739 PR target/39897
5740 * config/i386/i386.c (print_operand) ['z']: Revert handling of
5741 HImode operands.
5742
5743 2009-04-25 Joseph Myers <joseph@codesourcery.com>
5744
5745 PR c/39564
5746 * c-decl.c (grokdeclarator): Diagnose declarations of functions
5747 with variably modified return type and no storage class
5748 specifiers, except for the case of nested functions. Distinguish
5749 extern declarations of functions with variably modified return
5750 types from those of objects with variably modified types.
5751
5752 2009-04-25 Jan Hubicka <jh@suse.cz>
5753
5754 * tree.c (list_equal_p): New function.
5755 * tree.h (list_equal_p): Declare.
5756 * coretypes.h (edge_def, edge, const_edge, basic_block_def
5757 basic_block_def, basic_block, const_basic_block): New.
5758 * tree-eh.c (make_eh_edge): EH edges are not abnormal.
5759 (redirect_eh_edge): New function.
5760 (make_eh_edge_update_phi): EH edges are not abnormal.
5761 * except.c: Include tree-flow.h.
5762 (list_match): New function.
5763 (eh_region_replaceable_by_p): New function.
5764 (replace_region): New function.
5765 (hash_type_list): New function.
5766 (hash_eh_region): New function.
5767 (eh_regions_equal_p): New function.
5768 (merge_peers): New function.
5769 (remove_unreachable_regions): Verify EH tree when checking;
5770 merge peers.
5771 (copy_eh_region_1): New function.
5772 (copy_eh_region): New function.
5773 (push_reachable_handler): New function.
5774 (build_post_landing_pads, dw2_build_landing_pads): Be ready for
5775 regions without label but with live RESX.
5776 * except.h (redirect_eh_edge_to_label): New.
5777 * tree-flow.h (redirect_eh_edge): New.
5778 * coretypes.h (edge_def, edge, const_edge, basic_block_def
5779 basic_block_def, basic_block, const_basic_block): Remove.
5780 * Makefile.in (except.o): Add dependency on tree-flow.h
5781 * tree-cfg.c (gimple_redirect_edge_and_branch): Handle EH edges.
5782 * basic-block.h (edge, const_edge, basic_block, const_basic_block):
5783 Remove.
5784
5785 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5786
5787 PR bootstrap/39645
5788 * config/sparc/sparc.c (sparc_gimplify_va_arg): Set TREE_ADDRESSABLE
5789 on the destination of memcpy.
5790
5791 2009-04-25 Paolo Bonzini <bonzini@gnu.org>
5792
5793 * doc/tm.texi (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
5794 REGNO_MODE_OK_FOR_REG_BASE_P, REGNO_MODE_CODE_OK_FOR_BASE_P,
5795 REGNO_OK_FOR_INDEX_P): Mention strict/nonstrict difference.
5796
5797 2009-04-25 Jan Hubicka <jh@suse.cz>
5798
5799 * tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.
5800 (tree_empty_eh_handler_p): Allow non-EH predecestors; allow region
5801 to be reached by different label than left.
5802 (update_eh_edges): Update comment; remove edge_to_remove if possible
5803 and return true if suceeded.
5804 (cleanup_empty_eh): Accept sharing map; handle shared regions.
5805 (cleanup_eh): Compute sharing map.
5806 * except.c (remove_eh_handler_and_replace): Add argument if we should
5807 update regions.
5808 (remove_unreachable_regions): Update for label sharing.
5809 (label_to_region_map): Likewise.
5810 (get_next_region_sharing_label): New function.
5811 (remove_eh_handler_and_replace): Add update_catch_try parameter; update
5812 prev_try pointers.
5813 (remove_eh_handler): Update.
5814 (remove_eh_region_and_replace_by_outer_of): New function.
5815 * except.h (struct eh_region): Add next_region_sharing_label.
5816 (remove_eh_region_and_replace_by_outer_of,
5817 get_next_region_sharing_label): Declare.
5818 * tree-cfgcleanup.c (tree_forwarder_block_p): Simplify.
5819
5820 2009-04-25 Jan Hubicka <jh@suse.cz>
5821
5822 * tree-cfg.c (split_critical_edges): Split also edges where we can't
5823 insert code even if they are not critical.
5824
5825 2009-04-25 Jan Hubicka <jh@suse.cz>
5826
5827 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
5828 (gimple_can_remove_branch_p): EH edges won't remove branch by
5829 redirection.
5830 * tree-inline.c (update_ssa_across_abnormal_edges): Do handle
5831 updating of non-abnormal EH edges.
5832 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
5833 (gimple_can_remove_branch_p): EH edges are unremovable by redirection.
5834 (split_critical_edges): Split also edges where emitting code on them
5835 will lead to splitting later.
5836
5837 2009-04-25 Uros Bizjak <ubizjak@gmail.com>
5838 H.J. Lu <hongjiu.lu@intel.com>
5839
5840 PR target/39590
5841 * configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether
5842 the configured assembler supports fildq and fistpq mnemonics.
5843 (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS.
5844 * configure: Regenerated.
5845 * config.in: Ditto.
5846
5847 * config/i386/i386.c (print_operand): Handle 'Z'.
5848 ['z']: Remove handling of special fild/fist suffixes.
5849 (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn.
5850 * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output
5851 suffix of fild insn.
5852 (*floatsi<mode>2_vector_mixed): Ditto.
5853 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto.
5854 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto.
5855 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
5856 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto.
5857 * config/i386/gas.h (GAS_MNEMONICS): Remove.
5858
5859 2009-04-25 Ben Elliston <bje@au.ibm.com>
5860
5861 * genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as
5862 the source of a set operation.
5863
5864 2009-04-25 Anatoly Sokolov <aesok@post.ru>
5865
5866 * target.h (struct gcc_target): Add case_values_threshold field.
5867 * target-def.h (TARGET_CASE_VALUES_THRESHOLD): New.
5868 (TARGET_INITIALIZER): Use TARGET_CASE_VALUES_THRESHOLD.
5869 * targhooks.c (default_case_values_threshold): New function.
5870 * targhooks.h (default_case_values_threshold): Declare function.
5871 * stmt.c (expand_case): Use case_values_threshold target hook.
5872 * expr.h (case_values_threshold): Remove declartation.
5873 * expr.c (case_values_threshold): Remove function.
5874 * doc/tm.texi (CASE_VALUES_THRESHOLD): Revise documentation.
5875
5876 * config/avr/avr.h (CASE_VALUES_THRESHOLD): Remove macro.
5877 * config/avr/avr.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
5878 (avr_case_values_threshold): Declare as static.
5879 * config/avr/avr-protos.h (avr_case_values_threshold): Remove.
5880
5881 * config/avr/mn10300.h (CASE_VALUES_THRESHOLD): Remove macro.
5882 * config/avr/mn10300.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
5883 (mn10300_case_values_threshold): New function.
5884
5885 2009-04-24 H.J. Lu <hongjiu.lu@intel.com>
5886
5887 * ira.c (setup_cover_and_important_classes): Add enum cast.
5888
5889 2009-04-24 Vladimir Makarov <vmakarov@redhat.com>
5890
5891 * genpreds.c (write_enum_constraint_num): Output definition of
5892 CONSTRAINT_NUM_DEFINED_P macro.
5893 * ira.c (setup_cover_and_important_classes): Use
5894 CONSTRAINT_NUM_DEFINED_P instead of CONSTRAINT__LIMIT in #ifdef.
5895
5896 2009-04-24 DJ Delorie <dj@redhat.com>
5897
5898 * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Test
5899 __SH2A_SINGLE_ONLY__ also.
5900
5901 2009-04-24 Steve Ellcey <sje@cup.hp.com>
5902
5903 * config/ia64/ia64.md (movfs_internal): Allow flt constants.
5904 (movdf_internal): Ditto.
5905 * config/ia64/ia64.c (ia64_legitimate_constant_p): Allow
5906 SFmode and DFmode constants.
5907 (ia64_print_operand): Add 'G' format for printing
5908 floating point constants.
5909
5910 2009-04-24 Richard Guenther <rguenther@suse.de>
5911
5912 * tree-vrp.c (extract_range_from_binary_expr): Handle overflow
5913 from unsigned additions.
5914
5915 2009-04-24 Joseph Myers <joseph@codesourcery.com>
5916
5917 * c-typeck.c (set_init_index): Allow array designators that are
5918 not integer constant expressions with a pedwarn if pedantic.
5919
5920 2009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
5921
5922 * simplify-rtx.c (simplify_binary_operation_1, case AND): Result is
5923 zero if no overlap in nonzero bits between the operands.
5924
5925 2009-04-24 Ian Lance Taylor <iant@google.com>
5926
5927 * combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
5928 (record_dead_and_set_regs): Likewise.
5929 * df.h (struct df_mw_hardreg): Change flags field to int.
5930 (struct df_base_ref): Likewise.
5931 (struct df): Change changeable_flags field to int.
5932 * df-scan.c (df_defs_record): Change clobber_flags to int.
5933 * dwarf2.h (enum dwarf_tag): Make lo_user and hi_user values enum
5934 constants rather than #define macros.
5935 (enum dwarf_attribute, enum dwarf_location_atom): Likewise.
5936 (enum dwarf_type, enum dwarf_endianity_encoding): Likewise.
5937 (enum dwarf_calling_convention): Likewise.
5938 (enum dwarf_line_number_x_ops): Likewise.
5939 (enum dwarf_call_frame_info): Likewise.
5940 (enum dwarf_source_language): Likewise.
5941 * dwarf2out.c (int_loc_descriptor): Add cast to enum type.
5942 (add_calling_convention_attribute): Likewise.
5943 * fold-const.c (fold_undefer_overflow_warnings): Add cast to enum type.
5944 (combine_comparisons): Change compcode to int. Add cast to enum type.
5945 * genrecog.c (maybe_both_true_2): Change c to int.
5946 (write_switch): Likewise. Add cast to enum type.
5947 * gimplify.c (gimplify_omp_for): Handle return values from
5948 gimplify_expr using MIN rather than bitwise or.
5949 (gimplify_expr): Add cast to enum type.
5950 * ipa-prop.c (update_jump_functions_after_inlining): Change
5951 IPA_BOTTOM to IPA_JF_UNKNOWN.
5952 * ira.c (setup_class_subset_and_memory_move_costs): Change mode to int.
5953 Add casts to enum type.
5954 (setup_cover_and_important_classes): Change cl to int. Add casts
5955 to enum type.
5956 (setup_class_translate): Change cl and mode to int.
5957 (ira_init_once): Change mode to int.
5958 (free_register_move_costs): Likewise.
5959 (setup_prohibited_mode_move_regs): Add casts to enum type.
5960 * langhooks.c (add_builtin_function_common): Rework assertion that
5961 value fits bitfield.
5962 * mcf.c (add_fixup_edge): Change type parameter to edge_type.
5963 * omega.c (omega_do_elimination): Avoid math on enum types.
5964 * optabs.c (expand_vec_shift_expr): Remove casts to int.
5965 * opts.c (set_debug_level): Change 2 to enum constant. Use new
5966 int local to handle integral_argment value.
5967 * regmove.c (try_auto_increment): Change PUT_MODE to
5968 PUT_REG_NOTE_KIND.
5969 * reload.c (push_secondary_reload): Add casts to enum type.
5970 (secondary_reload_class, find_valid_class): Likewise.
5971 * reload1.c (emit_input_reload_insns): Likewise.
5972 * rtl.h (NOTE_VAR_LOCATION_STATUS): Likewise.
5973 * sel-sched.c (init_hard_regs_data): Change cur_mode to int.
5974 * sel-sched-ir.c (hash_with_unspec_callback): Change 0 to enum
5975 constant.
5976 * tree.c (build_common_builtin_nodes): Add casts to enum type.
5977 * tree-complex.c (complex_lattice_t): Typedef to int rather than
5978 enum type.
5979 (expand_complex_libcall): Add casts to enum type.
5980 * tree-into-ssa.c (get_ssa_name_ann): Change 0 to enum constant.
5981 * tree-vect-loop.c (vect_model_reduction_cost): Compare reduc_code
5982 with ERROR_MARK, not NUM_TREE_CODES.
5983 (vect_create_epilog_for_reduction): Likewise.
5984 (vectorizable_reduction): Don't initialize epiloc_reduc_code.
5985 When not using it, set it to ERROR_MARK rather than NUM_TREE_CODES.
5986 * tree-vect-patterns.c (vect_pattern_recog_1): Change vec_mode to
5987 enum machine_mode.
5988 * tree-vect-stmts.c (new_stmt_vec_info): Change 0 to
5989 vect_unused_in_loop. Change 0 to loop_vect.
5990 * tree-vectorizer.c (vect_set_verbosity_level): Add casts to enum type.
5991 * var-tracking.c (get_init_value): Change return type to enum
5992 var_init_status.
5993 * vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
5994 * config/arm/arm.c (fp_model_for_fpu): Change to array to enum
5995 arm_fp_model.
5996 (arm_override_options): Add casts to enum type.
5997 (arm_emit_tls_decoration): Likewise.
5998 * config/i386/i386.c (ix86_function_specific_restore): Add casts
5999 to enum type.
6000 * config/i386/i386-c.c (ix86_pragma_target_parse): Likewise.
6001 * config/ia64/ia64.c (ia64_expand_compare): Change magic to int.
6002 * config/rs6000/rs6000.c (rs6000_override_options): Add casts to
6003 enum type.
6004 * config/s390/s390.c (code_for_builtin_64): Change to array of
6005 enum insn_code.
6006 (code_for_builtin_31): Likewise.
6007 (s390_expand_builtin): Change code_for_builtin to enum insn_code
6008 const *.
6009 * config/sparc/sparc.c (sparc_override_options): Change value
6010 field in struct code_model to enum cmodel. In initializer change
6011 0 to NULL and add cast to enum type.
6012
6013 * c-typeck.c (build_modify_expr): Add lhs_origtype parameter.
6014 Change all callers. Issue a -Wc++-compat warning using
6015 lhs_origtype if necessary.
6016 (convert_for_assignment): Issue -Wc++-compat warnings about
6017 invalid conversions to enum type on assignment.
6018 * c-common.h (build_modify_expr): Update declaration.
6019
6020 2009-04-24 Nick Clifton <nickc@redhat.com>
6021
6022 * config/iq2000/iq2000.c (function_arg): Handle TImode values.
6023 (function_arg_advance): Likewise.
6024 * config/iq2000/iq2000.md (movsi_internal2): Fix the length of the
6025 5th alternative.
6026
6027 2009-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
6028
6029 * config/s390/constraints.md ('I', 'J'): Fix condition.
6030
6031 2009-04-24 Diego Novillo <dnovillo@google.com>
6032
6033 * gengtype-parse.c (parse_error): Add newline after message.
6034
6035 2009-04-24 H.J. Lu <hongjiu.lu@intel.com>
6036
6037 * config/i386/sse.md (avxmodesuffixs): Removed.
6038 (*avx_pinsr<avxmodesuffixs>): Renamed to ...
6039 (*avx_pinsr<ssevecsize>): This.
6040
6041 2009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
6042
6043 * loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes;
6044 follow chains of regs with a single definition, and allow expressions
6045 that are function_invariant_p.
6046 (simple_rhs_p): Allow expressions that are function_invariant_p.
6047
6048 2009-04-24 Paolo Bonzini <bonzini@gnu.org>
6049
6050 PR middle-end/39867
6051 * fold-const.c (fold_cond_expr_with_comparison): When folding
6052 > and >= to MAX, make sure the MAX uses the same type as the
6053 comparison's operands.
6054
6055 2009-04-24 Nick Clifton <nickc@redhat.com>
6056
6057 * config/frv/frv.c (frv_frame_access): Do not use reg+reg
6058 addressing for DImode accesses.
6059 (frv_print_operand_address): Handle PLUS case.
6060 * config/frv/frv.h (FIXED_REGISTERS): Mark link register as fixed.
6061
6062 2009-04-24 Jakub Jelinek <jakub@redhat.com>
6063
6064 PR rtl-optimization/39794
6065 * alias.c (canon_true_dependence): Add x_addr argument.
6066 * rtl.h (canon_true_dependence): Adjust prototype.
6067 * cse.c (check_dependence): Adjust canon_true_dependence callers.
6068 * cselib.c (cselib_invalidate_mem): Likewise.
6069 * gcse.c (compute_transp): Likewise.
6070 * dse.c (scan_reads_nospill): Likewise.
6071 (record_store, check_mem_read_rtx): Likewise. For non-const-or-frame
6072 addresses pass base->val_rtx as mem_addr, for const-or-frame addresses
6073 canon_base_addr of the group, plus optional offset.
6074 (struct group_info): Rename canon_base_mem to
6075 canon_base_addr.
6076 (get_group_info): Set canon_base_addr to canon_rtx of base, not
6077 canon_rtx of base_mem.
6078
6079 2009-04-23 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
6082 Use memory_address_p instead of GO_IF_LEGITIMATE_ADDRESS.
6083
6084 2009-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6085
6086 * config/spu/spu-builtins.h: Delete file.
6087
6088 * config/spu/spu.h (enum spu_builtin_type): Move here from
6089 spu-builtins.h.
6090 (struct spu_builtin_description): Likewise. Add GTY marker.
6091 Do not use enum spu_function_code or enum insn_code.
6092 (spu_builtins): Add extern declaration.
6093
6094 * config/spu/spu.c: Do not include "spu-builtins.h".
6095 (enum spu_function_code, enum spu_builtin_type_index,
6096 V16QI_type_node, V8HI_type_node, V4SI_type_node, V2DI_type_node,
6097 V4SF_type_node, V2DF_type_node, unsigned_V16QI_type_node,
6098 unsigned_V8HI_type_node, unsigned_V4SI_type_node,
6099 unsigned_V2DI_type_node): Move here from spu-builtins.h.
6100 (spu_builtin_types): Make static. Add GTY marker.
6101 (spu_builtins): Add extern declaration with GTY marker.
6102 Include "gt-spu.h".
6103
6104 * config/spu/spu-c.c: Do not include "spu-builtins.h".
6105 (spu_resolve_overloaded_builtin): Do not use spu_function_code.
6106 Check programmatically whether all parameters are scalar.
6107
6108 * config/spu/t-spu-elf (spu.o, spu-c.o): Update dependencies.
6109
6110 2009-04-23 Eric Botcazou <ebotcazou@adacore.com>
6111
6112 * gimplify.c (gimplify_modify_expr_rhs) <VAR_DECL>: Do not do a direct
6113 assignment from the constructor either if the target is volatile.
6114
6115 2009-04-23 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * config/arm/arm.md (insv): Do not share operands[0].
6118
6119 2009-04-23 Nathan Sidwell <nathan@codesourcery.com>
6120
6121 * config/vxlib-tls.c (active_tls_threads): Delete.
6122 (delete_hook_installed): New.
6123 (tls_delete_hook): Don't delete the delete hook.
6124 (tls_destructor): Delete it here.
6125 (__gthread_set_specific): Adjust installing the delete hook.
6126 (tls_delete_hook): Use __gthread_enter_tsd_dtor_context and
6127 __gthread_leave_tsd_dtor_context.
6128
6129 2009-04-23 Rafael Avila de Espindola <espindola@google.com>
6130
6131 * c-format.c (gcc_tdiag_char_table): Add support for %E.
6132
6133 2009-04-23 Uros Bizjak <ubizjak@gmail.com>
6134
6135 * config/alpha/alpha.c (alpha_legitimize_reload_address): Add cast to
6136 enum type.
6137 (alpha_rtx_costs): Ditto.
6138 (emit_unlikely_jump): Use add_reg_note.
6139 (emit_frame_store_1): Ditto.
6140 (alpha_expand_prologue): Ditto.
6141 (alpha_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
6142 * config/alpha/alpha.c (Unicos/Mk address splitter): Use add_reg_note.
6143
6144 2009-04-23 Nick Clifton <nickc@redhat.com>
6145
6146 * config/v850/v850.md (epilogue): Remove suppressed code.
6147 (return): Rename to return_simple and remove test of frame size.
6148 * config/v850/v850.c (expand_epilogue): Rename call to gen_return
6149 to gen_return_simple.
6150
6151 2009-04-22 Jing Yu <jingyu@google.com>
6152
6153 PR testsuite/39781
6154 * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
6155
6156 2009-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
6157
6158 PR C/31499
6159 * c-typeck.c (process_init_element): Treat VECTOR_TYPE like ARRAY_TYPE
6160 and RECORD_TYPE/UNION_TYPE. When outputing the actual element and the
6161 value is a VECTOR_CST, the element type is the element type of the
6162 vector.
6163
6164 2009-04-22 DJ Delorie <dj@redhat.com>
6165
6166 * config/m32c/m32c.h: Update GTY annotations to new syntax.
6167
6168 2009-04-22 Jakub Jelinek <jakub@redhat.com>
6169
6170 * alias.c (find_base_term): Move around LO_SUM case, so that
6171 CONST falls through into PLUS/MINUS handling.
6172
6173 PR c/39855
6174 * fold-const.c (fold_binary) <case LSHIFT_EXPR>: When optimizing
6175 into 0, use omit_one_operand.
6176
6177 2009-04-23 Ben Elliston <bje@au.ibm.com>
6178
6179 * config/rs6000/linux-unwind.h (get_regs): Remove type
6180 puns. Change the type of `pc' to an array of unsigned ints and
6181 update all users. Constify frame24.
6182
6183 2009-04-22 DJ Delorie <dj@redhat.com>
6184
6185 * config/m32c/m32c.c (m32c_special_page_vector_p): Move
6186 declarations before code.
6187 (current_function_special_page_vector): Likewise.
6188 (m32c_expand_insv): Silence a warning.
6189
6190 2009-04-21 Taras Glek <tglek@mozilla.com>
6191
6192 * alias.c: Update GTY annotations to new syntax.
6193 * basic-block.h: Likewise.
6194 * bitmap.h: Likewise.
6195 * c-common.h: Likewise.
6196 * c-decl.c: Likewise.
6197 * c-parser.c: Likewise.
6198 * c-pragma.c: Likewise.
6199 * c-tree.h: Likewise.
6200 * cfgloop.h: Likewise.
6201 * cgraph.h: Likewise.
6202 * config/alpha/alpha.c: Likewise.
6203 * config/arm/arm.h: Likewise.
6204 * config/avr/avr.h: Likewise.
6205 * config/bfin/bfin.c: Likewise.
6206 * config/cris/cris.c: Likewise.
6207 * config/darwin.c: Likewise.
6208 * config/frv/frv.c: Likewise.
6209 * config/i386/i386.c: Likewise.
6210 * config/i386/i386.h: Likewise.
6211 * config/i386/winnt.c: Likewise.
6212 * config/ia64/ia64.h: Likewise.
6213 * config/iq2000/iq2000.c: Likewise.
6214 * config/mips/mips.c: Likewise.
6215 * config/mmix/mmix.h: Likewise.
6216 * config/pa/pa.c: Likewise.
6217 * config/pa/pa.h: Likewise.
6218 * config/rs6000/rs6000.c: Likewise.
6219 * config/s390/s390.c: Likewise.
6220 * config/sparc/sparc.c: Likewise.
6221 * config/xtensa/xtensa.c: Likewise.
6222 * cselib.h: Likewise.
6223 * dbxout.c: Likewise.
6224 * dwarf2out.c: Likewise.
6225 * except.c: Likewise.
6226 * except.h: Likewise.
6227 * fixed-value.h: Likewise.
6228 * function.c: Likewise.
6229 * function.h: Likewise.
6230 * gimple.h: Likewise.
6231 * integrate.c: Likewise.
6232 * optabs.c: Likewise.
6233 * output.h: Likewise.
6234 * real.h: Likewise.
6235 * rtl.h: Likewise.
6236 * stringpool.c: Likewise.
6237 * tree-data-ref.c: Likewise.
6238 * tree-flow.h: Likewise.
6239 * tree-scalar-evolution.c: Likewise.
6240 * tree-ssa-address.c: Likewise.
6241 * tree-ssa-alias.h: Likewise.
6242 * tree-ssa-operands.h: Likewise.
6243 * tree.c: Likewise.
6244 * tree.h: Likewise.
6245 * varasm.c: Likewise.
6246 * varray.h: Likewise.
6247 * vec.h: Likewise.
6248 * coretypes.h: Do not define GTY macro if it is already defined.
6249 * doc/gty.texi: Update GTY documentation to new syntax.
6250 * gengtype-lex.l: Enforce attribute-like syntax for GTY
6251 annotations on structs.
6252 * gengtype-parse.c: Likewise.
6253
6254 2009-04-22 Mark Heffernan <meheff@google.com>
6255
6256 * gcc.c (LINK_COMMAND_SPEC): Link with gcov with -fprofile-generate=.
6257
6258 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
6259
6260 * config/arm/arm.c (arm_rtx_costs_1): Use power_of_two_operand
6261 where appropriate.
6262
6263 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
6264
6265 * config/arm/arm.c (arm_size_rtx_costs): Treat a PLUS with a shift
6266 the same as a PLUS without a shift. Increase the cost of a
6267 CONST_INT in MULT.
6268
6269 2009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6270
6271 * Makefile.in: Update dependencies.
6272 * errors.c (warning): Remove unused parameter 'opt'. Returns 'void'.
6273 * errors.h: Remove bogus comment about compatibility.
6274 (warning): Update declaration.
6275 * genautomata.c: Update all calls to warning.
6276 * gimple.c: Do not include errors.h. Include toplev.h.
6277 * tree-ssa-structalias.c: Do not include errors.h.
6278 * omega.c: Likewise.
6279 * tree-ssa-reassoc.c: Likewise.
6280 * config/spu/spu-c.c: Likewise.
6281 * config/spu/t-spu-elf: Update dependencies.
6282
6283 2009-04-22 Richard Guenther <rguenther@suse.de>
6284
6285 PR tree-optimization/39824
6286 * tree-ssa-ccp.c (fold_const_aggregate_ref): For INDIRECT_REFs
6287 make sure the types are compatible.
6288
6289 2009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6290
6291 PR c++/14875
6292 * c-common.c (c_parse_error): Take a token_flags parameter.
6293 Use token_type for the token type instead.
6294 Pass token_flags to cpp_type2name.
6295 * c-common.h (c_parse_error): Update declaration.
6296 * c-parser.c (c_parser_error): Pass 0 as token flags.
6297
6298 2009-04-22 Andrey Belevantsev <abel@ispras.ru>
6299
6300 PR rtl-optimization/39580
6301 * sel-sched-ir.c (insert_in_history_vect): Remove incorrect gcc_assert.
6302
6303 2009-04-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6304
6305 * function.c (expand_function_end): Do not emit a jump to the "naked"
6306 return label for fall-through returns.
6307 * except.c (sjlj_emit_function_exit): Always place the call to the
6308 unregister function at the location installed by expand_function_end.
6309
6310 2009-04-22 Richard Guenther <rguenther@suse.de>
6311
6312 PR tree-optimization/39845
6313 * tree-switch-conversion.c (build_arrays): Add new referenced vars.
6314 (gen_inbound_check): Likewise.
6315
6316 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
6317
6318 * gthr-vxworks.h (struct __gthread_once_t): Add alignment and
6319 padding for PPC.
6320 (__GTHREAD_ONCE_INIT): Adjust ppc initializer.
6321 * config/vxlib.c (__gthread_once): Add race guard for PPC.
6322
6323 2009-04-22 Paolo Bonzini <bonzini@gnu.org>
6324
6325 * config/sh/sh.c (shift_insns_rtx, shiftcosts, gen_shifty_op,
6326 sh_dynamicalize_shift_p, shl_and_scr_length): Truncate
6327 shift counts to avoid out-of-bounds array accesses.
6328
6329 2009-04-22 Paolo Bonzini <bonzini@gnu.org>
6330
6331 * config/sparc/sparc.h (POINTER_SIZE): Fix comment.
6332 (Pmode): Move above.
6333
6334 2009-04-22 Uros Bizjak <ubizjak@gmail.com>
6335
6336 * config/alpha/alpha.c: Use REG_P, MEM_P, CONST_INT_P, JUMP_P,
6337 NONJUMP_INSN_P, CALL_P, LABEL_P and NOTE_P predicates instead of
6338 GET_CODE macro. Use IN_RANGE macro where appropriate.
6339 * config/alpha/alpha.h: Ditto.
6340 * config/alpha/alpha.md: Ditto.
6341 * config/alpha/constraints.md: Ditto.
6342 * config/alpha/predicates.md: Ditto.
6343
6344 2009-04-22 Paolo Bonzini <bonzini@gnu.org>
6345
6346 * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.
6347 * config/frv/frv.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6348 * config/s390/s390.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6349 * config/m32c/m32c.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6350 * config/spu/spu.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6351 * config/i386/i386.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6352 * config/sh/sh.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6353 * config/pdp11/pdp11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6354 * config/avr/avr.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6355 * config/crx/crx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6356 * config/fr30/fr30.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6357 * config/m68hc11/m68hc11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6358 * config/cris/cris.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6359 * config/iq2000/iq2000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6360 * config/mn10300/mn10300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6361 * config/ia64/ia64.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6362 * config/m68k/m68k.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6363 * config/picochip/picochip.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6364 * config/arc/arc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6365 * config/mcore/mcore.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6366 * config/score/score.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6367 * config/arm/arm.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6368 * config/pa/pa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6369 * config/mips/mips.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6370 * config/v850/v850.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6371 * config/mmix/mmix.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6372 * config/bfin/bfin.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
6373
6374 2009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6375
6376 * cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks
6377 references from comments.
6378 * cfgbuild.c: (count_basic_blocks): Delete.
6379 (find_basic_blocks_1): Delete.
6380 (find_basic_blocks): Delete.
6381 * except.c (finish_eh_generation): Make static. Move comment from
6382 except.h here. Remove find_basic_blocks references from comments.
6383 * except.h (finish_eh_generation): Delete.
6384 * basic-block.h (find_basic_blocks): Delete.
6385 * config/sh/sh.c (sh_output_mi_thunk): Delete a "#if 0" block.
6386
6387 2009-04-22 Dave Korn <dave.korn.cygwin@gmail.com>
6388
6389 * sdbout.c (sdbout_symbol): Pass VOIDmode to eliminate_regs.
6390 (sdbout_parms): Likewise.
6391
6392 2009-04-21 Kaz Kojima <kkojima@gcc.gnu.org>
6393
6394 * config/sh/sh.c (prepare_cbranch_operands): Use
6395 LAST_AND_UNUSED_RTX_CODE instead of CODE_FOR_nothing.
6396 (expand_cbranchdi4): Likewise.
6397 (from_compare): Add cast to enum type.
6398 (expand_cbranchsi4): Use add_reg_note.
6399 (output_stack_adjust, push, pop, sh_expand_prologue): Likewise.
6400 (sh_insn_length_adjustment): Use sh_cpu_attr instead of sh_cpu.
6401 (sh_initialize_trampoline): Change 0 to LCT_NORMAL in function call.
6402 (sh_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
6403 * config/sh/sh.md (cbranchsi4): Use LAST_AND_UNUSED_RTX_CODE
6404 instead of CODE_FOR_nothing.
6405 (cbranchdi4): Likewise. Fix the order of arguments for
6406 gen_rtx_fmt_ee.
6407 (push_fpscr): Use add_reg_note.
6408 (pop_fpscr, movdf_i4+1, reload_outdf__RnFRm+3, reload_outdf__RnFRm+4,
6409 reload_outdf__RnFRm+5, fpu_switch+1, fpu_switch+2): Likewise.
6410
6411 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6412
6413 * ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
6414 ChangeLog-1999, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
6415 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
6416 ChangeLog-2007, ChangeLog-2008, ChangeLog.dataflow, ChangeLog.lib,
6417 ChangeLog.ptr, ChangeLog.tree-ssa, ChangeLog.tuples, FSFChangeLog,
6418 FSFChangeLog.10, FSFChangeLog.11, LANGUAGES, ONEWS, acinclude.m4,
6419 config/alpha/gnu.h, config/alpha/libgcc-alpha-ldbl.ver,
6420 config/alpha/t-osf4, config/alpha/t-vms, config/alpha/va_list.h,
6421 config/alpha/x-vms, config/arc/t-arc,
6422 config/arm/README-interworking, config/arm/arm-c.c,
6423 config/arm/gentune.sh, config/arm/libgcc-bpabi.ver,
6424 config/arm/t-arm, config/arm/t-arm-elf, config/arm/t-arm-softfp,
6425 config/arm/t-bpabi, config/arm/t-linux, config/arm/t-linux-eabi,
6426 config/arm/t-netbsd, config/arm/t-pe, config/arm/t-strongarm-elf,
6427 config/arm/t-symbian, config/arm/t-vxworks, config/arm/t-wince-pe,
6428 config/avr/t-avr, config/bfin/elf.h, config/bfin/libgcc-bfin.ver,
6429 config/bfin/linux.h, config/bfin/t-bfin, config/bfin/t-bfin-elf,
6430 config/bfin/t-bfin-linux, config/bfin/t-bfin-uclinux,
6431 config/bfin/uclinux.h, config/cris/mulsi3.asm, config/cris/t-cris,
6432 config/cris/t-elfmulti, config/crx/t-crx,
6433 config/darwin-ppc-ldouble-patch.def, config/darwin-sections.def,
6434 config/divmod.c, config/fr30/t-fr30, config/frv/libgcc-frv.ver,
6435 config/frv/t-frv, config/frv/t-linux, config/h8300/genmova.sh,
6436 config/h8300/t-h8300, config/i386/athlon.md,
6437 config/i386/darwin-libgcc.10.4.ver,
6438 config/i386/darwin-libgcc.10.5.ver, config/i386/libgcc-glibc.ver,
6439 config/i386/mach.h, config/i386/netbsd.h, config/i386/t-crtpc,
6440 config/i386/t-cygming, config/i386/t-cygwin, config/i386/t-i386,
6441 config/i386/t-linux64, config/i386/t-nwld,
6442 config/i386/t-rtems-i386, config/i386/t-sol2-10,
6443 config/i386/x-mingw32, config/ia64/div.md, config/ia64/elf.h,
6444 config/ia64/ia64.opt, config/ia64/libgcc-glibc.ver,
6445 config/ia64/libgcc-ia64.ver, config/ia64/linux.h,
6446 config/ia64/sysv4.h, config/ia64/t-hpux, config/ia64/t-ia64,
6447 config/iq2000/abi, config/iq2000/lib2extra-funcs.c,
6448 config/iq2000/t-iq2000, config/libgcc-glibc.ver,
6449 config/m32r/libgcc-glibc.ver, config/m32r/t-linux,
6450 config/m32r/t-m32r, config/m68hc11/t-m68hc11,
6451 config/m68k/t-floatlib, config/m68k/t-linux, config/m68k/t-mlibs,
6452 config/m68k/t-uclinux, config/mcore/t-mcore,
6453 config/mcore/t-mcore-pe, config/mips/20kc.md, config/mips/4130.md,
6454 config/mips/5400.md, config/mips/5500.md, config/mips/crti.asm,
6455 config/mips/crtn.asm, config/mips/irix-crti.asm,
6456 config/mips/irix-crtn.asm, config/mips/libgcc-mips16.ver,
6457 config/mips/mips-dsp.md, config/mips/mips-dspr2.md,
6458 config/mips/mips-fixed.md, config/mips/sb1.md,
6459 config/mips/sr71k.md, config/mips/t-elf, config/mips/t-gofast,
6460 config/mips/t-iris6, config/mips/t-isa3264,
6461 config/mips/t-libgcc-mips16, config/mips/t-linux64,
6462 config/mips/t-mips, config/mips/t-r3900, config/mips/t-rtems,
6463 config/mips/t-sb1, config/mips/t-sde, config/mips/t-sdemtk,
6464 config/mips/t-slibgcc-irix, config/mips/t-sr71k, config/mips/t-st,
6465 config/mips/t-vr, config/mips/t-vxworks, config/mmix/t-mmix,
6466 config/mn10300/t-linux, config/mn10300/t-mn10300,
6467 config/pa/pa32-regs.h, config/pa/t-hpux-shlib, config/pa/t-linux,
6468 config/pa/t-linux64, config/pa/t-pa64, config/pdp11/t-pdp11,
6469 config/picochip/libgccExtras/clzsi2.asm,
6470 config/picochip/t-picochip, config/rs6000/darwin-ldouble-format,
6471 config/rs6000/darwin-libgcc.10.4.ver,
6472 config/rs6000/darwin-libgcc.10.5.ver,
6473 config/rs6000/libgcc-ppc-glibc.ver, config/rs6000/ppc-asm.h,
6474 config/rs6000/t-aix43, config/rs6000/t-aix52,
6475 config/rs6000/t-darwin, config/rs6000/t-fprules,
6476 config/rs6000/t-fprules-fpbit, config/rs6000/t-linux64,
6477 config/rs6000/t-lynx, config/rs6000/t-netbsd,
6478 config/rs6000/t-ppccomm, config/rs6000/t-ppcendian,
6479 config/rs6000/t-ppcgas, config/rs6000/t-rs6000,
6480 config/rs6000/t-rtems, config/rs6000/t-spe,
6481 config/rs6000/t-vxworks, config/s390/libgcc-glibc.ver,
6482 config/score/t-score-elf, config/sh/divcost-analysis,
6483 config/sh/libgcc-glibc.ver, config/sh/t-netbsd, config/sh/t-sh,
6484 config/sh/t-sh64, config/sh/t-superh, config/sh/t-symbian,
6485 config/sparc/libgcc-sparc-glibc.ver, config/sparc/sol2-bi.h,
6486 config/sparc/sol2-gas.h, config/sparc/sol2-gld-bi.h,
6487 config/sparc/t-elf, config/sparc/t-linux64, config/sparc/t-sol2,
6488 config/stormy16/stormy-abi, config/stormy16/t-stormy16,
6489 config/t-darwin, config/t-libunwind, config/t-libunwind-elf,
6490 config/t-linux, config/t-lynx, config/t-slibgcc-elf-ver,
6491 config/t-slibgcc-sld, config/t-sol2, config/t-vxworks,
6492 config/udivmod.c, config/udivmodsi4.c, config/v850/t-v850,
6493 config/v850/t-v850e, config/xtensa/t-xtensa, diagnostic.def,
6494 gdbinit.in, glimits.h, gstab.h, gsyms.h, java/ChangeLog,
6495 java/ChangeLog.ptr, java/ChangeLog.tree-ssa, libgcc-std.ver,
6496 limitx.h, version.c, xcoff.h: Add copyright and license notices.
6497 * config/h8300/genmova.sh: Include copyright and license notices
6498 in generated output.
6499 * config/h8300/mova.md: Regenerate.
6500 * doc/install.texi2html: Include word "Copyright" in copyright
6501 notice and use name "Free Software Foundation, Inc.".
6502 * ChangeLog, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
6503 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
6504 ChangeLog-2007, ChangeLog-2008: Correct dates.
6505
6506 2009-04-21 Eric Botcazou <ebotcazou@adacore.com>
6507
6508 * c-common.c (c_common_truthvalue_conversion): Use LOCATION to build
6509 NE_EXPR operations as well.
6510 * c-parser.c (c_parser_condition): Do not set location information on
6511 the condition.
6512 (c_parser_conditional_expression): Likewise.
6513 (c_parser_binary_expression): Set location information on operators.
6514 * c-typeck.c (build_unary_op) <TRUTH_NOT_EXPR>: Reset the location if
6515 TRUTH_NOT_EXPR has been folded.
6516 * fold-const.c (fold_truth_not_expr): Copy location information from
6517 the incoming expression to the outgoing one.
6518 * gimplify.c (shortcut_cond_r): Add locus parameter. Pass it to
6519 recursive calls on the LHS of the operator but pass that of the
6520 operator to recursive calls on the RHS of the operator. Set it
6521 on the COND_EXPR.
6522 (shortcut_cond_expr): Set the locus of the operator on the second
6523 COND_EXPR and that of the expression on the first in degenerate cases.
6524 Pass the locus of the expression to calls to shortcut_cond_r.
6525 Set the locus of the 'then' block on the associated jump, if any.
6526 (gimplify_boolean_expr): Add locus parameter. Set it on the COND_EXPR.
6527 (gimplify_expr) <TRUTH_ANDIF_EXPR>: Pass the locus of the outer
6528 expression to call to gimplify_boolean_expr.
6529
6530 2009-04-21 Kai Tietz <kai.tietz@onevision.com>
6531
6532 * config.gcc: Add additional configuration for
6533 i686-w64-mingw* and x86_64-w64-mingw* triplet.
6534 * config/i386/mingw-w64.h: New mingw-w64 specific header.
6535 (CPP_SPEC): Redefine for allowing -municode option.
6536 (STARTFILE_SPEC): Likewise.
6537 * config/i386/t-mingw-w64: New.
6538 * config/i386/mingw-w64.opt: New.
6539 (municode): Add new target option.
6540 * doc/invoke.texi (municode): Add documentation for new option.
6541
6542 2009-04-21 Ian Lance Taylor <iant@google.com>
6543
6544 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6545 Correct test for number of arguments.
6546 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
6547
6548 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
6549
6550 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Use enum for second
6551 argument of emit_library_call.
6552
6553 2009-04-21 Richard Guenther <rguenther@suse.de>
6554
6555 PR middle-end/39829
6556 * gimple.c (walk_stmt_load_store_addr_ops): Catch addresses
6557 inside VIEW_CONVERT_EXPRs.
6558
6559 2009-04-21 Martin Jambor <mjambor@suse.cz>
6560
6561 * tree-switch-conversion.c (build_constructors): Split a long line.
6562 (constructor_contains_same_values_p): New function.
6563 (build_one_array): Create assigns of constants if possible, do not
6564 call mark_sym_for_renaming, call update_stmt.
6565 (build_arrays): Call make_ssa_name (create_tmp_var ()) instead of
6566 make_rename_temp. Do not call mark_symbols_for_renaming, call
6567 update_stmt.
6568 (gen_def_assigns): Do not call mark_symbols_for_renaming or
6569 find_new_referenced_vars, call update_stmt.
6570 (gen_inbound_check): Use create_tmp_var and create ssa names manually
6571 instead of calling make_rename_temp. Do not call
6572 find_new_referenced_vars or mark_symbols_for_renaming, call
6573 update_stmt.
6574
6575 2009-04-21 Richard Guenther <rguenther@suse.de>
6576
6577 PR tree-optimization/39827
6578 * tree-ssa-phiprop.c (propagate_with_phi): Check SSA_NAME is in range.
6579 (tree_ssa_phiprop): Pass the correct array size.
6580
6581 2009-04-21 Uros Bizjak <ubizjak@gmail.com>
6582
6583 * config/alpha/alpha.md (tune): Add cast to enum attr_tune.
6584
6585 2009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
6586
6587 PR 16202
6588 * c-typeck.c (lvalue_p): Move declaration ...
6589 * c-common.h (lvalue_p): ... to here.
6590 * c-common.c (candidate_equal_p): New.
6591 (add_tlist): Use it.
6592 (merge_tlist): Use it.
6593 (warn_for_collisions_1): Likewise.
6594 (warning_candidate_p): Accept more candidates.
6595 (verify_tree): A warning candidate can be an expression. Use
6596 candidate_equal_p.
6597
6598 2009-04-21 Ben Elliston <bje@au.ibm.com>
6599
6600 PR target/5267
6601 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
6602 for -mcall-eabi, -mcall-aixdesc, -mcall-freebsd and -mcall-openbsd
6603 options. Remove -mcall-solaris documentation.
6604
6605 2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6606
6607 PR c++/13358
6608 * doc/invoke.texi (-Wlong-long): Update description.
6609 * c-lex (interpret_integer): Only warn if there was no previous
6610 overflow and -Wlong-long is enabled.
6611 * c-decl.c (declspecs_add_type): Drop redundant flags.
6612 * c.opt (Wlong-long): Init to -1.
6613 * c-opts.c (sanitize_cpp_opts): Synchronize cpp's warn_long_long
6614 and front-end warn_long_long. Wlong-long only depends on other
6615 flags if it is uninitialized.
6616 * c-parser.c (disable_extension_diagnostics): warn_long_long is
6617 the same for CPP and FE.
6618 (restore_extension_diagnostics): Likewise.
6619
6620 2009-04-20 Ian Lance Taylor <iant@google.com>
6621
6622 Fix enum conversions which are invalid in C++:
6623 * auto-inc-dec.c (attempt_change): Change 0 to SET in function call.
6624 * calls.c (store_one_arg): Change 0 to EXPAND_NORMAL in function call.
6625 * cse.c (hash_rtx_cb): Change 0 to VOIDmode in function call.
6626 * dbgcnt.c (dbg_cnt_set_limit_by_name): Add cast to enum type.
6627 * dbxout.c (dbxout_symbol): Change 0 to VOIDmode in function call.
6628 (dbxout_parms): Likewise.
6629 * df-core.c (df_set_flags): Change changeable_flags parameter to int.
6630 (df_clear_flags): Likewise.
6631 * df-problems.c (df_rd_bb_local_compute_process_def): Change
6632 top_flag parameter to int.
6633 (df_chain_create_bb_process_use): Likewise.
6634 (df_chain_add_problem): Change chain_flags parameter to unsigned int.
6635 Remove cast.
6636 * df-scan.c (df_ref_create): Change ref_flags parameter to int.
6637 (df_ref_create_structure, df_def_record_1): Likewise.
6638 (df_defs_record, df_uses_record, df_get_call_refs): Likewise.
6639 (df_notes_rescan): Change 0 to VOIDmode in function call.
6640 (df_get_call_refs, df_insn_refs_collect): Likewise.
6641 (df_bb_regs_collect): Likewise.
6642 (df_entry_block_defs_collect): Likewise.
6643 (df_exit_block_uses_collect): Likewise.
6644 * df.h: Update declarations.
6645 * double-int.c (double_int_divmod): Add cast to enum type.
6646 * dse.c (replace_inc_dec): Reverse parameters to gen_int_mode.
6647 * dwarf2out.c (new_reg_loc_descr): Add casts to enum type.
6648 (based_loc_descr): Likewise.
6649 (loc_descriptor_from_tree_1): Change first_op and second_op to
6650 enum dwarf_location_atom. Add cast to enum type.
6651 * expmed.c (init_expmed): Change 0 to SET in function call.
6652 * expr.c (init_expr_target): Change 0 to VOIDmode in function call.
6653 (expand_expr_real_1): Change 0 to EXPAND_NORMAL in function call.
6654 (do_store_flag): Likewise.
6655 * fixed-value.h (struct fixed_value): Change mode to enum
6656 machine_mode.
6657 * function.c (assign_parms): Change 0 to VOIDmode in function call.
6658 * genautomata.c (insert_automaton_decl): Change 1 to INSERT in
6659 function call.
6660 (insert_insn_decl, insert_decl, insert_state): Likewise.
6661 (automata_list_finish): Likewise.
6662 * genrecog.c (process_define_predicate): Add cast to enum type.
6663 * gensupport.c (init_predicate_table): Add cast to enum type.
6664 * gimple.c (gimple_build_return): Change 0 to ERROR_MARK in
6665 function call.
6666 (gimple_build_call_1, gimple_build_label): Likewise.
6667 (gimple_build_goto, gimple_build_asm_1): Likewise.
6668 (gimple_build_switch_1, gimple_build_cdt): Likewise.
6669 * gimple.h (GIMPLE_CHECK): Change 0 to ERROR_MARK in function call.
6670 (enum fallback): Rename from enum fallback_t.
6671 (fallback_t): Typedef as int.
6672 * gimple-low.c (lower_builtin_setjmp): Change TSI_SAME_STMT to
6673 GSI_SAME_STMT in function call.
6674 * ira.c (setup_class_subset_and_memory_move_costs): Add casts to
6675 enum type.
6676 (setup_reg_class_relations): Likewise.
6677 (setup_reg_class_nregs): Change cl to int. Add casts to enum type.
6678 (setup_prohibited_class_mode_regs): Add cast to enum type.
6679 (setup_prohibited_mode_move_regs): Likewise.
6680 * ira-costs.c (record_reg_classes): Change rclass to enum reg_class.
6681 (record_address_regs): Change i to enum reg_class.
6682 * lists.c (alloc_EXPR_LIST): Add cast to enum type.
6683 * machmode.h (GET_MODE_CLASS): Cast value to enum mode_class.
6684 (GET_MODE_WIDER_MODE): Cast value to enum machine_mode.
6685 (GET_MODE_2XWIDER_MODE): Likewise.
6686 (GET_CLASS_NARROWEST_MODE): Likewise.
6687 * omp-low.c (expand_omp_for): Add cast to enum type.
6688 * optabs.c (debug_optab_libfuncs): Add casts to enum type.
6689 * opts.c (enable_warning_as_error): Change kind to diagostic_t.
6690 * postreload.c (reload_cse_simplify_operands): Change rclass local
6691 to enum reg_class.
6692 * predict.c (combine_predictions_for_insn): Change best_predictor
6693 and predictor to enum br_predictor.
6694 (combine_predictions_for_bb): Likewise.
6695 (build_predict_expr): Change assignment to PREDICT_EXPR_OUTCOME to
6696 use SET_PREDICT_EXPR_OUTCOME.
6697 * real.c (real_arithmetic): Change icode to code in function call.
6698 * reginfo.c (init_move_cost): Add casts to enum type.
6699 (init_reg_sets_1, init_fake_stack_mems): Likewise.
6700 * regmove.c (regclass_compatible_p): Change class0 and class1 to
6701 enum reg_class.
6702 * reload.c (find_valid_class): Add casts to enum type.
6703 (push_reload): Change 0 to NO_REGS in function call.
6704 (find_reloads): Change this_alternative to array of enum
6705 reg_class. Remove some now-unnecessary casts.
6706 (make_memloc): Change 0 to VOIDmode in function call.
6707 * reload1.c (reload): Change 0 to VOIDmode in function call.
6708 (eliminate_regs_1, elimination_effects): Likewise.
6709 (eliminate_regs_in_insn): Likewise.
6710 (emit_input_reload_insns): Add cast to enum type.
6711 (delete_output_reload): Change 0 to VOIDmode in function call.
6712 * reorg.c (insn_sets_resource_p): Convert include_delayed_effects
6713 to enum type in function call.
6714 * tree.h (PREDICT_EXPR_OUTCOME): Add cast to enum type.
6715 (SET_PREDICT_EXPR_OUTCOME): Define.
6716 * tree-dump.c (get_dump_file_info): Change phase parameter to int.
6717 (get_dump_file_name, dump_begin, dump_enabled_p): Likewise.
6718 (dump_initialized_p, dump_flag_name, dump_end): Likewise.
6719 (dump_function): Likewise.
6720 * tree-dump.h: Update declarations.
6721 * tree-pass.h: Update declarations.
6722 * varasm.c (assemble_integer): Change mclass to enum mode_class.
6723 * config/arm/arm.c (thumb_legitimize_reload_address): Add cast to
6724 enum type.
6725 (arm_rtx_costs_1): Correct parenthesization.
6726 (arm_rtx_costs): Add casts to enum type.
6727 (adjacent_mem_locations): Reverse arguments to const_ok_for_op.
6728 (vfp_emit_fstmd): Use add_rg_note.
6729 (emit_multi_reg_push, emit_sfm): Likewise.
6730 (thumb_set_frame_pointer): Likewise.
6731 (arm_expand_prologue): Likewise.
6732 (arm_regno_class): Change return type to enum reg_class.
6733 (thumb1_expand_prologue): Use add_reg_note.
6734 * config/arm/arm-protos.h (arm_regno_class): Update declaration.
6735 * config/arm/arm.h (INITIALIZE_TRAMPOLINE): Change 0 to LCT_NORMAL
6736 in function call.
6737 * config/arm/gentune.sh: Add cast to enum type.
6738 * config/arm/arm-tune.md: Rebuild.
6739 * config/i386/i386.c (ix86_expand_prologue): Use add_reg_note.
6740 (ix86_split_fp_branch, predict_jump): Likewise.
6741 (ix86_expand_multi_arg_builtin): Change sub_code from enum
6742 insn_code to enum rtx_code.
6743 (ix86_builtin_vectorized_function): Add cast to enum type.
6744 * config/i386/i386.md (truncdfsf2): Change slot to enum
6745 ix86_stack_slot.
6746 (truncxf<mode>2, isinf<mode>2): Likewise.
6747 * config/i386/i386-c.c (ix86_pragma_target_parse): Add cast to
6748 enum type.
6749 * config/ia64/ia64.c (ia64_split_tmode_move): Use add_reg_note.
6750 (spill_restore_mem, do_spill, ia64_expand_prologue): Likewise.
6751 (insert_bundle_state): Change 1 to INSERT in function call.
6752 (ia64_add_bundle_selector_before): Likewise.
6753 * config/ia64/ia64.md (cpu attr): Add cast to enum type.
6754 (save_stack_nonlocal): Change 0 to LCT_NORMAL in function call.
6755 (restore_stack_nonlocal): Likewise.
6756 * config/mips/mips.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL in
6757 function call.
6758 * config/mips/mips.c (mips_binary_cost): Change 0 to SET in
6759 function call.
6760 (mips_rtx_costs): Likewise.
6761 (mips_override_options): Add casts to enum type.
6762 * config/mips/sdemtk.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL
6763 in function call.
6764 * config/pa/pa.c (legitimize_pic_address): Use add_reg_note.
6765 (store_reg, set_reg_plus_d): Likewise.
6766 (hppa_expand_prologue, hppa_profile_hook): Likewise.
6767 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
6768 cast to enum type.
6769 (altivec_expand_vec_set_builtin): Change 0 to EXPAND_NORMAL in
6770 function call.
6771 (emit_unlikely_jump): Use add_reg_note.
6772 (rs6000_emit_allocate_stack): Likewise.
6773 (rs6000_frame_related, rs6000_emit_prologue): Likewise.
6774 (output_toc): Change 1 to INSERT in function call.
6775 (output_profile_hook): Change 0 to LCT_NORMAL in function call.
6776 (rs6000_initialize_trampoline): Likewise.
6777 (rs6000_init_dwarf_reg_sizes_extra): Change 0 to EXPAND_NORMAL in
6778 function call.
6779 * config/s390/s390.c (s390_rtx_costs): Add cast to enum type.
6780 (s390_expand_movmem): Change 0 to OPTAB_DIRECT in function call.
6781 (s390_expand_setmem, s390_expand_cmpmem): Likewise.
6782 (save_gprs): Use add_reg_note.
6783 (s390_emit_prologue): Likewise.
6784 (s390_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
6785 * config/sparc/sparc.c (sparc_expand_prologue): Use add_reg_note.
6786 (sparc_fold_builtin): Add cast to enum type.
6787 * config/spu/spu.c (spu_emit_branch_or_set): Change ior_code to
6788 enum insn_code.
6789 (spu_expand_prologue): Use add_reg_note.
6790 (expand_builtin_args): Change 0 to EXPAND_NORMAL in function call.
6791
6792 2009-04-20 Ian Lance Taylor <iant@google.com>
6793
6794 * c-parser.c (c_parser_attributes): Change VEC back to tree list.
6795 (c_parser_postfix_expression_after_primary): Get VEC for list of
6796 arguments. Get original types of arguments. Call
6797 build_function_call_vec.
6798 (cached_expr_list_1, cached_expr_list_2): New static variables.
6799 (c_parser_expr_list): Change return type to VEC *. Add
6800 p_orig_types parameter. Change all callers.
6801 (c_parser_release_expr): New static function.
6802 (c_parser_vec_to_tree_list): New static function.
6803 * c-typeck.c (build_function_call): Rewrite to build a VEC and
6804 call build_function_call_vec.
6805 (build_function_call_vec): New function, based on old
6806 build_function_call.
6807 (convert_arguments): Remove nargs and argarray parameters. Change
6808 values to a VEC. Add origtypes parameter.
6809 (build_modify_expr): Add rhs_origtype parameter. Change all callers.
6810 (convert_for_assignment): Add origtype parameter. Change all
6811 callers. If warn_cxx_compat, check for conversion to an enum
6812 type when calling a function.
6813 (store_init_value): Add origtype parameter. Change all callers.
6814 (digest_init): Likewise.
6815 (struct init_node): Add origtype field.
6816 (add_pending_init): Add origtype parameter. Change all callers.
6817 (output_init_element): Likewise.
6818 (output_pending_init_elements): Pass origtype from init_node to
6819 output_init_element.
6820 (process_init_element): Pass origtype from c_expr to
6821 output_init_element.
6822 (c_finish_return): Add origtype parameter. Change all callers.
6823 * c-common.c (sync_resolve_size): Change params to VEC *. Change
6824 caller.
6825 (sync_resolve_params): Likewise.
6826 (sync_resolve_return): Change params to first_param. Change caller.
6827 (resolve_overloaded_builtins): Change params to VEC *. Change
6828 callers. Save first parameter around call to build_function_call_vec.
6829 * c-decl.c (finish_decl): Add origtype parameter. Change all
6830 callers. Call build_function_call_vec rather than
6831 build_function_call for cleanup.
6832 * c-tree.h: Update declarations.
6833 * c-common.h: Update declarations.
6834 * stub-objc.c (objc_rewrite_function_call): Change parameter from
6835 params to first_param.
6836 * target.h (struct gcc_target): Change resolve_overloaded_builtin
6837 params parameter from tree to void *.
6838 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6839 Change arglist parameter to have type void *, and to be a pointer
6840 to a VEC.
6841 * config/rs6000/rs6000-protos.h
6842 (altivec_resolve_overloaded_builtin): Update declaration.
6843 * config/spu/spu-c.c (spu_resolved_overloaded_builtin): Change
6844 fnargs parameter to have type void *, and to be a pointer to a
6845 VEC. Call build_function_call_vec instead of
6846 build_function_call.
6847 * config/spu/spu-protos.h (spu_expand_builtin): Update declaration.
6848
6849 2009-04-20 Joey Ye <joey.ye@intel.com>
6850 Xuepeng Guo <xuepeng.guo@intel.com>
6851 H.J. Lu <hongjiu.lu@intel.com>
6852
6853 * config/i386/atom.md: Add bypasses with ix86_dep_by_shift_count.
6854
6855 * config/i386/i386.c (LEA_SEARCH_THRESHOLD): New macro.
6856 (IX86_LEA_PRIORITY): Likewise.
6857 (distance_non_agu_define): New function.
6858 (distance_agu_use): Likewise.
6859 (ix86_lea_for_add_ok): Likewise.
6860 (ix86_dep_by_shift_count): Likewise.
6861
6862 * config/i386/i386.md: Call ix86_lea_for_add_ok to decide we
6863 should split for LEA.
6864
6865 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Declare new
6866 function.
6867 (ix86_dep_by_shift_count): Likewise.
6868
6869 2009-04-20 Richard Guenther <rguenther@suse.de>
6870
6871 * expr.c (handled_component_p): Move ...
6872 * tree.h (handled_component_p): ... here.
6873 * tree.def: Re-order BIT_FIELD_REF, COMPONENT_REF,
6874 ARRAY_REF, ARRAY_RANGE_REF, VIEW_CONVERT_EXPR, IMAGPART_EXPR
6875 and REALPART_EXPR to be in one group.
6876
6877 2009-04-20 Richard Guenther <rguenther@suse.de>
6878
6879 * basic-block.h (get_all_dominated_blocks): Declare.
6880 * dominance.c (get_all_dominated_blocks): New function.
6881 * tree-cfg.c (get_all_dominated_blocks): Remove.
6882 (remove_edge_and_dominated_blocks): Adjust.
6883 * tree-ssa-phiprop.c (tree_ssa_phiprop_1): Fold in ...
6884 (tree_ssa_phiprop): ... here. Use get_all_dominated_blocks
6885 instead of recursing.
6886
6887 2009-04-20 Doug Kwan <dougkwan@google.com>
6888
6889 * cgraph.h (cgraph_node_ptr): New type for vector functions.
6890 (struct cgraph_node_set_def): New type.
6891 (cgraph_node_set) New type. Also declare vector functions.
6892 (struct cgraph_node_set_element_def): New type.
6893 (cgraph_node_set_element): Ditto.
6894 (cgraph_node_set_iterator): New iterator type.
6895 (cgraph_node_set_new, cgraph_node_set_find, cgraph_node_set_add,
6896 cgraph_node_set_remove, dump_cgraph_node_set,
6897 debug_cgraph_node_set): New prototypes.
6898 (csi_end_p, csi_next, csi_node, csi_start, cgraph_node_in_set_p,
6899 cgraph_node_set_size): New inlines.
6900 * tree-pass.h (struct cgraph_node_set_def): New decl to avoid
6901 including cgraph.h.
6902 (struct ipa_opt_pass): Add struct cgraph_node_set_def
6903 argument to function 'write_summary'.
6904 * ipa.c: Include ggc.h.
6905 (hash_cgraph_node_set_element,
6906 eq_cgraph_node_set_element, cgraph_node_set_new,
6907 cgraph_node_set_add, cgraph_node_set_remove,
6908 cgraph_node_set_find, dump_cgraph_node_set,
6909 debug_cgraph_node_set): New functions.
6910 * Makefile.in (ipa.o): Add dependency on GGC_H.
6911
6912 2009-04-20 Ira Rosen <irar@il.ibm.com>
6913
6914 PR tree-optimization/39675
6915 * tree-vect-loop.c (vect_transform_loop): Remove currently redundant
6916 check of the return code of vect_schedule_slp. Check that
6917 stmt_vec_info still exists for the statement, before checking its
6918 vectorization type.
6919
6920 2009-04-20 Michael Matz <matz@suse.de>
6921
6922 * Makefile.in (generated_files): Take out $(simple_generated_c).
6923
6924 2009-04-19 Dave Korn <dave.korn.cygwin@gmail.com>
6925
6926 * config/i386/cygwin-stdint.h (INTPTR_TYPE): Remove "long".
6927 (UINTPTR_TYPE): Likewise.
6928
6929 2009-04-19 Joseph Myers <joseph@codesourcery.com>
6930
6931 PR c/37481
6932 * c-typeck.c (digest_init): Check for initializing an array with a
6933 string literal.
6934
6935 2009-04-19 Joseph Myers <joseph@codesourcery.com>
6936
6937 PR c/19771
6938 * c-semantics.c (pop_stmt_list): Propagate
6939 STATEMENT_LIST_HAS_LABEL to parent statement list.
6940
6941 2009-04-19 Adam Nemet <anemet@caviumnetworks.com>
6942
6943 * config/mips/mips.h (mips_tune_attr): New macro.
6944 * config/mips/mips.md (cpu): Use it.
6945
6946 2009-04-19 Joseph Myers <joseph@codesourcery.com>
6947
6948 PR c/38243
6949 * c-decl.c (shadow_tag_warned): Diagnose use of restrict when
6950 declaring a tag.
6951
6952 2009-04-19 Diego Novillo <dnovillo@google.com>
6953
6954 * toplev.c (compile_file): Move call to coverage_finish ...
6955 * cgraphunit.c (ipa_passes): ... here.
6956 Call cgraph_process_new_functions.
6957 * ipa-utils.c (get_base_var): Handle CONSTRUCTOR.
6958 * Makefile.in (cgraphunit.o): Add dependency on COVERAGE_H.
6959
6960 2009-04-19 Jan Hubicka <jh@suse.cz>
6961
6962 * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper
6963 cfun.
6964 (dump_cgraph_node): Dump can throw external flag.
6965 * ipa-pure-const.c (propagate): Fix propagation of nothrow flags.
6966
6967 2009-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
6968
6969 PR c/32061
6970 PR c++/36954
6971 * doc/invoke.texi: Add -Wlogical-op to -Wextra.
6972 * common.opt (Wlogical-op): Move from here...
6973 * c.opt (Wlogical-op): ... to here.
6974 * c-typeck.c (parser_build_binary_op): Update call to
6975 warn_logical_operator.
6976 * c-opts.c (c_common_post_options): Enable warn_logical_op with
6977 extra_warnings.
6978 * c-common.c (warn_logical_op): Update.
6979 * c-common.h (warn_logical_op): Update declaration.
6980
6981 2009-04-19 Eric Botcazou <ebotcazou@adacore.com>
6982
6983 * tree.c (protected_set_expr_location): Fix formatting.
6984
6985 2009-04-18 Joseph Myers <joseph@codesourcery.com>
6986
6987 PR c/27676
6988 * c-typeck.c (readonly_warning): new.
6989 (build_unary_op, build_modify_expr): Use readonly_warning for
6990 storing into something readonly but not const-qualified.
6991
6992 2009-04-18 Joseph Myers <joseph@codesourcery.com>
6993
6994 PR c/22367
6995 * c-typeck.c (build_unary_op): Check for taking address of
6996 expression of type void.
6997
6998 2009-04-18 Joseph Myers <joseph@codesourcery.com>
6999
7000 PR c/35210
7001 * c-typeck.c (build_function_call): Check for calling a function
7002 with qualified void return types. Call require_complete_type when
7003 generating a trap.
7004
7005 2009-04-18 Jan Hubicka <jh@suse.cz>
7006
7007 * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt):
7008 Set nothrow flag.
7009 * cgraph.h (struct function): Reduce loop_nest to 30 bits; add
7010 can_throw_external flag.
7011 * ipa-reference.c (ipa_utils_reduced_inorder): Update call.
7012 * ipa-pure-const.c (ignore_edge): New function.
7013 (propagate): Compute order for NOTHROW computation; set NOTHROWs
7014 only over can_throw_external edges.
7015 (local_pure_const): Add nothrow flag.
7016 * ipa-utils.c (searchc): Add ignore_edge callback.
7017 (ipa_utils_reduced_inorder): Add ignore_edge callback.
7018 * ipa-utils.h (ipa_utils_reduced_inorder): Update prototype.
7019 (set_nothrow_function_flags): Update cgraph.
7020 * tree-cfg.c (verify_stmt): Relax nothrow checking when in IPA mode.
7021
7022 2009-04-18 Richard Guenther <rguenther@suse.de>
7023
7024 PR middle-end/39804
7025 * tree-ssa-ccp.c (fold_stmt_1): New function factored from ...
7026 (fold_stmt): ... this and ...
7027 (fold_stmt_inplace): ... this.
7028 (fold_stmt_1): Fold references in calls and asms.
7029 * tree-cfg.c (remove_useless_stmts_cond): Use fold_stmt.
7030
7031 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
7032
7033 * tree-vrp.c (ssa_name_nonzero_p): Remove.
7034 * tree.h: Remove the prototype for ssa_name_nonzero_p.
7035
7036 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
7037
7038 * tree.c (function_args_count): Remove.
7039 * tree.h: Remove the prototype for function_args_count.
7040
7041 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
7042
7043 * tree-iterator.c (expr_only): Remove.
7044 * tree.h: Remove the prototype for expr_only.
7045
7046 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
7047
7048 * reginfo.c (cannot_change_mode_set_regs): Remove.
7049 * rtl.h: Remove the prototype for cannot_change_mode_set_regs.
7050
7051 2009-04-08 Anatoly Sokolov <aesok@post.ru>
7052
7053 * config/avr/avr.md (*rotlsi3_8, *rotlsi3_16, *rotlsi3_24 ): Check
7054 whether operands 0 and 1 overlaps.
7055
7056 2009-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
7057
7058 PR middle-end/36902
7059 * tree-vrp.c (check_array_ref): Pass a location_t instead of a
7060 pointer. Use warning_at instead of warning.
7061 (search_for_addr_array): Likewise.
7062 (check_array_bounds): Likewise.
7063 (check_all_array_refs): Check that the incoming edge is not in the
7064 list of edges to be removed.
7065 (check_all_array_refs): Avoid the temporal pointer.
7066 (vrp_visit_cond_stmt): Fix typo.
7067 (simplify_switch_using_ranges): Handle the case where the switch
7068 index is an integer constant.
7069
7070 2009-04-18 Adam Nemet <anemet@caviumnetworks.com>
7071
7072 * config/mips/mips.c (mips_final_postscan_insn): Make it static.
7073
7074 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
7075
7076 * doc/extend.texi, doc/invoke.texi: Fix typos.
7077
7078 2009-04-17 Cary Coutant <ccoutant@google.com>
7079
7080 * tree-flow-inline.h (get_lineno): Fix inverted test.
7081
7082 2009-04-17 Diego Novillo <dnovillo@google.com>
7083
7084 * tree-ssa-pre.c (create_expression_by_pieces): Remove
7085 assertion for AVAIL_OUT.
7086
7087 2009-04-17 Mike Frysinger <vapier@gentoo.org>
7088
7089 PR target/38627
7090 * config/sh/lib1funcs.asm [__ELF__ && __linux__]: Add .note.GNU-stack.
7091 * config/sh/linux-atomic.asm: Likewise.
7092
7093 2009-04-17 Diego Novillo <dnovillo@google.com>
7094
7095 * except.c (debug_eh_tree): New.
7096 (struct eh_region, struct eh_status): Move ...
7097 * except.h: ... here.
7098 (add_type_for_runtime): Declare extern.
7099 (lookup_type_for_runtime): Likewise.
7100 (debug_eh_tree): Declare.
7101 * Makefile.in (GTFILES): List except.h before except.c
7102
7103 2009-04-17 Diego Novillo <dnovillo@google.com>
7104
7105 * omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.
7106 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
7107 * tree-dfa.c (find_referenced_vars_in): Factor out of ...
7108 (find_vars_r): ... here.
7109 * tree-flow.h (find_referenced_vars_in): Declare.
7110 * tree-ssa-pre.c (create_expression_by_pieces): Assert
7111 that AVAIL_OUT exists for BLOCK.
7112 * Makefile.in (CGRAPH_H): Add dependency on cif-code.def
7113 (tree-loop-distribution.o): Fix dependency on TREE_VECTORIZER_H.
7114 (tree-parloops.o): Likewise.
7115
7116 2009-04-17 Simon Baldwin <simonb@google.com>
7117
7118 * toplev.c (default_tree_printer): Add handling for %E format.
7119
7120 2009-04-17 Diego Novillo <dnovillo@google.com>
7121
7122 * tree-pretty-print.c (dump_generic_node): Add break after
7123 TREE_BINFO handler. Handle COMPLEX_TYPE, REAL_TYPE and
7124 FIXED_POINT_TYPE. Handle NULL TREE_TYPEs. Handle METHOD_TYPE and
7125 FUNCTION_TYPE together. Call print_struct_decl when printing
7126 structures and TDF_SLIM is not given.
7127 (print_struct_decl): Fix logic for detecting recursion.
7128
7129 2009-04-17 Rafael Avila de Espindola <espindola@google.com>
7130
7131 PR 31567
7132 * gcc.c (create_at_file): New.
7133 (compile_input_file_p): New.
7134 (do_spec_1): Use @args files for %i. Use create_at_file for %o.
7135 * main.c (main): Update call to toplev_main.
7136 * toplev.c (toplev_main): Change signature. Call expandargv.
7137 * toplev.h (toplev_main): Change signature.
7138
7139 2009-04-17 Eric Botcazou <ebotcazou@adacore.com>
7140
7141 * dwarf2out.c (field_byte_offset): Use the type size as the field size
7142 if the latter is not constant.
7143
7144 2009-04-17 David Edelsohn <edelsohn@gnu.org>
7145
7146 * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
7147
7148 2009-04-17 Eric Botcazou <ebotcazou@adacore.com>
7149
7150 * dbxout.c (dbxout_block): Reinstate test on TREE_USED.
7151 * tree-ssa-live.c (remove_unused_scope_block_p): Update TREE_USED bit.
7152
7153 2009-04-17 Richard Guenther <rguenther@suse.de>
7154
7155 * tree-ssa-structalias.c (get_constraint_for_component_ref):
7156 Handle component references view-converting an invariant address.
7157
7158 2009-04-17 Adam Nemet <anemet@caviumnetworks.com>
7159
7160 * doc/tm.texi (TARGET_DEFAULT_TARGET_FLAGS,
7161 TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET,
7162 TARGET_HAVE_SRODATA_SECTION, TARGET_HAVE_TLS,
7163 TARGET_UNWIND_TABLES_DEFAULT, TARGET_TERMINATE_DW2_EH_FRAME_INFO):
7164 Use @deftypevr rather than @deftypevar.
7165
7166 2009-04-17 Richard Guenther <rguenther@suse.de>
7167
7168 * tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up tuplification.
7169 (get_prop_source_stmt): Likewise.
7170 (can_propagate_from): Likewise.
7171
7172 2009-04-17 Andrew Stubbs <ams@codesourcery.com>
7173
7174 * configure.ac: Add new AC_SUBST for TM_ENDIAN_CONFIG,
7175 TM_MULTILIB_CONFIG and TM_MULTILIB_EXCEPTIONS_CONFIG.
7176 (--with-multilib-list): Add default value.
7177 * configure: Regenerate.
7178 * Makefile.in (TM_ENDIAN_CONFIG): Define.
7179 (TM_MULTILIB_CONFIG, TM_MULTILIB_EXCEPTIONS_CONFIG): Define.
7180 * config.gcc (sh-*-*): Switch to using TM_ENDIAN_CONFIG,
7181 TM_MULTILIB_CONFIG, and TM_MULTILIB_EXCEPTIONS_CONFIG.
7182 Don't add default cpu to multilib list unnecessarily, but do enable
7183 the relevant compiler option..
7184 Add support for --with-multilib-list=<blank> and
7185 --with-multilib-list=!<somelib> to supress unwanted multilibs.
7186 * config/sh/t-sh (DEFAULT_ENDIAN, OTHER_ENDIAN): New variables.
7187 (MULTILIB_ENDIAN, MULTILIB_CPUS): Delete variables.
7188 (MULTILIB_OPTIONS): Redefine using OTHER_ENDIAN and
7189 TM_MULTILIB_CONFIG.
7190 (MULTILIB_EXCEPTIONS): Add TM_MULTILIB_EXCEPTIONS_CONFIG.
7191 (MULTILIB_OSDIRNAMES): New variable.
7192 * config/sh/t-1e: Delete file.
7193 * config/sh/t-mlib-sh1: Delete file.
7194 * config/sh/t-mlib-sh2: Delete file.
7195 * config/sh/t-mlib-sh2a: Delete file.
7196 * config/sh/t-mlib-sh2a-nofpu: Delete file.
7197 * config/sh/t-mlib-sh2a-single: Delete file.
7198 * config/sh/t-mlib-sh2a-single-only: Delete file.
7199 * config/sh/t-mlib-sh2e: Delete file.
7200 * config/sh/t-mlib-sh3e: Delete file.
7201 * config/sh/t-mlib-sh4: Delete file.
7202 * config/sh/t-mlib-sh4-nofpu: Delete file.
7203 * config/sh/t-mlib-sh4-single: Delete file.
7204 * config/sh/t-mlib-sh4-single-only: Delete file.
7205 * config/sh/t-mlib-sh4a: Delete file.
7206 * config/sh/t-mlib-sh4a-nofpu: Delete file.
7207 * config/sh/t-mlib-sh4a-single: Delete file.
7208 * config/sh/t-mlib-sh4a-single-only: Delete file.
7209 * config/sh/t-mlib-sh4al: Delete file.
7210 * config/sh/t-mlib-sh5-32media: Delete file.
7211 * config/sh/t-mlib-sh5-32media-nofpu: Delete file.
7212 * config/sh/t-mlib-sh5-64media: Delete file.
7213 * config/sh/t-mlib-sh5-64media-nofpu: Delete file.
7214 * config/sh/t-mlib-sh5-compact: Delete file.
7215 * config/sh/t-mlib-sh5-compact-nofpu: Delete file.
7216 * config/sh/t-linux: Don't override MULTILIB_EXCEPTIONS.
7217 * doc/install.texi (Options specification): Add
7218 --with-multilib-list and --with-endian.
7219
7220 2009-04-17 Rafael Avila de Espindola <espindola@google.com>
7221
7222 * Makefile.in (REVISION_s): Always include quotes. Change ifdef to use
7223 REVISION_c.
7224 (OBJS-common): Add plugin-version.o.
7225 (plugin-version.o): New.
7226 * gcc-plugin.h (plugin_gcc_version): New.
7227 (plugin_default_version_check): New.
7228 (plugin_init_func, plugin_init): Add version argument.
7229 * plugin-version.c: New.
7230 * plugin.c (str_plugin_gcc_version_name): New.
7231 (try_init_one_plugin): Read plugin_gcc_version from the plugin and
7232 pass it to the init function.
7233 (plugin_default_version_check): New.
7234
7235 2009-04-17 Richard Guenther <rguenther@suse.de>
7236
7237 * tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA
7238 for decl-vs-decl disambiguation.
7239
7240 2009-04-17 Andreas Krebbel <krebbel1@de.ibm.com>
7241
7242 * config/s390/s390.h (s390_tune_attr): New macro definition.
7243 * config/s390/s390.md (cpu attribute): Map to s390_tune_attr.
7244
7245 2009-04-17 Richard Guenther <rguenther@suse.de>
7246
7247 * tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.
7248 (fold_stmt_r): Likewise.
7249 (maybe_fold_reference): New function.
7250 (fold_gimple_assign): Handle cases fold_stmt_r did.
7251 (fold_stmt): Do not use fold_stmt_r.
7252 (fold_stmt_inplace): Likewise.
7253
7254 2009-04-17 Richard Guenther <rguenther@suse.de>
7255
7256 * tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.
7257 (record_equivalences_from_stmt): Remove useless checks and
7258 simplifications.
7259 * tree-ssa-pre.c (eliminate): Avoid converting a constant if
7260 the type is already suitable.
7261
7262 2009-04-17 Paolo Bonzini <bonzini@gnu.org>
7263
7264 * config/sh/sh.h (FUNCTION_VALUE): Fix call to sh_promote_prototypes.
7265
7266 2009-04-17 Uros Bizjak <ubizjak@gmail.com>
7267
7268 * config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
7269 (CMPtype): Define as __gcc_CMPtype.
7270
7271 2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
7272
7273 * config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
7274 for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
7275
7276 2009-04-17 Richard Guenther <rguenther@suse.de>
7277
7278 PR tree-optimization/39746
7279 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Remove
7280 special-casing for builtins and static variable use/def.
7281 (call_may_clobber_ref_p_1): Likewise.
7282
7283 2009-04-16 Ian Lance Taylor <iant@google.com>
7284
7285 * df.h: Include "timevar.h".
7286 (struct df_problem): Change tv_id field to timevar_id_t.
7287 * tree-pass.h: Include "timevar.h".
7288 (struct opt_pass): Change tv_id field to timevar_id_t.
7289 * timevar.h (timevar_id_t): Define TV_NONE.
7290 * passes.c (execute_one_ipa_transform_pass): Check for tv_id !=
7291 TV_NONE rather than tv_id != 0.
7292 (execute_one_pass): Likewise.
7293 * Makefile.in (DF_H): Add $(TIMEVAR_H).
7294 (TREE_PASS_H): Define. Change all instances of tree-pass.h in
7295 dependencies to $(TREE_PASS_H).
7296 * bt-load.c (pass_branch_target_load_optimize1): Set tv_id field
7297 to TV_NONE.
7298 (pass_branch_target_load_optimize2): Likewise.
7299 * cfglayout.c (pass_into_cfg_layout_mode): Likewise.
7300 (pass_outof_cfg_layout_mode): Likewise.
7301 * cgraphbuild.c (pass_remove_cgraph_callee_edges): Likewise.
7302 (pass_rebuild_cgraph_edges): Likewise.
7303 (pass_remove_cgraph_callee_edges): Likewise.
7304 * df-core.c (pass_df_initialize_opt): Likewise.
7305 (pass_df_initialize_no_opt): Likewise.
7306 (pass_df_finish): Likewise.
7307 * emit-rtl.c (pass_unshare_all_rtl): Likewise.
7308 * except.c (pass_set_nothrow_function_flags): Likewise.
7309 (pass_convert_to_eh_region_ranges): Likewise.
7310 * final.c (pass_compute_alignments): Likewise.
7311 * function.c (pass_instantiate_virtual_regs): Likewise.
7312 (pass_init_function): Likewise.
7313 (pass_leaf_regs): Likewise.
7314 (pass_match_asm_constraints): Likewise.
7315 * gimple-low.c (pass_lower_cf): Likewise.
7316 (pass_mark_used_blocks): Likewise.
7317 * init-regs.c (pass_initialize_regs): Likewise.
7318 * integrate.c (pass_initial_value_sets): Likewise.
7319 * ira.c (pass_ira): Likewise.
7320 * jump.c (pass_cleanup_barriers): Likewise.
7321 * omp-low.c (pass_expand_omp): Likewise.
7322 (pass_lower_omp): Likewise.
7323 * matrix-reorg.c (pass_ipa_matrix_reorg): Likewise.
7324 * recog.c (pass_split_all_insns): Likewise.
7325 (pass_split_after_reload): Likewise.
7326 (pass_split_before_regstack): Likewise.
7327 (pass_split_before_sched2): Likewise.
7328 (pass_split_for_shorten_branches): Likewise.
7329 * reginfo.c (pass_reginfo_init): Likewise.
7330 (pass_subregs_of_mode_init): Likewise.
7331 (pass_subregs_of_mode_finish): Likewise.
7332 * passes.c (pass_postreload): Likewise.
7333 * stack-ptr-mod.c (pass_stack_ptr_mod): Likewise.
7334 * tree-cfg.c (pass_remove_useless_stmts): Likewise.
7335 (pass_warn_function_return): Likewise.
7336 (pass_warn_function_noreturn): Likewise.
7337 * tree-complex.c (pass_lower_complex): Likewise.
7338 (pass_lower_complex_O0): Likewise.
7339 * tree-if-conv.c (pass_if_conversion): Likewise.
7340 * tree-into-ssa.c (pass_build_ssa): Likewise.
7341 * tree-mudflap.c (pass_mudflap_1): Likewise.
7342 (pass_mudflap_2): Likewise.
7343 * tree-nomudflap.c (pass_mudflap_1): Likewise.
7344 (pass_mudflap_2): Likewise.
7345 * tree-nrv.c (pass_return_slot): Likewise.
7346 * tree-object-size.c (pass_object_sizes): Likewise.
7347 * tree-optimize.c (pass_all_optimizations): Likewise.
7348 (pass_early_local_passes): Likewise.
7349 (pass_all_early_optimizations): Likewise.
7350 (pass_cleanup_cfg): Likewise.
7351 (pass_cleanup_cfg_post_optimizing): Likewise.
7352 (pass_free_datastructures): Likewise.
7353 (pass_free_cfg_annotations): Likewise.
7354 (pass_fixup_cfg): Likewise.
7355 (pass_init_datastructures): Likewise.
7356 * tree-ssa.c (pass_early_warn_uninitialized): Likewise.
7357 (pass_late_warn_uninitialized): Likewise.
7358 (pass_update_address_taken): Likewise.
7359 * tree-ssa-ccp.c (pass_fold_builtins): Likewise.
7360 * tree-ssa-math-opts.c (pass_cse_reciprocals): Likewise.
7361 (pass_cse_sincos): Likewise.
7362 (pass_convert_to_rsqrt): Likewise.
7363 * tree-ssa-structalias.c (pass_build_alias): Likewise.
7364 * tree-stdarg.c (pass_stdarg): Likewise.
7365 * tree-tailcall.c (pass_tail_recursion): Likewise.
7366 (pass_tail_calls): Likewise.
7367 * tree-vect-generic.c (pass_lower_vector): Likewise.
7368 (pass_lower_vector_ssa): Likewise.
7369 * tree-vectorizer.c (pass_ipa_increase_alignment): Likewise.
7370
7371 2009-04-16 Joseph Myers <joseph@codesourcery.com>
7372
7373 * config/mips/mips.c (mips_rtx_cost_data): Use SOFT_FP_COSTS in
7374 XLR entry.
7375 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC, MIPS_ARCH_FLOAT_SPEC):
7376 Handle -march=xlr.
7377 * config/mips/xlr.md (ir_xlr_alu): Also accept insn types move,
7378 logical and signext.
7379
7380 2009-04-16 Kaz Kojima <kkojima@gcc.gnu.org>
7381
7382 PR target/39767
7383 * config/sh/predicates.md (arith_operand): Check if the operand
7384 of TRUNCATE is a REG.
7385
7386 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7387
7388 * cfgrtl.c (delete_insn_chain_and_edges): Remove.
7389 * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
7390
7391 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7392
7393 * tree-iterator.c (tsi_split_statement_list_after,
7394 tsi_split_statement_list_before): Remove.
7395 * tree-iterator.h: Remove the prototypes for
7396 tsi_split_statement_list_after and tsi_split_statement_list_before.
7397
7398 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7399
7400 * tree-ssa-propagate.c (stmt_makes_single_load): Remove.
7401 * tree-ssa-propagate.h: Remove the prototype for
7402 stmt_makes_single_load.
7403
7404 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7405
7406 * emit-rtl.c (set_mem_attrs_from_reg): Remove.
7407 * rtl.h: Remove the prototype for set_mem_attrs_from_reg.
7408
7409 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7410
7411 * tree-iterator.c (EXPR_LAST_BODY): Remove.
7412
7413 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7414
7415 * except.c (eh_region_outer_p): Remove.
7416 * except.h: Remove the prototype for eh_region_outer_p.
7417
7418 2009-04-16 Kazu Hirata <kazu@codesourcery.com>
7419
7420 * function.c (current_function_assembler_name): Remove.
7421 * function.h: Remove the prototype for
7422 current_function_assembler_name.
7423
7424 2009-04-16 Ian Lance Taylor <iant@google.com>
7425
7426 * rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.
7427 (add_reg_note): Call alloc_reg_note.
7428 * rtl.h (alloc_reg_note): Declare.
7429 * combine.c (try_combine): Use alloc_reg_note.
7430 (recog_for_combine, move_deaths): Likewise.
7431 (distribute_notes): Use alloc_reg_note and add_reg_note.
7432 * haifa-sched.c (sched_create_recovery_edges): Use add_reg_note.
7433 * combine-stack-adj.c (adjust_frame_related_expr): Likewise.
7434 * reload1.c (eliminate_regs_1): Use alloc_reg_note.
7435
7436 2009-04-16 Vladimir Makarov <vmakarov@redhat.com>
7437
7438 PR rtl-optimization/39762
7439 * ira-int.h (ira_register_move_cost, ira_may_move_in_cost,
7440 ira_may_move_out_cost): Add comments about way of their usage.
7441 (ira_get_register_move_cost, ira_get_may_move_cost): New functions.
7442
7443 * ira-conflicts.c (process_regs_for_copy): Use function
7444 ira_get_register_move_cost instead of global
7445 ira_register_move_cost.
7446
7447 * ira-color.c (update_copy_costs, calculate_allocno_spill_cost,
7448 color_pass, move_spill_restore, update_curr_costs): Ditto.
7449
7450 * ira-lives.c (process_single_reg_class_operands): Ditto.
7451
7452 * ira-emit.c (emit_move_list): Ditto.
7453
7454 * ira-costs.c (copy_cost): Don't call ira_init_register_move_cost.
7455 (record_reg_classes): Ditto. Use functions
7456 ira_get_register_move_cost and ira_get_may_move_cost instead of
7457 global vars ira_register_move_cost, ira_may_move_out_cost and
7458 ira_may_move_in_cost.
7459 (record_address_regs): Don't call ira_init_register_move_cost.
7460 Use function ira_get_may_move_cost instead of global
7461 ira_may_move_in_cost.
7462 (process_bb_node_for_hard_reg_moves): Use function
7463 ira_get_register_move_cost instead of global ira_register_move_cost.
7464 (ira_costs): Don't call ira_init_register_move_cost.
7465
7466 2009-04-16 Richard Guenther <rguenther@suse.de>
7467
7468 * tree-cfg.c (verify_gimple_assign_binary):
7469 Allow POINTER_PLUS_EXPR-like PLUS_EXPR for vectors.
7470 * ipa-struct-reorg.c (gen_size): Fold the built expressions.
7471 (create_general_new_stmt): Note that this function is broken.
7472
7473 2009-04-16 Rafael Avila de Espindola <espindola@google.com>
7474
7475 * common.opt (fhelp): Add Var(help_flag).
7476 * gcc-plugin.h (plugin_info): Add help.
7477 * plugin.c (plugin_name_args): Add help.
7478 (register_plugin_info): Set plugin->help.
7479 (print_help_one_plugin): New.
7480 (print_plugins_help): New.
7481 * plugin.h (print_plugins_help): New.
7482 * toplev.c (toplev_main): Call print_plugins_help if needed.
7483
7484 2009-04-16 Richard Guenther <rguenther@suse.de>
7485
7486 * gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
7487 (gimple_ior_addresses_taken_1): New function.
7488 (gimple_ior_addresses_taken): Likewise.
7489 * gimple.h (struct gimple_statement_with_ops_base): Remove
7490 addresses_taken member.
7491 (gimple_ior_addresses_taken): Declare.
7492 (gimple_addresses_taken, gimple_addresses_taken_ptr,
7493 gimple_set_addresses_taken): Remove.
7494 * ipa-reference.c (mark_address): New function.
7495 (scan_stmt_for_static_refs): Use it for marking addresses taken.
7496 * tree-ssa-operands.c (add_to_addressable_set): Rename to ...
7497 (mark_address_taken): ... this. Just set TREE_ADDRESSABLE.
7498 (gimple_add_to_addresses_taken): Remove.
7499 (get_tmr_operands): Call mark_address_taken.
7500 (get_asm_expr_operands): Likewise.
7501 (get_expr_operands): Likewise.
7502 (build_ssa_operands): Do not clear the addresses_taken bitmap.
7503 (free_stmt_operands): Do not free it.
7504 * tree-ssa.c (delete_tree_ssa): Likewise.
7505 (execute_update_addresses_taken): Use gimple_ior_addresses_taken.
7506
7507 2009-04-16 Richard Guenther <rguenther@suse.de>
7508
7509 * gimple.h (walk_stmt_load_store_addr_ops): Declare.
7510 (walk_stmt_load_store_ops): Likewise.
7511 * gimple.c (get_base_loadstore): New function.
7512 (walk_stmt_load_store_addr_ops): Likewise.
7513 (walk_stmt_load_store_ops): Likewise.
7514 * ipa-pure-const.c (check_op): Simplify.
7515 (check_load, check_store): New functions.
7516 (check_stmt): Use walk_stmt_load_store_ops.
7517 * ipa-reference.c (mark_load): Adjust signature.
7518 (mark_store): Likewise.
7519 (scan_stmt_for_static_refs): Use walk_stmt_load_store_addr_ops.
7520
7521 2009-04-16 Rafael Avila de Espindola <espindola@google.com>
7522
7523 * gcc-plugin.h (plugin_event): Add PLUGIN_INFO.
7524 (plugin_info): New.
7525 * opts.c (common_handle_option): Don't call print_version.
7526 * plugin.c (plugin_name_args): Add version.
7527 (register_plugin_info): New.
7528 (register_callback): Handle PLUGIN_INFO.
7529 (try_init_one_plugin): New.
7530 (init_one_plugin): Use try_init_one_plugin. Only free plugin_name_args
7531 if failed to init.
7532 (finalize_one_plugin): New.
7533 (finalize_plugins): New.
7534 (print_one_plugin): New.
7535 (print_plugins_versions): New.
7536 * plugin.h (print_plugins_versions): New.
7537 (finalize_plugins): New.
7538 * toplev.c (compile_file): Don't call initialize_plugins.
7539 (print_version): Call print_plugins_versions.
7540 (toplev_main): Call initialize_plugins. Print version if needed.
7541 Call finalize_plugins.
7542
7543 2009-04-16 Rafael Avila de Espindola <espindola@google.com>
7544
7545 * common.opt (fversion): New.
7546 * gcc.c (print_version): New.
7547 (process_command): Don't print the version. Just set print_version.
7548 (main): Print version. Call subprocesses if print_version and
7549 verbose_flag are set.
7550 * opts.c (common_handle_option): Handle OPT_fversion.
7551
7552 2009-04-16 Richard Guenther <rguenther@suse.de>
7553 Ira Rosen <irar@il.ibm.com>
7554
7555 PR tree-optimization/39698
7556 * tree-vect-loop.c (get_initial_def_for_reduction): Use the
7557 type of the reduction variable. Only generate the def if
7558 it is needed.
7559
7560 * omp-low.c (expand_omp_for_generic): When converting to a pointer
7561 make sure to first convert to an integer of the same precision.
7562 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Retain
7563 the type of the evolution correctly in computing the new
7564 induction variable base.
7565
7566 2009-04-16 Richard Guenther <rguenther@suse.de>
7567
7568 PR middle-end/39625
7569 * tree-cfg.c (make_blocks): Split statements with to-be
7570 abnormal SSA names on the lhs.
7571
7572 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
7573
7574 * c-common.c (vector_targets_convertible_p, vector_types_convertible_p):
7575 Use TYPE_VECTOR_OPAQUE instead of targetm.vector_opaque_p.
7576 * c-typeck.c (really_start_incremental_init): Likewise.
7577 * target-def.h (TARGET_VECTOR_OPAQUE_P): Remove.
7578 (TARGET_INITIALIZER): Remove it.
7579 * target.h (struct target): Remove vector_opaque_p.
7580 * tree.c (build_opaque_vector_type): New.
7581 * tree.h (TYPE_VECTOR_OPAQUE): New.
7582 (build_opaque_vector_type): Declare.
7583 * doc/tm.texi (TARGET_VECTOR_OPAQUE_P): Remove.
7584 * config/rs6000/rs6000.c (build_opaque_vector_type,
7585 rs6000_is_vector_type, TARGET_VECTOR_OPAQUE_P): Remove.
7586 (rs6000_init_builtins): Use build_opaque_vector_type for
7587 opaque_V4SI_type_node.
7588
7589 2009-04-15 Catherine Moore <clm@codesourcery.com>
7590
7591 * debug.h (set_name): Declare.
7592 * dwarf2out.c (dwarf2out_set_name): Declare.
7593 (dwarf2_debug_hooks): Add set_name.
7594 (find_AT_string): New.
7595 (add_AT_string): Call find_AT_string.
7596 (dwarf2out_set_name): New.
7597 * cp/decl.c (grokdeclarator): Call set_name.
7598 * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
7599 * debug.c (do_nothing_debug_hooks): Likewise.
7600 * dbxout.c (dbx_debug_hooks): Likewise.
7601 * sdbout.c (sdb_debug_hooks): Likewise.
7602
7603 2009-04-15 Michael Eager <eager@eagercon.com>
7604
7605 * config/rs6000/rs6000.c (rs6000_function_value): Set function return
7606 reg for single-precision FPU.
7607 * config/rs6000/rs6000.md (movsi_internal1): Only for
7608 !TARGET_SINGLE_FPU.
7609 (movsi_internal1_single): New. Add pattern to move SI values to/from
7610 single-precision FP regs.
7611
7612 2009-04-15 Richard Guenther <rguenther@suse.de>
7613
7614 * omp-low.c (lower_rec_input_clauses): Build correct address
7615 expressions.
7616 (expand_omp_for_generic): Fix multiplication type.
7617 * tree-loop-distribution.c (build_size_arg): Build a size_t argument.
7618 (generate_memset_zero): Fix types.
7619 * tree-profile.c (prepare_instrumented_value): Correctly
7620 widen a pointer.
7621
7622 2009-04-15 Ian Lance Taylor <iant@google.com>
7623
7624 * c.opt (Wenum-compare): Enable for C and Objc. Initialize to -1.
7625 * c-opts.c (c_common_handle_option): For C, set warn_enum_compare
7626 for -Wall and for -Wc++-compat.
7627 (c_common_post_options): For C++, set warn_enum_compare if not
7628 already set.
7629 * c-tree.h (struct c_expr): Add field original_type.
7630 (build_external_ref): Update declaration.
7631 * c-parser.c (c_parser_braced_init): Set original_type.
7632 (c_parser_initelt): Likewise.
7633 (c_parser_expr_no_commas): Likewise.
7634 (c_parser_conditional_expression): Likewise.
7635 (c_parser_cast_expression): Likewise.
7636 (c_parser_unary_expression): Likewise. Pull setting of
7637 original_code to top of function.
7638 (c_parser_sizeof_expression): Set original_type.
7639 (c_parser_alignof_expression): Likewise.
7640 (c_parser_postfix_expression): Likewise. Pull setting of
7641 original_code to top of function.
7642 (c_parser_postfix_expression_after_paren_type): Set original_type.
7643 (c_parser_postfix_expression_after_primary): Likewise.
7644 (c_parser_expression): Likewise.
7645 * c-typeck.c (build_external_ref): Add type parameter. Change all
7646 callers.
7647 (c_expr_sizeof_expr): Set original_type field.
7648 (parser_build_unary_op): Likewise.
7649 (parser_build_binary_op): Likewise. Optionally warn about
7650 comparisons of enums of different types.
7651 (digest_init): Set original_type field.
7652 (really_start_incremental_init): Likewise.
7653 (push_init_level, pop_init_level): Likewise.
7654 * doc/invoke.texi (Warning Options): -Wenum-compare now
7655 supported in C.
7656
7657 2009-04-15 Richard Guenther <rguenther@suse.de>
7658
7659 * tree-ssa-pre.c (eliminate): When replacing a PHI node carry
7660 out a necessary conversion.
7661 * tree-ssa-sccvn.c (run_scc_vn): Also assign value-ids to
7662 names we didn't value number.
7663 * tree-mudflap.c (mf_build_check_statement_for): Use correct types.
7664
7665 2009-04-15 Richard Guenther <rguenther@suse.de>
7666
7667 PR tree-optimization/39764
7668 * tree-ssa-ccp.c (get_value): Canonicalize value with
7669 canonicalize_float_value.
7670
7671 2009-04-15 Jan Hubicka <jh@suse.cz>
7672
7673 * builtins.def (va_start, va_end, va_copy): Fix my previous commit.
7674 Wrong version of patch.
7675
7676 2009-04-15 Jan Hubicka <jh@suse.cz>
7677
7678 * builtins.def (va_start, va_end, va_copy): Mark nothrow.
7679
7680 2009-04-15 Nathan Sidwell <nathan@codesourcery.com>
7681
7682 * config/rs6000/rs6000.c (rs6000_init_builtins): Set TYPE_NAME of
7683 our distinct integral and vector types.
7684
7685 2009-04-15 Rafael Avila de Espindola <espindola@google.com>
7686
7687 * class.c (build_vtbl_ref_1): Remove call to assemble_external.
7688 * init.c (build_vtbl_address): Remove call to assemble_external.
7689
7690 2009-04-14 Daniel Jacobowitz <dan@codesourcery.com>
7691
7692 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): Fix debug
7693 output for other floating point modes.
7694
7695 2009-04-14 Diego Novillo <dnovillo@google.com>
7696
7697 * diagnostic.c (diagnostic_report_diagnostic): Do not
7698 warn about loaded plugins for DK_ERROR and DK_WARNING.
7699 * c-decl.c (declspecs_add_type): Move call to
7700 invoke_plugin_callbacks ...
7701 * c-parser.c (c_parser_declspecs): ... here.
7702 * plugin.c (dump_active_plugins): Tidy output.
7703
7704 2009-04-14 Diego Novillo <dnovillo@google.com>
7705 Le-Chun Wu <lcwu@google.com>
7706
7707 * configure.ac: Add --enable-plugin support.
7708 Define ENABLE_PLUGIN and PLUGINLIBS when specified.
7709 * Makefile.in (PLUGIN_H): Define.
7710 Export ENABLE_PLUGIN and GMPINC to site.exp.
7711 Add PLUGINLIBS to link command.
7712 Add/modify dependencies for plugin.o and files including plugin.h.
7713 (plugin.o): New.
7714 * config.in: Regenerate.
7715
7716 * opts.c (common_handle_option): Handle OPT_fplugin_ and
7717 OPT_fplugin_arg_.
7718
7719 2009-04-14 Le-Chun Wu <lcwu@google.com>
7720
7721 * tree-pass.h (register_one_dump_file): Add a prototype for
7722 register_one_dump_file.
7723 * toplev.c (compile_file): Call initialize_plugins.
7724 (do_compile): Call invoke_plugin_callbacks.
7725 (toplev_main): Call invoke_plugin_callbacks.
7726 * common.opt: Add -fplugin= and -fplugin-arg-.
7727 * gcc-plugin.h: New public header file for plugins to include.
7728 * plugin.c: New source file.
7729 * plugin.h: New internal header file.
7730 * passes.c (register_one_dump_file): Make it external.
7731
7732 * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks.
7733
7734 2009-04-14 Diego Novillo <dnovillo@google.com>
7735
7736 * doc/plugins.texi: New.
7737 * doc/gccint.texi: Add reference to Plugins chapter.
7738 * doc/invoke.texi: Document -fplugin and -fplugin-arg
7739 * diagnostic.c (diagnostic_report_diagnostic): Warn about
7740 loaded plugins, if any.
7741 * timevar.def (TV_PLUGIN_INIT): Define.
7742 (TV_PLUGIN_RUN): Define.
7743 * plugin.c: Include timevar.h
7744 (plugins_active_p): New.
7745 (dump_active_plugins): New.
7746 (debug_active_plugins): New.
7747
7748 2009-04-14 Joseph Myers <joseph@codesourcery.com>
7749
7750 * config/sol2.h (LINK_ARCH32_SPEC_BASE): Use %R with absolute
7751 library paths.
7752 * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Likewise.
7753
7754 2009-04-14 Kazu Hirata <kazu@codesourcery.com>
7755
7756 * config/arm/arm.c (arm_rtx_costs_1): Treat a minus with a shift
7757 the same as a minus without a shift.
7758
7759 2009-04-14 Nick Clifton <nickc@redhat.com>
7760
7761 * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
7762 comparisons with small integers will always produce a short
7763 branch.
7764
7765 2009-04-14 Rafael Avila de Espindola <espindola@google.com>
7766
7767 Merge:
7768 2008-12-19 Diego Novillo <dnovillo@google.com>
7769
7770 * cgraph.c (dump_cgraph_node): Show memory address of NODE.
7771
7772 2009-04-14 Richard Guenther <rguenther@suse.de>
7773
7774 * tree-cfg.c (verify_gimple_assign_unary): Adjust vector code
7775 verification.
7776 (verify_gimple_assign_binary): Likewise. Handle shifts and
7777 rotates correctly.
7778 (verify_gimple_phi): Print the mismatched argument position.
7779 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
7780 Fix types.
7781 (vect_update_init_of_dr): Likewise.
7782 * matrix-reorg.c (transform_access_sites): Do what the
7783 comment suggests.
7784 * omp-low.c (expand_omp_atomic_pipeline): Use the correct types.
7785
7786 2009-04-13 Michael Eager <eager@eagercon.com>
7787
7788 * config/rs6000/rs6000-c.c: generate defines if rs6000_xilinx_fpu:
7789 _XFPU, _XFPU_SP_LITE, _XFPU_SP_FULL, _XFPU_DP_LITE, _XFPU_DP_FULL
7790 * config/rs6000/xilinx.h: New. Spec for powerpc-xilinx-eabi
7791 * config.gcc (powerpc-xilinx-eabi): add xilinx.h to tm_file,
7792 remove duplicate config
7793
7794 2009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7795
7796 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Dump
7797 file_name:line_number type locator of the call site.
7798
7799 2009-04-13 Vladimir Makarov <vmakarov@redhat.com>
7800
7801 * genautomata.c: Put blank after comma.
7802 (automaton_decls): New.
7803 (struct unit_usage): Add comments to member next.
7804 (store_alt_unit_usage): Keep the list ordered.
7805 (unit_present_on_list_p, equal_alternatives_p): New.
7806 (check_regexp_units_distribution): Check units distribution
7807 correctness correctly.
7808 (main): Don't write automata if error is found. Return correct
7809 exit code.
7810
7811 * config/m68k/cf.md (cfv4_ds): Remove.
7812 (cfv4_pOEP1, cfv4_sOEP1, cfv4_pOEP2,cfv4_sOEP2, cfv4_pOEP3,
7813 cfv4_sOEP3): Assign to cfv4_oep instead of cfv4_ds.
7814
7815 * config/rs6000/power4.md (lsuq_power4, iq_power4, fpq_power4,
7816 power4-load-ext, power4-store, power4-store-update,
7817 power4-fpstore, power4-fpstore-update, power4-two, power4-three,
7818 power4-insert, power4-compare, power4-lmul-cmp, power4-imul-cmp,
7819 power4-lmul, , power4-imul, power4-imul3, power4-sdiv,
7820 power4-sqrt, power4-isync): Modify reservation to make correct
7821 unit distribution to automata.
7822
7823 * config/rs6000/power5.md (iq_power5, fpq_power5, power5-store,
7824 power5-store-update, power5-two, power5-three, power5-lmul,
7825 power5-imul, power5-imul3, power5-sdiv, power5-sqrt): Ditto.
7826
7827 2009-04-13 Adam Nemet <anemet@caviumnetworks.com>
7828
7829 * except.c (pass_set_nothrow_function_flags): Set name and add
7830 TODO_dump_func.
7831 (set_nothrow_function_flags): Mention in the dump file when
7832 changing a function to nothrow.
7833
7834 2009-04-13 Ozkan Sezer <sezeroz@gmail.com>
7835
7836 PR/39066
7837 * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Use __SIZE_TYPE__
7838 instead of unsigned long.
7839
7840 2009-04-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7841
7842 * config/arm/arm.c (return_used_this_function): Remove.
7843 (arm_output_function_prologue): Remove use of
7844 return_used_this_function.
7845 (output_return_instruction): Replace use of
7846 return_used_this_function
7847 by cfun->machine->return_used_this_function.
7848 (arm_output_epilogue): Likewise.
7849 (arm_output_function_epilogue): Likewise.
7850 (thumb_unexpanded_epilogue): Likewise.
7851 * config/arm/arm.h (struct machine_function):
7852 New member return_used_this_function.
7853
7854 2009-04-12 Mark Mitchell <mark@codesourcery.com>
7855
7856 * doc/install.texi: Correct description of default directory for
7857 --with-gxx-include-dir.
7858
7859 2009-04-12 Eric Botcazou <ebotcazou@adacore.com>
7860
7861 * fold-const.c (build_range_check): Properly deal with enumeral and
7862 boolean base types.
7863
7864 2009-04-12 Steven Bosscher <steven@gcc.gnu.org>
7865
7866 * doc/invoke.texi (max_gcse_passes): Remove documentation.
7867 * params.def (PARAM_MAX_GCSE_PASSES): Remove.
7868 * params.h (MAX_GCSE_PASSES): Remove.
7869 * gcse.c (gcse_main): Run CPROP1, PRE or HOIST, and CPROP2
7870 in sequence. Remove ability to run multiple passes.
7871 (bypass_jumps): Report run as third CPROP pass.
7872
7873 2009-04-12 Adam Nemet <anemet@caviumnetworks.com>
7874
7875 PR middle-end/39651
7876 * except.c (can_throw_external): Look at each insn in a SEQUENCE
7877 when deciding whether the whole SEQUENCE can throw.
7878
7879 2009-04-12 Uros Bizjak <ubizjak@gmail.com>
7880
7881 PR target/39740
7882 * config/alpha/predicates.md (local_symbolic_operand): Return 1 for
7883 offseted label references.
7884
7885 2009-04-11 Jan Hubicka <jh@suse.cz>
7886
7887 * tree-ssa-pre.c (eliminate): Fix call of update_stmt.
7888
7889 2009-04-11 Richard Guenther <rguenther@suse.de>
7890
7891 PR middle-end/39732
7892 * tree-inline.c (declare_return_variable): Mark DECL_BY_REFERENCE
7893 return variables as TREE_ADDRESSABLE.
7894
7895 2009-04-11 Richard Guenther <rguenther@suse.de>
7896
7897 PR tree-optimization/39713
7898 * tree-ssa-sccvn.c (vn_get_expr_for): Make sure built
7899 reference trees have SSA_NAME operands.
7900
7901 2009-04-11 Richard Guenther <rguenther@suse.de>
7902
7903 PR c/39712
7904 * c-gimplify.c (c_gimplify_expr): Adjust check for mismatched
7905 address expressions.
7906
7907 2009-04-11 Dave Korn <dave.korn.cygwin@gmail.com>
7908
7909 * config/i386/cygwin-stdint.h (INT_LEAST32_TYPE): Update to
7910 match changes in Cygwin 1.7
7911 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
7912 UINT_FAST16_TYPE, UINT_FAST32_TYPE): Likewise.
7913
7914 2009-04-10 Paolo Bonzini <bonzini@gnu.org>
7915
7916 PR tree-optimization/39701
7917 * doc/invoke.texi (Optimization Options): Document change in
7918 meaning and initialization of -fdelete-null-pointer-checks.
7919
7920 2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
7921
7922 PR middle-end/39701
7923 * common.opt (-fdelete-null-pointer-checks): Initialize to 1.
7924
7925 * opts.c (decode_options): Don't set flag_delete_null_pointer_checks
7926 here.
7927
7928 * doc/invoke.texi: Update -fdelete-null-pointer-checks.
7929
7930 2009-04-10 Chao-ying Fu <fu@mips.com>
7931
7932 * doc/tm.texi (Instruction Output): Document
7933 TARGET_ASM_FINAL_POSTSCAN_INSN.
7934 * target.h (final_postscan_insn): New field in asm_out.
7935 * target-def.h (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
7936 (TARGET_ASM_OUT): Add TARGET_ASM_FINAL_POSTSCAN_INSN.
7937 * final.c (final_scan_insn): Call
7938 targetm.asm_out.final_postscan_insn after outputting
7939 an asm macro and a normal instruction.
7940
7941 * config/mips/mips.h (FINAL_PRESCAN_INSN): New define.
7942 * config/mips/mips-protos.h (mips_final_prescan_insn): Declare.
7943 * config/mips/mips.c (mips_at_reg_p): New for_each_rtx callback.
7944 (mips_final_prescan_insn, mips_final_postscan_insn): New functions.
7945 (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
7946
7947 2009-04-10 Paolo Bonzini <bonzini@gnu.org>
7948
7949 PR middle-end/39701
7950 * fold-const.c (tree_single_nonzero_warnv_p): Pass non-static
7951 variables as non-NULL even with -fdelete-null-pointer-checks.
7952
7953 2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
7954
7955 * config/rs6000/darwin-vecsave.asm: Remove extra "*/".
7956
7957 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7958
7959 PR target/39678
7960 * config/i386/i386.c (classify_argument): Handle SCmode with
7961 (bit_offset % 64) != 0.
7962
7963 2009-04-09 Sandra Loosemore <sandra@codesourcery.com>
7964
7965 * doc/invoke.texi (Optimize Options): Add cross-reference to
7966 -Q --help=optimizers examples.
7967
7968 2009-04-10 Ben Elliston <bje@au.ibm.com>
7969
7970 PR target/36800
7971 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Do not set
7972 regalign for the reg == fpr and TDmode case.
7973
7974 2009-04-09 David Ayers <ayers@fsfe.org>
7975
7976 PR objc/29200
7977 * objc/objc-act.c (warn_with_method): Remove helper function.
7978 (check_duplicates): Call warning and inform directly.
7979 (really_start_method): Likewise.
7980
7981 2009-04-09 Paolo Bonzini <bonzini@gnu.org>
7982
7983 * expmed.c (expand_divmod): Always use a comparison for a division
7984 by a large unsigned integer.
7985
7986 * fold-const.c (tree_single_nonzero_warnv_p): Always treat decls
7987 for things others than variables or functions as nonzero.
7988
7989 2009-04-09 Nick Clifton <nickc@redhat.com>
7990
7991 * unwind-compat.c: Change copyright header to refer to version
7992 3 of the GNU General Public License with version 3.1 of the
7993 GCC Runtime Library Exception and to point readers at the
7994 COPYING3 and COPYING3.RUNTIME files and the FSF's license web page.
7995 * config/alpha/crtfastmath.c: Likewise.
7996 * config/alpha/linux-unwind.h: Likewise.
7997 * config/alpha/qrnnd.asm: Likewise.
7998 * config/alpha/vms-crt0-64.c: Likewise.
7999 * config/alpha/vms-crt0.c: Likewise.
8000 * config/alpha/vms-dwarf2.asm: Likewise.
8001 * config/alpha/vms-dwarf2eh.asm: Likewise.
8002 * config/alpha/vms-psxcrt0-64.c: Likewise.
8003 * config/alpha/vms-psxcrt0.c: Likewise.
8004 * config/alpha/vms_tramp.asm: Likewise.
8005 * config/arc/initfini.c: Likewise.
8006 * config/arc/lib1funcs.asm: Likewise.
8007 * config/arm/bpabi-v6m.S: Likewise.
8008 * config/arm/bpabi.S: Likewise.
8009 * config/arm/bpabi.c: Likewise.
8010 * config/arm/crti.asm: Likewise.
8011 * config/arm/crtn.asm: Likewise.
8012 * config/arm/ieee754-df.S: Likewise.
8013 * config/arm/ieee754-sf.S: Likewise.
8014 * config/arm/lib1funcs.asm: Likewise.
8015 * config/arm/libunwind.S: Likewise.
8016 * config/arm/linux-atomic.c: Likewise.
8017 * config/arm/mmintrin.h: Likewise.
8018 * config/arm/pr-support.c: Likewise.
8019 * config/arm/unaligned-funcs.c: Likewise.
8020 * config/arm/unwind-arm.c: Likewise.
8021 * config/arm/unwind-arm.h: Likewise.
8022 * config/avr/libgcc.S: Likewise.
8023 * config/bfin/crti.s: Likewise.
8024 * config/bfin/crtlibid.s: Likewise.
8025 * config/bfin/crtn.s: Likewise.
8026 * config/bfin/lib1funcs.asm: Likewise.
8027 * config/bfin/linux-unwind.h: Likewise.
8028 * config/cris/arit.c: Likewise.
8029 * config/cris/cris_abi_symbol.c: Likewise.
8030 * config/darwin-64.c: Likewise.
8031 * config/darwin-crt2.c: Likewise.
8032 * config/darwin-crt3.c: Likewise.
8033 * config/darwin.h: Likewise.
8034 * config/dbxelf.h: Likewise.
8035 * config/dfp-bit.c: Likewise.
8036 * config/dfp-bit.h: Likewise.
8037 * config/elfos.h: Likewise.
8038 * config/fixed-bit.c: Likewise.
8039 * config/fixed-bit.h: Likewise.
8040 * config/fp-bit.c: Likewise.
8041 * config/fp-bit.h: Likewise.
8042 * config/fr30/crti.asm: Likewise.
8043 * config/fr30/crtn.asm: Likewise.
8044 * config/fr30/lib1funcs.asm: Likewise.
8045 * config/freebsd-spec.h: Likewise.
8046 * config/frv/cmovd.c: Likewise.
8047 * config/frv/cmovh.c: Likewise.
8048 * config/frv/cmovw.c: Likewise.
8049 * config/frv/frvbegin.c: Likewise.
8050 * config/frv/frvend.c: Likewise.
8051 * config/frv/lib1funcs.asm: Likewise.
8052 * config/glibc-stdint.h: Likewise.
8053 * config/h8300/clzhi2.c: Likewise.
8054 * config/h8300/crti.asm: Likewise.
8055 * config/h8300/crtn.asm: Likewise.
8056 * config/h8300/ctzhi2.c: Likewise.
8057 * config/h8300/fixunssfsi.c: Likewise.
8058 * config/h8300/lib1funcs.asm: Likewise.
8059 * config/h8300/parityhi2.c: Likewise.
8060 * config/h8300/popcounthi2.c: Likewise.
8061 * config/i386/ammintrin.h: Likewise.
8062 * config/i386/att.h: Likewise.
8063 * config/i386/avxintrin.h: Likewise.
8064 * config/i386/biarch64.h: Likewise.
8065 * config/i386/bmmintrin.h: Likewise.
8066 * config/i386/cpuid.h: Likewise.
8067 * config/i386/cross-stdarg.h: Likewise.
8068 * config/i386/crtfastmath.c: Likewise.
8069 * config/i386/crtprec.c: Likewise.
8070 * config/i386/cygming-crtbegin.c: Likewise.
8071 * config/i386/cygming-crtend.c: Likewise.
8072 * config/i386/cygwin.asm: Likewise.
8073 * config/i386/emmintrin.h: Likewise.
8074 * config/i386/gmm_malloc.h: Likewise.
8075 * config/i386/gthr-win32.c: Likewise.
8076 * config/i386/i386.h: Likewise.
8077 * config/i386/immintrin.h: Likewise.
8078 * config/i386/linux-unwind.h: Likewise.
8079 * config/i386/linux64.h: Likewise.
8080 * config/i386/mm3dnow.h: Likewise.
8081 * config/i386/mmintrin-common.h: Likewise.
8082 * config/i386/mmintrin.h: Likewise.
8083 * config/i386/nmmintrin.h: Likewise.
8084 * config/i386/pmm_malloc.h: Likewise.
8085 * config/i386/pmmintrin.h: Likewise.
8086 * config/i386/smmintrin.h: Likewise.
8087 * config/i386/sol2-c1.asm: Likewise.
8088 * config/i386/sol2-ci.asm: Likewise.
8089 * config/i386/sol2-cn.asm: Likewise.
8090 * config/i386/sol2-gc1.asm: Likewise.
8091 * config/i386/tmmintrin.h: Likewise.
8092 * config/i386/unix.h: Likewise.
8093 * config/i386/w32-unwind.h: Likewise.
8094 * config/i386/wmmintrin.h: Likewise.
8095 * config/i386/x86-64.h: Likewise.
8096 * config/i386/x86intrin.h: Likewise.
8097 * config/i386/xmmintrin.h: Likewise.
8098 * config/ia64/crtbegin.asm: Likewise.
8099 * config/ia64/crtend.asm: Likewise.
8100 * config/ia64/crtfastmath.c: Likewise.
8101 * config/ia64/crti.asm: Likewise.
8102 * config/ia64/crtn.asm: Likewise.
8103 * config/ia64/fde-glibc.c: Likewise.
8104 * config/ia64/lib1funcs.asm: Likewise.
8105 * config/ia64/linux-unwind.h: Likewise.
8106 * config/ia64/quadlib.c: Likewise.
8107 * config/ia64/unwind-ia64.c: Likewise.
8108 * config/linux.h: Likewise.
8109 * config/m32c/m32c-lib1.S: Likewise.
8110 * config/m32c/m32c-lib2-trapv.c: Likewise.
8111 * config/m32c/m32c-lib2.c: Likewise.
8112 * config/m32r/initfini.c: Likewise.
8113 * config/m68hc11/larith.asm: Likewise.
8114 * config/m68hc11/m68hc11-crt0.S: Likewise.
8115 * config/m68k/cf.md: Likewise.
8116 * config/m68k/crti.s: Likewise.
8117 * config/m68k/crtn.s: Likewise.
8118 * config/m68k/lb1sf68.asm: Likewise.
8119 * config/m68k/linux-unwind.h: Likewise.
8120 * config/mcore/crti.asm: Likewise.
8121 * config/mcore/crtn.asm: Likewise.
8122 * config/mcore/lib1.asm: Likewise.
8123 * config/mips/linux-unwind.h: Likewise.
8124 * config/mips/loongson.h: Likewise.
8125 * config/mips/mips16.S: Likewise.
8126 * config/mmix/crti.asm: Likewise.
8127 * config/mmix/crtn.asm: Likewise.
8128 * config/pa/fptr.c: Likewise.
8129 * config/pa/hpux-unwind.h: Likewise.
8130 * config/pa/lib2funcs.asm: Likewise.
8131 * config/pa/linux-atomic.c: Likewise.
8132 * config/pa/linux-unwind.h: Likewise.
8133 * config/pa/milli64.S: Likewise.
8134 * config/pa/quadlib.c: Likewise.
8135 * config/pa/stublib.c: Likewise.
8136 * config/picochip/libgccExtras/adddi3.asm: Likewise.
8137 * config/picochip/libgccExtras/ashlsi3.asm: Likewise.
8138 * config/picochip/libgccExtras/ashlsi3.c: Likewise.
8139 * config/picochip/libgccExtras/ashrsi3.asm: Likewise.
8140 * config/picochip/libgccExtras/ashrsi3.c: Likewise.
8141 * config/picochip/libgccExtras/cmpsi2.asm: Likewise.
8142 * config/picochip/libgccExtras/divmod15.asm: Likewise.
8143 * config/picochip/libgccExtras/divmodhi4.asm: Likewise.
8144 * config/picochip/libgccExtras/divmodsi4.asm: Likewise.
8145 * config/picochip/libgccExtras/longjmp.asm: Likewise.
8146 * config/picochip/libgccExtras/lshrsi3.asm: Likewise.
8147 * config/picochip/libgccExtras/lshrsi3.c: Likewise.
8148 * config/picochip/libgccExtras/parityhi2.asm: Likewise.
8149 * config/picochip/libgccExtras/popcounthi2.asm: Likewise.
8150 * config/picochip/libgccExtras/setjmp.asm: Likewise.
8151 * config/picochip/libgccExtras/subdi3.asm: Likewise.
8152 * config/picochip/libgccExtras/ucmpsi2.asm: Likewise.
8153 * config/picochip/libgccExtras/udivmodhi4.asm: Likewise.
8154 * config/picochip/libgccExtras/udivmodsi4.asm: Likewise.
8155 * config/rs6000/750cl.h: Likewise.
8156 * config/rs6000/altivec.h: Likewise.
8157 * config/rs6000/biarch64.h: Likewise.
8158 * config/rs6000/crtresfpr.asm: Likewise.
8159 * config/rs6000/crtresgpr.asm: Likewise.
8160 * config/rs6000/crtresxfpr.asm: Likewise.
8161 * config/rs6000/crtresxgpr.asm: Likewise.
8162 * config/rs6000/crtsavfpr.asm: Likewise.
8163 * config/rs6000/crtsavgpr.asm: Likewise.
8164 * config/rs6000/darwin-asm.h: Likewise.
8165 * config/rs6000/darwin-fallback.c: Likewise.
8166 * config/rs6000/darwin-fpsave.asm: Likewise.
8167 * config/rs6000/darwin-ldouble.c: Likewise.
8168 * config/rs6000/darwin-tramp.asm: Likewise.
8169 * config/rs6000/darwin-unwind.h: Likewise.
8170 * config/rs6000/darwin-vecsave.asm: Likewise.
8171 * config/rs6000/darwin-world.asm: Likewise.
8172 * config/rs6000/e500crtres32gpr.asm: Likewise.
8173 * config/rs6000/e500crtres64gpr.asm: Likewise.
8174 * config/rs6000/e500crtres64gprctr.asm: Likewise.
8175 * config/rs6000/e500crtrest32gpr.asm: Likewise.
8176 * config/rs6000/e500crtrest64gpr.asm: Likewise.
8177 * config/rs6000/e500crtresx32gpr.asm: Likewise.
8178 * config/rs6000/e500crtresx64gpr.asm: Likewise.
8179 * config/rs6000/e500crtsav32gpr.asm: Likewise.
8180 * config/rs6000/e500crtsav64gpr.asm: Likewise.
8181 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
8182 * config/rs6000/e500crtsavg32gpr.asm: Likewise.
8183 * config/rs6000/e500crtsavg64gpr.asm: Likewise.
8184 * config/rs6000/e500crtsavg64gprctr.asm: Likewise.
8185 * config/rs6000/eabi-ci.asm: Likewise.
8186 * config/rs6000/eabi-cn.asm: Likewise.
8187 * config/rs6000/eabi.asm: Likewise.
8188 * config/rs6000/linux-unwind.h: Likewise.
8189 * config/rs6000/linux64.h: Likewise.
8190 * config/rs6000/paired.h: Likewise.
8191 * config/rs6000/paired.md: Likewise.
8192 * config/rs6000/ppc64-fp.c: Likewise.
8193 * config/rs6000/ppu_intrinsics.h: Likewise.
8194 * config/rs6000/rs6000.h: Likewise.
8195 * config/rs6000/si2vmx.h: Likewise.
8196 * config/rs6000/sol-ci.asm: Likewise.
8197 * config/rs6000/sol-cn.asm: Likewise.
8198 * config/rs6000/spe.h: Likewise.
8199 * config/rs6000/spu2vmx.h: Likewise.
8200 * config/rs6000/sysv4.h: Likewise.
8201 * config/rs6000/tramp.asm: Likewise.
8202 * config/rs6000/vec_types.h: Likewise.
8203 * config/s390/linux-unwind.h: Likewise.
8204 * config/s390/tpf-unwind.h: Likewise.
8205 * config/score/crti.asm: Likewise.
8206 * config/score/crtn.asm: Likewise.
8207 * config/sh/crt1.asm: Likewise.
8208 * config/sh/crti.asm: Likewise.
8209 * config/sh/crtn.asm: Likewise.
8210 * config/sh/divtab-sh4-300.c: Likewise.
8211 * config/sh/divtab-sh4.c: Likewise.
8212 * config/sh/divtab.c: Likewise.
8213 * config/sh/lib1funcs-4-300.asm: Likewise.
8214 * config/sh/lib1funcs-Os-4-200.asm: Likewise.
8215 * config/sh/lib1funcs.asm: Likewise.
8216 * config/sh/lib1funcs.h: Likewise.
8217 * config/sh/linux-atomic.asm: Likewise.
8218 * config/sh/linux-unwind.h: Likewise.
8219 * config/sh/shmedia.h: Likewise.
8220 * config/sh/sshmedia.h: Likewise.
8221 * config/sh/ushmedia.h: Likewise.
8222 * config/sparc/crtfastmath.c: Likewise.
8223 * config/sparc/linux-unwind.h: Likewise.
8224 * config/sparc/sol2-c1.asm: Likewise.
8225 * config/sparc/sol2-ci.asm: Likewise.
8226 * config/sparc/sol2-cn.asm: Likewise.
8227 * config/spu/divmodti4.c: Likewise.
8228 * config/spu/divv2df3.c: Likewise.
8229 * config/spu/float_disf.c: Likewise.
8230 * config/spu/float_unsdidf.c: Likewise.
8231 * config/spu/float_unsdisf.c: Likewise.
8232 * config/spu/float_unssidf.c: Likewise.
8233 * config/spu/mfc_multi_tag_release.c: Likewise.
8234 * config/spu/mfc_multi_tag_reserve.c: Likewise.
8235 * config/spu/mfc_tag_release.c: Likewise.
8236 * config/spu/mfc_tag_reserve.c: Likewise.
8237 * config/spu/mfc_tag_table.c: Likewise.
8238 * config/spu/multi3.c: Likewise.
8239 * config/spu/spu_internals.h: Likewise.
8240 * config/spu/spu_intrinsics.h: Likewise.
8241 * config/spu/spu_mfcio.h: Likewise.
8242 * config/spu/vec_types.h: Likewise.
8243 * config/spu/vmx2spu.h: Likewise.
8244 * config/stormy16/stormy16-lib2.c: Likewise.
8245 * config/svr4.h: Likewise.
8246 * config/sync.c: Likewise.
8247 * config/v850/lib1funcs.asm: Likewise.
8248 * config/vxlib-tls.c: Likewise.
8249 * config/vxlib.c: Likewise.
8250 * config/vxworks-dummy.h: Likewise.
8251 * config/xtensa/crti.asm: Likewise.
8252 * config/xtensa/crtn.asm: Likewise.
8253 * config/xtensa/ieee754-df.S: Likewise.
8254 * config/xtensa/ieee754-sf.S: Likewise.
8255 * config/xtensa/lib1funcs.asm: Likewise.
8256 * config/xtensa/lib2funcs.S: Likewise.
8257 * config/xtensa/linux-unwind.h: Likewise.
8258 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
8259 * config/xtensa/unwind-dw2-xtensa.h: Likewise.
8260 * coretypes.h: Likewise.
8261 * crtstuff.c: Likewise.
8262 * defaults.h: Likewise.
8263 * dwarf2.h: Likewise.
8264 * emutls.c: Likewise.
8265 * gbl-ctors.h: Likewise.
8266 * gcov-io.h: Likewise.
8267 * ginclude/float.h: Likewise.
8268 * ginclude/iso646.h: Likewise.
8269 * ginclude/stdarg.h: Likewise.
8270 * ginclude/stdbool.h: Likewise.
8271 * ginclude/stddef.h: Likewise.
8272 * ginclude/stdfix.h: Likewise.
8273 * ginclude/stdint-gcc.h: Likewise.
8274 * ginclude/tgmath.h: Likewise.
8275 * gthr-aix.h: Likewise.
8276 * gthr-dce.h: Likewise.
8277 * gthr-gnat.c: Likewise.
8278 * gthr-gnat.h: Likewise.
8279 * gthr-lynx.h: Likewise.
8280 * gthr-mipssde.h: Likewise.
8281 * gthr-nks.h: Likewise.
8282 * gthr-posix.c: Likewise.
8283 * gthr-posix.h: Likewise.
8284 * gthr-posix95.h: Likewise.
8285 * gthr-rtems.h: Likewise.
8286 * gthr-single.h: Likewise.
8287 * gthr-solaris.h: Likewise.
8288 * gthr-tpf.h: Likewise.
8289 * gthr-vxworks.h: Likewise.
8290 * gthr-win32.h: Likewise.
8291 * gthr.h: Likewise.
8292 * libgcc2.c: Likewise.
8293 * libgcc2.h: Likewise.
8294 * libgcov.c: Likewise.
8295 * tsystem.h: Likewise.
8296 * typeclass.h: Likewise.
8297 * unwind-c.c: Likewise.
8298 * unwind-compat.h: Likewise.
8299 * unwind-dw2-fde-compat.c: Likewise.
8300 * unwind-dw2-fde-darwin.c: Likewise.
8301 * unwind-dw2-fde-glibc.c: Likewise.
8302 * unwind-dw2-fde.c: Likewise.
8303 * unwind-dw2-fde.h: Likewise.
8304 * unwind-dw2.c: Likewise.
8305 * unwind-dw2.h: Likewise.
8306 * unwind-generic.h: Likewise.
8307 * unwind-pe.h: Likewise.
8308 * unwind-sjlj.c: Likewise.
8309 * unwind.inc: Likewise.
8310 * config/arm/neon-gen.ml: Change generated copyright header to
8311 refer to version 3 of the GNU General Public License with
8312 version 3.1 of the GCC Runtime Library Exception and to point
8313 readers at the COPYING3 and COPYING3.RUNTIME files and the
8314 FSF's license web page.
8315 * config/arm/arm_neon.h: Regenerate.
8316
8317 2009-04-09 Jakub Jelinek <jakub@redhat.com>
8318
8319 * config/cris/cris.md: Change copyright header to refer to version
8320 3 of the GNU General Public License.
8321 * doc/install.texi2html: Change copyright header to refer to version
8322 3 of the GNU General Public License and to point readers at the
8323 COPYING3 file and the FSF's license web page.
8324 * config/vax/linux.h: Likewise.
8325
8326 2009-04-09 Paolo Bonzini <bonzini@gnu.org>
8327
8328 * config/i386/i386.md (cmpcc): New.
8329 * config/i386/sync.md (sync_compare_and_swap*): Set FLAGS_REG.
8330 (sync_compare_and_swap_cc*): Delete.
8331
8332 * config/s390/s390.c (s390_compare_emitted): Remove.
8333 (s390_emit_compare): Handle MODE_CC s390_compare_op0 like
8334 s390_compare_emitted used to be handled. Assert that modes match.
8335 (s390_emit_compare_and_swap): Use s390_emit_compare, do not
8336 refer to sync_compare_and_swap_ccsi.
8337 * config/s390/s390.h (s390_compare_emitted): Remove.
8338 * config/s390/s390.md (seq): Look for MODE_CC s390_compare_op0
8339 instead of s390_compare_emitted.
8340 (stack_protect_test, sync_compare_and_swap_cc): Set s390_compare_op0
8341 instead of s390_compare_emitted.
8342 * config/s390/s390.md (cmpcc): New.
8343 (sync_compare_and_swapqi, sync_compare_and_swaphi): Clobber
8344 CC_REGNUM, do not pretend it's set.
8345 (sync_compare_and_swap_cc*): Delete.
8346 * config/s390/predicates.md (cc_reg_operand): New.
8347
8348 * expr.c (sync_compare_and_swap_cc): Delete.
8349 * optabs.h (sync_compare_and_swap_cc): Delete.
8350 * optabs.c (prepare_cmp_insn): Ignore which specific CCmode
8351 is being used with can_compare_p.
8352 (emit_cmp_and_jump_insn_1): Likewise when looking in the optab.
8353 (find_cc_set): New.
8354 (expand_bool_compare_and_swap): Do not use sync_compare_and_swap_cc,
8355 look for a MODE_CC set instead. Use emit_store_flag.
8356 (expand_compare_and_swap_loop): Likewise, with some additional
8357 complication to avoid a force_reg when useless. Use
8358 emit_cmp_and_jump_insns.
8359 * genopinit.c (optabs): Delete sync_compare_and_swap_cc.
8360 * doc/md.texi (sync_compare_and_swap_cc): Merge with
8361 sync_compare_and_swap documentation.
8362
8363 2009-04-09 Jan Hubicka <jh@suse.cz>
8364
8365 * except.c (find_prev_try): Break out from ....
8366 (duplicate_eh_regions): ... here; properly update prev_try pointers
8367 when duplication part of tree.
8368 (dump_eh_tree): Improve dumping.
8369 (verify_eh_region): New.
8370 (verify_eh_tree): Use it.
8371
8372 2009-04-06 Richard Guenther <rguenther@suse.de>
8373
8374 * c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC
8375 &ARRAY addresses by adjusting their types and prepending
8376 a conversion.
8377 * tree-cfg.c (verify_gimple_assign_single): Verify that
8378 addresses are correct.
8379
8380 2009-04-09 Richard Guenther <rguenther@suse.de>
8381
8382 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant
8383 indices into an array reference if possible.
8384 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
8385 Fold POINTER_PLUS_EXPR statements with invariant address.
8386
8387 2009-04-09 Alan Modra <amodra@bigpond.net.au>
8388
8389 PR target/39634
8390 * config.gcc (powerpc64-*-linux*): Always build biarch.
8391
8392 2009-04-09 Joseph Myers <joseph@codesourcery.com>
8393
8394 PR c/39613
8395 * c-typeck.c (do_case): If case label is not an INTEGER_CST, fold
8396 it and pedwarn if this results in an INTEGER_CST.
8397
8398 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8399
8400 * doc/install.texi: Update minimum GMP version. Remove obsolete
8401 text in MPFR section.
8402
8403 2009-04-08 Jakub Jelinek <jakub@redhat.com>
8404
8405 * dwarf2out.c (class_scope_p): New static inline.
8406 (class_or_namespace_scope_p): Use it.
8407 (gen_variable_die): Use DW_TAG_member tag for static data member
8408 declarations instead of DW_TAG_variable.
8409
8410 PR middle-end/39573
8411 * omp-low.c (expand_omp_taskreg): Finalize taskreg static local_decls
8412 variables.
8413
8414 2009-04-08 Richard Guenther <rguenther@suse.de>
8415
8416 * tree-ssa-sccvn.c (valueize_refs): Do not continue to
8417 valueize random data.
8418
8419 2009-04-08 David Edelsohn <edelsohn@gnu.org>
8420
8421 * config.gcc (aix tm_file): Add aix-stdint.h.
8422 (aix tm clause use_gcc_stdint): Set to wrap.
8423 * config/rs6000/aix-stdint.h: New file.
8424
8425 2009-04-08 Richard Guenther <rguenther@suse.de>
8426
8427 PR middle-end/36291
8428 * tree-dfa.c (add_referenced_var): Do not recurse into
8429 global initializers.
8430 * tree-ssa-ccp.c (get_symbol_constant_value): Add newly
8431 exposed variables.
8432 (fold_const_aggregate_ref): Likewise.
8433
8434 2009-04-08 Paolo Bonzini <bonzini@gnu.org>
8435
8436 * recog.c (ordered_comparison_operator): New.
8437 * gensupport.c (std_preds): Add it.
8438 * doc/md.texi (Machine-Independent Predicates): Document it.
8439
8440 2009-04-08 Jan Hubicka <jh@suse.cz>
8441
8442 * tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.
8443 * function.h (rtl_eh): Remove exception_handler_label_map.
8444 * except.c (ehl_hash, ehl_eq, add_ehl_entry,
8445 remove_exception_handler_label, for_each_eh_label_1): Remove.
8446 (rtl_remove_unreachable_regions): Remove.
8447 (convert_from_eh_region_ranges): Do not remove unreachable regions.
8448 (find_exception_handler_labels): Don't build the hashtable.
8449 (maybe_remove_eh_handler): Remove.
8450 (for_each_eh_label): Rewrite to walk the tree.
8451 (rest_of_handle_eh): Do not cleanup cfg prior EH construction.
8452 * except.h (maybe_remove_eh_handler): Remove.
8453 * passes.c (init_optimization_passes): Schedule second EH cleanup
8454 before out-of-ssa.
8455 * cfgrtl.c (rtl_delete_block, rtl_merge_blocks,
8456 cfg_layout_merge_blocks): Do not call maybe_remove_eh_handler.
8457
8458 2009-04-08 Paolo Bonzini <bonzini@gnu.org>
8459
8460 * genoutput.c (validate_optab_operands): New.
8461 (gen_insn, gen_expand): Call it.
8462
8463 * genflags.c (gen_insn): Detect misused iterators.
8464 (main): Pass line_no to gen_insn, exit with status 1 on error.
8465
8466 * genextract.c (line_no): Make global.
8467 (VEC_safe_set_locstr): Change assertion to error message.
8468 (main): Exit with status 1 on error.
8469
8470 2009-04-08 Joseph Myers <joseph@codesourcery.com>
8471
8472 PR c/39614
8473 PR c/39673
8474 * c-common.h (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
8475 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
8476 EXPR_INT_CONST_OPERANDS): Remove duplicate definitions.
8477 * c-convert.c (convert): Do not call fold on results of conversion
8478 functions when the result is a C_MAYBE_CONST_EXPR.
8479 * c-parser.c (c_parser_postfix_expression): Do not fold condition
8480 of __builtin_choose_expr.
8481 * c-typeck.c (remove_c_maybe_const_expr): New.
8482 (build_unary_op, build_conditional_expr, build_compound_expr,
8483 build_binary_op, c_objc_common_truthvalue_conversion): Call
8484 remove_c_maybe_const_expr on any input C_MAYBE_CONST_EXPR with
8485 integer operands.
8486
8487 2009-04-08 Bingfeng Mei <bmei@broadcom.com>
8488
8489 * fold-const.c (const_binop): Combine two VECTOR_CST under operation
8490 CODE to produce a new one. Add a prototype to use fold_convert_const
8491
8492 2009-04-08 Danny Smith <dannysmith@users.sourceforge.net>
8493
8494 PR bootstrap/39660
8495 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Don't
8496 mix declarations and code.
8497
8498 2009-04-08 Ben Elliston <bje@au.ibm.com>
8499
8500 * gcc.c: Replace `CC' with `GCC' throughout.
8501
8502 2009-04-07 H.J. Lu <hongjiu.lu@intel.com>
8503
8504 * doc/invoke.texi: Document Atom support.
8505
8506 2009-04-07 Jason Merrill <jason@redhat.com>
8507
8508 PR c++/25185
8509 * c-common.h, c-common.c: Add flag_pretty_templates.
8510 * c-opts.c (c_common_handle_option): Set it.
8511 * c.opt: Add -fno-pretty-templates.
8512 * doc/invoke.texi (C++ Dialect Options): Likewise.
8513
8514 2009-04-07 Uros Bizjak <ubizjak@gmail.com>
8515
8516 * config/ia64/ia64.c (ia64_builtins): Add IA64_BUILTIN_HUGE_VALQ.
8517 (ia64_init_builtins): Handle IA64_BUILTIN_HUGE_VALQ.
8518 (ia64_expand_builtin): Likewise.
8519
8520 2009-04-07 Martin Jambor <mjambor@suse.cz>
8521
8522 * tree-ssa-alias.c (refs_may_alias_p_1): Check for
8523 is_gimple_min_invariant rather than CONSTANT_CLASS_P so that invariant
8524 ADDR_EXPRS are include too.
8525
8526 2009-04-07 Richard Guenther <rguenther@suse.de>
8527
8528 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Non-aliased
8529 decls are only used if passes as parameters or if they are
8530 local statics and the call is not to a builtin.
8531 (call_may_clobber_ref_p_1): Likewise.
8532
8533 2009-04-07 Paolo Bonzini <bonzini@gnu.org>
8534
8535 * expr.c (do_store_flag): Remove last argument. Simplify code
8536 to avoid duplication of tests already done by can_compare_p.
8537 (expand_expr_real_1): Adjust caller.
8538
8539 2009-04-07 Paolo Bonzini <bonzini@gnu.org>
8540
8541 * optabs.c (can_compare_p): Test the predicate of a
8542 cbranch and cstore pattern.
8543
8544 2009-04-07 Paolo Bonzini <bonzini@gnu.org>
8545
8546 * expr.c (convert_move): Use emit_store_flag instead of
8547 "emulating" it.
8548
8549 2009-04-07 Paolo Bonzini <bonzini@gnu.org>
8550
8551 * config/i386/i386.c (ix86_compare_emitted): Remove.
8552 (ix86_expand_compare, ix86_expand_branch): Handle MODE_CC
8553 ix86_compare_op0 like ix86_compare_emitted used to be handled.
8554 * config/i386/i386.h (ix86_compare_emitted): Remove.
8555 * config/i386/i386.md (stack_protect_test): Set ix86_compare_op0
8556 instead of ix86_compare_emitted.
8557 * config/i386/sync.md (sync_compare_and_swap_cc): Likewise.
8558
8559 2009-04-07 Andrew Stubbs <ams@codesourcery.com>
8560
8561 * config.gcc (sh-*-*): Add sysroot-suffix.h to tm_file.
8562 Add t-sysroot-suffix to tmake_file.
8563 * config/print-sysroot-suffix.sh: New file.
8564 * config/t-sysroot-suffix: New file.
8565
8566 2009-04-07 Ben Elliston <bje@au.ibm.com>
8567
8568 * libgcc2.c (INFINITY): Use __builtin_huge_val, not __builtin_inf,
8569 as the latter produces a warning when the target does not support
8570 infinity.
8571
8572 2009-04-07 Ben Elliston <bje@au.ibm.com>
8573
8574 * dfp.c: Replace type punning assignments with memcpy throughout.
8575 * Makefile.in (dfp.o-warn): Remove.
8576
8577 2009-04-07 Alan Modra <amodra@bigpond.net.au>
8578
8579 PR target/39634
8580 * config.gcc: Merge powerpc-*-linux* and powerpc64-*-linux*.
8581 Include soft-fp/t-softfp after rs6000/t-linux64.
8582
8583 2009-04-06 Eric Botcazou <ebotcazou@adacore.com>
8584
8585 * stor-layout.c (set_sizetype): Use the full precision of their
8586 machine mode for bitsize types.
8587
8588 2009-04-06 H.J. Lu <hongjiu.lu@intel.com>
8589
8590 * config/i386/i386.md: Revert 2 accidental checkins.
8591
8592 2009-04-06 Joey Ye <joey.ye@intel.com>
8593 Xuepeng Guo <xuepeng.guo@intel.com>
8594 H.J. Lu <hongjiu.lu@intel.com>
8595
8596 Atom pipeline model, tuning and insn selection.
8597 * config.gcc (atom): Add atom config options and target.
8598
8599 * config/i386/atom.md: New.
8600
8601 * config/i386/i386.c (atom_cost): New cost.
8602 (m_ATOM): New macro flag.
8603 (initial_ix86_tune_features): Set m_ATOM.
8604 (x86_accumulate_outgoing_args): Likewise.
8605 (x86_arch_always_fancy_math_387): Likewise.
8606 (processor_target): Add Atom cost.
8607 (cpu_names): Add Atom cpu name.
8608 (override_options): Set Atom ISA.
8609 (ix86_issue_rate): New case PROCESSOR_ATOM.
8610 (ix86_adjust_cost): Likewise.
8611
8612 * config/i386/i386.h (TARGET_ATOM): New target macro.
8613 (ix86_tune_indices): Add X86_TUNE_OPT_AGU.
8614 (TARGET_OPT_AGU): New target option.
8615 (target_cpu_default): Add TARGET_CPU_DEFAULT_atom.
8616 (processor_type): Add PROCESSOR_ATOM.
8617
8618 * config/i386/i386.md (cpu): Add new value "atom".
8619 (use_carry, movu): New attr.
8620 (atom.md): Include atom.md.
8621 (adddi3_carry_rex64): Set attr "use_carry".
8622 (addqi3_carry): Likewise.
8623 (addhi3_carry): Likewise.
8624 (addsi3_carry): Likewise.
8625 (*addsi3_carry_zext): Likewise.
8626 (subdi3_carry_rex64): Likewise.
8627 (subqi3_carry): Likewise.
8628 (subhi3_carry): Likewise.
8629 (subsi3_carry): Likewise.
8630 (x86_movdicc_0_m1_rex64): Likewise.
8631 (*x86_movdicc_0_m1_se): Likewise.
8632 (x86_movsicc_0_m1): Likewise.
8633 (*x86_movsicc_0_m1_se): Likewise.
8634 (*adddi_1_rex64): Emit add insn as much as possible.
8635 (*addsi_1): Likewise.
8636 (return_internal): Set atom_unit.
8637 (return_internal_long): Likewise.
8638 (return_pop_internal): Likewise.
8639 (*rcpsf2_sse): Set atom_sse_attr attr.
8640 (*qrt<mode>2_sse): Likewise.
8641 (*prefetch_sse): Likewise.
8642
8643 * config/i386/i386-c.c (ix86_target_macros_internal): New case
8644 PROCESSOR_ATOM.
8645 (ix86_target_macros_internal): Likewise.
8646
8647 * config/i386/sse.md (cpu): Set attr "atom_sse_attr".
8648 (*prefetch_sse_rex): Likewise.
8649 (sse_rcpv4sf2): Likewise.
8650 (sse_vmrcpv4sf2): Likewise.
8651 (sse_sqrtv4sf2): Likewise.
8652 (<sse>_vmsqrt<mode>2): Likewise.
8653 (sse_ldmxcsr): Likewise.
8654 (sse_stmxcsr): Likewise.
8655 (*sse_sfence): Likewise.
8656 (sse2_clflush): Likewise.
8657 (*sse2_mfence): Likewise.
8658 (*sse2_lfence): Likewise.
8659 (avx_movup<avxmodesuffixf2c><avxmodesuffix>): Set attr "movu".
8660 (<sse>_movup<ssemodesuffixf2c>): Likewise.
8661 (avx_movdqu<avxmodesuffix>): Likewise.
8662 (avx_lddqu<avxmodesuffix>): Likewise.
8663 (sse2_movntv2di): Change attr "type" to "ssemov".
8664 (sse2_movntsi): Likewise.
8665 (rsqrtv8sf2): Change attr "type" to "sseadd".
8666 (sse3_addsubv2df3): Set attr "atom_unit".
8667 (sse3_h<plusminus_insn>v4sf3): Likewise.
8668 (*sse2_pmaddwd): Likewise.
8669 (*vec_extractv2di_1_rex64): Likewise.
8670 (*vec_extractv2di_1_avx): Likewise.
8671 (sse2_psadbw): Likewise.
8672 (ssse3_phaddwv8hi3): Likewise.
8673 (ssse3_phaddwv4hi3): Likewise.
8674 (ssse3_phadddv4si3): Likewise.
8675 (ssse3_phadddv2si3): Likewise.
8676 (ssse3_phaddswv8hi3): Likewise.
8677 (ssse3_phaddswv4hi3): Likewise.
8678 (ssse3_phsubwv8hi3): Likewise.
8679 (ssse3_phsubwv4hi3): Likewise.
8680 (ssse3_phsubdv4si3): Likewise.
8681 (ssse3_phsubdv2si3): Likewise.
8682 (ssse3_phsubswv8hi3): Likewise.
8683 (ssse3_phsubswv4hi3): Likewise.
8684 (ssse3_pmaddubsw128): Likewise.
8685 (sse3_pmaddubsw: Likewise.
8686 (ssse3_palignrti): Likewise.
8687 (ssse3_palignrdi): Likewise.
8688
8689 2009-04-06 Gerald Pfeifer <gerald@pfeifer.com>
8690
8691 * doc/install.texi (Specific): Fix two cross-references to MinGW.
8692
8693 2009-04-06 Richard Guenther <rguenther@suse.de>
8694
8695 PR tree-optimization/28868
8696 * tree-ssa-pre.c (inserted_phi_names): New bitmap to keep track
8697 of which PHI results we inserted.
8698 (insert_into_preds_of_block): Record inserted PHIs.
8699 (eliminate): Eliminate redundant PHI nodes.
8700 (init_pre): Init inserted_phi_names.
8701
8702 2009-04-06 Richard Guenther <rguenther@suse.de>
8703
8704 PR tree-optimization/39643
8705 * tree-ssa-ccp.c (ccp_fold): Fold REALPART_EXPRs and
8706 IMAGPART_EXPRs of complex constants.
8707 (execute_fold_all_builtins): If we folded a call queue
8708 TODO_update_address_taken.
8709
8710 2009-04-06 Jan Hubicka <jh@suse.cz>
8711
8712 PR middle-end/39659
8713 * except.c (remove_unreachable_regions): Propagate may_contain_throw
8714 flag.
8715
8716 2009-04-06 Andrew Stubbs <ams@codesourcery.com>
8717
8718 * config/sh/lib1funcs.asm (ic_invalidate): Move ICBI out of the
8719 delay slot.
8720 (ic_invalidate_array): Likewise.
8721
8722 2009-04-06 Hariharan Sandanagobalane <hariharan@picochip.com>
8723
8724 * calls.c (emit_library_call_value_1): Fix a problem with parameter
8725 alignment for library calls.
8726
8727 2009-04-06 Danny Smith <dannysmith@users.sourceforge.net>
8728
8729 * config.gcc (mingw32 tm_file): Add mingw-stdint.h.
8730 (mingw32 tm clause use_gcc_stdint): Set to wrap.
8731 * config/i386/mingw-stdint.h: New file.
8732
8733 2009-04-05 Richard Guenther <rguenther@suse.de>
8734
8735 PR tree-optimization/39648
8736 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Work around
8737 our &A vs. &A[0] IL deficiencies.
8738
8739 2009-04-04 Jan Hubicka <jh@suse.cz>
8740
8741 * except.c (sjlj_find_directly_reachable_regions): Be ready for
8742 removed toplevel regions.
8743 (sjlj_mark_call_sites): Likewise.
8744
8745 2009-04-04 Dave Korn <dave.korn.cygwin@gmail.com>
8746
8747 * config.gcc (cygwin tm_file): Add cygwin-stdint.h.
8748 (cygwin tm clause use_gcc_stdint): Set to wrap.
8749 * config/i386/cygwin-stdint.h: New file.
8750
8751 2009-04-04 Richard Guenther <rguenther@suse.de>
8752
8753 * Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.
8754 * tree-ssa-copy.c (init_copy_prop): Do not propagate through
8755 single-argument PHIs if we are in loop-closed SSA form.
8756 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Pass extra guards
8757 for the pre-condition.
8758 (slpeel_tree_peel_loop_to_edge): Likewise.
8759 (vect_build_loop_niters): Take an optional sequence to append stmts.
8760 (vect_generate_tmps_on_preheader): Likewise.
8761 (vect_do_peeling_for_loop_bound): Take extra guards for the
8762 pre-condition.
8763 (vect_do_peeling_for_alignment): Adjust. Unconditionally apply
8764 the cost model check.
8765 (vect_loop_versioning): Take stmt and stmt list to put pre-condition
8766 guards if we are going to peel. Do not apply versioning in that case.
8767 * tree-vectorizer.h (vect_loop_versioning): Adjust declaration.
8768 (vect_do_peeling_for_loop_bound): Likewise.
8769 * tree-vect-loop.c (vect_transform_loop): If we are peeling for
8770 loop bound only record extra pre-conditions, do not apply loop
8771 versioning.
8772
8773 2009-04-04 Richard Guenther <rguenther@suse.de>
8774
8775 * tree-ssa-operands.c (pop_stmt_changes): Remove automatic
8776 renaming code.
8777
8778 2009-04-04 Jan Hubicka <jh@suse.cz>
8779
8780 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
8781 last_basic_block for size of bb->index indexed array.
8782 * bt-load.c (compute_defs_uses_and_gen, compute_kill,
8783 compute_out, link_btr_uses, build_btr_def_use_webs,
8784 build_btr_def_use_webs, migrate_btr_defs): Likewise.
8785
8786 2009-04-04 Jan Hubicka <jh@suse.cz>
8787
8788 * except.c (remove_eh_handler_and_replace): Break out from ...
8789 (remove_eh_handler): ... here.
8790 (bring_to_root): New function.
8791 (remove_unreachable_regions): Collect MUST_NOT_THROW, unify runtime
8792 handled ones, bring others to root of tree.
8793
8794 2009-04-04 Jan Hubicka <jh@suse.cz>
8795
8796 * tree-eh.c (tree_empty_eh_handler_p): Pattern match more curefully.
8797 (all_phis_safe_to_merge): New function.
8798 (update_info): New structure.
8799 (make_eh_edge_and_update_phi, update_eh_edges): New functions.
8800 (cleanup_empty_eh): Update SSA if possible.
8801
8802 2009-04-04 Richard Guenther <rguenther@suse.de>
8803
8804 * tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.
8805 * tree-ssa-operands.c (append_vdef): Do not append VOPs at -O0.
8806 (append_vuse): Likewise.
8807
8808 2009-04-04 Jakub Jelinek <jakub@redhat.com>
8809
8810 * unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.
8811 * unwind-dw2.c (execute_cfa_program): Set how to REG_UNDEFINED
8812 instead of REG_UNSAVED for DW_CFA_undefined.
8813 (uw_update_context_1): Handle REG_UNDEFINED the same as REG_UNSAVED.
8814 (uw_update_context): If RA column is REG_UNDEFINED, mark it as
8815 outermost frame.
8816
8817 2009-04-04 Richard Earnshaw <rearnsha@arm.com>
8818
8819 PR target/39501
8820 * arm.md (movsfcc): Disable if not TARGET_HARD_FLOAT.
8821 * testsuite/gcc.c-torture/execute/pr39501.c: New file.
8822 * testsuite/gcc.c-torture/execute/pr39501.x: New file.
8823
8824 2009-04-04 Richard Guenther <rguenther@suse.de>
8825
8826 PR tree-optimization/8781
8827 PR tree-optimization/37892
8828 * tree-ssa-sccvn.h (vn_reference_fold_indirect): Declare.
8829 * tree-ssa-sccvn.c (vn_reference_fold_indirect): New function.
8830 (valueize_refs): Call it for *& valueizations.
8831 (shared_reference_ops_from_ref): Rename to ...
8832 (valueize_shared_reference_ops_from_ref): ... this and valueize.
8833 (shared_reference_ops_from_call): Rename to ...
8834 (valueize_shared_reference_ops_from_call): ... this and valueize.
8835 (vn_reference_lookup): Update.
8836 (visit_reference_op_call): Likewise.
8837 * tree-ssa-pre.c (phi_translate_1): Fold *&.
8838 (eliminate): Value-replace the call address in call statements.
8839
8840 2009-04-04 Richard Guenther <rguenther@suse.de>
8841
8842 PR tree-optimization/39636
8843 * tree-ssa-forwprop.c
8844 (forward_propagate_addr_into_variable_array_index): Check for
8845 GIMPLE_ASSIGN before accessing the rhs code.
8846
8847 2009-04-03 Jason Merrill <jason@redhat.com>
8848
8849 * stor-layout.c (set_sizetype): Set TYPE_CANONICAL.
8850
8851 2009-04-03 Steve Ellcey <sje@cup.hp.com>
8852
8853 * config/ia64/ia64.md (extendsfdf2, extendsfxf2, extenddfxf2,
8854 truncdfsf2, truncxfsf2, truncxfdf2, floatdixf2, fix_truncsfdi2,
8855 fix_truncdfdi2, fix_truncxfdi2, fix_truncxfdi2_alts, floatunsdisf2,
8856 floatunsdidf2, floatunsdixf2, fixuns_truncsfdi2, fixuns_truncdfdi2,
8857 fixuns_truncxfdi2, fixuns_truncxfdi2_alts, divsi3_internal,
8858 smuldi3_highpart, umuldi3_highpart, ctzdi2, *getf_exp_xf,
8859 divdi3_internal_lat, divdi3_internal_thr, mulditi3, *mulditi3_internal,
8860 umulditi3, *umulditi3_internal, addsf3, mulsf3, abssf2, negsf2,
8861 *nabssf2, sminsf3, smaxsf3, *maddsf4, *msubsf4, *nmulsf3, *nmaddsf4,
8862 *nmaddsf4_alts, divsf3, *sqrt_approx, sqrtsf2, sqrtsf2_internal_thr,
8863 adddf3, *adddf3_trunc, muldf3, *muldf3_trunc, absdf2, negdf2, *nabsdf2,
8864 smindf3, smaxdf3, *madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc,
8865 *nmuldf3, *nmuldf3_trunc, *nmadddf4, *nmadddf4_alts, *nmadddf4_truncsf,
8866 *nmadddf4_truncsf_alts, divdf3, sqrtdf2, sqrtdf2_internal_thr, divxf3,
8867 sqrtxf2, sqrtxf2_internal_thr, *recip_approx):
8868 Use fr_reg_or_fp01_operand instead of fr_register_operand
8869
8870 * config/ia64/div.md (extend<mode>rf2, truncrf<mode>2,
8871 recip_approx_rf, divsf3_internal_thr, divsf3_internal_lat,
8872 divdf3_internal_thr, divdf3_internal_lat divxf3_internal): Ditto.
8873
8874 2009-04-03 Vladimir Makarov <vmakarov@redhat.com>
8875
8876 PR rtl-optimization/39607
8877 PR rtl-optimization/39631
8878
8879 Revert:
8880
8881 2009-03-30 Vladimir Makarov <vmakarov@redhat.com>
8882 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
8883 instead of DF_LR_OUT.
8884 * ira-lives.c (process_bb_node_lives): Ditto.
8885 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
8886 instead of DF_LR_{OUT,IN}.
8887 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
8888 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
8889
8890 2009-04-03 Steven Bosscher <steven@gcc.gnu.org>
8891
8892 * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.
8893 (execute_lower_omp): Always run but take the short way out if -fopenmp
8894 is not given.
8895 (gate_lower_omp): Remove, forcing the pass manager to always run the
8896 pass and always set PROP_gimple_lomp.
8897 (pass_lower_omp): Remove gate function.
8898 * matrix-reorg.c (pass_ipa_matrix_reorg): Don't claim to provide
8899 PROP_trees. Instead, require it.
8900 * ipa-cp.c (pass_ipa_cp): Likewise.
8901 * ipa-inline.c (pass_early_inline): Don't claim to provide PROP_cfg.
8902 (pass_ipa_early_inline, pass_inline_parameters, pass_ipa_inline): Idem.
8903 * tree-profile.c (pass_tree_profile): Don't claim to provide PROP_cfg
8904 and PROP_gimple_leh.
8905
8906 2009-04-03 Richard Guenther <rguenther@suse.de>
8907
8908 PR middle-end/13146
8909 PR tree-optimization/23940
8910 PR tree-optimization/33237
8911 PR middle-end/33974
8912 PR middle-end/34093
8913 PR tree-optimization/36201
8914 PR tree-optimization/36230
8915 PR tree-optimization/38049
8916 PR tree-optimization/38207
8917 PR tree-optimization/38230
8918 PR tree-optimization/38301
8919 PR tree-optimization/38585
8920 PR middle-end/38895
8921 PR tree-optimization/38985
8922 PR tree-optimization/39299
8923 * tree-ssa-structalias.h: Remove.
8924 * tree-ssa-operands.h (NULL_USE_OPERAND_P): Make of type use_operand_p.
8925 (NULL_DEF_OPERAND_P): Make of type def_operand_p.
8926 (struct vuse_element_d): Remove.
8927 (struct vuse_vec_d): Likewise.
8928 (VUSE_VECT_NUM_ELEM, VUSE_VECT_ELEMENT_NC, VUSE_ELEMENT_PTR_NC,
8929 VUSE_ELEMENT_VAR_NC, VUSE_VECT_ELEMENT, VUSE_ELEMENT_PTR,
8930 SET_VUSE_VECT_ELEMENT, SET_VUSE_ELEMENT_VAR, SET_VUSE_ELEMENT_PTR,
8931 VUSE_ELEMENT_VAR): Likewise.
8932 (struct voptype_d): Likewise.
8933 (NUM_VOP_FREE_BUCKETS): Likewise.
8934 (struct ssa_operands): Remove vop_free_buckets and mpt_table fields.
8935 (struct stmt_operands_d): Remove.
8936 (VUSE_OP_PTR, VUSE_OP, SET_VUSE_OP, VUSE_NUM, VUSE_VECT,
8937 VDEF_RESULT_PTR, VDEF_RESULT, VDEF_OP_PTR, VDEF_OP, SET_VDEF_OP,
8938 VDEF_NUM, VDEF_VECT): Likewise.
8939 (copy_virtual_operands): Remove.
8940 (operand_build_cmp): Likewise.
8941 (create_ssa_artificial_load_stmt): Likewise.
8942 (enum ssa_op_iter_type): Remove ssa_op_iter_vdef.
8943 (struct ssa_operand_iterator_d): Remove vuses, vdefs, mayusesm
8944 vuse_index and mayuse_index members. Pack and move done and iter_type
8945 members to the front.
8946 (SSA_OP_VMAYUSE): Remove.
8947 (SSA_OP_VIRTUAL_USES): Adjust.
8948 (FOR_EACH_SSA_VDEF_OPERAND): Remove.
8949 (unlink_stmt_vdef): Declare.
8950 (add_to_addressable_set): Remove.
8951 * tree-vrp.c (stmt_interesting_for_vrp): Adjust.
8952 (vrp_visit_stmt): Likewise.
8953 * doc/tree-ssa.texi (Alias analysis): Update.
8954 * doc/invoke.texi (max-aliased-vops): Remove docs.
8955 (avg-aliased-vops): Likewise.
8956 * tree-into-ssa.c (syms_to_rename): Remove.
8957 (need_to_update_vops_p): Likewise.
8958 (need_to_initialize_update_ssa_p): Rename to ...
8959 (update_ssa_initialized_fn): ... this. Track function we are
8960 initialized for.
8961 (symbol_marked_for_renaming): Simplify.
8962 (add_new_name_mapping): Do not set need_to_update_vops_p.
8963 (dump_currdefs): Use SYMS_TO_RENAME.
8964 (rewrite_update_stmt): Always walk all uses/defs.
8965 (dump_update_ssa): Adjust.
8966 (init_update_ssa): Take function argument. Track what we are
8967 initialized for.
8968 (delete_update_ssa): Reset SYMS_TO_RENAME and update_ssa_initialized_fn.
8969 (create_new_def_for): Initialize for cfun, assert we are initialized
8970 for cfun.
8971 (mark_sym_for_renaming): Simplify.
8972 (mark_set_for_renaming): Do not initialize update-ssa.
8973 (need_ssa_update_p): Simplify. Take function argument.
8974 (name_mappings_registered_p): Assert we ask for the correct function.
8975 (name_registered_for_update_p): Likewise.
8976 (ssa_names_to_replace): Likewise.
8977 (release_ssa_name_after_update_ssa): Likewise.
8978 (update_ssa): Likewise. Use SYMS_TO_RENAME.
8979 (dump_decl_set): Do not print a newline.
8980 (debug_decl_set): Do it here.
8981 (dump_update_ssa): And here.
8982 * tree-ssa-loop-im.c (move_computations): Adjust.
8983 (movement_possibility): Likewise.
8984 (determine_max_movement): Likewise.
8985 (gather_mem_refs_stmt): Likewise.
8986 * tree-dump.c (dequeue_and_dump): Do not handle SYMBOL_MEMORY_TAG
8987 or NAME_MEMORY_TAG.
8988 * tree-complex.c (update_all_vops): Remove.
8989 (expand_complex_move): Adjust.
8990 * tree-ssa-loop-niter.c (chain_of_csts_start): Use NULL_TREE.
8991 Simplify test for memory referencing statement. Exclude
8992 non-invariant ADDR_EXPRs.
8993 * tree-pretty-print.c (dump_generic_node): Do not handle memory tags.
8994 * tree-loop-distribution.c (generate_memset_zero): Adjust.
8995 (rdg_flag_uses): Likewise.
8996 * tree-tailcall.c (suitable_for_tail_opt_p): Remove memory-tag
8997 related code.
8998 (tree_optimize_tail_calls_1): Also split the
8999 edge from the entry block if we have degenerate PHI nodes in
9000 the first basic block.
9001 * tree.c (init_ttree): Remove memory-tag related code.
9002 (tree_code_size): Likewise.
9003 (tree_node_structure): Likewise.
9004 (build7_stat): Re-write to be build6_stat.
9005 * tree.h (MTAG_P, TREE_MEMORY_TAG_CHECK, TMR_TAG): Remove.
9006 (SSA_VAR_P): Adjust.
9007 (struct tree_memory_tag): Remove.
9008 (struct tree_memory_partition_tag): Likewise.
9009 (union tree_node): Adjust.
9010 (build7): Re-write to be build6.
9011 * tree-pass.h (pass_reset_cc_flags): Remove.
9012 (TODO_update_address_taken): New flag.
9013 (pass_simple_dse): Remove.
9014 * ipa-cp.c (ipcp_update_callgraph): Update SSA form.
9015 * params.h (MAX_ALIASED_VOPS): Remove.
9016 (AVG_ALIASED_VOPS): Likewise.
9017 * omp-low.c (expand_omp_taskreg): Update SSA form.
9018 * tree-ssa-dse.c (dse_optimize_stmt): Properly query if the rhs
9019 aliases the lhs in a copy stmt.
9020 * tree-ssa-dse.c (struct address_walk_data): Remove.
9021 (memory_ssa_name_same): Likewise.
9022 (memory_address_same): Likewise.
9023 (get_kill_of_stmt_lhs): Likewise.
9024 (dse_possible_dead_store_p): Simplify, use the oracle. Handle
9025 unused stores. Look through PHI nodes into post-dominated regions.
9026 (dse_optimize_stmt): Simplify. Properly remove stores.
9027 (tree_ssa_dse): Compute dominators.
9028 (execute_simple_dse): Remove.
9029 (pass_simple_dse): Likewise.
9030 * ipa-reference.c (scan_stmt_for_static_refs): Open-code
9031 gimple_loaded_syms and gimple_stored_syms computation.
9032 * toplev.c (dump_memory_report): Dump alias and pta stats.
9033 * tree-ssa-sccvn.c (vn_reference_compute_hash): Simplify.
9034 (vn_reference_eq): Likewise.
9035 (vuses_to_vec, copy_vuses_from_stmt, vdefs_to_vec,
9036 copy_vdefs_from_stmt, shared_lookup_vops, shared_vuses_from_stmt,
9037 valueize_vuses): Remove.
9038 (get_def_ref_stmt_vuses): Simplify. Rename to ...
9039 (get_def_ref_stmt_vuse): ... this.
9040 (vn_reference_lookup_2): New function.
9041 (vn_reference_lookup_pieces): Use walk_non_aliased_vuses for
9042 walking equivalent vuses. Simplify.
9043 (vn_reference_lookup): Likewise.
9044 (vn_reference_insert): Likewise.
9045 (vn_reference_insert_pieces): Likewise.
9046 (visit_reference_op_call): Simplify.
9047 (visit_reference_op_load): Likewise.
9048 (visit_reference_op_store): Likewise.
9049 (init_scc_vn): Remove shared_lookup_vuses initialization.
9050 (free_scc_vn): Remove shared_lookup_vuses freeing.
9051 (sort_vuses, sort_vuses_heap): Remove.
9052 (get_ref_from_reference_ops): Export.
9053 * tree-ssa-sccvn.h (struct vn_reference_s): Replace vuses
9054 vector with single vuse pointer.
9055 (vn_reference_lookup_pieces, vn_reference_lookup,
9056 vn_reference_insert, vn_reference_insert_pieces): Adjust prototypes.
9057 (shared_vuses_from_stmt): Remove.
9058 (get_ref_from_reference_ops): Declare.
9059 * tree-ssa-loop-manip.c (slpeel_can_duplicate_loop_p): Adjust.
9060 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Remove
9061 memory-tag related code.
9062 * tree-ssa-ccp.c (get_symbol_constant_value): Remove memory-tag code.
9063 (likely_value): Add comment, skip static-chain of call statements.
9064 (surely_varying_stmt_p): Adjust.
9065 (gimplify_and_update_call_from_tree): Likewise.
9066 (execute_fold_all_builtins): Do not rebuild alias info.
9067 (gimplify_and_update_call_from_tree): Properly update VOPs.
9068 * tree-ssa-loop-ivopts.c (get_ref_tag): Remove.
9069 (copy_ref_info): Remove memory-tag related code.
9070 * tree-call-cdce.c (tree_call_cdce): Rename the VOP.
9071 * ipa-pure-const.c (check_decl): Remove memory-tag related code.
9072 (check_stmt): Open-code gimple_loaded_syms and gimple_stored_syms
9073 computation.
9074 * tree-ssa-dom.c (gimple_p): Remove typedef.
9075 (eliminate_redundant_computations): Adjust.
9076 (record_equivalences_from_stmt): Likewise.
9077 (avail_expr_hash): Likewise.
9078 (avail_expr_eq): Likewise.
9079 * tree-ssa-propagate.c (update_call_from_tree): Properly update VOPs.
9080 (stmt_makes_single_load): Likewise.
9081 (stmt_makes_single_store): Likewise.
9082 * tree-ssa-alias.c: Rewrite completely.
9083 (debug_memory_partitions, dump_mem_ref_stats, debug_mem_ref_stats,
9084 debug_mem_sym_stats, dump_mem_sym_stats_for_var,
9085 debug_all_mem_sym_stats, debug_mp_info, update_mem_sym_stats_from_stmt,
9086 delete_mem_ref_stats, create_tag_raw, dump_points_to_info,
9087 dump_may_aliases_for, debug_may_aliases_for, new_type_alias):
9088 Remove public functions.
9089 (pass_reset_cc_flags): Remove.
9090 (pass_build_alias): Move ...
9091 * tree-ssa-structalias.c (pass_build_alias): ... here.
9092 * tree-ssa-alias.c (may_be_aliased): Move ...
9093 * tree-flow-inline.h (may_be_aliased): ... here.
9094 tree-ssa-alias.c (struct count_ptr_d, count_ptr_derefs,
9095 count_uses_and_derefs): Move ...
9096 * gimple.c: ... here.
9097 * gimple.h (count_uses_and_derefs): Declare.
9098 * tree-ssa-alias.c (dump_alias_stats, ptr_deref_may_alias_global_p,
9099 ptr_deref_may_alias_decl_p, ptr_derefs_may_alias_p,
9100 same_type_for_tbaa, nonaliasing_component_refs_p, decl_refs_may_alias_p,
9101 indirect_ref_may_alias_decl_p, indirect_refs_may_alias_p,
9102 ref_maybe_used_by_call_p, ref_maybe_used_by_stmt_p,
9103 call_may_clobber_ref_p, stmt_may_clobber_ref_p, maybe_skip_until,
9104 get_continuation_for_phi, walk_non_aliased_vuses, walk_aliased_vdefs):
9105 New functions.
9106 * tree-dfa.c (refs_may_alias_p): Move ...
9107 * tree-ssa-alias.c (refs_may_alias_p): ... here. Extend.
9108 * tree-ssa-alias.h: New file.
9109 * tree-ssa-sink.c (is_hidden_global_store): Adjust.
9110 (statement_sink_location): Likewise.
9111 * opts.c (decode_options): Do not adjust max-aliased-vops or
9112 avg-aliased-vops values.
9113 * timevar.def (TV_TREE_MAY_ALIAS): Remove.
9114 (TV_CALL_CLOBBER): Likewise.
9115 (TV_FLOW_SENSITIVE): Likewise.
9116 (TV_FLOW_INSENSITIVE): Likewise.
9117 (TV_MEMORY_PARTITIONING): Likewise.
9118 (TV_ALIAS_STMT_WALK): New timevar.
9119 * tree-ssa-loop-ivcanon.c (empty_loop_p): Adjust.
9120 * tree-ssa-address.c (create_mem_ref_raw): Use build6.
9121 (get_address_description): Remove memory-tag related code.
9122 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Adjust.
9123 * treestruct.def (TS_MEMORY_TAG, TS_MEMORY_PARTITION_TAG): Remove.
9124 * tree-eh.c (cleanup_empty_eh): Do not leave stale SSA_NAMEs
9125 and immediate uses in statements. Document.
9126 * gimple-pretty-print.c (dump_gimple_mem_ops): Adjust.
9127 (dump_symbols): Remove.
9128 (dump_gimple_mem_ops): Do not dump loaded or stored syms.
9129 * alias.c (get_deref_alias_set): New function split out from ...
9130 (get_alias_set): ... here.
9131 * alias.h (get_deref_alias_set): Declare.
9132 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove unused
9133 type parameter. Remove restrict pointer handling. Create a
9134 ref-all pointer in case type-based alias sets do not conflict.
9135 (vect_analyze_data_refs): Remove SMT related code.
9136 * tree-vect-stmts.c (vectorizable_store): Re-instantiate TBAA assert.
9137 (vectorizable_load): Likewise.
9138 * tree-data-ref.h (struct dr_alias): Remove symbol_tag field.
9139 (DR_SYMBOL_TAG, DR_VOPS): Remove.
9140 * tree-data-ref.c (dr_may_alias_p): Use the alias-oracle.
9141 Ignore vops and SMTs.
9142 (dr_analyze_alias): Likewise..
9143 (free_data_ref): Likewise.
9144 (create_data_ref): Likewise.
9145 (analyze_all_data_dependences): Likewise.
9146 (get_references_in_stmt): Adjust.
9147 * tree-flow-inline.h (gimple_aliases_computed_p,
9148 gimple_addressable_vars, gimple_call_clobbered_vars,
9149 gimple_call_used_vars, gimple_global_var, may_aliases, memory_partition,
9150 factoring_name_p, mark_call_clobbered, clear_call_clobbered,
9151 compare_ssa_operands_equal, symbol_mem_tag, set_symbol_mem_tag,
9152 gimple_mem_ref_stats): Remove.
9153 (gimple_vop): New function.
9154 (op_iter_next_use): Remove vuses and mayuses cases.
9155 (op_iter_next_def): Remove vdefs case.
9156 (op_iter_next_tree): Remove vuses, mayuses and vdefs cases.
9157 (clear_and_done_ssa_iter): Do not set removed fields.
9158 (op_iter_init): Likewise. Skip vuse and/or vdef if requested.
9159 Assert we are not iterating over vuses or vdefs if not also
9160 iterating over uses or defs.
9161 (op_iter_init_use): Likewise.
9162 (op_iter_init_def): Likewise.
9163 (op_iter_next_vdef): Remove.
9164 (op_iter_next_mustdef): Likewise.
9165 (op_iter_init_vdef): Likewise.
9166 (compare_ssa_operands_equal): Likewise.
9167 (link_use_stmts_after): Handle vuse operand.
9168 (is_call_used): Use is_call_clobbered.
9169 (is_call_clobbered): Global variables are always call clobbered,
9170 query the call-clobbers bitmap.
9171 (mark_call_clobbered): Ignore global variables.
9172 (clear_call_clobbered): Likewise.
9173 * tree-ssa-coalesce.c (create_outofssa_var_map): Adjust
9174 virtual operands sanity check.
9175 * tree.def (NAME_MEMORY_TAG, SYMBOL_MEMORY_TAG, MEMORY_PARTITION_TAG):
9176 Remove.
9177 (TARGET_MEM_REF): Remove TMR_TAG operand.
9178 * tree-dfa.c (add_referenced_var): Initialize call-clobber state.
9179 Remove call-clobber related code.
9180 (remove_referenced_var): Likewise. Do not clear mpt or symbol_mem_tag.
9181 (dump_variable): Do not dump SMTs, memory stats, may-aliases or
9182 partitions or escape reason.
9183 (get_single_def_stmt, get_single_def_stmt_from_phi,
9184 get_single_def_stmt_with_phi): Remove.
9185 (dump_referenced_vars): Tidy.
9186 (get_ref_base_and_extent): Allow bare decls.
9187 (collect_dfa_stats): Adjust.
9188 * graphite.c (rename_variables_in_stmt): Adjust.
9189 (graphite_copy_stmts_from_block): Likewise.
9190 (translate_clast): Likewise.
9191 * tree-ssa-pre.c (struct bb_bitmap_sets): Add expr_dies bitmap.
9192 (EXPR_DIES): New.
9193 (translate_vuse_through_block): Use the oracle.
9194 (phi_translate_1): Adjust.
9195 (value_dies_in_block_x): Use the oracle. Cache the outcome
9196 in EXPR_DIES.
9197 (valid_in_sets): Check if the VUSE for
9198 a REFERENCE is available.
9199 (eliminate): Do not remove stmts during elimination,
9200 instead queue and remove them afterwards.
9201 (do_pre): Do not rebuild alias info.
9202 (pass_pre): Run TODO_rebuild_alias before PRE.
9203 * tree-ssa-live.c (remove_unused_locals): Remove memory-tag code.
9204 * tree-sra.c (sra_walk_function): Use gimple_references_memory_p.
9205 (mark_all_v_defs_stmt): Remove.
9206 (mark_all_v_defs_seq): Adjust.
9207 (sra_replace): Likewise.
9208 (scalarize_use): Likewise.
9209 (scalarize_copy): Likewise.
9210 (scalarize_init): Likewise.
9211 (scalarize_ldst): Likewise.
9212 (todoflags): Remove.
9213 (tree_sra): Do not rebuild alias info.
9214 (tree_sra_early): Adjust.
9215 (pass_sra): Run TODO_update_address_taken before SRA.
9216 * tree-predcom.c (set_alias_info): Remove.
9217 (prepare_initializers_chain): Do not call it.
9218 (mark_virtual_ops_for_renaming): Adjust.
9219 (mark_virtual_ops_for_renaming_list): Remove.
9220 (initialize_root_vars): Adjust.
9221 (initialize_root_vars_lm): Likewise.
9222 (prepare_initializers_chain): Likewise.
9223 * tree-ssa-copy.c (may_propagate_copy): Remove memory-tag related code.
9224 (may_propagate_copy_into_stmt): Likewise.
9225 (merge_alias_info): Do nothing for now.
9226 (propagate_tree_value_into_stmt): Adjust.
9227 (stmt_may_generate_copy): Likewise.
9228 * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): Do
9229 not mark symbols for renaming.
9230 (forward_propagate_addr_expr): Match up push/pop_stmt_changes
9231 with the same statement, make sure to update the new pointed-to one.
9232 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not copy
9233 call statements, do not mark symbols for renaming.
9234 (mark_operand_necessary): Dump something.
9235 (ref_may_be_aliased): New function.
9236 (mark_aliased_reaching_defs_necessary_1): New helper function.
9237 (mark_aliased_reaching_defs_necessary): Likewise.
9238 (mark_all_reaching_defs_necessary_1): Likewise.
9239 (mark_all_reaching_defs_necessary): Likewise.
9240 (propagate_necessity): Do not process virtual PHIs. For
9241 non-aliased loads mark all reaching definitions as necessary.
9242 For aliased loads and stores mark the immediate dominating
9243 aliased clobbers as necessary.
9244 (visited): New global static.
9245 (perform_tree_ssa_dce): Free visited bitmap after propagating
9246 necessity.
9247 (remove_dead_phis): Perform simple dead virtual PHI removal.
9248 (remove_dead_stmt): Properly unlink virtual operands when
9249 removing stores.
9250 (eliminate_unnecessary_stmts): Schedule PHI removal after
9251 stmt removal.
9252 * tree-ssa-ter.c (is_replaceable_p): Adjust.
9253 (process_replaceable): Likewise.
9254 (find_replaceable_in_bb): Likewise.
9255 * tree-ssa.c (verify_ssa_name): Verify all VOPs are
9256 based on the single gimple vop.
9257 (verify_flow_insensitive_alias_info): Remove.
9258 (verify_flow_sensitive_alias_info): Likewise.
9259 (verify_call_clobbering): Likewise.
9260 (verify_memory_partitions): Likewise.
9261 (verify_alias_info): Likewise.
9262 (verify_ssa): Adjust..
9263 (execute_update_addresses_taken): Export. Update SSA
9264 manually. Optimize only when optimizing. Use a local bitmap.
9265 (pass_update_address_taken): Remove TODO_update_ssa, add
9266 TODO_dump_func.
9267 (pass_update_address_taken): Just use TODO_update_address_taken.
9268 (init_tree_ssa): Do not initialize addressable_vars.
9269 (verify_ssa): Verify new VUSE / VDEF properties.
9270 Verify that all stmts definitions have the stmt as SSA_NAME_DEF_STMT.
9271 Do not call verify_alias_info.
9272 (delete_tree_ssa): Clear the VUSE, VDEF operands.
9273 Do not free the loaded and stored syms bitmaps. Reset the escaped
9274 and callused solutions. Do not free addressable_vars.
9275 Remove memory-tag related code.
9276 (warn_uninitialized_var): Aliases are always available.
9277 * tree-ssa-loop-prefetch.c (gather_memory_references): Adjust.
9278 * lambda-code.c (can_put_in_inner_loop): Adjust.
9279 (can_put_after_inner_loop): Likewise.
9280 (perfect_nestify): Likewise.
9281 * tree-vect-stmts.c (vect_stmt_relevant_p): Adjust.
9282 (vect_gen_widened_results_half): Remove CALL_EXPR handling.
9283 (vectorizable_conversion): Do not mark symbols for renaming.
9284 * tree-inline.c (remap_gimple_stmt): Clear VUSE/VDEF.
9285 (expand_call_inline): Unlink the calls virtual operands before
9286 replacing it.
9287 (tree_function_versioning): Do not call update_ssa if we are not
9288 updating clones. Simplify.
9289 * tree-ssa-phiprop.c (phivn_valid_p): Adjust.
9290 (propagate_with_phi): Likewise..
9291 * tree-outof-ssa.c (create_temp): Remove memory tag and call
9292 clobber code. Assert we are not aliased or global.
9293 * tree-flow.h: Include tree-ssa-alias.h
9294 (enum escape_type): Remove.
9295 (struct mem_sym_stats_d): Likewise.
9296 (struct mem_ref_stats_d): Likewise.
9297 (struct gimple_df): Add vop member. Remove global_var,
9298 call_clobbered_vars, call_used_vars, addressable_vars,
9299 aliases_compted_p and mem_ref_stats members. Add syms_to_rename,
9300 escaped and callused members.
9301 (struct ptr_info_def): Remove all members, add points-to solution
9302 member pt.
9303 (struct var_ann_d): Remove in_vuse_list, in_vdef_list,
9304 call_clobbered, escape_mask, mpt and symbol_mem_tag members.
9305 * Makefile.in (TREE_FLOW_H): Add tree-ssa-alias.h.
9306 (tree-ssa-structalias.o): Remove tree-ssa-structalias.h.
9307 (tree-ssa-alias.o): Likewise.
9308 (toplev.o): Add tree-ssa-alias.h
9309 (GTFILES): Remove tree-ssa-structalias.h, add tree-ssa-alias.h.
9310 * gimple.c (gimple_set_bb): Fix off-by-one error.
9311 (is_gimple_reg): Do not handle memory tags.
9312 (gimple_copy): Also copy virtual operands.
9313 Delay updating the statement. Do not reset loaded and stored syms.
9314 (gimple_set_stored_syms): Remove.
9315 (gimple_set_loaded_syms): Likewise.
9316 (gimple_call_copy_skip_args): Copy the virtual operands
9317 and mark the new statement modified.
9318 * tree-ssa-structalias.c (may_alias_p): Remove.
9319 (set_uids_in_ptset): Take the alias set to prune with as
9320 parameter. Fold in the alias test of may_alias_p.
9321 (compute_points_to_sets): Compute whether a ptr is dereferenced
9322 in a local sbitmap.
9323 (process_constraint): Deal with &ANYTHING on the lhs, reject all
9324 other ADDRESSOF constraints on the lhs.
9325 (get_constraint_for_component_ref): Assert that we don't get
9326 ADDRESSOF constraints from the base of the reference.
9327 Properly generate UNKNOWN_OFFSET for DEREF if needed.
9328 (struct variable_info): Remove collapsed_to member.
9329 (get_varinfo_fc): Remove.
9330 (new_var_info): Do not set collapsed_to.
9331 (dump_constraint): Do not follow cycles.
9332 (dump_constraint_graph): Likewise.
9333 (build_pred_graph): Likewise.
9334 (build_succ_graph): Likewise.
9335 (rewrite_constraints): Likewise.
9336 (do_simple_structure_copy): Remove.
9337 (do_rhs_deref_structure_copy): Remove.
9338 (do_lhs_deref_structure_copy): Remove.
9339 (collapse_rest_of_var): Remove.
9340 (do_structure_copy): Re-implement.
9341 (pta_stats): New global variable.
9342 (dump_pta_stats): New function.
9343 (struct constraint_expr): Make offset signed.
9344 (UNKNOWN_OFFSET): Define special value.
9345 (dump_constraint): Dump UNKNOWN_OFFSET as UNKNOWN.
9346 (solution_set_expand): New helper function split out from ...
9347 (do_sd_constraint): ... here.
9348 (solution_set_add): Handle UNKNOWN_OFFSET. Handle negative offsets.
9349 (do_ds_constraint): Likewise.
9350 (do_sd_constraint): Likewise. Do not special-case ESCAPED = *ESCAPED
9351 and CALLUSED = *CALLUSED.
9352 (set_union_with_increment): Make inc argument signed.
9353 (type_safe): Remove.
9354 (get_constraint_for_ptr_offset): Handle unknown and negative
9355 constant offsets.
9356 (first_vi_for_offset): Handle offsets before start. Bail
9357 out early for offsets beyond the variable extent.
9358 (first_or_preceding_vi_for_offset): New function.
9359 (init_base_vars): Add ESCAPED = ESCAPED + UNKNOWN_OFFSET constraint.
9360 Together with ESCAPED = *ESCAPED this properly computes reachability.
9361 (find_what_var_points_to): New function.
9362 (find_what_p_points_to): Implement in terms of find_what_var_points_to.
9363 (pt_solution_reset, pt_solution_empty_p, pt_solution_includes_global,
9364 pt_solution_includes_1, pt_solution_includes, pt_solutions_intersect_1,
9365 pt_solutions_intersect): New functions.
9366 (compute_call_used_vars): Remove.
9367 (compute_may_aliases): New main entry into PTA computation.
9368 * gimple.h (gimple_p): New typedef.
9369 (struct gimple_statement_base): Remove references_memory_p.
9370 (struct gimple_statement_with_memory_ops_base): Remove
9371 vdef_ops, vuse_ops, stores and loads members. Add vdef and vuse
9372 members.
9373 (gimple_vuse_ops, gimple_set_vuse_ops, gimple_vdef_ops,
9374 gimple_set_vdef_ops, gimple_loaded_syms, gimple_stored_syms,
9375 gimple_set_references_memory): Remove.
9376 (gimple_vuse_op, gimple_vdef_op, gimple_vuse, gimple_vdef,
9377 gimple_vuse_ptr, gimple_vdef_ptri, gimple_set_vuse, gimple_set_vdef):
9378 New functions.
9379 * tree-cfg.c (move_block_to_fn): Fix off-by-one error.
9380 (verify_expr): Allow RESULT_DECL.
9381 (gimple_duplicate_bb): Do not copy virtual operands.
9382 (gimple_duplicate_sese_region): Adjust.
9383 (gimple_duplicate_sese_tail): Likewise.
9384 (mark_virtual_ops_in_region): Remove.
9385 (move_sese_region_to_fn): Do not call it.
9386 * passes.c (init_optimization_passes): Remove pass_reset_cc_flags
9387 and pass_simple_dse.
9388 (execute_function_todo): Handle TODO_update_address_taken,
9389 call execute_update_addresses_taken for TODO_rebuild_alias.
9390 (execute_todo): Adjust.
9391 (execute_one_pass): Init dump files early.
9392 * ipa-struct-reorg.c (finalize_var_creation): Do not mark vars
9393 call-clobbered.
9394 (create_general_new_stmt): Clear vops.
9395 * tree-ssa-reassoc.c (get_rank): Adjust.
9396 * tree-vect-slp.c (vect_create_mask_and_perm): Do not mark
9397 symbols for renaming.
9398 * params.def (PARAM_MAX_ALIASED_VOPS): Remove.
9399 (PARAM_AVG_ALIASED_VOPS): Likewise.
9400 * tree-ssanames.c (init_ssanames): Allocate SYMS_TO_RENAME.
9401 (duplicate_ssa_name_ptr_info): No need to copy the shared bitmaps.
9402 * tree-ssa-operands.c: Simplify for new virtual operand representation.
9403 (operand_build_cmp, copy_virtual_operands,
9404 create_ssa_artificial_load_stmt, add_to_addressable_set,
9405 gimple_add_to_addresses_taken): Remove public functions.
9406 (unlink_stmt_vdef): New function.
9407
9408 2009-04-03 Alan Modra <amodra@bigpond.net.au>
9409
9410 * config.gcc (powerpc-*-linux*): Merge variants.
9411
9412 2009-04-02 Chao-ying Fu <fu@mips.com>
9413 James Grosbach <james.grosbach@microchip.com>
9414
9415 * config/mips/mips.c (mips_frame_info): Add acc_mask, num_acc,
9416 num_cop0_regs, acc_save_offset, cop0_save_offset, acc_sp_offset,
9417 cop0_sp_offset.
9418 (machine_function): Add interrupt_handler_p, use_shadow_register_set_p,
9419 keep_interrupts_masked_p, use_debug_exception_return_p.
9420 (mips_attribute_table): Add interrupt, use_shadow_register_set,
9421 keep_interrupts_masked, use_debug_exception_return.
9422 (mips_interrupt_type_p, mips_use_shadow_register_set_p,
9423 mips_keep_interrupts_masked_p, mips_use_debug_exception_return_p):
9424 New functions.
9425 (mips_function_ok_for_sibcall): Return false for interrupt handlers.
9426 (mips_print_operand): Process COP0 registers to print $0 .. $31
9427 correctly for GAS to process.
9428 (mips_interrupt_extra_call_saved_reg_p): New function.
9429 (mips_cfun_call_saved_reg_p): For interrupt handlers, we need to check
9430 extra registers.
9431 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
9432 (mips_compute_frame_info): Add supports for interrupt context that
9433 includes doubleword accumulators and COP0 registers.
9434 (mips_for_each_saved_acc): New function.
9435 (mips_for_each_saved_gpr_and_fpr): Change the function name from
9436 mips_for_each_saved_reg.
9437 (mips_save_reg): Save accumulators.
9438 (mips_kernel_reg_p): A new for_each_rtx callback.
9439 (mips_expand_prologue): Support interrupt handlers.
9440 (mips_restore_reg): Restore accumulators.
9441 (mips_expand_epilogue): Support interrupt handlers.
9442 (mips_can_use_return_insn): Return false for interrupt handlers.
9443 (mips_epilogue_uses): New function.
9444 * config/mips/mips.md (UNSPEC_ERET, UNSPEC_DERET, UNSPEC_DI,
9445 UNSPEC_EHB, UNSPEC_RDPGPR, UNSPEC_COP0): New UNSPEC.
9446 (mips_eret, mips_deret, mips_di, mips_ehb, mips_rdpgpr,
9447 cop0_move): New instructions.
9448 * config/mips/mips-protos.h (mips_epilogue_uses): Declare.
9449 * config/mips/mips.h (K0_REG_NUM, K1_REG_NUM, KERNEL_REG_P): New
9450 defines.
9451 (COP0_STATUS_REG_NUM, COP0_CAUSE_REG_NUM, COP0_EPC_REG_NUM):
9452 New defines.
9453 (CAUSE_IPL, SR_IPL, SR_EXL, SR_IE): New defines.
9454 (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): For
9455 interrupt handlers, we use K0 as the temporary register.
9456 (EPILOGUE_USES): Change to a function call.
9457 * config/mips/sde.h (MIPS_EPILOGUE_TEMP_REGNUM): For interrupt
9458 handlers, we use K0 as the temporary register.
9459
9460 * doc/extend.texi (Function Attributes): Document interrupt,
9461 use_shadow_register_set, keep_interrupts_masked,
9462 use_debug_exception_return for MIPS attributes.
9463
9464 2009-04-03 Alan Modra <amodra@bigpond.net.au>
9465
9466 * config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file.
9467 Remove a number of t-files from tmake_file.
9468 * config/rs6000/sysv4.opt (mprototype): Name variable target_prototype.
9469 * config/rs6000/sysv4.h (TARGET_PROTOTYPE): Define.
9470 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
9471 target_prototype, not TARGET_PROTOTYPE.
9472 (LINK_OS_GNU_SPEC): Define.
9473 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Delete tramp.S
9474 and darwin-ldoubdle.c.
9475
9476 2009-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
9477
9478 PR driver/39293
9479 * gcc.c (save_temps_flag): Add support for -save-temps=obj.
9480 (cpp_options): Ditto.
9481 (default_compilers): Ditto.
9482 (display_help): Ditto.
9483 (process_command): Ditto.
9484 (do_spec_1): Ditto.
9485 (set_input): Use lbasename instead of duplicate code.
9486 (save_temps_prefix): New static for -save-temps=obj.
9487 (save_temps_length): Ditto.
9488
9489 * doc/invoke.texi (-save-temps=obj): Document new variant to
9490 -save-temps switch.
9491
9492 2009-04-02 Jeff Law <law@redhat.com>
9493
9494 * reload1.c (fixup_eh_region_notes): Remove write-only "trap_count"
9495 variable.
9496
9497 2009-04-02 H.J. Lu <hongjiu.lu@intel.com>
9498
9499 * configure.ac: Support -Bstatic/-Bdynamic for linker version > 2.
9500 * configure: Regenerated.
9501
9502 2009-04-02 Rafael Avila de Espindola <espindola@google.com>
9503
9504 * c-decl.c (merge_decls): Make sure newdecl and olddecl don't
9505 share the argument list.
9506
9507 2009-04-02 Rafael Avila de Espindola <espindola@google.com>
9508
9509 Merge
9510
9511 2009-02-12 Diego Novillo <dnovillo@google.com>
9512
9513 * varpool.c (debug_varpool): New.
9514 * cgraph.h (debug_varpool): Declare.
9515
9516 2009-04-02 Jan Hubicka <jh@suse.cz>
9517
9518 * passes.c (init_optimization_passes): Remove two copies of ehcleanup
9519 pass.
9520
9521 2009-04-02 H.J. Lu <hongjiu.lu@intel.com>
9522
9523 * config/i386/i386.c (ix86_abi): Move initialization to ...
9524 (override_options): Here.
9525
9526 2009-04-02 Christian Bruel <christian.bruel@st.com>
9527
9528 * config/sh/sh.c (sh_dwarf_register_span): New function.
9529 (TARGET_DWARF_REGISTER_SPAN): Define.
9530 * config/sh/sh-protos.h (sh_dwarf_register_span): Declare.
9531
9532 2009-04-02 Ira Rosen <irar@il.ibm.com>
9533
9534 PR tree-optimization/39595
9535 * tree-vect-slp.c (vect_build_slp_tree): Check that the size of
9536 interleaved loads group is not greater than the SLP group size.
9537
9538 2009-04-02 Rafael Avila de Espindola <espindola@google.com>
9539
9540 * builtins.c (is_builtin_name): New.
9541 (called_as_built_in): Use is_builtin_name.
9542 * tree.h (is_builtin_name): New.
9543 * varasm.c (incorporeal_function_p): Use is_builtin_name
9544
9545 2009-04-02 Andrew Stubbs <ams@codesourcery.com>
9546
9547 * config/sh/linux-unwind.h: Disable when inhibit_libc is defined.
9548
9549 2009-04-02 Dodji Seketeli <dodji@redhat.com>
9550
9551 PR c++/26693
9552 * c-decl.c (clone_underlying_type): Move this ...
9553 * c-common.c (set_underlying_type): ... here.
9554 Also, make sure the function properly sets TYPE_STUB_DECL() on
9555 the newly created typedef variant type.
9556 * c-common.h (is_typedef_decl, set_underlying_type): Declare ...
9557 * c-common.c (is_typedef_decl, set_underlying_type): ... new entry
9558 points.
9559
9560 2009-04-02 Richard Guenther <rguenther@suse.de>
9561
9562 PR tree-optimization/37221
9563 * tree-flow.h (degenerate_phi_result): Declare.
9564 * tree-ssa-dom.c (degenerate_phi_result): Export.
9565 * tree-scalar-evolution.c (analyze_initial_condition): If
9566 the initial condition is defined by a degenerate PHI node
9567 use the degenerate value.
9568
9569 2009-04-01 Eric Botcazou <ebotcazou@adacore.com>
9570
9571 PR rtl-optimization/39588
9572 * combine.c (merge_outer_ops): Do not set the constant when this
9573 is not necessary.
9574 (simplify_shift_const_1): Do not modify it either in this case.
9575
9576 2009-04-01 Steven Bosscher <steven@gcc.gnu.org>
9577
9578 * config/ia64/ia64.c (ia64_handle_option): Inform user that Itanium1
9579 tuning is deprecated if -mtune value is set to an Itanium1 variant.
9580
9581 2009-04-01 Janis Johnson <janis187@us.ibm.com>
9582
9583 PR c/29027
9584 * c-lex.c (interpret_float): Default (no suffix) is double.
9585
9586 2009-04-1 Xinliang David Li <davidxl@google.com>
9587
9588 * config/i386/i386.c (legitimate_constant_p): Recognize
9589 all one vector constant.
9590
9591 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9592
9593 * config/vax/vax.c: Add #includes to silence warnings.
9594 Change #include order to silence two warnings.
9595
9596 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9597
9598 * config/vax/linux.h (TARGET_DEFAULT): Add the MASK_QMATH flag bit.
9599 (ASM_SPEC): Pass -k to the assembler for PIC code.
9600
9601 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9602
9603 * config.gcc: Add vax-*-linux* to the switch.
9604 * config/vax/linux.h: New file. (TARGET_VERSION,
9605 TARGET_OS_CPP_BUILTINS, TARGET_DEFAULT, CPP_SPEC, LINK_SPEC): Define.
9606
9607 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9608
9609 * config/vax/vax.c (vax_output_int_move, adjacent_operands_p):
9610 Use predicate macros instead of GET_CODE() == foo.
9611 * config/vax/vax.md (movsi_2, movstrictqi, and<mode>3, ashrsi3,
9612 ashlsi3, rotrsi3, <unnamed>): Likewise.
9613
9614 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9615
9616 * config/vax/builtins.md (jbbssiqi, jbbssihi, jbbssisi, jbbcciqi,
9617 jbbccihi, jbbccisi): Remova trailing whitespace.
9618 * config/vax/constraints.md: Likewise.
9619 * config/vax/elf.h: (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
9620 * config/vax/openbsd1.h (OBSD_OLD_GAS): Likewise.
9621 * config/vax/predicates.md: Likewise.
9622 * config/vax/vax.c (print_operand_address, vax_output_int_move,
9623 vax_expand_addsub_di_operands, adjacent_operands_p): Likewise.
9624 * config/vax/vax.h: Likewise.
9625 * config/vax/vax.md (nonlocal_goto): Likewise.
9626
9627 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9628
9629 * config/vax/vax.c (vax_float_literal, vax_output_int_move)
9630 (indirectable_address_p, adjacent_operands_p): Add spaces around
9631 braces.
9632 * config/vax/vax-protos.h (adjacent_operands_p): Likewise.
9633
9634 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9635
9636 * config/vax/vax.c (legitimate_constant_address_p,
9637 legitimate_constant_p, indirectable_address_p, nonindexed_address_p,
9638 index_term_p, reg_plus_index_p, legitimate_address_p,
9639 vax_mode_dependent_address_p): Update comments to match functions
9640 modified by the recent int->bool conversion.
9641
9642 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9643
9644 * config/vax/builtins.md: Update copyright message.
9645 * config/vax/constraints.md: Likewise.
9646 * config/vax/netbsd-elf.h: Likewise.
9647 * config/vax/predicates.md: Likewise.
9648 * config/vax/vax-protos.h: Likewise.
9649 * config/vax/vax.c: Likewise.
9650 * config/vax/vax.h: Likewise.
9651 * config/vax/vax.md: Likewise.
9652 * config/vax/vax.opt: Likewise.
9653
9654 2009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
9655
9656 * config/vax/builtins.md (ffssi2, ffssi2_internal,
9657 sync_lock_test_and_set<mode>, sync_lock_release<mode>): Fix indention.
9658 * config/vax/constraints.md (B, R): Likewise.
9659 * config/vax/predicates.md (external_memory_operand,
9660 nonimmediate_addsub_di_operand): Likewise.
9661 * config/vax/vax.c (vax_output_int_add): Likewise.
9662 * config/vax/vax.md (movsi, movsi_2, mov<mode>, call_value,
9663 untyped_call): Likewise.
9664
9665 2009-04-01 Matt Thomas <matt@3am-software.com>
9666
9667 * config/vax/predicates.md: New file.
9668 (symbolic_operand, local_symbolic_operand, external_symbolic_operand,
9669 external_const_operand, nonsymbolic_operand, external_memory_operand,
9670 indirect_memory_operand, indexed_memory_operand,
9671 illegal_blk_memory_operand, illegal_addsub_di_memory_operand,
9672 nonimmediate_addsub_di_operand, general_addsub_di_operand): New
9673 predicate.
9674 * config/vax/constraints.md: New file.
9675 (Z0, U06, U08, U16, CN6, S08, S16, I, J, K, L, M, N, O, G, Q, B, R, T):
9676 New constraint.
9677 * config/vax/builtins.md: New file.
9678 (ffssi2, ffssi2_internal, sync_lock_test_and_set<mode>, jbbssiqi,
9679 jbbssihi, jbbssisi, sync_lock_release<mode>, jbbcciqi, jbbccihi,
9680 jbbccisi): Define.
9681 * config/vax/vax.opt (mqmath): Add option.
9682 * config/vax/vax.md (isfx): Extend with DI.
9683 (VAXintQH, VAXintQHSD): Define.
9684 (tst<mode>, cmp<mode>, *bit<mode>, movmemhi1, truncsiqi2, truncsihi2,
9685 mulsidi3, add<mode>3, sub<mode>, mul<mode>3, div<mode>3, and<mode>,
9686 and<mode>_const_int, ior<mode>3, xor<mode>3, neg<mode>2,
9687 one_cmpl<mode>2, ashlsi3, lshrsi3, rotlsi3): Update constraints.
9688 (movdi): Update constraints and use vax_output_int_move().
9689 (movsi, movsi_2, pushlclsymreg, pushextsymreg, movlclsymreg,
9690 movextsymreg, adddi3, adcdi3, subdi3, sbcdi3, pushextsym, movextsym,
9691 pushlclsym, movlclsym, movaddr<mode>, pushaddr<mode>,
9692 nonlocal_goto): New.
9693 (mov<mode>): Extend accepted operand types.
9694 (subdi3_old): Rename from subdi3, change update constraints and use
9695 a new implementation.
9696 * config/vax/vax.h (PCC_BITFIELD_TYPE_MATTERS): Add space.
9697 (FRAME_POINTER_CFA_OFFSET, IRA_COVER_CLASSES, CLASS_MAX_NREGS,
9698 MOVE_RATIO, CLEAR_RATIO): Define.
9699 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P,
9700 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
9701 (PRINT_OPERAND): Redefine using a function instead of inlined code.
9702 * config/vax/vax.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
9703 (split_quadword_operands): Make static and really allow variable
9704 splitting.
9705 (print_operand_address): Update for PIC generation.
9706 (print_operand, vax_builtin_setjmp_frame_value, vax_output_int_subtract,
9707 indexable_address_p, fixup_mathdi_operand,
9708 vax_expand_addsub_di_operands, adjacent_operands_p): New.
9709 (vax_float_literal, legitimate_constant_p,
9710 indirectable_constant_address_p, index_term_p,
9711 reg_plus_index_p): Return bool instead of int.
9712 (vax_rtx_costs): Fix cost for CONST_INT, indent and use HOST_WIDE_INT
9713 where needed.
9714 (vax_output_int_move, vax_output_int_add): Extend to allow PIC
9715 generation.
9716 (vax_output_conditional_branch): Indent.
9717 (legitimate_constant_address_p, indirectable_constant_address_p,
9718 indirectable_address_p, nonindexed_address_p, legitimate_address_p,
9719 vax_mode_dependent_address_p): Return bool instead of int, update for
9720 PIC generation.
9721 * config/vax/vax-protos.h (legitimate_constant_address_p,
9722 legitimate_constant_p, legitimate_address_p,
9723 vax_mode_dependent_address_p): Change declaration to bool.
9724 (legitimate_pic_operand_p, adjacent_operands_p, print_operand,
9725 vax_expand_addsub_di_operands, vax_output_int_subtract,
9726 vax_output_movmemsi): Declare.
9727 (split_quadword_operands, vax_float_literal): Delete declaration.
9728 * config/vax/netbsd-elf.h (CC1_SPEC, CC1PLUS_SPEC) Define.
9729 * config/vax/elf.h (NO_EXTERNAL_INDIRECT_ADDRESS,
9730 VAX_CC1_AND_CC1PLUS_SPEC, ASM_PREFERRED_EH_DATA_FORMAT,
9731 ASM_OUTPUT_DWARF_PCREL): Define.
9732 (ASM_SPEC): Change definition to allow PIC generation.
9733
9734 2009-04-01 Steve Ellcey <sje@cup.hp.com>
9735
9736 * doc/sourcebuild.texi: Update front-end requirements.
9737
9738 2009-04-01 Jakub Jelinek <jakub@redhat.com>
9739
9740 PR target/39226
9741 * config/rs6000/rs6000.md (andsi3_internal5_nomc,
9742 anddi3_internal2_nomc, anddi3_internal3_nomc): Removed.
9743 (booldi3_internal3): Use boolean_or_operator instead of
9744 boolean_operator.
9745
9746 2009-04-01 Joseph Myers <joseph@codesourcery.com>
9747
9748 PR c/39605
9749 * c-decl.c (grokdeclarator): Pedwarn for file-scope array
9750 declarator whose size is not an integer constant expression but
9751 folds to an integer constant, then treat it as a constant
9752 subsequently.
9753
9754 2009-04-01 Richard Guenther <rguenther@suse.de>
9755
9756 * fold-const.c (fold_plusminus_mult_expr): Do not fold
9757 i * 4 + 2 to (i * 2 + 1) * 2.
9758
9759 2009-04-01 Jakub Jelinek <jakub@redhat.com>
9760
9761 PR c/37772
9762 * c-parser.c (c_parser_asm_statement): Skip until close paren and
9763 return if c_parser_asm_string_literal returned NULL.
9764
9765 2009-04-01 Nick Clifton <nickc@redhat.com>
9766
9767 * config/m32c/m32c.h (LIBGCC2_UNITS_PER_WORD): Define if not
9768 already defined.
9769 * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Add m32c-lib2-trapv.c.
9770 * config/m32c/m32c-lib2.c: Remove unused typedefs. Rename the
9771 other typedefs to avoid conflicts with libgcc2.c. Define labels
9772 to gain 16-bit bit-manipulation functions from libgcc2.c and then
9773 include it.
9774 * config/m32c/m32c-lib2-trapv.c: New file. Define labels
9775 to gain 16-bit trapping arithmetic functions from libgcc2.c and
9776 then include it.
9777
9778 2009-04-01 Rafael Avila de Espindola <espindola@google.com>
9779
9780 * varasm.c (default_function_rodata_section): Declare DOT as
9781 const char*.
9782
9783 2009-04-01 Kai Tietz <kai.tietz@onevision.com>
9784 Andrey Galkin <agalkin@hypercom.com>
9785
9786 PR/39492
9787 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address):
9788 Make object_name unique for each process.
9789
9790 2009-04-01 Jakub Jelinek <jakub@redhat.com>
9791
9792 PR other/39591
9793 * omp-low.c (remove_exit_barrier): Don't optimize if there are any
9794 addressable variables in the parallel that could go out of scope while
9795 running queued tasks.
9796
9797 2009-04-01 Anatoly Sokolov <aesok@post.ru>
9798
9799 * config/avr/avr.h (avr_case_values_threshold): Remove declaration.
9800 (CASE_VALUES_THRESHOLD): Redefine.
9801 * config/avr/avr.c (avr_override_options): Remove initialization of
9802 avr_case_values_threshold variable.
9803 (avr_case_values_threshold): Remove variable. Add new function.
9804 * config/avr/avr-protos.h (avr_case_values_threshold): Declare.
9805 * config/avr/avr.opt (mno-tablejump): Remove option.
9806 * doc/invoke.texi (AVR Options): Remove -mno-tablejump.
9807
9808 2009-04-01 DJ Delorie <dj@redhat.com>
9809
9810 * varasm.c (default_function_rodata_section): Don't assume
9811 anything about where the first '.' in the section name is.
9812
9813 2009-04-01 Alan Modra <amodra@bigpond.net.au>
9814
9815 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete redundant
9816 rs6000_emit_stack_tie.
9817
9818 2009-03-31 Ian Lance Taylor <iant@google.com>
9819
9820 * tree-eh.c (tree_remove_unreachable_handlers): Compare
9821 gimple_code with GIMPLE_RESX, not RESX.
9822
9823 2009-03-31 Joseph Myers <joseph@codesourcery.com>
9824
9825 * c-common.c (c_get_ident): New.
9826 (c_common_nodes_and_builtins): Call it for type names that may be NULL.
9827
9828 2009-04-01 Ben Elliston <bje@au.ibm.com>
9829
9830 * config/rs6000/sysv4.opt (msdata): Improve option description.
9831
9832 2009-03-31 Steve Ellcey <sje@cup.hp.com>
9833
9834 * config/ia64/ia64.md (divsf3_internal_lat): Remove.
9835 (divdf3_internal_lat): Remove.
9836 (divxf3_internal_lat): Remove.
9837 (divxf3_internal_thr): Remove.
9838 (divxf): Use divxf3_internal.
9839 * config/ia64/div.md (divsf3_internal_lat): New.
9840 (divdf3_internal_lat): New.
9841 (divxf3_internal): New.
9842
9843 2009-03-31 Joseph Myers <joseph@codesourcery.com>
9844
9845 PR c/448
9846 * Makefile.in (USE_GCC_STDINT): Define.
9847 (stmp-int-hdrs): Install stdint.h if applicable.
9848 * c-common.c (CHAR16_TYPE): Define in terms of UINT_LEAST16_TYPE
9849 if known.
9850 (CHAR32_TYPE): Define in terms of UINT_LEAST32_TYPE if known.
9851 (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE, INT64_TYPE,
9852 UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
9853 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
9854 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
9855 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
9856 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
9857 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
9858 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
9859 (c_common_nodes_and_builtins): Initialize
9860 underlying_wchar_type_node. Do not initialize
9861 signed_wchar_type_node or unsigned_wchar_type_node. Initialize
9862 nodes for new types.
9863 (c_stddef_cpp_builtins): Define macros for new types.
9864 * c-common.h (CTI_SIGNED_WCHAR_TYPE, CTI_UNSIGNED_WCHAR_TYPE):
9865 Remove.
9866 (CTI_UNDERLYING_WCHAR_TYPE, CTI_SIG_ATOMIC_TYPE, CTI_INT8_TYPE,
9867 CTI_INT16_TYPE, CTI_INT32_TYPE, CTI_INT64_TYPE, CTI_UINT8_TYPE,
9868 CTI_UINT16_TYPE, CTI_UINT32_TYPE, CTI_UINT64_TYPE,
9869 CTI_INT_LEAST8_TYPE, CTI_INT_LEAST16_TYPE, CTI_INT_LEAST32_TYPE,
9870 CTI_INT_LEAST64_TYPE, CTI_UINT_LEAST8_TYPE, CTI_UINT_LEAST16_TYPE,
9871 CTI_UINT_LEAST32_TYPE, CTI_UINT_LEAST64_TYPE, CTI_INT_FAST8_TYPE,
9872 CTI_INT_FAST16_TYPE, CTI_INT_FAST32_TYPE, CTI_INT_FAST64_TYPE,
9873 CTI_UINT_FAST8_TYPE, CTI_UINT_FAST16_TYPE, CTI_UINT_FAST32_TYPE,
9874 CTI_UINT_FAST64_TYPE, CTI_INTPTR_TYPE, CTI_UINTPTR_TYPE): Define.
9875 (signed_wchar_type_node, unsigned_wchar_type_node): Remove.
9876 (underlying_wchar_type_node, sig_atomic_type_node, int8_type_node,
9877 int16_type_node, int32_type_node, int64_type_node,
9878 uint8_type_node, uint16_type_node, c_uint32_type_node,
9879 c_uint64_type_node, int_least8_type_node, int_least16_type_node,
9880 int_least32_type_node, int_least64_type_node,
9881 uint_least8_type_node, uint_least16_type_node,
9882 uint_least32_type_node, uint_least64_type_node,
9883 int_fast8_type_node, int_fast16_type_node, int_fast32_type_node,
9884 int_fast64_type_node, uint_fast8_type_node, uint_fast16_type_node,
9885 uint_fast32_type_node, uint_fast64_type_node, intptr_type_node,
9886 uintptr_type_node): Define.
9887 * c-cppbuiltin.c (builtin_define_constants,
9888 builtin_define_type_minmax): New.
9889 (builtin_define_stdint_macros): Define more macros.
9890 (c_cpp_builtins): Define more limit macros.
9891 (type_suffix): New.
9892 (builtin_define_type_max): Define in terms of
9893 builtin_define_type_minmax. Remove is_long parameter. All
9894 callers changed.
9895 * config.gcc (use_gcc_stdint): Define.
9896 (tm_file): Add glibc-stdint.h for targets using glibc or uClibc.
9897 Add newlib-stdint.h for generic targets.
9898 * config/glibc-stdint.h, config/newlib-stdint.h,
9899 ginclude/stdint-gcc.h, ginclude/stdint-wrap.h: New.
9900 * config/m32c/m32c.h (UINTPTR_TYPE): Define.
9901 * config/score/score.h (UINTPTR_TYPE): Define.
9902 * config/sol2.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
9903 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
9904 UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
9905 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
9906 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
9907 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
9908 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
9909 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
9910 * config/spu/spu.h (STDINT_LONG32): Define.
9911 * configure.ac (use_gcc_stdint): Substitute.
9912 * configure: Regenerate.
9913 * doc/cpp.texi (__SIG_ATOMIC_TYPE__, __INT8_TYPE__,
9914 __INT16_TYPE__, __INT32_TYPE__, __INT64_TYPE__, __UINT8_TYPE__,
9915 __UINT16_TYPE__, __UINT32_TYPE__, __UINT64_TYPE__,
9916 __INT_LEAST8_TYPE__, __INT_LEAST16_TYPE__, __INT_LEAST32_TYPE__,
9917 __INT_LEAST64_TYPE__, __UINT_LEAST8_TYPE__, __UINT_LEAST16_TYPE__,
9918 __UINT_LEAST32_TYPE_, __UINT_LEAST64_TYPE__, __INT_FAST8_TYPE__,
9919 __INT_FAST16_TYPE__, __INT_FAST32_TYPE__, __INT_FAST64_TYPE__,
9920 __UINT_FAST8_TYPE__, __UINT_FAST16_TYPE__, __UINT_FAST32_TYPE__,
9921 __UINT_FAST64_TYPE__, __INTPTR_TYPE__, __UINTPTR_TYPE__,
9922 __WINT_MAX__, __SIZE_MAX__, __PTRDIFF_MAX__, __UINTMAX_MAX__,
9923 __SIG_ATOMIC_MAX__, __INT8_MAX__, __INT16_MAX__, __INT32_MAX__,
9924 __INT64_MAX__, __UINT8_MAX__, __UINT16_MAX__, __UINT32_MAX__,
9925 __UINT64_MAX__, __INT_LEAST8_MAX__, __INT_LEAST16_MAX__,
9926 __INT_LEAST32_MAX__, __INT_LEAST64_MAX__, __UINT_LEAST8_MAX__,
9927 __UINT_LEAST16_MAX__, __UINT_LEAST32_MAX__, __UINT_LEAST64_MAX__,
9928 __INT_FAST8_MAX__, __INT_FAST16_MAX__, __INT_FAST32_MAX__,
9929 __INT_FAST64_MAX__, __UINT_FAST8_MAX__, __UINT_FAST16_MAX__,
9930 __UINT_FAST32_MAX__, __UINT_FAST64_MAX__, __INTPTR_MAX__,
9931 __UINTPTR_MAX__, __WCHAR_MIN__, __WINT_MIN__, __SIG_ATOMIC_MIN__,
9932 __INT8_C, __INT16_C, __INT32_C, __INT64_C, __UINT8_C, __UINT16_C,
9933 __UINT32_C, __UINT64_C, __INTMAX_C, __UINTMAX_C): Document.
9934 * doc/tm.texi (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE,
9935 INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
9936 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
9937 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
9938 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
9939 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
9940 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
9941 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Document.
9942
9943 2009-03-31 Bernd Schmidt <bernd.schmidt@analog.com>
9944
9945 * loop-iv.c (suitable_set_for_replacement): Renamed from
9946 simplify_using_assignment; changed to return bool and to accept new
9947 args DEST and SRC. Return true iff we find a source/destination pair
9948 that can be used to make a replacement, and fill SRC and DEST if so.
9949 Remove arg ALTERED. Don't deal with altered regs here. All callers
9950 changed.
9951 (simplify_using_initial_values): Deal with altered regs here and track
9952 more precisely the effect they have on the validity of our expression.
9953
9954 * loop-iv.c (simplify_using_condition): A condition of the form
9955 (EQ REG CONST) can be used to simply make a substitution.
9956 (simplify_using_initial_values): Keep track of conditions we have seen
9957 and keep using them to simplify new expressions, while applying the
9958 same substitutions to them as to the expression.
9959
9960 * simplify-rtx.c (simplify_relational_operation_1): Simplify
9961 (LTU (PLUS a C) C) or (LTU (PLUS a C) a) to (GEU a -C); likewise with
9962 GEU/LTU reversed.
9963
9964 * loop-iv.c (determine_max_iter): New arg OLD_NITER. All callers
9965 changed. Use this when trying to improve the upper bound.
9966 Generate the comparison by using simplify_gen_relational.
9967
9968 * loop-iv.c (simple_rhs_p): Allow more kinds of expressions.
9969
9970 * loop-iv.c (replace_single_def_regs, replace_in_expr): New static
9971 functions.
9972 (simplify_using_assignment, simplify_using_initial_values): Call
9973 replace_in_expr to make replacements. Call replace_single_def_regs
9974 once on the initial version of the expression.
9975
9976 2009-03-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9977
9978 PR target/27237
9979 * doc/invoke.texi (ARM Options): Update documentation for -mthumb.
9980
9981 2009-03-31 Richard Guenther <rguenther@suse.de>
9982
9983 PR middle-end/31029
9984 * fold-const.c (fold_binary): Fold X +- Y CMP X to Y CMP 0 for
9985 equality comparisons. Fold C - X CMP X if C % 2 == 1.
9986
9987 2009-03-31 Richard Guenther <rguenther@suse.de>
9988
9989 * tree.h (div_if_zero_remainder): Declare.
9990 * fold-const.c (div_if_zero_remainder): Export.
9991 * tree-ssa-forwprop.c
9992 (forward_propagate_addr_into_variable_array_index): Handle
9993 constant array index addition outside of the variable index.
9994
9995 2009-03-31 Joseph Myers <joseph@codesourcery.com>
9996
9997 PR target/39592
9998 * config/i386/i386.md (*floatunssi<mode>2_1, two unnamed
9999 define_splits, floatunssi<mode>2): Require x87 conversions from
10000 DImode to be permitted.
10001
10002 2009-03-31 Joseph Myers <joseph@codesourcery.com>
10003
10004 PR preprocessor/15638
10005 * c-common.c (c_cpp_error): Handle CPP_DL_FATAL.
10006
10007 2009-03-31 Richard Guenther <rguenther@suse.de>
10008
10009 PR middle-end/23401
10010 PR middle-end/27810
10011 * tree.h (DECL_GIMPLE_FORMAL_TEMP_P): Remove.
10012 (struct tree_decl_with_vis): Remove gimple_formal_temp member.
10013 * tree-eh.c (lower_eh_constructs_2): Move LHS assignment to
10014 a separate statement.
10015 * gimplify.c (pop_gimplify_context): Remove formal temp handling.
10016 (lookup_tmp_var): Likewise.
10017 (is_gimple_formal_tmp_or_call_rhs): Remove.
10018 (is_gimple_reg_or_call_rhs): Rename to ...
10019 (is_gimple_reg_rhs_or_call): ... this.
10020 (is_gimple_mem_or_call_rhs): Rename to ...
10021 (is_gimple_mem_rhs_or_call): ... this.
10022 (internal_get_tmp_var): Use is_gimple_reg_rhs_or_call. Set
10023 DECL_GIMPLE_REG_P only if is_formal is true.
10024 (gimplify_compound_lval): Use is_gimple_reg. Remove workaround
10025 for non-proper post-modify expression gimplification.
10026 (gimplify_self_mod_expr): For post-modify expressions gimplify
10027 the lvalue to a minimal lvalue.
10028 (rhs_predicate_for): Remove formal temp case.
10029 (gimplify_modify_expr_rhs): Likewise.
10030 (gimplify_addr_expr): Use is_gimple_reg.
10031 (gimplify_expr): Remove formal temp cases.
10032 (gimple_regimplify_operands): Likewise.
10033 * tree-ssa-pre.c (get_or_alloc_expr_for): Treat EXC_PTR_EXPR
10034 and FILTER_EXPR like constants.
10035 * gimple.c (walk_gimple_op): Fix val_only initialization, use
10036 is_gimple_reg.
10037 (is_gimple_formal_tmp_rhs): Remove.
10038 (is_gimple_reg_rhs): Remove special casing.
10039 (is_gimple_mem_rhs): Fix.
10040 (is_gimple_reg): Move DECL_GIMPLE_REG_P handling earlier.
10041 (is_gimple_formal_tmp_var): Remove.
10042 (is_gimple_formal_tmp_reg): Likewise.
10043 (is_gimple_min_lval): Allow invariant component ref parts.
10044 * gimple.h (is_gimple_formal_tmp_rhs, is_gimple_formal_tmp_var,
10045 is_gimple_formal_tmp_reg): Remove declarations.
10046 * tree-cfg.c (verify_expr): Verify that variables with address
10047 taken do not have DECL_GIMPLE_REG_P set.
10048 * tree-mudflap.c (mf_build_check_statement_for): Use
10049 force_gimple_operand instead of gimplify_expr.
10050
10051 2009-03-31 Ayal Zaks <zaks@il.ibm.com>
10052
10053 * modulo-sched.c (sms_schedule_by_order): Pass the actual
10054 schedulable rows to compute_split_row.
10055
10056 2009-03-31 Ben Elliston <bje@au.ibm.com>
10057
10058 PR target/31635
10059 * config/rs6000/rs6000.c (rs6000_handle_option): Handle
10060 OPT_mvrsave.
10061
10062 2009-03-31 Alan Modra <amodra@bigpond.net.au>
10063
10064 * doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.
10065 * configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
10066 * configure: Regenerate.
10067 * config.in: Regenerate.
10068 * config/rs6000/rs6000.opt (mtls-markers): Add.
10069 * config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
10070 * config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
10071 (tls_ld_aix, tls_ld_sysv): Likewise.
10072 (tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
10073 (tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.
10074
10075 2009-03-31 Alan Modra <amodra@bigpond.net.au>
10076
10077 * config/spu/spu.c (spu_expand_prologue): Delete redundant code.
10078
10079 2009-03-30 Jan Hubicka <jh@suse.cz>
10080
10081 * tree-eh.c (make_eh_edges): Set probability 100% to first edge
10082 out of RESX.
10083 (tree_remove_unreachable_handlers): Cleanup EH predecestor
10084 detection and label handling.
10085
10086 2009-03-30 Vladimir Makarov <vmakarov@redhat.com>
10087
10088 * ira-int.h (ira_allocno): Rename left_conflicts_num to
10089 left_conflicts_size.
10090 (ALLOCNO_LEFT_CONFLICTS_NUM): Rename to
10091 ALLOCNO_LEFT_CONFLICTS_SIZE.
10092
10093 * ira-color.c (allocno_spill_priority, push_allocno_to_stack,
10094 remove_allocno_from_bucket_and_push,
10095 allocno_spill_priority_compare, push_allocnos_to_stack,
10096 setup_allocno_available_regs_num): Use ALLOCNO_LEFT_CONFLICTS_SIZE
10097 instead of ALLOCNO_LEFT_CONFLICTS_NUM.
10098 (setup_allocno_left_conflicts_num): Ditto. Rename to
10099 setup_allocno_left_conflicts_size.
10100 (put_allocno_into_bucket): Use ALLOCNO_LEFT_CONFLICTS_SIZE
10101 instead of ALLOCNO_LEFT_CONFLICTS_NUM and
10102 setup_allocno_left_conflicts_size instead of
10103 setup_allocno_left_conflicts_num.
10104
10105 * ira-build.c (ira_create_allocno): Use
10106 ALLOCNO_LEFT_CONFLICTS_SIZE instead of
10107 ALLOCNO_LEFT_CONFLICTS_NUM.
10108
10109 2009-03-30 Vladimir Makarov <vmakarov@redhat.com>
10110
10111 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
10112 instead of DF_LR_OUT.
10113
10114 * ira-lives.c (process_bb_node_lives): Ditto.
10115
10116 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
10117 instead of DF_LR_{OUT,IN}.
10118
10119 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
10120
10121 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
10122
10123 2009-03-30 Jan Hubicka <jh@suse.cz>
10124
10125 * except.c (label_to_region_map): Fix thinko.
10126
10127 2009-03-30 Steve Ellcey <sje@cup.hp.com>
10128
10129 PR middle-end/38237
10130 * tree.h (tree_find_value): New declaration.
10131 * tree.c (tree_find_value): New function.
10132 * varasm.c (assemble_external): Avoid duplicate entries on lists.
10133
10134 2009-03-30 Jakub Jelinek <jakub@redhat.com>
10135
10136 PR debug/39563
10137 * c-decl.c (struct c_binding): Add locus field.
10138 (bind): Add locus argument, set locus field from it.
10139 (pop_scope): For b->nested VAR_DECL or FUNCTION_DECL,
10140 add a DECL_EXTERNAL copy of b->decl to current BLOCK_VARS.
10141 (push_file_scope, pushtag, pushdecl, pushdecl_top_level,
10142 implicitly_declare, undeclared_variable, lookup_label,
10143 declare_label, c_make_fname_decl, c_builtin_function,
10144 c_builtin_function_ext_scope, store_parm_decls_newstyle): Adjust
10145 bind callers.
10146
10147 2009-03-30 H.J. Lu <hongjiu.lu@intel.com>
10148
10149 PR target/38781
10150 * config/i386/i386.c (classify_argument): Check total size of
10151 structure.
10152
10153 2009-03-30 Martin Jambor <mjambor@suse.cz>
10154
10155 * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,
10156 IPA_CONST_MEMBER_PTR, and IPA_PASS_THROUGH to IPA_JF_UNKNOWN,
10157 IPA_JF_CONST, IPA_JF_CONST_MEMBER_PTR, and IPA_JF_PASS_THROUGH
10158 respectively.
10159
10160 * tree-dfa.c (get_ref_base_and_extent): Return -1 maxsize if
10161 seen_variable_array_ref while also traversing a union.
10162
10163 * tree-inline.c (optimize_inline_calls): Do not call
10164 cgraph_node_remove_callees.
10165 * cgraphbuild.c (remove_cgraph_callee_edges): New function.
10166 (pass_remove_cgraph_callee_edges): New variable.
10167 * passes.c (init_optimization_passes): Add
10168 pass_remove_cgraph_callee_edges after early inlining and before all
10169 late intraprocedural passes.
10170
10171 * omp-low.c (expand_omp_taskreg): Always set current_function_decl.
10172
10173 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10174
10175 * config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
10176 Fix typos in names.
10177
10178 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10179
10180 * combine.c (simplify_comparison): Use have_insn_for.
10181 * dojump.c (do_jump): Likewise.
10182
10183 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10184
10185 * config/sparc/sparc.c (sparc_compare_emitted): Remove.
10186 (gen_compare_reg, emit_v9_brxx_insn): Handle MODE_CC
10187 sparc_compare_op0 like sparc_compare_emitted used to be handled.
10188 (sparc_expand_compare_and_swap_12): Set sparc_compare_op0
10189 instead of sparc_compare_emitted.
10190 * config/sparc/sparc.h (sparc_compare_emitted): Remove.
10191 * config/sparc/sparc.md (stack_protect_test): Set sparc_compare_op0
10192 instead of sparc_compare_emitted.
10193
10194 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10195
10196 * bb-reorder.c (partition_hot_cold_basic_blocks): Do not
10197 enter/exit cfglayout mode.
10198 (pass_partition_block): Require it.
10199 * combine.c (find_single_use, reg_dead_at_p): Use CFG.
10200 (combine_instructions): Track basic blocks instead of labels.
10201 (update_cfg_for_uncondjump): New.
10202 (try_combine): Use it. Update jumps after rescanning.
10203 (pass_combine): Require PROP_cfglayout.
10204 * passes.c (pass_outof_cfg_layout_mode): Move after regmove.
10205
10206 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10207
10208 * cfglayout.c (pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode):
10209 Provide/destroy PROP_cfglayout respectively.
10210 * gcse.c (pass_jump_bypass, pass_gcse): Require it.
10211 * tree-pass.h (PROP_cfglayout): New.
10212
10213 2009-03-30 Paolo Bonzini <bonzini@gnu.org>
10214
10215 * fold-const.c (const_binop, fold_convert_const_real_from_fixed,
10216 fold_convert_const_fixed_from_fixed,
10217 fold_convert_const_fixed_from_int,
10218 fold_convert_const_fixed_from_real, fold_negate_const): Do not
10219 set TREE_CONSTANT_OVERFLOW.
10220 * tree.def: Remove mention of TREE_CONSTANT_OVERFLOW.
10221 * tree.h (TREE_CONSTANT_OVERFLOW): Delete.
10222
10223 2009-03-30 Ira Rosen <irar@il.ibm.com>
10224
10225 * tree-vect-loop-manip.c: New file.
10226 * tree-vectorizer.c: Update documentation and included files.
10227 (vect_loop_location): Make extern.
10228 (rename_use_op): Move to tree-vect-loop-manip.c
10229 (rename_variables_in_bb, rename_variables_in_loop,
10230 slpeel_update_phis_for_duplicate_loop,
10231 slpeel_update_phi_nodes_for_guard1,
10232 slpeel_update_phi_nodes_for_guard2, slpeel_make_loop_iterate_ntimes,
10233 slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_add_loop_guard,
10234 slpeel_can_duplicate_loop_p, slpeel_verify_cfg_after_peeling,
10235 set_prologue_iterations, slpeel_tree_peel_loop_to_edge,
10236 find_loop_location): Likewise.
10237 (new_stmt_vec_info): Move to tree-vect-stmts.c.
10238 (init_stmt_vec_info_vec, free_stmt_vec_info_vec, free_stmt_vec_info,
10239 get_vectype_for_scalar_type, vect_is_simple_use,
10240 supportable_widening_operation, supportable_narrowing_operation):
10241 Likewise.
10242 (bb_in_loop_p): Move to tree-vect-loop.c.
10243 (new_loop_vec_info, destroy_loop_vec_info,
10244 reduction_code_for_scalar_code, report_vect_op,
10245 vect_is_simple_reduction, vect_is_simple_iv_evolution): Likewise.
10246 (vect_can_force_dr_alignment_p): Move to tree-vect-data-refs.c.
10247 (vect_supportable_dr_alignment): Likewise.
10248 * tree-vectorizer.h (tree-data-ref.h): Include.
10249 (vect_loop_location): Declare.
10250 Reorganize function declarations according to the new file structure.
10251 * tree-vect-loop.c: New file.
10252 * tree-vect-analyze.c: Remove. Move functions to tree-vect-data-refs.c,
10253 tree-vect-stmts.c, tree-vect-slp.c, tree-vect-loop.c.
10254 * tree-vect-data-refs.c: New file.
10255 * tree-vect-patterns.c (timevar.h): Don't include.
10256 * tree-vect-stmts.c: New file.
10257 * tree-vect-transform.c: Remove. Move functions to tree-vect-stmts.c,
10258 tree-vect-slp.c, tree-vect-loop.c.
10259 * Makefile.in (OBJS-common): Remove tree-vect-analyze.o and
10260 tree-vect-transform.o. Add tree-vect-data-refs.o, tree-vect-stmts.o,
10261 tree-vect-loop.o, tree-vect-loop-manip.o, tree-vect-slp.o.
10262 (tree-vect-analyze.o): Remove.
10263 (tree-vect-transform.o): Likewise.
10264 (tree-vect-data-refs.o): Add rule.
10265 (tree-vect-stmts.o, tree-vect-loop.o, tree-vect-loop-manip.o,
10266 tree-vect-slp.o): Likewise.
10267 (tree-vect-patterns.o): Remove redundant dependencies.
10268 (tree-vectorizer.o): Likewise.
10269 * tree-vect-slp.c: New file.
10270
10271 2009-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10272
10273 * optc-gen.awk: Warn if an option flag has multiple different
10274 help strings.
10275
10276 2009-03-30 Sebastian Pop <sebastian.pop@amd.com>
10277
10278 * doc/invoke.texi (-floop-interchange, -floop-strip-mine,
10279 -floop-block): Document dependences on PPL, CLooG and Graphite.
10280
10281 2009-03-30 Joseph Myers <joseph@codesourcery.com>
10282
10283 PR rtl-optimization/323
10284 * c-common.c (c_fully_fold, convert_and_check,
10285 c_common_truthvalue_conversion): Handle EXCESS_PRECISION_EXPR.
10286 (c_fully_fold_internal): Disallow EXCESS_PRECISION_EXPR.
10287 * c-common.def (EXCESS_PRECISION_EXPR): New.
10288 * c-cppbuiltin.c (builtin_define_float_constants): Define
10289 constants with enough digits for long double.
10290 * c-lex.c (interpret_float): Interpret constant with excess
10291 precision where appropriate.
10292 * c-opts.c (c_common_post_options): Set
10293 flag_excess_precision_cmdline. Give an error for
10294 -fexcess-precision=standard for C++ for processors where the
10295 option is significant.
10296 * c-parser.c (c_parser_conditional_expression): Handle excess
10297 precision in condition.
10298 * c-typeck.c (convert_arguments): Handle arguments with excess
10299 precision.
10300 (build_unary_op): Move excess precision outside operation.
10301 (build_conditional_expr): Likewise.
10302 (build_compound_expr): Likewise.
10303 (build_c_cast): Do cast on operand of EXCESS_PRECISION_EXPR.
10304 (build_modify_expr): Handle excess precision in RHS.
10305 (convert_for_assignment): Handle excess precision in converted
10306 value.
10307 (digest_init, output_init_element, process_init_element): Handle
10308 excess precision in initializer.
10309 (c_finish_return): Handle excess precision in return value.
10310 (build_binary_op): Handle excess precision in operands and add
10311 excess precision as needed for operation.
10312 * common.opt (-fexcess-precision=): New option.
10313 * config/i386/i386.h (X87_ENABLE_ARITH, X87_ENABLE_FLOAT): New.
10314 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
10315 For standard excess precision, output explicit conversion to and
10316 truncation from XFmode.
10317 (*float<SSEMODEI24:mode><X87MODEF:mode>2_1,
10318 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp,
10319 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387, two unnamed
10320 define_splits, floatdi<X87MODEF:mode>2_i387_with_xmm, two unnamed
10321 define_splits, *floatunssi<mode>2_1, two unnamed define_splits,
10322 floatunssi<mode>2, add<mode>3, sub<mode>3, mul<mode>3, divdf3,
10323 divsf3, *fop_<mode>_comm_i387, *fop_<mode>_1_i387,
10324 *fop_<MODEF:mode>_2_i387, *fop_<MODEF:mode>_3_i387,
10325 *fop_df_4_i387, *fop_df_5_i387, *fop_df_6_i387, two unnamed
10326 define_splits, sqrt<mode>2): Disable where appropriate for
10327 standard excess precision.
10328 * convert.c (convert_to_real): Do not shorten arithmetic to type
10329 for which excess precision would be used.
10330 * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.
10331 * doc/invoke.texi (-fexcess-precision=): Document option.
10332 (-mfpmath=): Correct index entry.
10333 * flags.h (enum excess_precision, flag_excess_precision_cmdline,
10334 flag_excess_precision): New.
10335 * langhooks.c (lhd_post_options): Set
10336 flag_excess_precision_cmdline.
10337 * opts.c (common_handle_option): Handle -fexcess-precision=.
10338 * toplev.c (flag_excess_precision_cmdline, flag_excess_precision,
10339 init_excess_precision): New.
10340 (lang_dependent_init_target): Call init_excess_precision.
10341 * tree.c (excess_precision_type): New.
10342 * tree.h (excess_precision_type): Declare.
10343
10344 2009-03-30 Joseph Myers <joseph@codesourcery.com>
10345
10346 PR c/35235
10347 * c-typeck.c (build_component_ref): Do not copy qualifiers from
10348 non-lvalue to component.
10349
10350 2009-03-29 Joseph Myers <joseph@codesourcery.com>
10351
10352 PR preprocessor/34695
10353 * Makefile.in (c-opts.o): Depend on c-tree.h.
10354 * c-common.c: Move down include of diagnostic.h.
10355 (done_lexing, c_cpp_error): New.
10356 * c-common.h (done_lexing): Declare.
10357 * c-decl.c (c_write_global_declarations): Don't check cpp_errors
10358 (parse_in).
10359 * c-opts.c: Include c-tree.h.
10360 (c_common_init_options): Set preprocessor error callback.
10361 (c_common_handle_option): Do not set preprocessor
10362 inhibit_warnings, warnings_are_errors, warn_system_headers,
10363 pedantic_errors or inhibit_warnings flags.
10364 (c_common_post_options): Do not check cpp_errors (parse_in).
10365 (c_common_finish): Do not output dependencies if there were
10366 errors. Do not check return value of cpp_finish.
10367 * c-ppoutput.c (pp_file_change): Set input_location.
10368 * c-tree.h (c_cpp_error): Declare.
10369 * diagnostic.c (diagnostic_set_info_translated): Also initialize
10370 override_column.
10371 (diagnostic_build_prefix): Check override_column.
10372 * diagnostic.h (diagnostic_info): Add override_column field.
10373 (diagnostic_override_column): Define.
10374
10375 2009-03-28 Paolo Bonzini <bonzini@gnu.org>
10376
10377 * c-common.c (c_expand_expr, c_staticp): Remove.
10378 * c-common.def (COMPOUND_LITERAL_EXPR): Delete.
10379 * c-common.h (emit_local_var, c_staticp, COMPOUND_LITERAL_EXPR_DECL,
10380 COMPOUND_LITERAL_EXPR_DECL_EXPR): Remove.
10381 * c-gimplify.c (gimplify_compound_literal_expr,
10382 optimize_compound_literals_in_ctor): Remove.
10383 (c_gimplify_expr): Remove COMPOUND_LITERAL_EXPR handling.
10384 * c-objc-common.h (LANG_HOOKS_STATICP): Remove.
10385 * c-semantics.c (emit_local_var): Remove.
10386
10387 * langhooks-def.h (lhd_expand_expr): Remove.
10388 * langhooks.c (lhd_expand_expr): Remove.
10389 * langhooks.h (LANG_HOOKS_DEF): Remove LANG_HOOKS_EXPAND_EXPR.
10390
10391 * expr.c (expand_expr_real_1): Move COMPOUND_LITERAL_EXPR
10392 handling from c-semantics.c; don't call into langhook.
10393 (expand_expr_addr_expr_1): Check that we don't get non-GENERIC trees.
10394 * gimplify.c (gimplify_compound_literal_expr,
10395 optimize_compound_literals_in_ctor): Move from c-gimplify.c.
10396 (gimplify_init_constructor): Call optimize_compound_literals_in_ctor.
10397 (gimplify_modify_expr_rhs, gimplify_expr): Handle COMPOUND_LITERAL_EXPR
10398 as was done in c-gimplify.c.
10399 * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
10400 * tree.h (COMPOUND_LITERAL_EXPR_DECL, COMPOUND_LITERAL_EXPR_DECL_EXPR):
10401 Move from c-common.h.
10402 * tree.def (COMPOUND_LITERAL_EXPR): Move from c-common.def.
10403
10404 * tree.c (staticp): Do not call langhook.
10405 * langhooks.c (lhd_staticp): Delete.
10406 * langhooks-def.h (lhd_staticp): Delete prototype.
10407 (LANG_HOOKS_STATICP): Delete.
10408 (LANG_HOOKS_INITIALIZER): Delete LANG_HOOKS_STATICP.
10409
10410 * doc/c-tree.texi (Expression nodes): Refer to DECL_EXPRs
10411 instead of DECL_STMTs.
10412
10413 2009-03-29 Joseph Myers <joseph@codesourcery.com>
10414
10415 PR c/456
10416 PR c/5675
10417 PR c/19976
10418 PR c/29116
10419 PR c/31871
10420 PR c/35198
10421 * builtins.c (fold_builtin_sincos): Build COMPOUND_EXPR in
10422 void_type_node.
10423 (fold_call_expr): Return a NOP_EXPR from folding rather than the
10424 contained expression.
10425 * c-common.c (c_fully_fold, c_fully_fold_internal, c_save_expr): New.
10426 (c_common_truthvalue_conversion): Use c_save_expr. Do not fold
10427 conditional expressions for C.
10428 (decl_constant_value_for_optimization): Move from
10429 decl_constant_value_for_broken_optimization in c-typeck.c. Check
10430 whether optimizing and that the expression is a VAR_DECL not of
10431 array type instead of doing such checks in the caller. Do not
10432 check pedantic. Call gcc_unreachable for C++.
10433 * c-common.def (C_MAYBE_CONST_EXPR): New.
10434 * c-common.h (c_fully_fold, c_save_expr,
10435 decl_constant_value_for_optimization): New prototypes.
10436 (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
10437 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
10438 EXPR_INT_CONST_OPERANDS): Define.
10439 * c-convert.c (convert): Strip nops from expression.
10440 * c-decl.c (groktypename): Take extra parameters expr and
10441 expr_const_operands. Update call to grokdeclarator.
10442 (start_decl): Update call to grokdeclarator. Add statement for
10443 expressions used in type of decl.
10444 (grokparm): Update call to grokdeclarator.
10445 (push_parm_decl): Update call to grokdeclarator.
10446 (build_compound_literal): Add parameter non_const and build a
10447 C_MAYBE_COSNT_EXPR if applicable.
10448 (grokdeclarator): Take extra parameters expr and
10449 expr_const_operands. Track expressions used in declaration
10450 specifiers and declarators. Fold array sizes and track whether
10451 they are constant expressions and whether they are integer
10452 constant expressions.
10453 (parser_xref_tag): Set expr and expr_const_operands fields in
10454 return value.
10455 (grokfield): Update call to grokdeclarator.
10456 (start_function): Update call to grokdeclarator.
10457 (build_null_declspecs): Set expr and expr_const_operands fields in
10458 return value.
10459 (declspecs_add_type): Handle expressions in typeof specifiers.
10460 * c-parser.c (c_parser_declspecs): Set expr and
10461 expr_const_operands fields for declaration specifiers.
10462 (c_parser_enum_specifier): Likewise.
10463 (c_parser_struct_or_union_specifier): Likewise.
10464 (c_parser_typeof_specifier): Likewise. Update call to
10465 groktypename. Fold expression as needed. Return expressions with
10466 type instead of adding statements.
10467 (c_parser_attributes): Update calls to c_parser_expr_list.
10468 (c_parser_statement_after_labels): Fold expression before passing
10469 to objc_build_throw_stmt.
10470 (c_parser_condition): Fold expression.
10471 (c_parser_asm_operands): Fold expression.
10472 (c_parser_conditional_expression): Use c_save_expr. Update call
10473 to build_conditional_expr.
10474 (c_parser_alignof_expression): Update call to groktypename.
10475 (c_parser_postfix_expression): Preserve C_MAYBE_CONST_EXPR as
10476 original_code. Fold expression argument of va_arg. Create
10477 C_MAYBE_CONST_EXPR to preserve side effects of expressions in type
10478 argument to va_arg. Update calls to groktypename. Fold array
10479 index for offsetof. Verify that first argument to
10480 __builtin_choose_expr has integer type.
10481 (c_parser_postfix_expression_after_paren_type): Update calls to
10482 groktypename and build_compound_literal. Handle expressions with
10483 side effects in type name.
10484 (c_parser_postfix_expression_after_primary): Update call to
10485 c_parser_expr_list. Set original_code for calls to
10486 __builtin_constant_p.
10487 (c_parser_expr_list): Take extra parameter fold_p. Fold
10488 expressions if requested.
10489 (c_parser_objc_type_name): Update call to groktypename.
10490 (c_parser_objc_synchronized_statement): Fold expression.
10491 (c_parser_objc_receiver): Fold expression.
10492 (c_parser_objc_keywordexpr): Update call to c_parser_expr_list.
10493 (c_parser_omp_clause_num_threads, c_parser_omp_clause_schedule,
10494 c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
10495 * c-tree.h (CONSTRUCTOR_NON_CONST): Define.
10496 (struct c_typespec): Add elements expr and expr_const_operands.
10497 (struct c_declspecs): Add elements expr and expr_const_operands.
10498 (groktypename, build_conditional_expr, build_compound_literal):
10499 Update prototypes.
10500 (in_late_binary_op): Declare.
10501 * c-typeck.c (note_integer_operands): New function.
10502 (in_late_binary_op): New variable.
10503 (decl_constant_value_for_broken_optimization): Move to c-common.c
10504 and rename to decl_constant_value_for_optimization.
10505 (default_function_array_conversion): Do not strip nops.
10506 (default_conversion): Do not call
10507 decl_constant_value_for_broken_optimization.
10508 (build_array_ref): Do not fold result.
10509 (c_expr_sizeof_expr): Fold operand. Use C_MAYBE_CONST_EXPR for
10510 result when operand is a VLA.
10511 (c_expr_sizeof_type): Update call to groktypename. Handle
10512 expressions included in type name. Use C_MAYBE_CONST_EXPR for
10513 result when operand names a VLA type.
10514 (build_function_call): Update call to build_compound_literal.
10515 Only fold result for calls to __builtin_* functions. Strip
10516 NOP_EXPR from INTEGER_CST returned from such functions. Fold
10517 the function designator.
10518 (convert_arguments): Fold arguments. Update call to
10519 convert_for_assignment.
10520 (build_unary_op): Handle increment and decrement of
10521 C_MAYBE_CONST_EXPR. Move lvalue checks for increment and
10522 decrement earlier. Fold operand of increment and decrement.
10523 Handle address of C_MAYBE_CONST_EXPR. Only fold expression being
10524 built for integer operand. Wrap returns that are INTEGER_CSTs
10525 without being integer constant expressions or that have integer
10526 constant operands without being INTEGER_CSTs.
10527 (lvalue_p): Handle C_MAYBE_CONST_EXPR.
10528 (build_conditional_expr): Add operand ifexp_bcp. Track whether
10529 result is an integer constant expression or can be used in
10530 unevaluated parts of one and avoid folding and wrap as
10531 appropriate. Fold operands before possibly doing -Wsign-compare
10532 warnings.
10533 (build_compound_expr): Wrap result for C99 if operands can be used
10534 in integer constant expressions.
10535 (build_c_cast): Update call to digest_init. Do not ignore
10536 overflow from casting floating-point constants to integers. Wrap
10537 results that could be confused with integer constant expressions,
10538 null pointer constants or floating-point constants.
10539 (c_cast_expr): Update call to groktypename. Handle expressions
10540 included in type name.
10541 (build_modify_expr): Handle modifying a C_MAYBE_CONST_EXPR. Fold
10542 lhs inside possible SAVE_EXPR. Fold RHS before assignment.
10543 Update calls to convert_for_assignment.
10544 (convert_for_assignment): Take new parameter
10545 null_pointer_constant. Do not strip nops or call
10546 decl_constant_value_for_broken_optimization. Set
10547 in_late_binary_op for conversions to boolean.
10548 (store_init_value): Update call to digest_init.
10549 (digest_init): Take new parameter null_pointer_constant. Do not
10550 call decl_constant_value_for_broken_optimization. pedwarn for
10551 initializers not constant expressions. Update calls to
10552 convert_for_assignment.
10553 (constructor_nonconst): New.
10554 (struct constructor_stack): Add nonconst element.
10555 (really_start_incremental_init, push_init_level, pop_init_level):
10556 Handle constructor_nonconst and nonconst element.
10557 (set_init_index): Call constant_expression_warning for array
10558 designators.
10559 (output_init_element): Fold value. Set constructor_nonconst as
10560 applicable. pedwarn for initializers not constant expressions.
10561 Update call to digest_init. Call constant_expression_warning
10562 where constant initializers are required.
10563 (process_init_element): Use c_save_expr.
10564 (c_finish_goto_ptr): Fold expression.
10565 (c_finish_return): Fold return value. Update call to
10566 convert_for_assignment.
10567 (c_start_case): Fold switch expression.
10568 (c_process_expr_stmt): Fold expression.
10569 (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
10570 ensure statement expression is not evaluated in constant expression.
10571 (build_binary_op): Track whether results are integer constant
10572 expressions or may occur in such, disable folding and wrap results
10573 as applicable. Fold operands for -Wsign-compare warnings unless
10574 in_late_binary_op.
10575 (c_objc_common_truthvalue_conversion): Handle results folded to
10576 integer constants that are not integer constant expressions.
10577 * doc/extend.texi: Document when typeof operands are evaluated,
10578 that condition of __builtin_choose_expr is an integer constant
10579 expression, and more about use of __builtin_constant_p in
10580 initializers.
10581
10582 2009-03-29 Richard Guenther <rguenther@suse.de>
10583
10584 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
10585 propagate addresses of array references.
10586
10587 2009-03-29 Steven Bosscher <steven@gcc.gnu.org>
10588
10589 * regmove.c (perhaps_ends_bb_p): Remove.
10590 (optimize_reg_copy_1): Don't call perhaps_ends_bb_p. Get basic block
10591 from INSN and check that the main loop stays within that basic block.
10592 (optimize_reg_copy_1, optimize_reg_copy_3, fixup_match_2): Likewise.
10593 (regmove_forward_pass): Split out from regmove_optimize. Use
10594 FOR_EACH_BB and FOR_BB_INSNS instead of traversing the insns stream.
10595 (regmove_backward_pass): Split out from regmove_optimize. Use
10596 FOR_EACH_BB_REVERSE and FOR_BB_INSNS_REVERS_SAFE.
10597 (regmove_optimize): Simplify.
10598
10599 2009-03-29 H.J. Lu <hongjiu.lu@intel.com>
10600
10601 PR target/39545
10602 * config/i386/i386.c (classify_argument): Ignore flexible array
10603 member in struct and warn ABI change.
10604
10605 2009-03-29 H.J. Lu <hongjiu.lu@intel.com>
10606
10607 * config/i386/i386-protos.h (ix86_agi_dependent): New.
10608
10609 * config/i386/i386.c (ix86_agi_dependent): Rewrite.
10610 (ix86_adjust_cost): Updated.
10611
10612 2009-03-29 Jan Hubicka <jh@suse.cz>
10613
10614 PR middle-end/28850
10615 * tree-pass.h (pass_cleanup_eh): New function.
10616 (remove_unreachable_regions): Break code handling RTL
10617 to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
10618 that can not be reached by runtime.
10619 (can_be_reached_by_runtime): New function.
10620 (label_to_region_map): New function.
10621 (num_eh_regions): New function.
10622 (rtl_remove_unreachable_regions): New function.
10623 (convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
10624 (remove_eh_region): New function.
10625 * except.h: Include sbitmap and vecprim.
10626 (remove_eh_region, remove_unreachable_regions, label_to_region_map,
10627 num_eh_regions): Declare.
10628 * passes.c (init_optimization_passes): Schedule cleanup_eh.
10629 * Makefile.in (EXCEPT_H): New; replace all uses of except.h by it.
10630 * tree-eh.c (tree_remove_unreachable_handlers): New function.
10631 (tree_empty_eh_handler_p): New function.
10632 (cleanup_empty_eh): New function.
10633 (cleanup_eh): New function.
10634 (pass_cleanup_eh): New function.
10635
10636 2009-03-29 Jan Hubicka <jh@suse.cz>
10637
10638 * except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready
10639 for removed regions.
10640
10641 2009-03-29 Jan Hubicka <jh@suse.cz>
10642
10643 * except.c (dump_eh_tree): Dump all datastructures.
10644
10645 2009-03-29 Jan Hubicka <jh@suse.cz>
10646
10647 * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
10648 (duplicate_eh_regions_1): Likewise.
10649 (duplicate_eh_regions): Likewise; cleanup code gorwing the region
10650 vector; call EH verification.
10651 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
10652 Be ready for region being removed.
10653
10654 2009-03-29 Jan Hubicka <jh@suse.cz>
10655
10656 * bitmap.c (bitmap_last_set_bit): New function.
10657 * bitmap.h (bitmap_last_set_bit): Declare.
10658
10659 2009-03-29 David Ayers <ayers@fsfe.org>
10660
10661 PR objc/27377
10662 * c-typeck.c (build_conditional_expr): Emit ObjC warnings
10663 by calling objc_compare_types and surpress warnings about
10664 incompatible C pointers that are compatible ObjC pointers.
10665
10666 2009-03-29 Adam Nemet <anemet@caviumnetworks.com>
10667
10668 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don't
10669 call initialize_inline_failed.
10670 (initialize_inline_failed): Move it from here ...
10671 * cgraph.c (initialize_inline_failed): ... to here.
10672 (cgraph_create_edge): Call initialize_inline_failed rather than
10673 setting inline_failed directly.
10674
10675 2009-03-29 Ben Elliston <bje@au.ibm.com>
10676
10677 PR target/32542
10678 * sysv4.opt (msdata): Improve comment.
10679 * linux64.h (ASM_SPEC32): Do not pass -memb when -msdata is given.
10680 * sysv4.h (SVR4_ASM_SPEC): Likewise.
10681
10682 2009-03-29 Ben Elliston <bje@au.ibm.com>
10683
10684 PR target/30451
10685 * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
10686 load and store attributes.
10687
10688 2009-03-29 Ben Elliston <bje@au.ibm.com>
10689
10690 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
10691 (ix86_init_builtins): Add built-in function __builtin_huge_valq.
10692 (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
10693 * doc/extend.texi (X86 Built-in Functions): Add index entries for
10694 __builtin_infq and __builtin_huge_valq.
10695
10696 2009-03-28 Anatoly Sokolov <aesok@post.ru>
10697
10698 * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
10699 atmega8m1 devices.
10700 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
10701 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.)
10702
10703 2009-03-28 Xinliang David Li <davidxl@google.com>
10704
10705 * tree-ssa-ccp.c (ccp_finalize): Add dbg_count support.
10706 (do_dbg_cnt): New function.
10707
10708 2009-03-28 Jan Hubicka <jh@suse.cz>
10709
10710 Merge from pretty-ipa:
10711
10712 2009-03-27 Jan Hubicka <jh@suse.cz>
10713
10714 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
10715 * tree-pass.h (function_called_by_processed_nodes_p): Declare.
10716 * passes.c (function_called_by_processed_nodes_p): New.
10717 * ipa-pure-const.c (check_call): Fix handling of operands.
10718 (analyze_function): Dump debug output for skipped bodies.
10719 (local_pure_const): Use function_called_by_processed_nodes_p.
10720 * dwarf2out.c (reference_to_unused): Use output.
10721 * passes.c (do_per_function_toporder): Likewise.
10722
10723 2008-11-12 Jan Hubicka <jh@suse.cz>
10724
10725 * tree-pass.h (pass_fixup_cfg, pass_local_pure_const): Declare.
10726 * ipa-pure-const.c (funct_state_d): Add can throw field; make
10727 state_set_in_source enum
10728 (check_decl): Ignore memory tags; do not set fake looping flags;
10729 dump diagnostics.
10730 (check_operand, check_tree, check_rhs_var, check_lhs_var,
10731 get_asm_expr_operands, scan_function_op, scan_function_stmt): Remove.
10732 (check_call, analyze_function): Rewrite.
10733 (check_stmt): New.
10734 (add_new_function): Update call of analyze_function.
10735 (generate_summary): Add call of analyze_function.
10736 (propagate): Propagate can_throw; handle state_set_in_source correctly.
10737 (local_pure_const): New function.
10738 (pass_local_pure_const): New pass.
10739 * ipa-inline.c (inline_transform): Set after_inlining.
10740 * tree-eh.c (stmt_can_throw_external): New.
10741 * tree-optimize.c (execute_fixup_cfg): Do not set after_inlining;
10742 work with aliasing built.
10743 * tree-flow.h (stmt_can_throw_external): New.
10744 * passes.c (init_optimization_passes): Schedule fixup_cfg pass early;
10745 and local pure/const pass in early and late optimization queue.
10746
10747 2009-03-28 Martin Jambor <mjambor@suse.cz>
10748
10749 * fold-const.c (get_pointer_modulus_and_residue): New parameter
10750 allow_func_align.
10751 (fold_binary): Allow function decl aligment consideration is the
10752 second argument is integer constant one.
10753 * tree-ssa-forwprop.c (simplify_bitwise_and): New function.
10754 (tree_ssa_forward_propagate_single_use_vars): Handle assing statements
10755 with BIT_AND_EXPR on the RHS by calling simplify_bitwise_and.
10756
10757 2009-03-28 Jan Hubicka <jh@suse.cz>
10758
10759 * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrow
10760 * tree-eh.c (stmt_could_throw_p): Remove check for WEAK decls.
10761 * function.h (rtl_data): Add nothrow flag.
10762 * except.c (set_nothrow_function_flags): Use crtl->nothrow;
10763 set DECL_NOTHROW for AVAILABLE functions.
10764
10765 2009-03-28 Jakub Jelinek <jakub@redhat.com>
10766
10767 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
10768 following vector keyword has expansion starting with pixel or bool
10769 keyword, expand vector to __vector and pixel or bool to __pixel or
10770 __bool.
10771
10772 PR c++/39554
10773 * opts.c (warning_disallowed_functions, warn_disallowed_functions,
10774 warn_if_disallowed_function_p): Removed.
10775 (common_handle_option): Don't handle OPT_Wdisallowed_function_list_.
10776 * c-parser.c (c_parser_postfix_expression_after_primary): Don't call
10777 warning_if_disallowed_function_p.
10778 * flags.h (warn_if_disallowed_function_p,
10779 warn_disallowed_functions): Removed.
10780 * common.opt (Wdisallowed-function-list=): Removed.
10781 * doc/invoke.texi (-Wdisallowed-function-list=): Removed.
10782
10783 2009-03-28 Richard Guenther <rguenther@suse.de>
10784
10785 PR tree-optimization/38723
10786 * tree-ssa-pre.c (compute_avail): Add all default definitions to
10787 the entry block.
10788
10789 2009-03-28 Jan Hubicka <jh@suse.cz>
10790
10791 * tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed
10792 test introduced by my previous patch.
10793
10794 2009-03-28 Richard Guenther <rguenther@suse.de>
10795
10796 * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave
10797 the PHIs value undefined.
10798
10799 2009-03-28 Jan Hubicka <jh@suse.cz>
10800
10801 * tree-pass.h (pass_fixup_cfg): New pass.
10802 * ipa-inline.c (inline_transform): Set
10803 always_inline_functions_inlined/after_inlining.
10804 * tree-optimize.c (execute_fixup_cfg): Do not set them here.
10805 (pass_fixup_cfg): New pass.
10806 * passes.c (init_optimization_passes): Add fixup_cfg.
10807
10808 2009-03-28 Richard Guenther <rguenther@suse.de>
10809
10810 PR tree-optimization/38458
10811 * tree-ssa-copy.c (copy_prop_visit_phi_node): For the first
10812 argument use the arguments copy-of value.
10813
10814 2009-03-28 Richard Guenther <rguenther@suse.de>
10815
10816 PR tree-optimization/38180
10817 * tree-ssa-ccp.c (get_default_value): Simplify.
10818 (likely_value): Likewise.
10819 (surely_varying_stmt_p): Properly handle VOP case.
10820 (ccp_initialize): Likewise.
10821 (ccp_fold): Handle propagating through *&.
10822 (fold_const_aggregate_ref): Also handle decls.
10823
10824 2009-03-28 Jan Hubicka <jh@suse.cz>
10825
10826 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
10827 * cgraph.h (cgraph_node): Likewise.
10828 * cgraphunit.c (cgraph_process_new_functions): Set process flag.
10829 (cgraph_reset_node): Use process flag.
10830 (cgraph_mark_functions_to_output): Likewise.
10831 (cgraph_expand_function): Likewise.
10832 (cgraph_expand_all_functions): Likewise.
10833 (cgraph_output_in_order): Likewise.
10834 * dwarf2out.c (reference_to_unused): Likewise.
10835 * passes.c do_per_function_toporder): Likewise.
10836
10837 2009-03-28 Jan Hubicka <jh@suse.cz>
10838
10839 Bring from lto-branch:
10840
10841 2008-09-03 Doug Kwan <dougkwan@google.com>
10842
10843 * cgraphbuild.c (initialize_inline_failed): Use cgraph_inline_failed_t
10844 enums instead of reason strings.
10845 * cgraph.c (cgraph_create_edge): Same.
10846 (cgraph_inline_failed_string): New function.
10847 * cgraph.h (cgraph_inline_failed_t): New enum type.
10848 (cgraph_inline_failed_string): New prototype.
10849 (struct cgraph_edge): Change type of INLINED_FAILED from constant
10850 char pointer to cgraph_inline_failed_t.
10851 (cgraph_inline_p): Adjust prototype to use cgraph_inline_failed_t.
10852 (cgraph_default_inline_p): Ditto.
10853 * cgraphunit.c (cgraph_inline_p): Change type of parameter REASON
10854 to cgraph_inline_failed_t pointer.
10855 * cif-code.def: New file.
10856 * ipa-inline.c (cgraph_mark_inline_edge): Use an enum instead of a
10857 reason string.
10858 (cgraph_check_inline_limits): Change type of REASON to pointer to
10859 cgraph_inline_failed_t. Replace reason strings with enums.
10860 (cgraph_default_inline_p): Ditto.
10861 (cgraph_recursive_inlining_p): Ditto.
10862 (update_caller_keys): Change type of FAILED_REASON to
10863 cgraph_inline_failed_t.
10864 (cgraph_set_inline_failed): Change type of REASON to pointer to
10865 cgraph_inline_failed_t. Call cgraph_inline_failed_string to
10866 convert enums to strings for text output.
10867 (cgraph_decide_inlining_of_small_function): Change FAILED_REASON
10868 to be of type cgraph_inline_failed_t. Replace reason strings with
10869 enums. Call cgraph_inline_failed_string to covert enums
10870 to strings for text output.
10871 (cgraph_decide_inlining): Replace reason strings with enums.
10872 (cgraph_decide_inlining_incrementally): Change type of FAILED_REASON
10873 to cgraph_inline_failed_t type. Call cgraph_inline_failed_string
10874 for text output.
10875 * tree-inline.c (expand_call_inline): Change type of REASON
10876 to cgraph_inline_failed_t. Replace reason strings with enums.
10877 Call cgraph_inline_failed_string for text output.
10878 * Makefile.in (CGRAPH_H): Add cif-code.def to dependencies.
10879 (cgraph.o): Ditto.
10880
10881 2009-03-28 Jan Hubicka <jh@suse.cz>
10882
10883 * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,
10884 cgraph_clone_node): Remove master clone handling.
10885 (cgraph_is_master_clone, cgraph_master_clone): Remove.
10886 * cgraph.h (master_clone): Remove.
10887 (cgraph_is_master_clone, cgraph_master_clone): Remove.
10888 * ipa-type-escape.c (type_escape_execute): Remove use of master clone.
10889 (tree-ssa-structalias.c (ipa_pta_execute): Likewise.
10890
10891 2009-03-28 Jan Hubicka <jh@suse.cz>
10892
10893 * cgraph.c (cgraph_function_body_availability): Functions declared
10894 inline are always safe to assume that it is not going to be replaced.
10895
10896 2009-03-28 Richard Guenther <rguenther@suse.de>
10897
10898 PR tree-optimization/38513
10899 * tree-ssa-pre.c (eliminate): Remove redundant stores.
10900 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
10901 EXC_PTR_EXPR and FILTER_EXPR.
10902 (get_ref_from_reference_ops): Likewise.
10903
10904 2009-03-28 Richard Guenther <rguenther@suse.de>
10905
10906 PR tree-optimization/38968
10907 * tree-vect-analyze.c (vect_compute_data_ref_alignment):
10908 Use FLOOR_MOD_EXPR to compute misalignment.
10909
10910 2009-03-28 Richard Guenther <rguenther@suse.de>
10911
10912 PR tree-optimization/37795
10913 * tree.h (combine_comparisons): Declare.
10914 * fold-const.c (combine_comparisons): Export.
10915 * tree-ssa-ifcombine.c (ifcombine_ifandif): Optimize two successive
10916 comparisons.
10917 (ifcombine_iforif): Use combine_comparisons.
10918
10919 2009-03-28 Jan Hubicka <jh@suse.cz>
10920
10921 * tree-eh.c (inlinable_call_p): New function.
10922 (make_eh_edges): Use it.
10923 (verify_eh_edges): Use it.
10924 (stmt_can_throw_external, stmt_can_throw_internal): Use it.
10925 * except.c (reachable_next_level): Add inlinable_function argument
10926 (sjlj_find_directly_reachable_regions): Update.
10927 (add_reachable_handler): Do not set saw_any_handlers.
10928 (reachable_next_level): Handle MUST_NOT_THROW more curefully.
10929 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
10930 Add new inlinable call parameter.
10931 (can_throw_internal, can_throw_external): Update.
10932 * except.h (can_throw_internal_1, can_throw_external_1,
10933 foreach_reachable_handler): Update declaration.
10934
10935 2009-03-28 Joseph Myers <joseph@codesourcery.com>
10936
10937 * config/arm/t-arm-coff, config/h8300/coff.h,
10938 config/i386/i386-aout.h, config/i386/i386-coff.h,
10939 config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
10940 config/pdp11/2bsd.h, config/rs6000/aix41.h,
10941 config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
10942 fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
10943 scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
10944 sys-types.h: Remove.
10945 * Makefile.in: Remove protoize and fixproto support and references
10946 in comments.
10947 (SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
10948 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
10949 Remove.
10950 (ALL_HOST_OBJS): Remove $(PROTO_OBJS).
10951 (MOSTLYCLEANFILES): Remove protoize$(exeext) and
10952 unprotoize$(exeext).
10953 (rest.encap): Don't depend on $(STMP_FIXPROTO)
10954 (.PHONY): Don't depend on proto.
10955 (libgcc-support): Don't depend on $(STMP_FIXPROTO).
10956 (proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
10957 protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
10958 deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
10959 build/gen-protos.o, build/scan.o, xsys-protos.h,
10960 build/fix-header$(build_exeext), build/fix-header.o,
10961 build/scan-decls.o, fixhdr.ready, stmp-fixproto,
10962 stmp-install-fixproto): Remove.
10963 (mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
10964 SYSCALLS.c or fixproto files.
10965 (install-common): Don't install protoize.
10966 (install-headers-tar, install-headers-cpio, install-headers-cp):
10967 Don't depend on $(STMP_FIXPROTO).
10968 (install-mkheaders): Don't depend on $(STMP_FIXPROTO). Don't
10969 install fixproto files or write out fixproto settings.
10970 (uninstall): Don't uninstall protoize.
10971 * config.gcc (use_fixproto): Remove.
10972 (arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
10973 i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
10974 rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
10975 * config/m32r/t-linux (STMP_FIXPROTO): Remove.
10976 * config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
10977 * config/mips/t-iris (FIXPROTO_DEFINES): Remove.
10978 * config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
10979 * config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
10980 * config/t-svr4 (FIXPROTO_DEFINES): Remove.
10981 * config/t-vxworks (STMP_FIXPROTO): Remove.
10982 * configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
10983 STMP_FIXPROTO): Remove.
10984 * config.in, configure: Regenerate.
10985 * crtstuff.c (gid_t, uid_t): Don't undefine.
10986 * doc/install.texi: Change m68k-coff to m68k-elf in example.
10987 (arm-*-coff, arm-*-aout: Remove target entries.
10988 (*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
10989 Remove mention of AIX 4.1.
10990 (m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
10991 * doc/invoke.texi (Running Protoize): Remove.
10992 * doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
10993 (Protoize Caveats): Remove.
10994 * tsystem.h: Update comments on headers assumed to exist.
10995
10996 2009-03-27 Vladimir Makarov <vmakarov@redhat.com>
10997
10998 * genautomata.c: Add a new year to the copyright. Add a new
10999 reference.
11000 (struct insn_reserv_decl): Add comments for member bypass_list.
11001 (find_bypass): Remove.
11002 (insert_bypass): New.
11003 (process_decls): Use insert_bypass.
11004 (output_internal_insn_latency_func): Output all bypasses with the
11005 same input insn in one switch case.
11006
11007 * rtl.def (define_bypass): Describe bypass choice.
11008 * doc/md.texi (define_bypass): Ditto.
11009
11010 2009-03-27 Richard Guenther <rguenther@suse.de>
11011
11012 * gimplify.c (mark_addressable): Export.
11013 * tree-flow.h (mark_addressable): Declare.
11014 * tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
11015 * tree-ssa.c (verify_phi_args): Verify that address taken
11016 variables have TREE_ADDRESSABLE set.
11017
11018 2009-03-27 Richard Guenther <rguenther@suse.de>
11019
11020 * fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
11021 (build_fold_addr_expr_with_type): ... this. Remove in_fold handling.
11022 Do not mark decls TREE_ADDRESSABLE.
11023 (build_fold_addr_expr): Adjust.
11024 (fold_addr_expr): Remove.
11025 (fold_unary): Use build_fold_addr_expr.
11026 (fold_comparison): Likewise.
11027 (split_address_to_core_and_offset): Likewise.
11028 * coverage.c (tree_coverage_counter_addr): Mark the array decl
11029 TREE_ADDRESSABLE.
11030 * gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
11031 (gimplify_modify_expr_to_memcpy): Mark source and destination
11032 addressable.
11033 * omp-low.c (create_omp_child_function): Mark the object decl
11034 TREE_ADDRESSABLE.
11035 (lower_rec_input_clauses): Mark the var we take the address of
11036 TREE_ADDRESSABLE.
11037 (lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.
11038
11039 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11040
11041 PR middle-end/39315
11042 * cfgexpand.c (expand_one_stack_var_at): Change alignment
11043 limit to MAX_SUPPORTED_STACK_ALIGNMENT.
11044
11045 2009-03-27 Richard Guenther <rguenther@suse.de>
11046
11047 PR tree-optimization/39120
11048 * tree-ssa-structalias.c (handle_rhs_call): Fill out return
11049 constraints.
11050 (handle_lhs_call): Process return constraints. Add escape
11051 constraints if necessary.
11052 (handle_const_call): Fill out return constraints. Make nested
11053 case more precise. Avoid consttmp if possible.
11054 (handle_pure_call): Fill out return constraints. Avoid
11055 callused if possible.
11056 (find_func_aliases): Simplify call handling.
11057
11058 2009-03-27 Richard Guenther <rguenther@suse.de>
11059
11060 PR tree-optimization/39120
11061 * tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
11062 as a representative.
11063 (solve_graph): Do propagate CALLUSED.
11064 (handle_pure_call): Use a scalar constraint from CALLUSED for
11065 the return value.
11066 (find_what_p_points_to): CALLUSED shall not appear in poins-to
11067 solutions.
11068
11069 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11070
11071 PR c/39323
11072 * c-common.c (handle_aligned_attribute): Properly check alignment
11073 overflow. Use (1U << i) instead of (1 << i).
11074
11075 * emit-rtl.c (get_mem_align_offset): Use "unsigned int" for align.
11076
11077 * expr.h (get_mem_align_offset): Updated.
11078
11079 * tree.h (tree_decl_common): Change align to "unsigned int" and
11080 move it before pointer_alias_set.
11081
11082 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11083 Jakub Jelinek <jakub@redhat.com>
11084
11085 PR target/38034
11086 * config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
11087 gr_register_operand with gr_reg_or_0_operand.
11088 (cmpxchg_rel_di): Likewise.
11089 (sync_lock_test_and_set<mode>): Likewise.
11090
11091 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11092
11093 * jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
11094 (true_regnum): Likewise.
11095
11096 * rtlanal.c (subreg_info): Moved to ...
11097 * rtl.h (subreg_info): Here. New.
11098 (subreg_get_info): New.
11099
11100 * rtlanal.c (subreg_get_info): Make it extern.
11101
11102 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11103
11104 PR target/39472
11105 * config/i386/i386.c (ix86_abi): New.
11106 (override_options): Handle -mabi=.
11107 (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
11108 (ix86_call_abi_override): Likewise.
11109 (init_cumulative_args): Likewise.
11110 (function_arg_advance): Likewise.
11111 (function_arg_64): Likewise.
11112 (function_arg): Likewise.
11113 (ix86_pass_by_reference): Likewise.
11114 (ix86_function_value_regno_p): Likewise.
11115 (ix86_build_builtin_va_list_abi): Likewise.
11116 (setup_incoming_varargs_64): Likewise.
11117 (is_va_list_char_pointer): Likewise.
11118 (ix86_init_machine_status): Likewise.
11119 (ix86_reg_parm_stack_space): Use enum calling_abi on call_abi.
11120 (ix86_function_type_abi): Return enum calling_abi. Rewrite
11121 for 64bit. Replace DEFAULT_ABI with ix86_abi.
11122 (ix86_function_abi): Make it static and return enum calling_abi.
11123 (ix86_cfun_abi): Return enum calling_abi. Replace DEFAULT_ABI
11124 with ix86_abi.
11125 (ix86_fn_abi_va_list): Updated.
11126
11127 * config/i386/i386.h (ix86_abi): New.
11128 (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
11129 (CONDITIONAL_REGISTER_USAGE): Likewise.
11130 (CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
11131 (machine_function): Likewise.
11132
11133 * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
11134 with ix86_abi.
11135 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
11136 (STACK_BOUNDARY): Likewise.
11137 * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.
11138
11139 * config/i386/i386.opt (mabi=): New.
11140
11141 * config/i386/i386-protos.h (ix86_cfun_abi): Changed to
11142 return enum calling_abi.
11143 (ix86_function_type_abi): Likewise.
11144 (ix86_function_abi): Removed.
11145
11146 * doc/invoke.texi: Document -mabi= option for x86.
11147
11148 2009-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11149
11150 * builtins.c (real_dconstp): Delete.
11151 (fold_builtin_logarithm): Remove inaccurate log(e) special case.
11152
11153 2009-03-27 Dodji Seketeli <dodji@redhat.com>
11154 Jakub Jelinek <jakub@redhat.com>
11155
11156 PR debug/37959
11157 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
11158 (gen_subprogram_die): When a function is explicit, generate the
11159 DW_AT_explicit attribute.
11160 * langhooks.h (struct lang_hooks_for_decls): Add
11161 function_decl_explicit_p langhook.
11162 * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
11163 (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.
11164
11165 2009-03-27 Jakub Jelinek <jakub@redhat.com>
11166
11167 * builtins.c (fold_builtin_memory_op): Optimize memmove
11168 into memcpy if we can prove source and destination don't overlap.
11169
11170 * tree-inline.c: Include gt-tree-inline.h.
11171 (clone_fn_id_num): New variable.
11172 (clone_function_name): New function.
11173 (tree_function_versioning): Use it.
11174 * Makefile.in (GTFILES): Add tree-inline.c.
11175
11176 2009-03-27 Mark Mitchell <mark@codesourcery.com>
11177
11178 * BASE-VER: Change to 4.5.0.
11179
11180 2009-03-27 Xinliang David Li <davidxl@google.com>
11181
11182 PR tree-optimization/39557
11183 * tree-ssa.c (warn_uninitialized_vars): free postdom info.
11184
11185 2009-03-27 Xinliang David Li <davidxl@google.com>
11186
11187 PR tree-optimization/39548
11188 * tree-ssa-copy.c (copy_prop_visit_phi_node): Add copy
11189 candidate check.
11190
11191 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11192
11193 * c-common.c (pointer_int_sum): Use %wd on return from
11194 tree_low_cst.
11195
11196 2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
11197
11198 * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
11199 on return from tree_low_cst.
11200
11201 2009-03-27 Andrew Pinski <andrew_pinski@playstation.sony.com>
11202
11203 PR c++/36799
11204 * ginclude/stdarg.h (va_copy): Define also for
11205 __GXX_EXPERIMENTAL_CXX0X__.
11206
11207 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
11208
11209 PR c++/35652
11210 * builtins.h (c_strlen): Do not warn here.
11211 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
11212 * c-common.c (pointer_int_sum): Take an explicit location.
11213 Warn about offsets out of bounds.
11214 * c-common.h (pointer_int_sum): Adjust declaration.
11215
11216 2009-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11217
11218 * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
11219 markup glitch.
11220
11221 2009-03-26 Jakub Jelinek <jakub@redhat.com>
11222
11223 PR c++/39554
11224 * opts.c (warn_if_disallowed_function_p): Don't assume
11225 get_callee_fndecl must return non-NULL.
11226
11227 2009-03-26 Vladimir Makarov <vmakarov@redhat.com>
11228
11229 PR rtl-optimization/39522
11230 * reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
11231 when reg_reloaded_valid is set.
11232
11233 2009-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11234
11235 * config/spu/divv2df3.c: New file.
11236 * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
11237 (DPBIT_FUNCS): Filter out _div_df.
11238
11239 2009-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
11240
11241 * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
11242 a jump insn, count that jump in the distance to the loop start.
11243
11244 2009-03-25 Kaz Kojima <kkojima@gcc.gnu.org>
11245
11246 PR target/39523
11247 * config/sh/sh.c (calc_live_regs): Fix condition for global
11248 registers except PIC_OFFSET_TABLE_REGNUM.
11249
11250 2009-03-25 Kai Tietz <kai.tietz@onevision.com>
11251
11252 PR/39518
11253 * doc/invoke.texi (-mconsole): New.
11254 (-mcygwin): New.
11255 (-mno-cygwin): New.
11256 (-mdll): New.
11257 (-mnop-fun-dllimport): New.
11258 (-mthread): New.
11259 (-mwin32): New.
11260 (-mwindows): New.
11261 (sub section "i386 and x86-64 Windows Options"): New.
11262
11263 2009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
11264
11265 * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
11266 * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
11267
11268 2009-03-25 Richard Guenther <rguenther@suse.de>
11269
11270 PR middle-end/39497
11271 * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
11272 of -Wno-error.
11273
11274 2009-03-25 Andrey Belevantsev <abel@ispras.ru>
11275
11276 * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
11277 neither of haifa/selective schedulers are working.
11278
11279 2009-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11280
11281 * doc/invoke.texi (Debugging Options): Fix description of
11282 -fno-merge-debug-strings.
11283
11284 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
11285
11286 * config/cris/libgcc.ver: New version-script.
11287 * config/cris/t-linux (SHLIB_MAPFILES): Use it.
11288
11289 * configure.ac <GAS features, nop mnemonic>: Add pattern
11290 crisv32-*-* for "nop".
11291 <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32.
11292 * configure: Regenerate.
11293
11294 2009-03-24 Ira Rosen <irar@il.ibm.com>
11295
11296 PR tree-optimization/39529
11297 * tree-vect-transform.c (vect_create_data_ref_ptr): Call
11298 mark_sym_for_renaming for the tag copied to the new vector
11299 pointer.
11300
11301 2009-03-24 Arthur Loiret <aloiret@debian.org>
11302
11303 * config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
11304 * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
11305 EXTRA_SPEC_FUNCTIONS.
11306 (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
11307 * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
11308 * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
11309 -march and -mtune options.
11310
11311 2009-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
11312
11313 * config/m68k/t-rtems: Add m5329 multilib.
11314
11315 2009-03-24 Dodji Seketeli <dodji@redhat.com>
11316 Jakub Jelinek <jakub@redhat.com>
11317
11318 PR debug/39524
11319 * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
11320 nodes.
11321
11322 2009-03-23 Jakub Jelinek <jakub@redhat.com>
11323
11324 PR c/39495
11325 * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
11326 instead of c_parser_expression_conv, if original_code isn't one of the
11327 4 allowed comparison codes, fail.
11328
11329 2009-03-23 Richard Guenther <rguenther@suse.de>
11330
11331 * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
11332 * tree.h (struct tree_type): Likewise.
11333 * reload.h (struct insn_chain): Likewise.
11334 * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
11335 * function.h (struct function): Likewise.
11336 * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
11337
11338 2009-03-23 Jakub Jelinek <jakub@redhat.com>
11339
11340 PR tree-optimization/39516
11341 * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
11342
11343 2009-03-23 Bingfeng Mei <bmei@broadcom.com>
11344
11345 * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint
11346 should be set true if BITS_PER_WORD of target is bigger than 32
11347
11348 2009-03-22 Hans-Peter Nilsson <hp@axis.com>
11349
11350 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
11351 Translate -B-options to -rpath-link. Correct existing
11352 rpath-link and conditionalize on !nostdlib.
11353
11354 2009-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11355
11356 * doc/extend.texi (Function Attributes, Variable Attributes):
11357 Fix typos.
11358 * doc/invoke.texi (Debugging Options, Optimize Options)
11359 (i386 and x86-64 Options, MCore Options): Likewise.
11360
11361 2009-03-20 Jakub Jelinek <jakub@redhat.com>
11362
11363 PR debug/37890
11364 * dwarf2out.c (gen_namespace_die): Add context_die argument and use
11365 it for block local namespace aliases.
11366 (gen_decl_die): Pass context_die to gen_namespace_die.
11367
11368 2009-03-19 Jakub Jelinek <jakub@redhat.com>
11369
11370 PR c/39495
11371 * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
11372 minimum or maximum value.
11373
11374 2009-03-19 Alexandre Oliva <aoliva@redhat.com>
11375
11376 * reginfo.c (globalize_reg): Recompute derived reg sets.
11377
11378 2009-03-19 Ozkan Sezer <sezeroz@gmail.com>
11379
11380 PR target/39063
11381 * libgcc2.c (mprotect): Do not use signed arguments for
11382 VirtualProtect, use DWORD arguments. Also fix the 'may
11383 be used uninitialized' warning for the np variable.
11384
11385 2009-03-19 Jakub Jelinek <jakub@redhat.com>
11386
11387 PR target/39496
11388 * config/i386/i386.c (ix86_function_regparm): Don't optimize local
11389 functions using regparm calling conventions when not optimizing.
11390 (ix86_function_sseregparm): Similarly for sseregparm calling
11391 conventions.
11392
11393 2009-03-19 Li Feng <nemokingdom@gmail.com>
11394
11395 PR middle-end/39500
11396 * tree-data-ref.c (analyze_subscript_affine_affine): There is no
11397 dependence if the first conflict is after niter iterations.
11398
11399 2009-03-19 Hans-Peter Nilsson <hp@axis.com>
11400
11401 PR middle-end/38609
11402 * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
11403 functions with dynamic stack-pointer adjustments.
11404
11405 2009-03-19 Ben Elliston <bje@au.ibm.com>
11406
11407 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
11408 option; change to -msdata=data.
11409
11410 2009-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11411
11412 * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
11413 and -fopenmp.
11414
11415 2009-03-18 Eric Botcazou <ebotcazou@adacore.com>
11416
11417 PR target/35180
11418 * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
11419
11420 2009-03-18 Sandra Loosemore <sandra@codesourcery.com>
11421
11422 * doc/invoke.texi (Code Gen Options): Expand discussion of
11423 -fno-common.
11424
11425 2009-03-18 Jakub Jelinek <jakub@redhat.com>
11426
11427 * dse.c (struct group_info): Reorder fields for 64-bit hosts.
11428 * matrix-reorg.c (struct matrix_info): Likewise.
11429 * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
11430 * rtl.h (struct mem_attrs): Likewise.
11431 * df.h (struct df): Likewise.
11432 * tree-data-ref.h (struct data_dependence_relation): Likewise.
11433 * ira-int.h (struct ira_allocno): Likewise.
11434 * df-scan.c (struct df_collection_rec): Likewise.
11435 * ira.c (struct equivalence): Likewise.
11436 * function.c (struct temp_slot): Likewise.
11437 * cfgloop.h (struct loop): Likewise.
11438
11439 PR debug/39485
11440 * function.c (use_register_for_decl): When not optimizing, disregard
11441 register keyword for variables with types containing methods.
11442
11443 2009-03-18 Sebastian Pop <sebastian.pop@amd.com>
11444
11445 PR middle-end/39447
11446 * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
11447 (is_simple_operand): Call contains_component_ref_p before calling data
11448 reference analysis that would fail on COMPONENT_REFs.
11449
11450 * tree-vrp.c (search_for_addr_array): Fix formatting.
11451
11452 2009-03-18 Richard Guenther <rguenther@suse.de>
11453
11454 * tree-vect-transform.c (vect_loop_versioning): Fold the
11455 generated comparisons.
11456 * tree-vectorizer.c (set_prologue_iterations): Likewise.
11457 (slpeel_tree_peel_loop_to_edge): Likewise.
11458
11459 2009-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11460
11461 PR middle-end/37805
11462 * opts.c (print_specific_help): In addition to `undocumented',
11463 accept `separate' and `joined' flags if passed alone. Describe
11464 output by the first matched one of those.
11465 (common_handle_option): Skip over empty strings.
11466 * gcc.c (display_help): Fix help string for `--help='.
11467 * doc/invoke.texi (Option Summary, Overall Options): With
11468 `--help=', classes and qualifiers can both be repeated, but
11469 only the latter can be negated. One should not pass only
11470 negated qualifiers. Fix markup and examples.
11471
11472 Revert
11473 2008-10-14 Jakub Jelinek <jakub@redhat.com>
11474 PR middle-end/37805
11475 * opts.c (common_handle_option): Don't ICE on -fhelp=joined
11476 and -fhelp=separate.
11477
11478 2009-03-17 Jing Yu <jingyu@google.com>
11479
11480 PR middle-end/39378
11481 * function.h (struct rtl_data): Move is_thunk from here...
11482 (struct function): ...to here.
11483 * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
11484 * varasm.c (assemble_start_function): Change is_thunk from crtl to
11485 cfun.
11486 * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
11487 cfun.
11488 (alpha_does_function_need_gp, alpha_start_function): Likewise.
11489 (alpha_output_function_end_prologue): Likewise.
11490 (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
11491 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
11492 (rs6000_output_function_epilogue): Likewise.
11493 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
11494
11495 2009-03-17 Uros Bizjak <ubizjak@gmail.com>
11496
11497 PR target/39482
11498 * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
11499 from different units in a single alternative.
11500 (*truncdfsf_i387): Ditto.
11501 (*truncxfsf2_mixed): Ditto.
11502 (*truncxfdf2_mixed): Ditto.
11503
11504 2009-03-17 Jakub Jelinek <jakub@redhat.com>
11505
11506 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
11507 non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
11508
11509 PR debug/39474
11510 * tree-ssa-live.c (remove_unused_locals): Don't remove local
11511 unused non-artificial variables when not optimizing.
11512
11513 PR debug/39471
11514 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
11515 DW_TAG_imported_module even if decl is IMPORTED_DECL with
11516 NAMESPACE_DECL in its DECL_INITIAL.
11517
11518 PR middle-end/39443
11519 * optabs.c (set_user_assembler_libfunc): New function.
11520 * expr.h (set_user_assembler_libfunc): New prototype.
11521 * c-common.c: Include libfuncs.h.
11522 (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
11523 for memcmp, memset, memcpy, memmove and abort.
11524 * Makefile.in (c-common.o): Depend on libfuncs.h.
11525
11526 PR debug/39412
11527 * dwarf2out.c (gen_inlined_enumeration_type_die,
11528 gen_inlined_structure_type_die, gen_inlined_union_type_die,
11529 gen_tagged_type_instantiation_die): Removed.
11530 (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
11531 do nothing.
11532
11533 2009-03-17 Janis Johnson <janis187@us.ibm.com>
11534
11535 PR testsuite/38526
11536 * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
11537 its use.
11538 (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
11539 (check-parallel-%): Ditto.
11540 (check-consistency): Ditto.
11541
11542 2009-03-17 Kai Tietz <kai.tietz@onevision.com>
11543
11544 * ipa-struct-reorg.c (create_general_new_stmt): Initialize
11545 local variable rhs by NULL_TREE.
11546
11547 2009-03-17 H.J. Lu <hongjiu.lu@intel.com>
11548
11549 PR target/39477
11550 * doc/extend.texi: Correct register behavior for regparm on Intel 386.
11551
11552 2009-03-17 H.J. Lu <hongjiu.lu@intel.com>
11553
11554 PR target/39476
11555 * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
11556
11557 2009-03-17 H.J. Lu <hongjiu.lu@intel.com>
11558
11559 PR target/39473
11560 * config/i386/i386.c (ix86_expand_call): Check extra clobbers
11561 for ms->sysv ABI calls only in 64bit mode.
11562
11563 * config/i386/i386.md (untyped_call): Support 32bit.
11564
11565 2009-03-16 H.J. Lu <hongjiu.lu@intel.com>
11566
11567 * doc/extend.texi: Replace x86_65 with x86_64.
11568
11569 2009-03-16 Jakub Jelinek <jakub@redhat.com>
11570
11571 PR tree-optimization/39455
11572 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
11573 mismatches for POINTER_TYPE_P (type).
11574 (number_of_iterations_le): Likewise.
11575
11576 2009-03-16 Hariharan Sandanagobalane <hariharan@picochip.com>
11577
11578 * config/picochip/picochip.c: Removed profiling support.
11579 * config/picochip/picochip.md: Removed profiling instruction.
11580 * config/picochip/picochip.h: Removed profiling builtin.
11581
11582 2009-03-16 Joseph Myers <joseph@codesourcery.com>
11583
11584 * doc/install.texi (--with-host-libstdcxx): Document.
11585
11586 2009-03-14 Anatoly Sokolov <aesok@post.ru>
11587
11588 PR target/34299
11589 * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
11590 generate a warning if the function name does not begin with
11591 "__vector" and the function has either the 'signal' or 'interrupt'
11592 attribute, from here to ...
11593 (avr_declare_function_name): ...here. New function.
11594 * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
11595 * config/avr/avr-protos.h (avr_declare_function_name): Declare.
11596
11597 2009-03-14 Jakub Jelinek <jakub@redhat.com>
11598
11599 PR bootstrap/39454
11600 * cse.c (fold_rtx): Don't modify original const_arg1 when
11601 canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
11602 separate variable instead.
11603 * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
11604 from out of range shift counts.
11605 (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
11606
11607 2009-03-13 Catherine Moore <clm@codesourcery.com>
11608
11609 * config/i386/x-mingw32 (host-mingw32.o): Replace
11610 diagnostic.h with $(DIAGNOSTIC_H).
11611
11612 2009-03-12 Jakub Jelinek <jakub@redhat.com>
11613
11614 PR target/39431
11615 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
11616 predicate.
11617 * config/i386/sync.md (sync_compare_and_swap<mode>,
11618 sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
11619 if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
11620 into a register.
11621 (sync_double_compare_and_swapdi_pic,
11622 sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
11623 cmpxchg8b_pic_memory_operand instead of just memory_operand.
11624
11625 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
11626
11627 PR target/39445
11628 * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
11629
11630 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
11631
11632 PR target/39327
11633 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
11634 (avx_addsubv4df3): Likewise.
11635 (*avx_addsubv4sf3): Likewise.
11636 (sse3_addsubv4sf3): Likewise.
11637
11638 2009-03-12 H.J. Lu <hongjiu.lu@intel.com>
11639
11640 PR target/38824
11641 * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
11642
11643 2009-03-12 Vladimir Makarov <vmakarov@redhat.com>
11644
11645 PR debug/39432
11646 * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
11647 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
11648 registers for allocnos created from user-defined variables.
11649
11650 2009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11651
11652 PR target/39181
11653 * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
11654 of non-integer mode as well.
11655
11656 2009-03-11 Adam Nemet <anemet@caviumnetworks.com>
11657
11658 * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
11659 for functions for which the parameter types are unknown.
11660
11661 2009-03-11 Jakub Jelinek <jakub@redhat.com>
11662
11663 PR target/39137
11664 * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
11665 * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
11666 * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
11667 * config/i386/i386.c (ix86_local_alignment): For
11668 -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
11669 long long variables on the stack to avoid dynamic realignment.
11670 Allow the first argument to be a decl rather than type.
11671 * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
11672
11673 2009-03-11 Nick Clifton <nickc@redhat.com>
11674
11675 PR target/5362
11676 * config/mcore/mcore.opt: Remove deprecated m4align and m8align
11677 options.
11678 Add description to mno-lsim option.
11679 * config/mcore/mcore.h: Remove comment about deprecated m4align
11680 option.
11681 (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
11682 * doc/invoke.texi: Add description of mno-lsim and
11683 mstack-increment options.
11684
11685 * config/fr30/fr30.opt: Document the -mno-lsim option.
11686 * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
11687 and -mno-lsim options.
11688
11689 2009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11690
11691 * fold-const.c (fold_comparison): Only call fold_inf_compare
11692 if the mode supports infinities.
11693
11694 2009-03-11 Jason Merrill <jason@redhat.com>
11695
11696 PR debug/39086
11697 * tree-nrv.c (tree_nrv): Don't do this optimization if the front
11698 end already did. Notice GIMPLE_CALL modifications of the result.
11699 Don't copy debug information from an ignored decl or a decl from
11700 another function.
11701
11702 2009-03-10 Richard Guenther <rguenther@suse.de>
11703 Nathan Froyd <froydnj@codesourcery.com>
11704
11705 PR middle-end/37850
11706 * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
11707 (__divMODE3): Likewise.
11708
11709 2009-03-09 Jakub Jelinek <jakub@redhat.com>
11710
11711 PR tree-optimization/39394
11712 * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
11713 DECL_SIZE_UNIT of variable length FIELD_DECLs.
11714
11715 2009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11716
11717 * recog.c (verfiy_changes): Disallow renaming of hard regs in
11718 inline asms for register asm ("") declarations.
11719
11720 2009-03-09 Eric Botcazou <ebotcazou@adacore.com>
11721
11722 * fold-const.c (fold_unary): Fix comment.
11723
11724 2009-03-07 Jan Hubicka <jh@suse.cz>
11725
11726 PR target/39361
11727 * tree-inline.c (setup_one_parameter): Do replacement of const
11728 argument by constant in SSA form.
11729
11730 2009-03-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11731
11732 PR middle-end/38028
11733 * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
11734 determine alignment passed to assign_stack_local.
11735 (assign_parms_unsplit_complex): Likewise.
11736 * except.c (sjlj_build_landing_pads): Likewise.
11737
11738 2009-03-06 Jakub Jelinek <jakub@redhat.com>
11739
11740 PR middle-end/39360
11741 * tree-flow.h (add_referenced_var): Return bool instead of void.
11742 * tree-dfa.c (add_referenced_var): Return result of
11743 referenced_var_check_and_insert call.
11744 * tree-inline.c (expand_call_inline): Call add_referenced_var instead
11745 of referenced_var_check_and_insert.
11746
11747 PR debug/39372
11748 * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
11749 (gen_variable_die): Emit DW_AT_location on abstract static variable's
11750 DIE, don't emit it if abstract origin already has it.
11751 * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
11752 BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
11753
11754 2009-03-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
11755
11756 * genpreds.c (needs_variable): Fix parentheses at variable name
11757 detection.
11758 (write_tm_constrs_h): Indent generated code.
11759
11760 2009-03-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11761
11762 * doc/extend.texi (Function Attributes): Add documentation
11763 for isr attributes.
11764
11765 2009-03-06 Jakub Jelinek <jakub@redhat.com>
11766
11767 PR debug/39387
11768 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
11769 take locus from its DECL_SOURCE_LOCATION instead of input_location.
11770
11771 2009-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
11772
11773 * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
11774 the loop as bad.
11775
11776 2009-03-05 Jakub Jelinek <jakub@redhat.com>
11777
11778 PR debug/39379
11779 * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
11780 with blocks containing IMPORTED_DECLs in BLOCK_VARS.
11781
11782 2009-03-05 Uros Bizjak <ubizjak@gmail.com>
11783
11784 * config/i386/i386.md (R8_REG, R9_REG): New constants.
11785 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
11786 constants instead of magic numbers.
11787 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
11788 (QI_REG_P): Ditto.
11789 * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
11790 (x86_64_ms_abi_int_parameter_registers): Ditto.
11791 (x86_64_int_return_registers): Ditto.
11792 (ix86_maybe_switch_abi): Ditto.
11793 (ix86_expand_call): Ditto for clobbered_registers array.
11794 (ix86_hard_regno_mode_ok): Ditto.
11795 (x86_extended_QIreg_mentioned_p): Ditto.
11796
11797 2009-03-05 J"orn Rennecke <joern.rennecke@arc.com>
11798
11799 PR tree-optimization/39349
11800 * cse.c (cse_insn): Fix loop to stop at VOIDmode.
11801
11802 * combine.c (gen_lowpart_for_combine): Use omode when generating
11803 clobber.
11804
11805 2009-03-04 J"orn Rennecke <joern.rennecke@arc.com>
11806
11807 PR rtl-optimization/39235
11808 * loop-iv.c (get_simple_loop_desc): Use XCNEW.
11809
11810 2009-03-04 Zdenek Dvorak <ook@ucw.cz>
11811
11812 * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
11813
11814 2009-03-04 Richard Guenther <rguenther@suse.de>
11815
11816 PR tree-optimization/39362
11817 * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
11818 that occur in abnormal PHIs should be varying.
11819
11820 2009-03-04 Zdenek Dvorak <ook@ucw.cz>
11821
11822 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
11823 Extend comments.
11824 (simple_iv): Take loop as an argument instead of statement.
11825 * tree-scalar-evolution.h (simple_iv): Declaration changed.
11826 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
11827 to simple_iv.
11828 * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
11829 Ditto.
11830 * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
11831 * matrix-reorg.c (analyze_transpose): Ditto.
11832 * tree-data-ref.c (dr_analyze_innermost): Ditto.
11833 * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
11834 * tree-predcom.c (ref_at_iteration): Ditto.
11835 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
11836
11837 2009-03-04 Richard Guenther <rguenther@suse.de>
11838
11839 PR tree-optimization/39358
11840 * tree-ssa-structalias.c (do_sd_constraint): Fix check for
11841 escaped_id and callused_id.
11842 (solve_graph): Likewise.
11843
11844 2009-03-04 Richard Guenther <rguenther@suse.de>
11845
11846 PR tree-optimization/39339
11847 * tree-sra.c (try_instantiate_multiple_fields): Make it
11848 no longer ICE on the above.
11849
11850 2009-03-03 Joseph Myers <joseph@codesourcery.com>
11851
11852 * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
11853 that fits within Pmode.
11854
11855 2009-03-03 Steve Ellcey <sje@cup.hp.com>
11856
11857 PR middle-end/10109
11858 * tm.texi (LIBCALL_VALUE): Update description.
11859
11860 2009-03-03 Steve Ellcey <sje@cup.hp.com>
11861
11862 PR middle-end/34443
11863 * doc/extend.texi (section): Update description.
11864
11865 2009-03-03 H.J. Lu <hongjiu.lu@intel.com>
11866
11867 PR middle-end/39345
11868 * tree-inline.c (remapped_type): New.
11869 (can_be_nonlocal): Call remapped_type instead of remap_type.
11870
11871 2009-03-03 Jakub Jelinek <jakub@redhat.com>
11872
11873 PR fortran/39354
11874 * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
11875 TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
11876
11877 2009-03-03 Richard Guenther <rguenther@suse.de>
11878
11879 PR middle-end/39272
11880 * tree.c (tree_nonartificial_location): New function.
11881 * tree.h (tree_nonartificial_location): Declare.
11882 * builtins.c (expand_builtin_memory_chk): Provide location
11883 of the call location for artificial function pieces.
11884 (maybe_emit_chk_warning): Likewise.
11885 (maybe_emit_sprintf_chk_warning): Likewise.
11886 (maybe_emit_free_warning): Likewise.
11887 * expr.c (expand_expr_real_1): Likewise.
11888
11889 2009-03-03 Jakub Jelinek <jakub@redhat.com>
11890
11891 PR tree-optimization/39343
11892 * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
11893 COMPONENT_REF t has ARRAY_TYPE.
11894
11895 2009-03-02 Sebastian Pop <sebastian.pop@amd.com>
11896
11897 PR middle-end/39335
11898 * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
11899 when the type precision of the induction variable should be
11900 larger than the type precision of nit.
11901 (gen_parallel_loop): Update use of canonicalize_loop_ivs.
11902 * graphite.c (graphite_loop_normal_form): Same.
11903 * tree-flow.h (canonicalize_loop_ivs): Update declaration.
11904
11905 2009-03-02 Uros Bizjak <ubizjak@gmail.com>
11906
11907 * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
11908 (*call_1_rex64_ms_sysv): Use named constants instead of magic
11909 numbers to describe clobbered registers.
11910 (*call_value_0_rex64_ms_sysv): Ditto.
11911 * config/i386/mmx.md (mmx_emms): Ditto.
11912 (mmx_femms): Ditto.
11913
11914 2009-03-02 Richard Sandiford <rdsandiford@googlemail.com>
11915
11916 * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
11917 of ABI_64.
11918
11919 2009-03-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11920
11921 * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
11922 (spu_section_type_flags): New function.
11923
11924 2009-03-02 Uros Bizjak <ubizjak@gmail.com>
11925
11926 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
11927 reg_class_contents of FLOAT_REGS into a temporary.
11928
11929 2009-03-02 Richard Guenther <rguenther@suse.de>
11930 Ira Rosen <irar@il.ibm.com>
11931
11932 PR tree-optimization/39318
11933 * tree-vect-transform.c (vectorizable_call): Transfer the EH region
11934 information to the vectorized statement.
11935
11936 2009-03-01 Uros Bizjak <ubizjak@gmail.com>
11937
11938 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
11939 variable. Use defined names instead of magic constants for REX SSE
11940 registers.
11941
11942 2009-03-01 Richard Guenther <rguenther@suse.de>
11943
11944 PR tree-optimization/39331
11945 * omp-low.c (lower_send_shared_vars): Do not receive new
11946 values for the reference of DECL_BY_REFERENCE parms or results.
11947
11948 2009-03-01 Jan Hubicka <jh@suse.cz>
11949
11950 PR debug/39267
11951 * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
11952 BLOCK_NONLOCALIZED_VAR): New macros.
11953 (tree_block): Add nonlocalized_vars.
11954 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
11955 gen_decl_die): Add origin argument. Allow generation of die with
11956 origin at hand only.
11957 (gen_member_die, gen_type_die_with_usage, force_decl_die,
11958 declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
11959 of gen_*.
11960 (gen_block_die): Fix checking for unused blocks.
11961 (process_scope_var): Break out from .... ; work with origins only.
11962 (decls_for_scope) ... here; process nonlocalized list.
11963 (dwarf2out_ignore_block): Look for nonlocalized vars.
11964 * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
11965 vars.
11966 (dump_scope_block): Dump them.
11967 * tree-inline.c (remap_decls): Handle nonlocalized vars.
11968 (remap_block): Likewise.
11969 (can_be_nonlocal): New predicate.
11970 (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
11971
11972 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11973
11974 * configure: Regenerate.
11975
11976 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11977
11978 * optc-gen.awk: No need to duplicate option flags twice.
11979 Reuse help texts for duplicate options which do not have any.
11980
11981 * gcc.c (display_help): Document --version.
11982
11983 * gcc.c (main): If print_help_list and verbose_flag, ensure
11984 driver output comes before subprocess output.
11985
11986 * optc-gen.awk: Assign all remaining fields to help string,
11987 space-separated, for multi-line help in *.opt.
11988
11989 * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
11990 -Wno-pedantic-ms-format is for MinGW targets only.
11991
11992 * doc/options.texi (Option file format): Fix bad indentation,
11993 restoring dropped sentence.
11994
11995 2009-02-28 Jan Hubicka <jh@suse.cz>
11996
11997 * tree-inline.c (tree_function_versioning): Output debug info.
11998
11999 2009-02-28 Jan Hubicka <jh@suse.cz>
12000
12001 PR debug/39267
12002 * tree-inline.c (setup_one_parameter): Do not copy propagate
12003 arguments when not optimizing.
12004
12005 2009-02-28 H.J. Lu <hongjiu.lu@intel.com>
12006
12007 PR target/39327
12008 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
12009 (avx_addsubv4df3): Likewise.
12010 (*avx_addsubv4sf3): Likewise.
12011 (sse3_addsubv4sf3): Likewise.
12012 (*avx_addsubv2df3): Likewise.
12013 (sse3_addsubv2df3): Likewise.
12014 (avx_unpckhps256): Correct item selectors.
12015 (avx_unpcklps256): Likewise.
12016 (avx_unpckhpd256): Likewise.
12017 (avx_unpcklpd256): Likewise.
12018
12019 2009-02-28 Jan Hubicka <jh@suse.cz>
12020
12021 * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
12022 static vars.
12023 (copy_arguments_for_versioning): If var is declared don't declare it.
12024 (tree_function_versioning): First setup substitutions and then copy
12025 args.
12026
12027 2009-02-27 Jan Hubicka <jh@suse.cz>
12028
12029 PR debug/39267
12030 * cgraph.h (varpool_output_debug_info): Remove.
12031 * cgraphunit.c (varpool_output_debug_info): Remove.
12032 * dwarf2out.c (deferred_locations_struct): New struct
12033 (deferred_locations): New type.
12034 (deferred_locations_list): New static var.
12035 (deffer_location): New function.
12036 (gen_variable_die): Use it.
12037 (decls_for_scope): Output info on local static vars.
12038 (dwarf2out_finish): Process deferred locations.
12039 * varpool.c (varpool_output_debug_info): Remove.
12040
12041 2009-02-27 Jan Hubicka <jh@suse.cz>
12042
12043 PR debug/39267
12044 * tree.h (TREE_PROTECTED): Fix comment.
12045 (BLOCK_HANDLER_BLOCK): Remove.
12046 (struct tree_block): Remove handler_block add body_block.
12047 (inlined_function_outer_scope_p): New.
12048 (is_body_block): Remove.
12049 * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
12050 * dwarf2out.c (is_inlined_entry_point): Remove.
12051 (add_high_low_attributes): Use inlined_function_outer_scope_p.
12052 (gen_block_die): Use is_inlined_entry_point check. Remove body block
12053 code.
12054 * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
12055 * gimplify.c (gimplify_expr): Gimplify body blocks.
12056 * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
12057 block with multiple subblocks.
12058 (dump_scope_block): Prettier output; dump more flags and info.
12059 (dump_scope_blocks): New.
12060 (remove_unused_locals): Use dump_scope_blocks.
12061 * tree-flow.h (dump_scope_blocks): Declare.
12062 * tree-cfg.c (execute_build_cfg): Dump scope blocks.
12063 * stmt.c (is_body_block): Remove.
12064 * tree-inline.c (remap_block): Copy BODY_BLOCK info.
12065 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
12066
12067 2009-02-27 Sebastian Pop <sebastian.pop@amd.com>
12068
12069 PR middle-end/39308
12070 * graphite.c (graphite_loop_normal_form): Do not call
12071 number_of_iterations_exit from a gcc_assert.
12072
12073 2009-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12074
12075 * config/s390/s390.c (s390_swap_cmp): Look for conditional
12076 jumps if COND is NULL.
12077 (find_cond_jump): New function.
12078 (s390_z10_optimize_cmp): Handling for reg-reg compares added.
12079 * config/s390/s390.md: Remove z10_cobra attribute value.
12080
12081 2009-02-26 Uros Bizjak <ubizjak@gmail.com>
12082
12083 * config/alpha/alpha.h (alpha_expand_mov): Return false if
12084 force_const_mem returns NULL_RTX.
12085
12086 2009-02-26 Jan Hubicka <jh@suse.cz>
12087
12088 PR debug/39267
12089 * cgraph.h (varpool_output_debug_info): Remove.
12090 * cgraphunit.c (varpool_output_debug_info): Remove.
12091 * dwarf2out.c (deferred_locations_struct): New struct
12092 (deferred_locations): New type.
12093 (deferred_locations_list): New static var.
12094 (deffer_location): New function.
12095 (gen_variable_die): Use it.
12096 (decls_for_scope): Output info on local static vars.
12097 (dwarf2out_finish): Process deferred locations.
12098 * varpool.c (varpool_output_debug_info): Remove.
12099
12100 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
12101
12102 PR rtl-optimization/39241
12103 * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
12104 to subreg_offset_representable_p.
12105
12106 2009-02-25 Paolo Bonzini <bonzini@gnu.org>
12107
12108 * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
12109 execute function prototype. Get f and nregs from max_reg_num
12110 and get_insns. Remove the first backward pass as it's dead,
12111 guard the forward pass by flag_expensive_optimizations.
12112 (rest_of_handle_regmove): Delete.
12113 (pass_regmove): Replace it with regmove_optimize.
12114
12115 2009-02-25 Martin Jambor <mjambor@suse.cz>
12116
12117 PR tree-optimization/39259
12118 * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
12119 calls_alloca function flags.
12120 (copy_bb): Set calls_setjmp and alls_alloca function flags if such
12121 calls are detected.
12122
12123 2009-02-25 Paolo Bonzini <bonzini@gnu.org>
12124
12125 * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
12126 flags_set_1_rtx, flags_set_1_set): Delete.
12127 (regmove_optimize): Do not call mark_flags_life_zones.
12128
12129 2009-02-24 Julian Brown <julian@codesourcery.com>
12130
12131 PR target/35965
12132 * config/arm/arm.c (require_pic_register): Only set
12133 cfun->machine->pic_reg once per function.
12134
12135 2009-02-24 Sandra Loosemore <sandra@codesourcery.com>
12136
12137 * doc/invoke.texi (Link Options): Document an easier way to pass
12138 options that take arguments to the GNU linker using -Xlinker and -Wl.
12139
12140 2009-02-24 Steve Ellcey <sje@cup.hp.com>
12141
12142 PR target/33785
12143 * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
12144
12145 2009-02-24 Richard Guenther <rguenther@suse.de>
12146
12147 PR debug/39285
12148 * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
12149
12150 2009-02-24 Richard Guenther <rguenther@suse.de>
12151 Zdenek Dvorak <ook@ucw.cz>
12152
12153 PR tree-optimization/39233
12154 * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
12155 from converting them to a generic type.
12156
12157 2009-02-23 Sebastian Pop <sebastian.pop@amd.com>
12158
12159 PR tree-optimization/39260
12160 * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
12161 contains a condition with a real type.
12162 (build_scop_conditions_1): Conditions are always last_stmt of a bb.
12163
12164 2009-02-23 Jason Merrill <jason@redhat.com>
12165
12166 PR c++/38880
12167 * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
12168 narrowing_initializer_constant_valid_p.
12169 (narrowing_initializer_constant_valid_p): Don't return
12170 null_pointer_node for adding a pointer to itself.
12171
12172 2009-02-23 Jan Hubicka <jh@suse.cz>
12173
12174 PR c/12245
12175 * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
12176 resizing.
12177
12178 2009-02-23 Jan Hubicka <jh@suse.cz>
12179
12180 PR tree-optimization/37709
12181 * tree.c (block_ultimate_origin): Move here from dwarf2out.
12182 * tree.h (block_ultimate_origin): Declare.
12183 * dwarf2out.c (block_ultimate_origin): Move to tree.c
12184 * tree-ssa-live.c (remove_unused_scope_block_p):
12185 Eliminate blocks containig no instructions nor live variables nor
12186 nested blocks.
12187 (dump_scope_block): New function.
12188 (remove_unused_locals): Enable removal of dead blocks by default;
12189 enable dumping at TDF_DETAILS.
12190
12191 2009-02-21 H.J. Lu <hongjiu.lu@intel.com>
12192
12193 * config/i386/i386.c (classify_argument): Don't allow COImode
12194 and OImode.
12195 (function_arg_advance_32): Don't allow OImode.
12196 (function_arg_32): Likewise.
12197 (function_value_32): Likewise.
12198 (return_in_memory_32): Likewise.
12199 (function_arg_64): Remove OImode comment.
12200
12201 2009-02-21 H.J. Lu <hongjiu.lu@intel.com>
12202
12203 PR target/39261
12204 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
12205 ix86_expand_vector_set for V4DImode in 64bit mode only.
12206 (ix86_expand_vector_init_one_var): Likewise.
12207
12208 2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
12209
12210 * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
12211
12212 2009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
12213
12214 PR bootstrap/39257
12215 * loop-iv.c: Revert last change.
12216 * emit-rtl.c: Likewise.
12217
12218 2009-02-21 H.J. Lu <hongjiu.lu@intel.com>
12219
12220 PR target/39256
12221 * config/i386/i386.c (type_natural_mode): Remove an extra
12222 space in the warning message.
12223 (function_value_32): Handle 32-byte vector modes.
12224 (return_in_memory_32): Likewise.
12225
12226 2009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
12227
12228 * loop-iv.c (truncate_value): New function.
12229 (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
12230 of lowpart_subreg.
12231 (lowpart_subreg): Move to...
12232 * emit-rtl.c: ...here.
12233
12234 2009-02-21 Danny Smith <dannysmith@users.sourceforge.net>
12235
12236 * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
12237 accidental and undocumented change at revision 140860.
12238
12239 2009-02-21 Joseph Myers <joseph@codesourcery.com>
12240
12241 * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
12242 take gimple_seq * arguments.
12243 (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
12244 types_compatible_p langhook.
12245
12246 2009-02-20 Mark Mitchell <mark@codesourcery.com>
12247 Joseph Myers <joseph@codesourcery.com>
12248
12249 * config/arm/arm.c (arm_builtin_va_list): New function.
12250 (arm_expand_builtin_va_start): Likewise.
12251 (arm_gimplify_va_arg_expr): Likewise.
12252 (TARGET_BUILD_BUILTIN_VA_LIST): Define.
12253 (TARGET_BUILD_BUILTIN_VA_START): Likewise.
12254 (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
12255 (va_list_type): New variable.
12256 (arm_mangle_type): Mangle va_list_type appropriately.
12257
12258 2009-02-20 Jakub Jelinek <jakub@redhat.com>
12259
12260 PR middle-end/39157
12261 * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
12262 * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
12263 * params.def (loop-invariant-max-bbs-in-loop): New parameter.
12264 * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
12265 parameter to 1000 for -O1 by default.
12266 * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
12267 parameter.
12268 * loop-invariant.c: Include params.h.
12269 (move_loop_invariants): Don't call move_single_loop_invariants on
12270 very large loops.
12271
12272 2009-02-20 Jaka Mocnik <jaka@xlab.si>
12273
12274 * calls.c (emit_library_call_value_1): Use slot_offset instead of
12275 offset when calculating bounds for indexing stack_usage_map. Fixes
12276 a buffer overflow with certain target setups.
12277
12278 2009-02-20 Jakub Jelinek <jakub@redhat.com>
12279
12280 PR target/39240
12281 * calls.c (expand_call): Clear try_tail_call if caller and callee
12282 disagree in promotion of function return value.
12283
12284 2009-02-19 Jakub Jelinek <jakub@redhat.com>
12285
12286 PR target/39175
12287 * c-common.c (c_determine_visibility): If visibility changed and
12288 DECL_RTL has been already set, call make_decl_rtl to update symbol
12289 flags.
12290
12291 2009-02-19 H.J. Lu <hongjiu.lu@intel.com>
12292
12293 PR c++/39188
12294 * varasm.c (assemble_variable): Don't check DECL_NAME when
12295 globalizing a variable.
12296
12297 2009-02-19 Joseph Myers <joseph@codesourcery.com>
12298
12299 PR c/38483
12300 * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
12301 expression before any __builtin_trap call.
12302 * c-typeck.c (build_function_call): Convert and check function
12303 arguments before generating a call to a trap. Evaluate the
12304 function arguments before the trap.
12305
12306 2009-02-19 Uros Bizjak <ubizjak@gmail.com>
12307
12308 PR target/39228
12309 * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
12310 (UNSPEC_FXAM_MEM): New unspec.
12311 (fxam<mode>2_i387_with_temp): New insn and split pattern.
12312 (isinf<mode>2): Use MODEF mode iterator. Force operand[1] through
12313 memory using fxam<mode>2_i387_with_temp to remove excess precision.
12314
12315 2009-02-19 Richard Guenther <rguenther@suse.de>
12316
12317 PR tree-optimization/39207
12318 PR tree-optimization/39074
12319 * tree-ssa-structalias.c (storedanything_id, var_storedanything,
12320 storedanything_tree): New.
12321 (do_ds_constraint): Simplify ANYTHING shortcutting. Update
12322 the STOREDANYTHING solution if the lhs solution contains ANYTHING.
12323 (build_succ_graph): Add edges from STOREDANYTHING to all
12324 non-direct nodes.
12325 (init_base_vars): Initialize STOREDANYTHING.
12326 (compute_points_to_sets): Free substitution info after
12327 building the succ graph.
12328 (ipa_pta_execute): Likewise.
12329
12330 * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
12331 field.
12332 (do_ds_constraint): Do not add to special var or non-pointer
12333 field solutions.
12334 (type_could_have_pointers): Split out from ...
12335 (could_have_pointers): ... here. For arrays use the element type.
12336 (create_variable_info_for): Initialize may_have_pointers.
12337 (new_var_info): Likewise.
12338 (handle_lhs_call): Make the HEAP variable unknown-sized.
12339 (intra_create_variable_infos): Use a type with pointers for
12340 PARM_NOALIAS, make it unknown-sized.
12341
12342 2009-02-18 H.J. Lu <hongjiu.lu@intel.com>
12343
12344 PR target/39224
12345 * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
12346
12347 2009-02-18 Jason Merrill <jason@redhat.com>
12348
12349 PR target/39179
12350 * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
12351 value if DECL_EXTERNAL.
12352 * tree-sra.c (sra_walk_gimple_assign): Likewise.
12353 * target.h (gcc_target::binds_local_p): Clarify "module".
12354 * tree.h (TREE_PUBLIC): Clarify "module".
12355
12356 2009-02-17 Xuepeng Guo <xuepeng.guo@intel.com>
12357
12358 PR target/38891
12359 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
12360 initialization for MS_ABI prior to the hunk of !TARGET_MMX.
12361
12362 2009-02-17 H.J. Lu <hongjiu.lu@intel.com>
12363
12364 PR target/39082
12365 * c.opt (Wabi): Support C and ObjC.
12366 (Wpsabi): New.
12367
12368 * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
12369
12370 * config/i386/i386.c (classify_argument): Warn once about the ABI
12371 change when passing union with long double.
12372
12373 * doc/invoke.texi: Update -Wabi for warning psABI changes.
12374
12375 2009-02-18 Joseph Myers <joseph@codesourcery.com>
12376
12377 PR c/35447
12378 * c-parser.c (c_parser_compound_statement): Always enter and leave
12379 a scope.
12380
12381 2009-02-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12382
12383 PR target/34587
12384 * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
12385
12386 2009-02-18 Jakub Jelinek <jakub@redhat.com>
12387
12388 PR tree-optimization/36922
12389 * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
12390 * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
12391 Likewise.
12392
12393 2009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
12394
12395 * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
12396 to 0 for EABI64.
12397
12398 2009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
12399
12400 * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
12401
12402 2009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
12403
12404 * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
12405 tree sharing.
12406
12407 2009-02-17 Ruan Beihong <ruanbeihong@gmail.com>
12408 Richard Sandiford <rdsandiford@googlemail.com>
12409
12410 * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
12411 * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
12412 (loongson_biadd): ...this.
12413
12414 2009-02-17 Richard Guenther <rguenther@suse.de>
12415
12416 PR tree-optimization/39202
12417 * tree-ssa-structalias.c (do_structure_copy): Before collapsing
12418 a var make sure to follow existing collapses.
12419
12420 2009-02-17 Richard Guenther <rguenther@suse.de>
12421
12422 PR middle-end/39214
12423 * langhooks.c (lhd_print_error_function): Check for NULL block.
12424
12425 2009-02-17 Richard Guenther <rguenther@suse.de>
12426
12427 PR tree-optimization/39204
12428 * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
12429 of the PHI arg.
12430
12431 2009-02-17 Uros Bizjak <ubizjak@gmail.com>
12432
12433 * config/soft-fp/double.h: Update from glibc CVS.
12434
12435 2009-02-17 Richard Guenther <rguenther@suse.de>
12436
12437 PR tree-optimization/39207
12438 * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
12439 strict-aliasing warnings for pointers pointing to NULL.
12440
12441 2009-02-16 Joseph Myers <joseph@codesourcery.com>
12442
12443 PR c/35446
12444 * c-parser.c (c_parser_braced_init): Call pop_init_level when
12445 skipping until next close brace.
12446
12447 2009-02-16 H.J. Lu <hongjiu.lu@intel.com>
12448
12449 PR target/37049
12450 * config/i386/i386.c (ix86_expand_push): Set memory alignment
12451 to function argument boundary.
12452
12453 2009-02-16 Hariharan Sandanagobalane <hariharan@picochip.com>
12454
12455 * config/picochip/picochip.md (lea_add): Allow any nonimmediate
12456 in the lea_add. Reload eventually constraints it properly.
12457 * config/picochip/constraints.md: Remove the target constraint
12458 "b", since it is not needed anymore.
12459
12460 2009-02-16 Jakub Jelinek <jakub@redhat.com>
12461
12462 * gthr-dce.h: Uglify function parameter and local variable names.
12463 * gthr-gnat.h: Likewise.
12464 * gthr-mipssde.h: Likewise.
12465 * gthr-nks.h: Likewise.
12466 * gthr-posix95.h: Likewise.
12467 * gthr-posix.h: Likewise.
12468 * gthr-rtems.h: Likewise.
12469 * gthr-single.h: Likewise.
12470 * gthr-solaris.h: Likewise.
12471 * gthr-tpf.h: Likewise.
12472 * gthr-vxworks.h: Likewise.
12473 * gthr-win32.h: Likewise.
12474
12475 2009-02-15 H.J. Lu <hongjiu.lu@intel.com>
12476
12477 PR target/39196
12478 * config/i386/i386.md: Restrict the new peephole2 to move
12479 between MMX/SSE registers.
12480
12481 2009-02-15 Richard Guenther <rguenther@suse.de>
12482
12483 Revert
12484 2009-02-13 Richard Guenther <rguenther@suse.de>
12485
12486 * configure.ac: Enable LFS.
12487 * configure: Re-generate.
12488 * config.in: Likewise.
12489
12490 2009-02-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12491
12492 * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
12493 spu_srqwbyte, spu_srqwbytebc): Define.
12494 * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
12495 spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
12496 * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
12497 "shrqby_<mode>"): New insn-and-split patterns.
12498 * config/spu/spu.c (expand_builtin_args): Determine and return
12499 number of operands using spu_builtin_description data.
12500 (spu_expand_builtin_1): Use it.
12501
12502 2009-02-13 Steve Ellcey <sje@cup.hp.com>
12503
12504 PR target/38056
12505 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
12506 TARGET_CONST_GP.
12507
12508 2009-02-13 H.J. Lu <hongjiu.lu@intel.com>
12509
12510 PR target/39149
12511 * config/i386/i386.c (override_options): Correct warning
12512 messages for -malign-loops, -malign-jumps and -malign-functions.
12513
12514 2009-02-13 H.J. Lu <hongjiu.lu@intel.com>
12515
12516 PR target/39152
12517 * config/i386/i386.md: Restrict the new peephole2 to move
12518 between the general purpose registers.
12519
12520 2009-02-13 H.J. Lu <hongjiu.lu@intel.com>
12521
12522 PR target/39162
12523 * config/i386/i386.c (type_natural_mode): Add a new argument.
12524 Return the original mode and warn ABI change if vector size is 32byte.
12525 (function_arg_advance): Updated.
12526 (function_arg): Likewise.
12527 (ix86_function_value): Likewise.
12528 (ix86_return_in_memory): Likewise.
12529 (ix86_sol10_return_in_memory): Likewise.
12530 (ix86_gimplify_va_arg): Likewise.
12531 (function_arg_32): Don't warn ABX ABI change here.
12532 (function_arg_64): Likewise.
12533
12534 2009-02-13 Bernd Schmidt <bernd.schmidt@analog.com>
12535
12536 * loop-iv.c (implies_p): In the final case, test that operands 0
12537 of the two comparisons match.
12538
12539 * config/bfin/bfin.c (find_prev_insn_start): New function.
12540 (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
12541 (find_next_insn_start): Move.
12542
12543 2009-02-13 Richard Guenther <rguenther@suse.de>
12544
12545 * configure.ac: Enable LFS.
12546 * configure: Re-generate.
12547 * config.in: Likewise.
12548
12549 2009-02-13 Joseph Myers <joseph@codesourcery.com>
12550
12551 PR c/35444
12552 * c-parser.c (c_parser_parms_list_declarator): Discard pending
12553 sizes on syntax error after some arguments have been parsed.
12554
12555 2009-02-12 Jakub Jelinek <jakub@redhat.com>
12556
12557 * doc/invoke.texi (-fira): Remove.
12558
12559 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
12560
12561 * caller-save.c: Replace regclass.c with reginfo.c in comments.
12562 * recog.c: Likewise.
12563 * rtl.h: Likewise.
12564
12565 2009-02-12 Uros Bizjak <ubizjak@gmail.com>
12566
12567 * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
12568 (umul_ppmm): Likewise.
12569 (count_leading_zeros): Likewise.
12570 (count_trailing_zeros): Likewise.
12571 (UMUL_TIME): Likewise.
12572
12573 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
12574
12575 * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
12576 soft-fp/t-softfp to tmake_file.
12577
12578 * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
12579 (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
12580 (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
12581 IA64_BUILTIN_INFQ]: New.
12582 (ia64_init_builtins): Initialize __builtin_infq,
12583 __builtin_fabsq and __builtin_copysignq if not HPUX.
12584 (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
12585 IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
12586
12587 * config/ia64/lib1funcs.asm (__divtf3): Define only if
12588 SHARED is defined.
12589 (__fixtfti): Likewise.
12590 (__fixunstfti): Likewise.
12591 (__floattitf): Likewise.
12592
12593 * config/ia64/libgcc-glibc.ver: New.
12594 * config/ia64/t-fprules-softfp: Likewise.
12595 * config/ia64/sfp-machine.h: Likewise.
12596
12597 * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
12598 (LIBGCC2_TF_CEXT): Likewise.
12599 (TF_SIZE): Likewise.
12600 (TARGET_INIT_LIBFUNCS): Likewise.
12601
12602 * config/ia64/t-glibc (SHLINB_MAPFILES):
12603 Add $(srcdir)/config/ia64/libgcc-glibc.ver.
12604
12605 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
12606
12607 * config/i386/i386.c (construct_container): Rewrite processing
12608 BLKmode with X86_64_SSE_CLASS.
12609
12610 2009-02-12 Paolo Bonzini <bonzini@gnu.org>
12611
12612 PR target/39152
12613 * config/i386/i386.md: Replace simplify_replace_rtx with
12614 replace_rtx in the new peephole2.
12615
12616 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
12617
12618 * doc/invoke.texi (Optimize Options): Stop claiming inlining and
12619 loop unrolling do not happen at -O2.
12620
12621 2009-02-12 Michael Matz <matz@suse.de>
12622
12623 * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
12624
12625 2009-02-12 Jakub Jelinek <jakub@redhat.com>
12626
12627 * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
12628 for -g3.
12629
12630 2009-02-12 Ben Elliston <bje@au.ibm.com>
12631
12632 * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
12633 patterns when updating the back chain. Missed in the 2009-02-10
12634 change.
12635
12636 2009-02-11 Janis Johnson <janis187@us.ibm.com>
12637
12638 * doc/extend.texi (Decimal Floating Types): Update identifier of
12639 draft TR and list of missing support.
12640
12641 2009-02-11 Jakub Jelinek <jakub@redhat.com>
12642
12643 PR middle-end/39154
12644 * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
12645 bit to variable length decl's flags, add it also to its
12646 pointer replacement variable.
12647
12648 2009-02-11 Uros Bizjak <ubizjak@gmail.com>
12649 Jakub Jelinek <jakub@redhat.com>
12650
12651 PR target/39118
12652 * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
12653 (memory_blockage): New expander.
12654 (*memory_blockage): New insn pattern.
12655 * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
12656 instead of general blockage at the end of function prologue when
12657 frame pointer is used to access red zone area. Do not emit blockage
12658 when profiling, it is emitted in generic code.
12659 (ix86_expand_epilogue): Emit memory_blockage at the beginning of
12660 function epilogue when frame pointer is used to access red zone area.
12661
12662 2009-02-11 Paolo Bonzini <bonzini@gnu.org>
12663
12664 PR target/38824
12665 * config/i386/i386.md: Add two new peephole2 to avoid mov followed
12666 by arithmetic with memory operands.
12667 * config/i386/predicates.md (commutative_operator): New.
12668
12669 2009-02-10 Janis Johnson <janis187@us.ibm.com>
12670
12671 * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
12672 bulleted lists.
12673
12674 2009-02-10 Eric Botcazou <ebotcazou@adacore.com>
12675
12676 * alias.h (record_alias_subset): Declare.
12677 * alias.c (record_alias_subset): Make global.
12678
12679 2009-02-10 Nick Clifton <nickc@redhat.com>
12680
12681 * tree-parloops.c: Change license to GPLv3.
12682 * ipa-struct-reorg.c: Change license to GPLv3.
12683 * ipa-struct-reorg.h: Change license to GPLv3.
12684
12685 2009-02-10 Steve Ellcey <sje@cup.hp.com>
12686
12687 PR c/39084
12688 * c-decl.c (start_struct): Return NULL on error.
12689
12690 2009-02-10 Jakub Jelinek <jakub@redhat.com>
12691
12692 PR middle-end/39124
12693 * cfgloopmanip.c (remove_path): Call remove_bbs after
12694 cancel_loop_tree, not before it.
12695
12696 PR target/39139
12697 * function.h (struct function): Add has_local_explicit_reg_vars bit.
12698 * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
12699 VAR_DECLs were seen.
12700 * tree-ssa-live.c (remove_unused_locals): Recompute
12701 cfun->has_local_explicit_reg_vars.
12702 * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
12703 copies or clearings if cfun->has_local_explicit_reg_vars.
12704
12705 2009-02-10 Uros Bizjak <ubizjak@gmail.com>
12706
12707 PR target/39118
12708 * config/i386/i386.c (expand_prologue): Emit blockage at the end
12709 of function prologue when frame pointer is used to access
12710 red zone area.
12711
12712 2009-02-10 Richard Guenther <rguenther@suse.de>
12713
12714 PR middle-end/39127
12715 * gimplify.c (gimple_regimplify_operands): Always look if
12716 we need to create a temporary.
12717
12718 2009-02-10 Richard Guenther <rguenther@suse.de>
12719
12720 PR tree-optimization/39132
12721 * tree-loop-distribution.c (todo): New global var.
12722 (generate_memset_zero): Trigger TODO_rebuild_alias.
12723 (tree_loop_distribution): Return todo.
12724
12725 2009-02-10 H.J. Lu <hongjiu.lu@intel.com>
12726
12727 PR target/39119
12728 * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
12729 (x86_64_reg_class_name): Removed.
12730 (classify_argument): Return 0 if bytes > 32. Return 0 if the
12731 first one isn't X86_64_SSE_CLASS or any other ones aren't
12732 X86_64_SSEUP_CLASS when size > 16bytes. Don't turn
12733 X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
12734 is X86_64_SSEUP_CLASS. Set AVX modes to 1 X86_64_SSE_CLASS
12735 and 3 X86_64_SSEUP_CLASS.
12736 (construct_container): Remove X86_64_AVX_CLASS. Handle 4
12737 registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
12738
12739 2009-02-10 Ben Elliston <bje@au.ibm.com>
12740
12741 * config/rs6000/rs6000.md (allocate_stack): Always use an update
12742 form instruction to update the stack back chain word, even if the
12743 user has disabled the generation of update instructions.
12744 (movdi_<mode>_update_stack): New.
12745 (movsi_update_stack): Likewise.
12746 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
12747 always use an update form instruction to update the stack back
12748 chain word.
12749
12750 2009-02-09 Sebastian Pop <sebastian.pop@amd.com>
12751
12752 PR middle-end/38953
12753 * graphite.c (if_region_set_false_region): After moving a region in
12754 the false branch of a condition, remove the empty dummy basic block.
12755 (gloog): Remove wrong fix for PR38953.
12756
12757 2009-02-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12758
12759 * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
12760 generation due to implicit sign extension.
12761
12762 2009-02-09 Eric Botcazou <ebotcazou@adacore.com>
12763
12764 PR middle-end/38981
12765 * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
12766 at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
12767
12768 2009-02-09 Richard Guenther <rguenther@suse.de>
12769
12770 PR middle-end/35202
12771 * convert.c (convert_to_real): Disable (float)fn((double)x)
12772 to fnf(x) conversion if errno differences may occur and
12773 -fmath-errno is set.
12774
12775 2009-02-07 Anatoly Sokolov <aesok@post.ru>
12776
12777 * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
12778 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
12779 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
12780
12781 2009-02-06 Joseph Myers <joseph@codesourcery.com>
12782
12783 PR c/35434
12784 * c-common.c (handle_alias_attribute): Disallow attribute for
12785 anything not a FUNCTION_DECL or VAR_DECL.
12786
12787 2009-02-06 Janis Johnson <janis187@us.ibm.com>
12788
12789 PR c/39035
12790 * real.c (do_compare): Special-case compare of zero against
12791 decimal float value.
12792
12793 2009-02-06 Joseph Myers <joseph@codesourcery.com>
12794
12795 PR c/36432
12796 * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
12797 as indicating flexible array members unless the field itself is
12798 being declarared as the incomplete array.
12799
12800 2009-02-06 Jan Hubicka <jh@suse.cz>
12801
12802 PR tree-optimization/38844
12803 * ipa-inline.c (try_inline): Stop inlining recursion when edge
12804 is already inlined.
12805
12806 2009-02-06 Richard Guenther <rguenther@suse.de>
12807
12808 PR middle-end/38977
12809 * tree-cfg.c (need_fake_edge_p): Force a fake edge for
12810 fork because we may expand it as __gcov_fork.
12811
12812 2009-02-06 Nick Clifton <nickc@redhat.com>
12813
12814 * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
12815
12816 2009-02-06 Paolo Bonzini <bonzini@gnu.org>
12817
12818 PR tree-optimization/35659
12819 * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
12820 vn_phi_eq): Shortcut if hashcode does not match.
12821 (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
12822 NULL operands.
12823 * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
12824 and avoid iterative_hash_expr.
12825 (FOR_EACH_VALUE_ID_IN_SET): New.
12826 (value_id_compare): Remove.
12827 (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
12828 sort expressions by value id.
12829
12830 2009-02-05 Kaz Kojima <kkojima@gcc.gnu.org>
12831
12832 PR target/38991
12833 * config/sh/predicates.md (general_movsrc_operand): Don't check
12834 the subreg of system registers here.
12835
12836 2009-02-05 Jakub Jelinek <jakub@redhat.com>
12837
12838 PR c++/39106
12839 * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
12840 on the copied decl.
12841
12842 2009-02-05 Paolo Bonzini <bonzini@gnu.org>
12843
12844 PR rtl-optimization/39110
12845 * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
12846 addresses, not aligned ones.
12847
12848 2009-02-05 Daniel Berlin <dberlin@dberlin.org>
12849 Richard Guenther <rguenther@suse.de>
12850
12851 PR tree-optimization/39100
12852 * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
12853 comment says and add edges.
12854
12855 2009-02-05 Joseph Myers <joseph@codesourcery.com>
12856
12857 PR c/35435
12858 * c-common.c (handle_tls_model_attribute): Ignore attribute for
12859 non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
12860
12861 2009-02-04 Tobias Grosser <grosser@fim.uni-passau.de>
12862
12863 * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
12864 sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
12865 register_bb_in_sese, new_sese, free_sese): Moved.
12866 (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
12867 outermost_loop_in_scop, build_scop_iteration_domain,
12868 expand_scalar_variables_ssa_name, get_vdef_before_scop,
12869 limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
12870 Use loop_in_sese_p instead of loop_in_scop_p.
12871 (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
12872 (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
12873 (scopdet_basic_block_info): Fix bug in scop detection.
12874 (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
12875 eq_loop_to_cloog_loop): Remove.
12876 (nb_loops_around_loop_in_scop, nb_loop
12877 ref_nb_loops): Moved here...
12878 * graphite.h (ref_nb_loops): ... from here.
12879 (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
12880 (loop_domain_dim, loop_iteration_vector_dim): Remove.
12881 (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
12882 * testsuite/gcc.dg/graphite/scop-19.c: New
12883
12884 2009-02-04 Paolo Bonzini <bonzini@gnu.org>
12885 Hans-Peter Nilsson <hp@axis.com>
12886
12887 PR rtl-optimization/37889
12888 * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
12889 Move offset handling from PLUS to before the switch. Use new
12890 arguments when considering SYMBOL_REFs too.
12891 (rtx_addr_can_trap_p): Pass dummy offset and size.
12892 (enum may_trap_p_flags): Remove.
12893 (may_trap_p_1): Pass size from MEM_SIZE.
12894
12895 PR rtl-optimization/38921
12896 * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
12897 * rtl.h (may_trap_after_code_motion_p): Delete prototype.
12898 * rtlanal.c (may_trap_after_code_motion_p): Delete.
12899 (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
12900
12901 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
12902
12903 AVX Programming Reference (January, 2009)
12904 * config/i386/sse.md (*vpclmulqdq): New.
12905
12906 2009-02-04 Jakub Jelinek <jakub@redhat.com>
12907
12908 PR tree-optimization/38977
12909 PR gcov-profile/38292
12910 * calls.c (special_function_p): Disregard __builtin_ prefix.
12911
12912 2009-02-04 Hariharan Sandanagobalane <hariharan@picochip.com>
12913
12914 * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
12915 non-indexable addresses even before reload.
12916
12917 2009-02-03 Joseph Myers <joseph@codesourcery.com>
12918
12919 PR c/29129
12920 * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
12921 as having variable size. Do not give an error for unnamed
12922 parameters with [*] declarators. Give a warning for type names
12923 with [*] declarators and mark them as variable size.
12924 * c-parser.c (c_parser_sizeof_expression): Do not give an error
12925 for sizeof applied to [*] type names.
12926
12927 2009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
12928
12929 PR C++/36607
12930 * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
12931
12932 2009-02-03 Jakub Jelinek <jakub@redhat.com>
12933
12934 * gcc.c (process_command): Update copyright notice dates.
12935 * gcov.c (print_version): Likewise.
12936 * gcov-dump.c (print_version): Likewise.
12937 * mips-tfile.c (main): Likewise.
12938 * mips-tdump.c (main): Likewise.
12939
12940 2009-02-03 Joseph Myers <joseph@codesourcery.com>
12941
12942 PR c/35433
12943 * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
12944 for composite type involving a zero-length array type.
12945
12946 2009-02-03 Jakub Jelinek <jakub@redhat.com>
12947
12948 PR target/35318
12949 * function.c (match_asm_constraints_1): Skip over
12950 initial optional % in the constraint.
12951
12952 PR inline-asm/39059
12953 * c-parser.c (c_parser_postfix_expression): If fixed point is not
12954 supported, don't accept FIXED_CSTs.
12955 * c-decl.c (finish_declspecs): Error if fixed point is not supported
12956 and _Sat is used without _Fract/_Accum. Set specs->type to
12957 integer_type_node for cts_fract/cts_accum if fixed point is not
12958 supported.
12959
12960 2009-02-02 Catherine Moore <clm@codesourcery.com>
12961
12962 * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
12963
12964 2009-02-02 Richard Sandiford <rdsandiford@googlemail.com>
12965
12966 * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
12967 (ABI_HAS_64BIT_SYMBOLS): Use it.
12968 (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
12969
12970 2009-02-02 Paul Brook <paul@codesourcery.com>
12971
12972 * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
12973
12974 2009-02-02 Jakub Jelinek <jakub@redhat.com>
12975
12976 PR inline-asm/39058
12977 * recog.h (asm_operand_ok): Add constraints argument.
12978 * recog.c (asm_operand_ok): Likewise. If it is set, for digits
12979 recurse on matching constraint.
12980 (check_asm_operands): Pass constraints as 3rd argument to
12981 asm_operand_ok. Don't look up matching constraint here.
12982 * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
12983 to asm_operand_ok.
12984
12985 2009-02-02 Ben Elliston <bje@au.ibm.com>
12986
12987 * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
12988 TARGET_NARROW_VOLATILE_BITFIELD macro names.
12989
12990 2009-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12991
12992 * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
12993 information. Remove some obsolete information. Reorganize.
12994
12995 * config/pa/fptr.c: Revert license to GPL 2.
12996 * config/pa/milli64.S: Likewise.
12997
12998 2009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
12999
13000 PR target/38904
13001 * mkmap-flat.awk (END): Use pe_dll command-line arg to pass
13002 LIBRARY name in, instead of hard-coding it.
13003 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add an
13004 extra target make frag to tmake_files according to EH model.
13005 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
13006 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Add new target
13007 frags that define makefile variable EH_MODEL appropriately.
13008 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Add comment.
13009 * config/i386/cygwin.h (LIBGCC_EH_EXTN): Define to nothing or
13010 to "-sjlj" according to type of EH configured.
13011 (LIBGCC_SONAME): Concatenate it to shared library base name.
13012 * config/i386/mingw32.h (LIBGCC_EH_EXTN): Define to "_dw2" or
13013 to "_sjlj" according to type of EH configured.
13014 (LIBGCC_SONAME): Concatenate it to shared library base name.
13015 * config/i386/t-cygming (SHLIB_SONAME): Use EH_MODEL.
13016 (SHLIB_LINK): Add missing semicolon to if-else construct.
13017 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
13018 string value of "pe_dll" command-line option.
13019 * config/i386/t-cygwin (SHLIB_EH_EXTENSION): New helper.
13020 (SHLIB_SONAME): Use it when overriding t-cygming default.
13021 (SHLIB_IMPLIB): Override t-cygming default.
13022 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
13023 string value of "pe_dll" command-line option.
13024
13025 2009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
13026
13027 PR target/38952
13028 * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
13029 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
13030
13031 2009-01-31 Richard Guenther <rguenther@suse.de>
13032
13033 PR tree-optimization/38937
13034 * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
13035 computing the transitive closure.
13036
13037 2009-01-30 Richard Guenther <rguenther@suse.de>
13038
13039 PR tree-optimization/39041
13040 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
13041 Propagate variable indices only if the types match for this stmt.
13042
13043 2009-01-30 Jakub Jelinek <jakub@redhat.com>
13044
13045 PR target/39013
13046 * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
13047 inline but never defined.
13048
13049 2009-01-30 Wolfgang Gellerich <gellerich@de.ibm.com>
13050
13051 * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
13052 (*insv_h_di_reg_extimm): New insn.
13053 (*insv_l<mode>_reg_extimm): New insn.
13054
13055 2009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
13056
13057 * config/picochip/picochip.c (flag_conserve_stack): set
13058 PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
13059 fconserve-stack. Reduce call-overhead used by inliner.
13060
13061 2009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
13062
13063 PR/38157
13064 * common.opt (flag_conserve_stack): Initialised to zero.
13065
13066 2009-01-30 Kai Tietz <kai.tietz@onevision.com>
13067
13068 PR/39002
13069 * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
13070 (ix86_expand_epilogue): Take nsseregs in account to use proper restore
13071 method.
13072
13073 2009-01-29 H.J. Lu <hongjiu.lu@intel.com>
13074
13075 * ira-color.c (allocno_reload_assign): Update comments.
13076 * regmove.c (regmove_optimize): Likewise.
13077
13078 * ra.h: Removed.
13079
13080 2009-01-29 Robert Millan <rmh@aybabtu.com>
13081
13082 * config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
13083 * config/i386/kopensolaris-gnu.h: New file. Undefine
13084 `MD_UNWIND_SUPPORT'.
13085 * config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
13086
13087 2009-01-29 Kazu Hirata <kazu@codesourcery.com>
13088
13089 PR tree-optimization/39007
13090 * tree-loop-distribution.c (generate_builtin): Use
13091 recompute_dominator to compute the immediate dominator of the
13092 basic block just after the loop.
13093
13094 2009-01-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13095
13096 * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
13097 (ASM_OUTPUT_DWARF_PCREL): Define.
13098
13099 2009-01-29 Vladimir Makarov <vmakarov@redhat.com>
13100
13101 * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
13102 * doc/passes.texi: Remove entries about regclass, local-alloc, and
13103 global. Modify entries about regmove and IRA.
13104
13105 * ra-conflict.c: Remove the file.
13106
13107 * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
13108
13109 * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
13110 (pass_regclass_init): Rename to pass_reginfo_init.
13111
13112 * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
13113
13114 * toplev.h (flag_ira): Remove.
13115
13116 * caller-save.c (setup_save_areas): Remove flag_ira.
13117
13118 * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
13119
13120 * global.c: Remove the file.
13121
13122 * opts.c (decode_options): Remove flag_ira.
13123
13124 * hard-reg-set.h (losing_caller_save_reg_set): Remove.
13125
13126 * regmove.c: Modify file description.
13127 (find_use_as_address, try_auto_increment): Define them only if
13128 AUTO_INC_DEC is defined.
13129 (replacement_quality, replace_in_call_usage, fixup_match_1,
13130 stable_and_no_regs_but_for_p): Remove.
13131 (reg_set_in_bb): Make it static.
13132 (regmove_optimize): Remove flag_ira and code which worked for
13133 !flag_ira.
13134
13135 * local-alloc.c: Remove the file.
13136
13137 * common.opt (fira): Remove.
13138
13139 * ira.c: Include except.h.
13140 (eliminable_regset): Move from global.c.
13141 (mark_elimination): Ditto. Remove flag_ira.
13142 (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
13143 equiv_mem_modified, validate_equiv_mem_from_store,
13144 validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
13145 contains_replace_regs, memref_referenced_p, memref_used_between_p,
13146 no_equiv, recorded_label_ref): Move from local-alloc.c.
13147 (update_equiv_regs): Ditto. Make it static.
13148 (print_insn_chain, print_insn_chains): Move it from global.c.
13149 (pseudo_for_reload_consideration_p): Ditto. Remove flag_ira.
13150 (build_insn_chain): Ditto. Make it static.
13151 (ra_init_live_subregs): Move from ra-conflict.c. Make it static.
13152 Rename to init_live_subregs.
13153 (gate_ira): Remove flag_ira.
13154
13155 * regclass.c: Rename reginfo.c. Change file description.
13156 (FORBIDDEN_INC_DEC_CLASSES): Remove.
13157 (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
13158 (init_reg_sets_1): Remove code for evaluation of
13159 reg_class_superclasses and losing_caller_save_reg_set.
13160 (init_regs): Remove init_reg_autoinc.
13161 (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
13162 ok_for_base_p_nonstrict): Remove.
13163 (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
13164 (pass_regclass_init): Rename to pass_reginfo_init. Modify
13165 corresponding entries.
13166 (dump_regclass, record_operand_costs, scan_one_insn,
13167 init_reg_autoinc, regclass, record_reg_classes, copy_cost,
13168 record_address_regs, auto_inc_dec_reg_p): Remove.
13169 (gt-regclass.h): Rename to gt-reginfo.h.
13170
13171 * rtl.h (dump_global_regs, retry_global_alloc,
13172 build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
13173
13174 * Makefile.in (RA_H): Remove.
13175 (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
13176 Rename regclass.o to reginfo.o.
13177 (regclass.o): Rename to reginfo.o. Rename gt-regclass.h to
13178 gt-reginfo.h.
13179 (global.o, local-alloc.o, ra-conflict.o): Remove entries.
13180 (GTFILES): Rename regclass.c to reginfo.c.
13181
13182 * passes.c (init_optimization_passes): Remove pass_local_alloc and
13183 pass_global_alloc. Rename pass_regclass_init to pass_reginfo_init.
13184
13185 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
13186 count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
13187 Remove flag_ira.
13188 (finish_spills): Ditto. Remove code for !flag_ira.
13189
13190 2009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
13191
13192 PR middle-end/35854
13193 * doc/invoke.texi (rtl debug options): Complete rewrite.
13194 * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
13195 to auto_inc_dec".
13196 * mode-switching.c (pass_mode_switching): Rename pass from
13197 "mode-sw" to "mode_sw".
13198 * except.c (pass_convert_to_eh_ranges): Rename pass from
13199 "eh-ranges" to "eh_ranges".
13200 * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
13201 to "subreg1".
13202
13203
13204 2009-01-29 Andrey Belevantsev <abel@ispras.ru>
13205 Alexander Monakov <amonakov@ispras.ru>
13206
13207 PR middle-end/38857
13208 * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
13209 register.
13210 (move_exprs_to_boundary): Change return type and pass through
13211 should_move from move_op. Relax assert. Update usage ...
13212 (schedule_expr_on_boundary): ... here. Use should_move instead of
13213 cant_move.
13214 (move_op_orig_expr_found): Indicate that insn was disconnected from
13215 stream.
13216 (code_motion_process_successors): Do not call after_merge_succs
13217 callback if original expression was not found when traversing any of
13218 the branches.
13219 (code_motion_path_driver): Change return type. Update prototype.
13220 (move_op): Update comment. Add a new parameter (should_move). Update
13221 prototype. Set *should_move based on indication provided by
13222 move_op_orig_expr_found.
13223
13224 2009-01-28 Pat Haugen <pthaugen@us.ibm.com>
13225
13226 * doc/invoke.texi (avoid-indexed-addresses): Document new option.
13227 * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
13228 * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
13229 * config/rs6000/rs6000.c (rs6000_override_options): Default
13230 avoid-indexed-addresses on for Power6, off for everything else.
13231 (avoiding_indexed_address_p): New function.
13232 (rs6000_legitimize_address): Use it.
13233 (rs6000_legitimate_address): Likewise.
13234 * config/rs6000/rs6000.md (movXX_updateX): Likewise
13235
13236 2009-01-28 Kazu Hirata <kazu@codesourcery.com>
13237
13238 PR tree-optimization/38997
13239 * tree-loop-distribution.c (generate_memset_zero): Use
13240 POINTER_PLUS_EXPR for a pointer addition.
13241
13242 2009-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
13243
13244 * config/s390/s390.md (bswap<mode>2): New pattern added.
13245
13246 2009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
13247
13248 * config/s390/s390.md (*tls_load_31): Added type attribute.
13249
13250 2009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
13251
13252 * config/s390/s390.md: Fix a few comments.
13253
13254 2009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
13255
13256 * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
13257 (*tm<mode>_full): Fixed z10prop attribute.
13258 (*tst<mode>_extimm): Fixed z10prop attribute.
13259 (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
13260 (*tstqiCCT_cconly): Fixed z10prop attribute.
13261 (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
13262 (*movsi_larl): Fixed z10prop attribute.
13263 (*movsi_zarch): Fixed z10prop attribute.
13264 (*movsi_eas): Fixed z10prop attribute.
13265 (*movhi): Fixed z10prop attribute.
13266 (*movqi): Fixed z10prop attribute.
13267 (*movstrictqi): Fixed z10prop attribute.
13268 (*mov<mode>): Fixed z10prop attribute.
13269 (*movcc): Fixed z10prop attribute.
13270 (*sethighpartdi_64): Fixed z10prop attribute.
13271 (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
13272 (*negdi2_sign_cc): Fixed z10prop attribute.
13273 (*negdi2_sign): Fixed z10prop attribute.
13274 (*absdi2_sign_cc): Fixed z10prop attribute.
13275 (*absdi2_sign): Fixed z10prop attribute.
13276 (*negabsdi2_sign_cc): Fixed z10prop attribute.
13277 (*negabsdi2_sign): Fixed z10prop attribute.
13278 (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
13279 (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
13280 (doloop_si64): Fixed z10prop attribute.
13281 (doloop_si31): Fixed z10prop attribute.
13282 (doloop_long): Fixed z10prop attribute.
13283 (indirect_jump): Fixed z10prop attribute.
13284 (nop): Fixed z10prop attribute.
13285 (main_base_64): Fixed z10prop attribute.
13286 (reload_base_64): Fixed z10prop attribute.
13287
13288 2009-01-28 Jakub Jelinek <jakub@redhat.com>
13289
13290 PR rtl-optimization/38740
13291 * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
13292 if !optimize.
13293 * config/mips/mips.c (mips_reorg): Likewise.
13294
13295 2009-01-28 Richard Guenther <rguenther@suse.de>
13296
13297 PR tree-optimization/38926
13298 * tree-ssa-pre.c (add_to_value): Assert we add only expressions
13299 with the correct value id to a value.
13300 (do_regular_insertion): Use the value number of edoubleprime
13301 for the value number of the expr.
13302
13303 Revert
13304 2008-08-21 Richard Guenther <rguenther@suse.de>
13305
13306 * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
13307 a PHI ask VN if it is already available.
13308 * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
13309 * tree-ssa-sccvn.c (vn_phi_lookup): Export.
13310
13311 2009-01-28 Jakub Jelinek <jakub@redhat.com>
13312
13313 PR middle-end/38934
13314 * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
13315 set to varying whenever max has TREE_OVERFLOW set, similarly
13316 for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
13317
13318 2009-01-28 Richard Guenther <rguenther@suse.de>
13319
13320 PR middle-end/38908
13321 * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
13322 uninitialized aggregate uses in call arguments.
13323
13324 2009-01-28 Paolo Bonzini <bonzini@gnu.org>
13325
13326 PR tree-optimization/38984
13327 * tree-ssa-structalias.c (get_constraints_for_1): Do not use
13328 the nothing_id variable if -fno-delete-null-pointer-checks.
13329
13330 2009-01-28 Uros Bizjak <ubizjak@gmail.com>
13331
13332 PR target/38988
13333 * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
13334 (set_got_offset_rex64): Ditto.
13335
13336 2009-01-27 H.J. Lu <hongjiu.lu@intel.com>
13337
13338 PR target/38941
13339 * doc/extend.texi: Improve local variable with asm reg.
13340
13341 2009-01-27 Adam Nemet <anemet@caviumnetworks.com>
13342
13343 * c.opt (Wpacked-bitfield-compat): Change init value to -1.
13344 * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
13345 was not supplied then set warn_packed_bitfield_compat to the
13346 default value of 1.
13347 * stor-layout.c (place_field): Check warn_packed_bitfield_compat
13348 against 1.
13349
13350 2009-01-27 Richard Guenther <rguenther@suse.de>
13351
13352 PR tree-optimization/38503
13353 * cfgexpand.c (expand_gimple_basic_block): Ignore
13354 GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
13355 * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
13356 variables that cannot have TBAA applied.
13357 (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
13358 statements.
13359
13360 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
13361
13362 PR middle-end/38969
13363 * calls.c (initialize_argument_information): Do not wrap complex
13364 arguments in SAVE_EXPR.
13365
13366 2009-01-26 Andreas Tobler <a.tobler@schweiz.org>
13367
13368 * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
13369 (INSTALL_LIBGCC): Revert typo commit.
13370
13371 2009-01-26 Richard Guenther <rguenther@suse.de>
13372
13373 PR tree-optimization/38745
13374 * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
13375 from special handling.
13376
13377 2009-01-26 Richard Guenther <rguenther@suse.de>
13378
13379 PR tree-optimization/38745
13380 * tree-ssa.c (execute_update_addresses_taken): Do not include
13381 variables that cannot possibly be a register in not_reg_needs.
13382 Do not clear TREE_ADDRESSABLE on vars that may not become
13383 registers.
13384 * tree-ssa.c (update_alias_info_1): Include those in the set
13385 of addressable vars.
13386
13387 2009-01-26 Richard Guenther <rguenther@suse.de>
13388
13389 PR middle-end/38851
13390 * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
13391 * tree-ssa-dse.c: Include langhooks.h
13392 (execute_simple_dse): Remove stores with zero size.
13393
13394 2009-01-24 Jakub Jelinek <jakub@redhat.com>
13395
13396 PR c/38957
13397 * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
13398 as PLUS_EXPR.
13399
13400 2009-01-24 Julian Brown <julian@codesourcery.com>
13401
13402 * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
13403 config/arm/linux-atomic.c.
13404 * config/arm/linux-atomic.c: New.
13405
13406 2009-01-24 Eric Botcazou <ebotcazou@adacore.com>
13407
13408 * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
13409 * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
13410 * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
13411
13412 2009-01-24 H.J. Lu <hongjiu.lu@intel.com>
13413
13414 PR c/38938
13415 * c-opts.c (c_common_handle_option): Update warn_pointer_sign
13416 properly.
13417
13418 2009-01-24 Sebastian Pop <sebastian.pop@amd.com>
13419
13420 PR tree-optimization/38953
13421 * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
13422 (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
13423 (gloog): Split the exit of the scop when the scop exit is a loop exit.
13424 (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
13425 changed the CFG.
13426
13427 2009-01-24 Paul Brook <paul@codesourcery.com>
13428
13429 * config/arm/neon.md (neon_type): Move to arm.md.
13430 (neon_mov<VSTRUCT>): Add neon_type attribute.
13431 * config/arm/arm.md (neon_type): Move to here.
13432 (conds): Add "unconditioal" and use as default for NEON insns.
13433
13434 2009-01-24 Ben Elliston <bje@au.ibm.com>
13435
13436 * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
13437 void *' warning from -Wc++-compat.
13438 * Makefile.in (dominance.o-warn): Remove.
13439
13440 2009-01-23 Paolo Bonzini <bonzini@gnu.org>
13441
13442 PR tree-optimization/38932
13443 * fold-const.c (fold_unary_ignore_overflow): New.
13444 * tree.h (fold_unary_ignore_overflow): Declare.
13445 * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
13446 * tree-ssa-sccvn.c (visit_reference_op_load,
13447 simplify_unary_expression): Likewise.
13448
13449 2009-01-22 Adam Nemet <anemet@caviumnetworks.com>
13450
13451 * c-decl.c (finish_struct): Move code to set DECL_PACKED after
13452 DECL_BIT_FIELD is alreay known. Also inherit packed for bitfields
13453 regardless of their type.
13454 * c-common.c (handle_packed_attribute): Don't ignore packed on
13455 bitfields.
13456 * c.opt (Wpacked-bitfield-compat): New warning option.
13457 * stor-layout.c (place_field): Warn if offset of a field changed.
13458 * doc/extend.texi (packed): Mention the ABI change.
13459 * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
13460 (Warning Options): Add it to the list.
13461
13462 2009-01-22 H.J. Lu <hongjiu.lu@intel.com>
13463
13464 * c-opts.c (c_common_post_options): Fix a typo in comments.
13465
13466 2009-01-22 Steve Ellcey <sje@cup.hp.com>
13467
13468 PR middle-end/38615
13469 * gimplify.c (gimplify_init_constructor): Fix promotion of const
13470 variables to static.
13471 * doc/invoke.texi (-fmerge-all-constants): Update description.
13472
13473 2009-01-22 Uros Bizjak <ubizjak@gmail.com>
13474
13475 PR target/38931
13476 * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
13477 (*movdi_1_rex64): Use type "mmx" for alternative 5.
13478
13479 2009-01-22 Richard Earnshaw <rearnsha@arm.com>
13480
13481 * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
13482 a word boundary.
13483 (LOCAL_ALIGNMENT): Similarly.
13484
13485 2009-01-22 Mark Shinwell <shinwell@codesourcery.com>
13486 Joseph Myers <joseph@codesourcery.com>
13487
13488 * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
13489 * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
13490 * config/arm/arm-tune.md: Regenerate.
13491 * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
13492 -march=iwmmxt2.
13493
13494 2009-01-22 Mark Shinwell <shinwell@codesourcery.com>
13495
13496 * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
13497 version number to five.
13498
13499 2009-01-22 Dodji Seketeli <dodji@redhat.com>
13500
13501 PR c++/38930
13502 * c-decl.c (clone_underlying_type): Revert PR c++/26693 changes.
13503 * c-common.c (set_underlying_type): Likewise.
13504 (is_typedef_decl ): Likewise
13505 * tree.h: Likewise
13506 (set_underlying_type): Likewise.
13507 (is_typedef_type): Likewise.
13508
13509 2009-01-21 Vladimir Makarov <vmakarov@redhat.com>
13510
13511 PR middle-end/38587
13512 * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
13513 crossing setjmps.
13514
13515 2009-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
13516
13517 PR bootstrap/37660
13518 * config/i386/cygwin.h (SHARED_LIBGCC_SPEC): New helper macro.
13519 (LIBGCC_SPEC): Don't define.
13520 (REAL_LIBGCC_SPEC): Define instead, using SHARED_LIBGCC_SPEC.
13521
13522 2009-01-21 Uros Bizjak <ubizjak@gmail.com>
13523
13524 PR rtl-optimization/38879
13525 * alias.c (base_alias_check): Unaligned access via AND address can
13526 alias all surrounding object types except those with sizes equal
13527 or wider than the size of unaligned access.
13528
13529 2009-01-21 Dodji Seketeli <dodji@redhat.com>
13530
13531 PR c++/26693
13532 * c-decl.c (clone_underlying_type): Move this ...
13533 * c-common.c (set_underlying_type): ... here.
13534 Also, make sure the function properly sets TYPE_STUB_DECL() on
13535 the newly created typedef variant type.
13536 (is_typedef_decl ): New entry point.
13537 * tree.h: Added a new member member_types_needing_access_check to
13538 struct tree_decl_non_common.
13539 (set_underlying_type): New entry point.
13540 (is_typedef_type): Likewise.
13541
13542 2009-01-21 Bingfeng Mei <bmei@broadcom.com>
13543
13544 * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
13545 Check whether two instructions have memory references that
13546 belong to conflicting alias sets. walk_mems_1 and walk_mems_2
13547 are helper functions for traversing.
13548 * alias.h (insn_alias_sets_confilict_p): New prototypes.
13549 * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
13550 not to draw dependency edge for instructions with non-conflicting
13551 alias sets.
13552
13553 2009-01-20 Joseph Myers <joseph@codesourcery.com>
13554
13555 PR other/38758
13556 * longlong.h: Update copyright years. Use soft-fp license notice.
13557 Sync __clz_tab declaration with glibc.
13558
13559 2009-01-20 Steve Ellcey <sje@cup.hp.com>
13560
13561 PR target/30687
13562 * doc/extend.texi (syscall_linkage): New.
13563 (version_id): Modify.
13564
13565 2009-01-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
13566 Richard Guenther <rguenther@suse.de>
13567
13568 PR tree-optimization/38747
13569 PR tree-optimization/38748
13570 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
13571 conversion if the base address is an indirect reference and the
13572 aliasing sets could cause issues.
13573
13574 2009-01-20 Sebastian Pop <sebastian.pop@amd.com>
13575
13576 * common.opt (fgraphite, fgraphite-identity): Add comment for
13577 explaining why these options are not documented.
13578
13579 2009-01-20 Sebastian Pop <sebastian.pop@amd.com>
13580
13581 * graphite.c (stmt_simple_for_scop_p): Also handle cases when
13582 gimple_call_lhs is NULL.
13583
13584 2009-01-20 Paolo Bonzini <bonzini@gnu.org>
13585
13586 PR target/38868
13587 * emit-rtl.c (adjust_address_1): Make sure memref is never
13588 overwritten.
13589
13590 2009-01-20 Ben Elliston <bje@au.ibm.com>
13591
13592 * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
13593 const qualifier from arg parameter. Remove unnecessary cast to char *.
13594 * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
13595 const qualifier from arg 2.
13596
13597 2009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
13598
13599 * config/darwin.h: Add static-libgfortran to LINK_SPEC.
13600
13601 2009-01-19 Vladimir Makarov <vmakarov@redhat.com>
13602
13603 PR c/38869
13604 * rtl.h (reinit_regs): New prototype.
13605 * regclass.c: Include ira.h.
13606 (reinit_regs): New.
13607 * Makefile.in (regclass.o): Add ira.h.
13608 * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
13609
13610 2009-01-18 H.J. Lu <hongjiu.lu@intel.com>
13611
13612 PR target/38736
13613 * c-common.c (handle_aligned_attribute): Use
13614 ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
13615 default alignment value.
13616
13617 * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
13618
13619 * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
13620 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
13621
13622 * doc/extend.texi: Update __attribute__ ((aligned)). Document
13623 __BIGGEST_ALIGNMENT__.
13624
13625 * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
13626
13627 2009-01-18 Richard Guenther <rguenther@suse.de>
13628
13629 PR tree-optimization/38819
13630 * tree-flow.h (operation_could_trap_helper_p): Declare.
13631 * tree-eh.c (operation_could_trap_helper_p): Export.
13632 * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
13633 * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
13634 * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
13635 are about to insert a possibly trapping instruction and fail
13636 in this case.
13637
13638 2009-01-18 Andreas Schwab <schwab@suse.de>
13639
13640 * doc/install.texi (Configuration): Remove obsolete paragraph
13641 about use of --with-gnu-ld with --with-gnu-as.
13642
13643 2009-01-18 Kazu Hirata <kazu@codesourcery.com>
13644
13645 * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
13646 doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
13647 Follow spelling conventions.
13648
13649 2009-01-18 Ben Elliston <bje@au.ibm.com>
13650
13651 * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
13652 C++ warning about implicit conversion from void * to struct
13653 bitmap_head_def *.
13654 (bitmap_obstack_free): Likewise for bitmap_element *.
13655 * Makefile.in (bitmap.o-warn): Remove.
13656
13657 2009-01-17 Dave Korn <dave.korn.cygwin@gmail.com>
13658
13659 * Makefile.in (BACKENDLIBS): Reorder to match dependencies.
13660
13661 2009-01-17 Sebastian Pop <sebastian.pop@amd.com>
13662 Tobias Grosser <tobi.grosser@amd.com>
13663
13664 * graphite.c (graphite_trans_scop_block): Do not block single
13665 nested loops.
13666
13667 2009-01-16 Alexandre Oliva <aoliva@redhat.com>
13668
13669 * ebitmap.h (ebitmap_iter_init): Initialize all fields.
13670 * ipa-struct-reorg.c (gen_struct_type): Replace known-true
13671 test with assertion.
13672
13673 2009-01-16 Richard Guenther <rguenther@suse.de>
13674
13675 PR tree-optimization/38835
13676 PR middle-end/36227
13677 * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
13678 and INT + PTR -> (INT)(PTR p+ INT) folding.
13679 * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
13680
13681 2009-01-16 Adam Nemet <anemet@caviumnetworks.com>
13682
13683 PR target/38554
13684 * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
13685 the subreg from a lowpart subreg if it is also casting the value.
13686
13687 2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
13688 Tobias Grosser <tobi.grosser@amd.com>
13689
13690 * graphite.c (compare_prefix_loops): New.
13691 (build_scop_canonical_schedules): Rewritten.
13692 (graphite_transform_loops): Move build_scop_canonical_schedules
13693 after build_scop_iteration_domain.
13694
13695 2009-01-16 Sebastian Pop <sebastian.pop@amd.com>
13696 Tobias Grosser <tobi.grosser@amd.com>
13697
13698 * graphite.c (add_conditions_to_domain): Add the loops to
13699 the dimension of the iteration domain. Do copy the domain
13700 only when it exists.
13701 (build_scop_conditions_1): Do not call add_conditions_to_domain.
13702 (add_conditions_to_constraints): New.
13703 (can_generate_code_stmt, can_generate_code): Removed.
13704 (gloog): Do not call can_generate_code.
13705 (graphite_transform_loops): Call add_conditions_to_constraints
13706 after building the iteration domain.
13707
13708 2009-01-16 Jakub Jelinek <jakub@redhat.com>
13709
13710 PR tree-optimization/38789
13711 * tree-ssa-threadedge.c
13712 (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
13713 __builtin_constant_p.
13714
13715 2009-01-16 Kenneth Zadeck <zadeck@naturalbridge.com>
13716
13717 * dce.c (delete_unmarked_insns): Reversed the order that insns are
13718 examined before deleting them.
13719
13720 2009-01-16 Richard Earnshaw <rearnsha@arm.com>
13721
13722 * function.c (aggregate_value_p): Correctly extract the function
13723 type from CALL_EXPR_FN lookup.
13724
13725 2009-01-16 Hariharan Sandanagobalane <hariharan@picochip.com>
13726
13727 * config/picochip/picochip.c (picochip_override_options): Revert
13728 CFI asm flag disable commited previously.
13729
13730 2009-01-15 Sebastian Pop <sebastian.pop@amd.com>
13731 Tobias Grosser <tobi.grosser@amd.com>
13732 Jan Sjodin <jan.sjodin@amd.com>
13733
13734 * graphite.c (scan_tree_for_params): On substractions negate
13735 all the coefficients of the term.
13736 (clast_to_gcc_expression_red): New. Handle reduction expressions
13737 of more than two operands.
13738 (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
13739 (get_vdef_before_scop): Handle also the case of default definitions.
13740
13741 2009-01-15 Richard Sandiford <rdsandiford@googlemail.com>
13742
13743 * caller-save.c (add_used_regs_1, add_used_regs): New functions.
13744 (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
13745 Also use them when walking CALL_INSN_FUNCTION_USAGE.
13746
13747 2009-01-15 H.J. Lu <hongjiu.lu@intel.com>
13748 Joey Ye <joey.ye@intel.com>
13749
13750 PR middle-end/37843
13751 * cfgexpand.c (expand_stack_alignment): Don't update stack
13752 boundary nor check incoming stack boundary here.
13753 (gimple_expand_cfg): Update stack boundary and check incoming
13754 stack boundary here.
13755
13756 2009-01-15 Kenneth Zadeck <zadeck@naturalbridge.com>
13757
13758 * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
13759
13760 2009-01-14 Jakub Jelinek <jakub@redhat.com>
13761
13762 PR rtl-optimization/38245
13763 * calls.c (expand_call): Add stack arguments to
13764 CALL_INSN_FUNCTION_USAGE even for pure calls (when
13765 ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
13766 in regs and partially in memory or BLKmode arguments.
13767 (emit_library_call_value_1): Add stack arguments to
13768 CALL_INSN_FUNCTION_USAGE even for pure calls (when
13769 ACCUMULATE_OUTGOING_ARGS).
13770 * dce.c: Include tm_p.h.
13771 (find_call_stack_args): New function.
13772 (deletable_insn_p): Call it for CALL_P insns. Add ARG_STORES
13773 argument.
13774 (mark_insn): Call find_call_stack_args for CALL_Ps.
13775 (prescan_insns_for_dce): Walk insns backwards in bb rather than
13776 forwards. Allocate and free arg_stores bitmap if needed, pass it
13777 down to deletable_insn_p, don't mark stores set in arg_stores
13778 bitmap, clear the bitmap at the beginning of each bb.
13779 * Makefile.in (dce.o): Depend on $(TM_P_H).
13780
13781 2009-01-14 Michael Meissner <gnu@the-meissners.org>
13782
13783 PR target/22599
13784 * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
13785 to make sure the insn is a conditional test (bug 22599). Reformat a
13786 few long lines.
13787
13788 2009-01-14 Sebastian Pop <sebastian.pop@amd.com>
13789
13790 PR middle-end/38431
13791 * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
13792 (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
13793 (gloog): Do not call cleanup_tree_cfg.
13794 (graphite_transform_loops): Call cleanup_tree_cfg after all
13795 scops have been code generated.
13796
13797 2009-01-14 Basile Starynkevitch <basile@starynkevitch.net>
13798 * doc/gty.texi (Invoking the garbage collector): Added new node
13799 and section documenting ggc_collect.
13800
13801 2009-01-14 Richard Guenther <rguenther@suse.de>
13802
13803 PR tree-optimization/38826
13804 PR middle-end/38477
13805 * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
13806 initialization notes only if we actually emitted a warning.
13807 (intra_create_variable_infos): Add constraints for a result decl
13808 that is passed by hidden reference.
13809 (build_pred_graph): Mark all related variables non-direct on
13810 address-taking.
13811
13812 2009-01-14 Nick Clifton <nickc@redhat.com>
13813
13814 * ira-conflicts.c: Include addresses.h for the definition of
13815 base_reg_class.
13816 (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
13817 * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
13818
13819 2009-01-13 Vladimir Makarov <vmakarov@redhat.com>
13820
13821 PR target/38811
13822 * Makefile.in (ira-lives.o): Add except.h.
13823
13824 * ira-lives.c: Include except.h.
13825 (process_bb_node_lives): Process can_throw_internal.
13826
13827 2009-01-13 Jakub Jelinek <jakub@redhat.com>
13828
13829 PR rtl-optimization/38774
13830 * combine.c (simplify_set): When undoing cc_use change, don't do
13831 PUT_CODE on the newly created comparison, but instead put back the
13832 old comparison.
13833
13834 2009-01-13 Joseph Myers <joseph@codesourcery.com>
13835
13836 * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
13837 values. Remove duplicate arm8 entry.
13838
13839 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
13840
13841 PR tree-optimization/38786
13842 * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
13843 the SSA_NAME case of expand_scalar_variables_expr.
13844 Set the type of an expression to the type of its assign statement.
13845 (expand_scalar_variables_expr): Also gather the scalar computation
13846 used to index the memory access. Do not pass loop_p.
13847 Fix comment. Stop recursion on tcc_constant or tcc_declaration.
13848 (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
13849 the gimple_stmt_iterator where it inserts new code.
13850 Do not pass loop_p.
13851 (copy_bb_and_scalar_dependences): Do not pass loop_p.
13852 (translate_clast): Update call to copy_bb_and_scalar_dependences.
13853
13854 2009-01-13 Sebastian Pop <sebastian.pop@amd.com>
13855
13856 * graphite.h (debug_value): Removed.
13857 * graphite.c (debug_value): Removed.
13858
13859 2009-01-13 Richard Earnshaw <rearnsha@arm.com>
13860
13861 * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
13862 ldrd/strd with two 32-bit instructions.
13863
13864 2009-01-13 Richard Earnshaw <rearnsha@arm.com>
13865
13866 * config/arm/arm.c (struct processors): Pass for speed down into
13867 cost helper functions.
13868 (const_ok_for_op): Handle COMPARE and inequality nodes.
13869 (arm_rtx_costs_1): Rewrite.
13870 (arm_size_rtx_costs): Update prototype.
13871 (arm_rtx_costs): Pass speed down to helper functions.
13872 (arm_slowmul_rtx_costs): Rework cost calculations.
13873 (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
13874 (arm_9e_rtx_costs): Likewise.
13875
13876 2009-01-13 Uros Bizjak <ubizjak@gmail.com>
13877
13878 * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
13879 relocations of local symbols wider than UNITS_PER_WORD are not valid.
13880 (alpha_legitimize_address): Do not split local symbols wider than
13881 UNITS_PER_WORD into HIGH/LO_SUM parts.
13882
13883 2009-01-13 Danny Smith <dannysmith@users.sourceforge.net>
13884
13885 PR bootstrap/38580
13886 * gcc.c (process_command): Replace call to execvp with calls
13887 to pex_one and exit.
13888
13889 2009-01-03 Anatoly Sokolov <aesok@post.ru>
13890
13891 PR target/29141
13892 * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
13893 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
13894 variant for devices with 3-byte PC.
13895 (__tablejump_elpm__): New.
13896
13897 2009-01-12 Jakub Jelinek <jakub@redhat.com>
13898
13899 PR c/32041
13900 * c-parser.c (c_parser_postfix_expression): Allow `->' in
13901 offsetof member-designator, handle it as `[0].'.
13902
13903 2009-01-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13904
13905 * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
13906 function when not using named sections on targets with named sections
13907 if branch distance is less than 262132.
13908
13909 2009-01-12 Richard Earnshaw <rearnsha@arm.com>
13910
13911 * combine.c (combine_instructions): Recompute
13912 optimize_this_for_speed_p for each BB in the main combine loop.
13913
13914 2009-01-12 Tomas Bily <tbily@suse.cz>
13915
13916 PR middlend/38385
13917 * tree-loop-distribution.c (prop_phis): New function.
13918 (generate_builtin): Call prop_phis.
13919 * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
13920
13921 2009-01-12 Jakub Jelinek <jakub@redhat.com>
13922
13923 PR tree-optimization/38807
13924 * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
13925 gimple_visited_p unless stmt is GIMPLE_ASSIGN.
13926
13927 2009-01-11 Adam Nemet <anemet@caviumnetworks.com>
13928
13929 * expmed.c (store_bit_field_1): Properly truncate the paradoxical
13930 subreg of op0 to the original op0.
13931
13932 2009-01-11 Laurent GUERBY <laurent@guerby.net>
13933
13934 * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
13935
13936 2009-01-11 Markus Schoepflin <markus.schoepflin@comsoft.de>
13937
13938 PR debug/7055
13939 * mips-tfile.c (parse_def): Fix parsing of def strings
13940 starting with digits.
13941
13942 2009-01-10 Jakub Jelinek <jakub@redhat.com>
13943
13944 PR target/38695
13945 * config/arm/arm.c (arm_is_long_call_p): Don't call
13946 arm_function_in_section_p if decl isn't a FUNCTION_DECL.
13947
13948 2009-01-09 Steven Bosscher <steven@gcc.gnu.org>
13949
13950 * regrename.c (regrename_optimize): Fix dumping.
13951 (find_oldest_value_reg): Preserve REG_POINTER.
13952 (copy_hardreg_forward_1): Likewise.
13953
13954 2009-01-09 Diego Novillo <dnovillo@google.com>
13955
13956 * gimple.h (struct gimple_statement_base) <uid>: Document
13957 the restrictions on its use.
13958 (gimple_uid): Tidy.
13959 (gimple_set_uid): Tidy.
13960
13961 2009-01-09 Jakub Jelinek <jakub@redhat.com>
13962
13963 * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
13964 zero guard even if align_bytes != 0 and count is smaller than
13965 size_needed.
13966
13967 2009-01-09 Vladimir Makarov <vmakarov@redhat.com>
13968
13969 PR rtl-optimization/38495
13970 * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
13971 (add_range_and_copies_from_move_list): Print all added ranges.
13972 Add ranges to memory optimized destination.
13973
13974 2009-01-09 Jakub Jelinek <jakub@redhat.com>
13975
13976 PR target/38686
13977 PR target/38708
13978 * config/i386/i386.c (override_options): Reject
13979 -mstringop-strategy=rep_8byte with -m32.
13980 (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
13981 to 1. Do count comparison against epilogue_size_needed at compile
13982 time even when count_exp was constant forced into register. For
13983 size_needed don't jump to epilogue, instead just avoid aligning
13984 and invoke the body algorithm. If need_zero_guard, add zero guard
13985 even if count is non-zero, but smaller than size_needed + number of
13986 bytes that could be stored for alignment.
13987 (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
13988 to 1. If need_zero_guard, add zero guard even if count is non-zero,
13989 but smaller than size_needed + number of bytes that could be stored
13990 for alignment. Compare size_needed with epilogue_size_needed instead
13991 of desired_align - align, don't adjust size_needed, pass
13992 epilogue_size_needed to the epilogue expanders.
13993
13994 PR c/35742
13995 * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
13996
13997 2009-01-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13998
13999 * pa.c (last_address): Change to unsigned.
14000 (update_total_code_bytes): Change argument to unsigned. Don't
14001 check if insn addresses are set.
14002 (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
14003 addresses are not set.
14004 (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
14005
14006 2009-01-09 Nick Clifton <nickc@redhat.com>
14007
14008 * config/sh/symbian.c: Replace uses of DECL_INLINE with
14009 DECL_DECLARED_INLINE_P.
14010
14011 2009-01-09 Jakub Jelinek <jakub@redhat.com>
14012
14013 PR middle-end/38347
14014 * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
14015 GET_MODE (op0) in operand_subword_force calls.
14016
14017 PR middle-end/38771
14018 * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
14019 fold_convert arg0 operands to TREE_TYPE (op0) first.
14020
14021 2009-01-08 Vladimir Makarov <vmakarov@redhat.com>
14022
14023 * params.def (ira-max-conflict-table-size): Decrease default value
14024 to 1000.
14025
14026 2009-01-08 Jakub Jelinek <jakub@redhat.com>
14027
14028 PR tree-optimization/37031
14029 * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
14030 on parameter_set.
14031 (build_access_matrix): Reserve correct size for AM_MATRIX vector,
14032 allocate it using gc instead of heap, use VEC_quick_push instead of
14033 VEC_safe_push.
14034 * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
14035 instead of heap, use VEC_quick_push instead of VEC_safe_push.
14036 * tree-data-ref.h (struct access_matrix): Change matrix to gc
14037 allocated vector from heap allocated.
14038 * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
14039 * tree-loop-linear.c (linear_transform_loops): Allocate nest
14040 vector only after perfect_loop_nest_depth call.
14041
14042 2009-01-08 Sebastian Pop <sebastian.pop@amd.com>
14043 Jan Sjodin <jan.sjodin@amd.com>
14044
14045 PR tree-optimization/38559
14046 * graphite.c (debug_value, copy_constraint,
14047 swap_constraint_variables, scale_constraint_variable, ): New.
14048 (get_lower_bound, get_upper_bound): Removed.
14049 (graphite_trans_bb_strip_mine): Clean up this code that works
14050 only for constant number of iterations. Fully copy upper and
14051 lower bound constraints, not only the constant part of them.
14052 * graphite.h (debug_value): Declared.
14053
14054 2009-01-08 Ira Rosen <irar@il.ibm.com>
14055
14056 PR tree-optimization/37194
14057 * tree-vect-transform.c (vect_estimate_min_profitable_iters):
14058 Don't add the cost of cost model guard in prologue to scalar
14059 outside cost in case of known number of iterations.
14060
14061 2009-01-07 Nathan Froyd <froydnj@codesourcery.com>
14062 Alan Modra <amodra@bigpond.net.au>
14063
14064 * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
14065 non-word-aligned REG+CONST addressing.
14066
14067 2009-01-07 Uros Bizjak <ubizjak@gmail.com>
14068
14069 PR target/38706
14070 * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
14071 free_after_compilation when outputting a thunk.
14072 (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
14073 Do not call free_after_compilation here.
14074
14075 2009-01-07 Uros Bizjak <ubizjak@gmail.com>
14076
14077 * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
14078 (ix86_valid_target_attribute_inner_p): Ditto.
14079
14080 2009-01-07 Jan Sjodin <jan.sjodin@amd.com>
14081
14082 PR tree-optimization/38492
14083 PR tree-optimization/38498
14084 * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
14085 * tree-chrec.h (scev_is_linear_expression): Declared.
14086 * graphite.c (graphite_cannot_represent_loop_niter): New.
14087 (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
14088 (graphite_loop_normal_form): Use gcc_assert.
14089 (scan_tree_for_params): Use CASE_CONVERT.
14090 (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
14091 (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
14092 Use gcc_assert. Discard scops that contain unhandled cases.
14093 (build_scop_conditions): Return a boolean status for unhandled cases.
14094 (strip_mine_profitable_p): Print the loop number, not its depth.
14095 (is_interchange_valid): Pass the depth of the loop nest, don't
14096 recompute it wrongly.
14097 (graphite_trans_bb_block): Same.
14098 (graphite_trans_bb_block): Print tentative of loop blocking.
14099 (graphite_trans_scop_block): Do not print that the loop has been
14100 blocked.
14101 (graphite_transform_loops): Do not handle scops that contain condition
14102 scalar phi nodes.
14103
14104 2009-01-07 H.J. Lu <hongjiu.lu@intel.com>
14105
14106 AVX Programming Reference (December, 2008)
14107 * config/i386/avxintrin.h (_mm256_stream_si256): New.
14108 (_mm256_stream_pd): Likewise.
14109 (_mm256_stream_ps): Likewise.
14110
14111 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
14112 IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
14113 (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
14114 (bdesc_special_args): Add __builtin_ia32_movntdq256,
14115 __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
14116 (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
14117 (ix86_expand_special_args_builtin): Likewise.
14118
14119 * config/i386/sse.md (AVXMODEDI): New.
14120 (avx_movnt<mode>): Likewise.
14121 (avx_movnt<mode>): Likewise.
14122 (<sse>_movnt<mode>): Remove AVX support.
14123 (sse2_movntv2di): Likewise.
14124
14125 2009-01-07 Richard Guenther <rguenther@suse.de>
14126
14127 PR middle-end/38751
14128 * fold-const.c (extract_muldiv): Remove obsolete comment.
14129 (fold_plusminus_mult_expr): Undo MINUS_EXPR
14130 to PLUS_EXPR canonicalization for the canonicalization.
14131
14132 2009-01-07 Gerald Pfeifer <gerald@pfeifer.com>
14133
14134 * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
14135 hosted cross-compilers generating less efficient code.
14136
14137 2009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
14138
14139 * function.h (rtl_data): Add a dbr_scheduled_p field.
14140 * reorg.c (dbr_schedule): Set it.
14141 (gate_handle_delay_slots): Check it.
14142 * config/mips/mips.c (mips_base_delayed_branch): Delete.
14143 (mips_reorg): Check flag_delayed_branch instead of
14144 mips_base_delayed_branch.
14145 (mips_override_options): Don't set mips_base_delayed_branch
14146 or flag_delayed_branch.
14147
14148 2009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
14149
14150 PR rtl-optimization/38426.
14151 * ira.c (ira): Set current_function_is_leaf earlier.
14152
14153 2009-01-06 Jakub Jelinek <jakub@redhat.com>
14154
14155 PR rtl-optimization/38722
14156 * combine.c (try_combine): Don't modify PATTERN (i3) and notes
14157 too early, only set a flag and modify after last possible
14158 undo_all point.
14159
14160 2009-01-06 Janis Johnson <janis187@us.ibm.com>
14161
14162 PR c/34252
14163 * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
14164 * real.c (decimal_single_format): Correct values of emin and emax.
14165 (decimal_double_format): Ditto.
14166 (decimal_quad_format): Ditto.
14167 * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
14168 computation of DECnn_MIN and DECnn_MAX for corrected values of
14169 emin and emax. Define __DECnn_SUBNORMAL_MIN__ instead of
14170 __DECnn_MIN__, and adjust its computation for the corrected value
14171 of emin.
14172
14173 2009-01-06 Jan Hubicka <jh@suse.cz>
14174
14175 PR target/38744
14176 * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
14177
14178 2009-01-06 Gerald Pfeifer <gerald@pfeifer.com>
14179
14180 * doc/contrib.texi (Contributors): Slightly adjust the end note.
14181 Add Robert Clark to the list of testers.
14182
14183 2009-01-06 Jan Hubicka <jh@suse.cz>
14184 Kai Tietz <kai.tietz@onevision.com>
14185
14186 * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
14187 * config/i386/i386.c (ix86_expand_call): Add clobbers.
14188
14189 2009-01-06 Jan Hubicka <jh@suse.cz>
14190 Kai Tietz <kai.tietz@onevision.com>
14191
14192 * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
14193 for w64 ABI.
14194 * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
14195 (ix86_nsaved_regs): Count only general purpose regs.
14196 (ix86_nsaved_sseregs): New.
14197 (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
14198 to 16 for w64; compute padding and size of sse reg save area.
14199 (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
14200 general purpose regs.
14201 (ix86_emit_save_sse_regs_using_mov): New.
14202 (ix86_expand_prologue): Save SSE regs if needed.
14203 (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
14204 (ix86_emit_restore_sse_regs_using_mov): New.
14205 (ix86_expand_epilogue): Save SSE regs if needed.
14206
14207 2009-01-06 Jan Hubicka <jh@suse.cz>
14208 Kai Tietz <kai.tietz@onevision.com>
14209
14210 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
14211 * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
14212 functions when accumulate outgoing args is off.
14213
14214 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
14215
14216 PR bootstrap/38742
14217 * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
14218 before using pseudos_have_intersected_live_ranges_p.
14219
14220 * ira-int.h (ira_assert): Always define.
14221
14222 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
14223
14224 AVX Programming Reference (December, 2008)
14225 * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
14226 (_mm256_permute2_pd): Likewise.
14227 (_mm_permute2_ps): Likewise.
14228 (_mm256_permute2_ps): Likewise.
14229 * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
14230 * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
14231
14232 * config/i386/i386.c (ix86_builtins): Remove
14233 IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
14234 IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
14235 (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
14236 V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
14237 and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
14238 (bdesc_args): Remove __builtin_ia32_vpermil2pd,
14239 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
14240 __builtin_ia32_vpermil2ps256.
14241 (ix86_init_mmx_sse_builtins): Updated.
14242 (ix86_expand_args_builtin): Likewise.
14243
14244 2009-01-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14245
14246 * pa.c (output_call): Relocate non-jump insns in the delay slot of
14247 long absolute calls when generating PA 2.0 code.
14248
14249 2009-01-05 Vladimir Makarov <vmakarov@redhat.com>
14250
14251 PR rtl-optimization/38583
14252 * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
14253
14254 * params.def (ira-max-conflict-table-size): New.
14255
14256 * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
14257
14258 * ira.h (ira_conflicts_p): New external definition.
14259
14260 * ira-conflicts.c (build_conflict_bit_table): Do not build too big
14261 table. Report this. Return result of building.
14262 (ira_build_conflicts): Use ira_conflicts_p. Check result of
14263 building conflict table.
14264
14265 * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
14266 (ira_color): Use ira_conflicts_p.
14267
14268 * global.c: Include ira.h.
14269 (pseudo_for_reload_consideration_p, build_insn_chain): Use
14270 ira_conflicts_p.
14271
14272 * Makefile.in (global.o): Add ira.h.
14273
14274 * ira-build.c (mark_all_loops_for_removal,
14275 propagate_some_info_from_allocno): New.
14276 (remove_unnecessary_allocnos): Call
14277 propagate_some_info_from_allocno.
14278 (remove_low_level_allocnos): New.
14279 (remove_unnecessary_regions): Add parameter. Call
14280 mark_all_loops_for_removal and remove_low_level_allocnos. Pass
14281 parameter to remove_unnecessary_regions.
14282 (ira_build): Remove all regions but root if the conflict table was
14283 not built. Update conflict hard regs for allocnos crossing calls.
14284
14285 * ira.c (ira_conflicts_p): New global.
14286 (ira): Define and use ira_conflicts_p.
14287
14288 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
14289 count_spilled_pseudo, find_reg, alter_reg, finish_spills,
14290 emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
14291
14292 2009-01-06 Ben Elliston <bje@au.ibm.com>
14293
14294 * gengtype-lex.l (YY_NO_INPUT): Define.
14295
14296 2009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
14297
14298 PR c/34911
14299 * c-common.c (handle_vector_size_attribute): Also reject
14300 BOOLEAN_TYPE types.
14301
14302 2009-01-05 Sebastian Pop <sebastian.pop@amd.com>
14303
14304 PR tree-optimization/38492
14305 * graphite.c (rename_map_elt, debug_rename_elt,
14306 debug_rename_map_1, debug_rename_map, new_rename_map_elt,
14307 rename_map_elt_info, eq_rename_map_elts,
14308 get_new_name_from_old_name, bb_in_sese_p): Moved around.
14309 (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
14310 (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
14311 (sese_build_livein_liveouts): New.
14312 (new_sese, free_sese): New.
14313 (new_scop): Call new_sese.
14314 (free_scop): Call free_sese.
14315 (rename_variables_from_edge, rename_phis_end_scop): Removed.
14316 (register_old_new_names): Renamed register_old_and_new_names.
14317 (register_scop_liveout_renames, add_loop_exit_phis,
14318 insert_loop_close_phis, struct igp,
14319 default_liveout_before_guard, add_guard_exit_phis,
14320 insert_guard_phis, copy_renames): New.
14321 (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
14322 (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
14323 (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
14324 (scop_adjust_phis_for_liveouts): New.
14325 (gloog): Call scop_adjust_phis_for_liveouts.
14326
14327 * graphite.h (struct sese): Documented. Added fields liveout,
14328 num_ver and livein.
14329 (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
14330 (new_sese, free_sese, sese_build_livein_liveouts): Declared.
14331 (struct scop): Added field liveout_renames.
14332 (SCOP_LIVEOUT_RENAMES): New.
14333
14334 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
14335
14336 PR tree-optimization/38510
14337 * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
14338 (translate_clast): Call recompute_all_dominators before
14339 graphite_verify.
14340 (gloog): Call recompute_all_dominators before graphite_verify.
14341
14342 2009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
14343 Jan Sjodin <jan.sjodin@amd.com>
14344
14345 PR tree-optimization/38500
14346 * graphite.c (create_sese_edges): Call fix_loop_structure after
14347 splitting blocks.
14348
14349 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
14350
14351 * config.gcc: Add m32r*-*-rtems*.
14352 * config/m32r/rtems.h: New file.
14353
14354 2009-01-05 Ben Elliston <bje@au.ibm.com>
14355
14356 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
14357 (.po.pox): Likewise.
14358 (po/gcc.pot): Likewise.
14359
14360 2009-01-04 David S. Miller <davem@davemloft.net>
14361
14362 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
14363 (STARTING_FRAME_OFFSET): Always set to zero.
14364
14365 2009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
14366
14367 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
14368 * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
14369 fixed-point types, and vectors of the same.
14370
14371 2009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
14372
14373 * config/mips/sync.md (*mb_barrier): Rename to...
14374 (*memory_barrier): ...this.
14375
14376 2009-01-04 Jonathan Wakely <jwakely.gcc@gmail.com>
14377
14378 * doc/extend.texi (Function Attributes): Move @cindex after @item
14379 for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
14380 and put in alphabetical order. Fix 'target' name and put in order.
14381 * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
14382 typos.
14383
14384 2009-01-04 Uros Bizjak <ubizjak@gmail.com>
14385
14386 * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
14387 (memory_barrier): Expand as unspec instead of unspec_volatile.
14388 Remove mem:BLK from insn operands. Use Pmode scratch register.
14389 (*memory_barrier): Define as unspec instead of unspec_volatile.
14390 Use (match_dup 0) as input operand.
14391
14392 * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
14393 * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
14394 unspec_volatile. Remove mem:BLK from insn operands. Use Pmode
14395 scratch register. Remove operand 1.
14396 (*stbar): Define as unspec instead of unspec_volatile.
14397 Use (match_dup 0) as input operand, remove (const_int 8).
14398 (*membar): Define as unspec instead of unspec_volatile.
14399 Use (match_dup 0) as input operand, remove input operand 2.
14400
14401 * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
14402 (memory_barrier): Expand as unspec instead of unspec_volatile.
14403 Remove mem:BLK from insn operands. Use Pmode scratch register.
14404 (*memory_barrier): Define as unspec instead of unspec_volatile.
14405 Use (match_dup 0) as input operand.
14406
14407 * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
14408 Remove mem:BLK from insn operands. Use Pmode scratch register.
14409 Set volatile flag on operand 0.
14410 (*memory_barrier): New insn pattern.
14411
14412 * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
14413 insn operands.
14414 (*memory_barrier): Use (match_dup 0) as input operand.
14415
14416 * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
14417 Remove mem:BLK from insn operands. Use Pmode scratch register.
14418 Set volatile flag on operand 0.
14419 (*mb_internal): New insn pattern.
14420
14421 * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
14422
14423 2009-01-04 Steven Bosscher <steven@gcc.gnu.org>
14424
14425 PR middle-end/38586
14426 * function.c (struct temp_slot): Move to the section of the file
14427 that deals with temp slots. Remove field 'address'.
14428 (temp_slot_address_table): New hash table of address -> temp slot.
14429 (struct temp_slot_address_entry): New struct, items for the table.
14430 (temp_slot_address_compute_hash, temp_slot_address_hash,
14431 temp_slot_address_eq, insert_temp_slot_address): Support functions
14432 for the new table.
14433 (find_temp_slot_from_address): Rewrite to use the new hash table.
14434 (remove_unused_temp_slot_addresses): Remove addresses of temp
14435 slots that have been made available.
14436 (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
14437 worker function for remove_unused_temp_slot_addresses.
14438 (assign_stack_temp_for_type): Don't clear the temp slot address list.
14439 Add the temp slot address to the address -> temp slot map.
14440 (update_temp_slot_address): Update via insert_temp_slot_address.
14441 (free_temp_slots): Call remove_unused_temp_slot_addresses.
14442 (pop_temp_slots): Likewise.
14443 (init_temp_slots): Allocate the address -> temp slot map, or empty
14444 the map if it is already allocated.
14445 (prepare_function_start): Initialize temp slot processing.
14446
14447 2009-01-04 Steven Bosscher <steven@gcc.gnu.org>
14448
14449 PR middle-end/38584
14450 * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
14451 Calculate the size of all stack vars assuming no packing of stack
14452 vars will happen, replacing a quadratic algorithm with a linear one.
14453
14454 2009-01-03 Jakub Jelinek <jakub@redhat.com>
14455
14456 PR target/38707
14457 * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
14458 can't be used.
14459
14460 2009-01-03 Diego Novillo <dnovillo@google.com>
14461
14462 * doc/contrib.texi: Update contributions.
14463
14464 2009-01-03 Jakub Jelinek <jakub@redhat.com>
14465
14466 PR c++/38705
14467 * builtins.c (fold_builtin_memory_op): Give up if either operand
14468 is volatile. Set srctype or desttype to non-qualified version
14469 of the other type.
14470
14471 PR c/38700
14472 * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
14473 and FUNCTION_DECLs.
14474
14475 2009-01-02 Kenneth Zadeck <zadeck@naturalbridge.com>
14476
14477 PR rtl-optimization/35805
14478 * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
14479 problem if fast dce is able to remove any instructions.
14480 * dce.c (dce_process_block): Fix dump message.
14481
14482 2009-01-02 Mark Mitchell <mark@codesourcery.com>
14483
14484 PR 33649
14485 * tree-ssa-pre.c (compute_antic): Correct loop bounds.
14486
14487 2009-01-02 Jakub Jelinek <jakub@redhat.com>
14488
14489 PR middle-end/38690
14490 * tree-flow.h (op_code_prio, op_prio): New prototypes.
14491 * tree-pretty-print.c (op_code_prio): New function.
14492 (op_prio): No longer static. Use op_code_prio.
14493 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
14494 Use op_prio and op_code_prio to determine if () should be
14495 printed around operand(s) or not.
14496
14497 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
14498 dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
14499 dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
14500 dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
14501 pp_character instead of pp_string for single letter printing.
14502
14503 2009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
14504
14505 * doc/extend.texi: Fix '#pragma GCC option' typo.
14506
14507 2009-01-02 Richard Guenther <rguenther@suse.de>
14508
14509 * doc/install.texi (--enable-checking): Mention different
14510 default for stage1.
14511 (--enable-stage1-checking): Document.
14512
14513 2009-01-01 Andrew Pinski <pinskia@gmail.com>
14514
14515 PR middle-end/30142
14516 * tree-cfg.c (verify_expr): Add INDIRECT_REF case. Change MODIFY_EXPR
14517 case to be an error.
14518
14519 2009-01-02 Ben Elliston <bje@au.ibm.com>
14520
14521 * config/fp-bit.h (pack_d): Constify argument.
14522 * config/fp-bit.c (makenan): Constify return type. Remove casts.
14523 (isnan): Constify argument.
14524 (isinf): Likewise.
14525 (iszero): Likewise.
14526 (pack_d): Likewise.
14527 (_fpadd_parts): Constify return type.
14528 (_fpmul_parts): Likewise.
14529 (_fpdiv_parts): Likewise.
14530
14531 2009-01-01 Jakub Jelinek <jakub@redhat.com>
14532
14533 PR c/36489
14534 * c-typeck.c (add_pending_init): Add IMPLICIT argument. Only
14535 warn about overwriting initializer with side-effects or
14536 -Woverride-init if !IMPLICIT.
14537 (output_init_element): Likewise. Pass IMPLICIT down to
14538 add_pending_init.
14539 (process_init_element): Add IMPLICIT argument. Pass it down
14540 to output_init_element.
14541 (push_init_element, pop_init_level, set_designator): Adjust
14542 process_init_element callers.
14543 (set_nonincremental_init, set_nonincremental_init_from_string):
14544 Adjust add_pending_init callers.
14545 (output_pending_init_elements): Adjust output_init_element callers.
14546 * c-tree.h (process_init_element): Adjust prototype.
14547 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
14548 process_init_element callers.
14549
14550 \f
14551 Copyright (C) 2009 Free Software Foundation, Inc.
14552
14553 Copying and distribution of this file, with or without modification,
14554 are permitted in any medium without royalty provided the copyright
14555 notice and this notice are preserved.