d5f2ac7b5a66256aa0bacd89b63cc4ea57007fc4
[gcc.git] / gcc / ChangeLog
1 2007-04-10 Eric Christopher <echristo@apple.com>
2
3 * config/i386/i386.h (X87_FLOAT_MODE_P): New.
4 * config/i386/i386.md (*cmpfp0): Use.
5 (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
6 (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
7 (fix_trunc<mode>_i386_fisttp): Ditto.
8 (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
9 (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
10 (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
11 (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
12 (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
13 (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
14 (unnamed_splitters): Ditto.
15 * config/i386/i386.c (output_fix_trunc): Assert that
16 we're not being passed a TFmode operand.
17
18 2007-04-10 Zdenek Dvorak <dvorakz@suse.cz>
19
20 PR tree-optimization/31526
21 * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
22 n_basic_blocks to find newly added blocks.
23
24 2007-04-10 Uros Bizjak <ubizjak@gmail.com>
25
26 * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
27 alternative.
28 (fix_trunc<mode>si_sse): Ditto.
29 (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
30 (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
31 (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
32 (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
33 (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
34 expander using SSEMODEF mode macro.
35 (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
36 expander using SSEMODEF mode macro.
37 (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
38 *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
39 (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
40 *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
41 (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
42 *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
43 (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
44 Macroize insn using X87MODEF mode macro.
45
46 2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/i386/sse.md (sse2_pinsrw): Removed.
49 (sse2_pextrw): Renamed to ...
50 (*sse2_pextrw): This.
51
52 2007-04-09 Jan Hubicka <jh@suse.cz>
53
54 PR target/27869
55 * config/i386/sse.md
56 (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
57 (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
58 (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
59 (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
60
61 2007-04-09 Jan Hubicka <jh@suse.cz>
62
63 * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
64 multiple fields of union.
65
66 2007-04-09 Zdenek Dvorak <dvorakz@suse.cz>
67
68 * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
69 (create_preheaders): Check that loops are available.
70 (fix_loop_structure): Clean up, improve comments.
71 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
72 Check that loops are available. Set LOOP_CLOSED_SSA to the loops
73 state flags.
74 * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
75 * predict.c (tree_estimate_probability): Do not call
76 calculate_dominance_info. Call create_preheaders.
77 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
78 rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
79 flags.
80 * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
81 * cfgloop.h (LOOP_CLOSED_SSA): New constant.
82 * tree-cfg.c (tree_split_edge): Make an assert more precise.
83 * tree-ssa-threadedge.c (thread_across_edge): Comment the function
84 arguments.
85
86 2007-04-08 Jan Hubicka <jh@suse.cz>
87
88 * tree.h (maybe_fold_offset_to_component_ref): Declare.
89 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
90 * fold-const.c (fold_unary): Use it.
91
92 2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
93
94 * varasm.c (assemble_variable): Remove call to
95 lang_hooks.decls.prepare_assemble_variable.
96 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
97 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
98 * langhooks.h (lang_hooks_for_decls): Remove
99 prepare_assemble_variable.
100
101 2007-04-08 Mike Stump <mrs@apple.com>
102
103 * config/i386/i386.c: Use inc/dec on Core2.
104
105 2007-04-08 Steven Bosscher <steven@gcc.gnu.org>
106
107 * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
108 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
109 lhd_tree_inlining_end_inlining): Remove.
110 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
111 add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
112 end_inlining hooks.
113 * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
114 lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
115 lhd_tree_inlining_end_inlining): Remove prototypes.
116 (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
117 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
118 LANG_HOOKS_TREE_INLINING_START_INLINING,
119 LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
120
121 * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
122 not set it.
123
124 2007-04-08 Anatoly Sokolov <aesok@post.ru>
125
126 PR target/29932
127 * config/avr/predicates.md (io_address_operand): Delete predicate.
128 (low_io_address_operand): Don't use 'mode' argument.
129 (higth_io_address_operand): Rename ...
130 (high_io_address_operand): ... to this. Don't use 'mode' argument.
131 * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
132 for above change.
133
134 2007-04-07 Daniel Berlin <dberlin@dberlin.org>
135
136 Revert change removing staticp.
137
138 2007-04-07 Anatoly Sokolov <aesok@post.ru>
139
140 PR target/30289
141 * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
142 earlyclobber.
143
144 2007-04-07 Bruce Korb <bkorb@gnu.org>
145
146 * c.opt: Add -Wformat-contains-nul.
147 * c-format.c (set_Wformat): Set warn_format_contains_nul to the
148 -Wformat setting.
149 (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
150 the NUL byte warning.
151
152 2007-04-07 H.J. Lu <hongjiu.lu@intel.com>
153
154 * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
155
156 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
157
158 * tree.c (staticp): No longer use staticp langhook.
159 * langhooks.c (lhd_staticp): Removed.
160 * langhooks.h (struct lang_hooks): Remove staticp.
161 * c-common.c (c_staticp): Remove.
162 * c-common.h (c_staticp): Ditto.
163 * langhooks-defs.h (lhd_staticp): Ditto.
164 (LHD_HOOKS_STATICP): Ditto
165 * tree.h (gcc_assert_lowered): New macro.
166
167 2007-04-06 Zdenek Dvorak <dvorakz@suse.cz>
168
169 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
170 argument "reliable".
171 (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
172 Add argument "reliable". Propagate it through calls.
173 (infer_loop_bounds_from_undefined): Derive number of iterations
174 estimates from references in blocks that do not dominate loop latch.
175 (gcov_type_to_double_int): New function.
176 (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
177 and expected_loop_iterations_unbounded.
178 * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
179 (expected_loop_iterations): Use expected_loop_iterations_unbounded.
180 * tree-data-ref.c (estimated_loop_iterations): Export.
181 (get_references_in_stmt): Fix -- do not return addresses of local
182 objects.
183 * cfgloop.h (expected_loop_iterations_unbounded,
184 estimated_loop_iterations): Declare.
185
186 2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
187
188 * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
189
190 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
191
192 * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
193 and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
194 (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
195 Use output_387_reg_move().
196 (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
197 expander using X87MODEF12 mode macro.
198 (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
199 choosing register preferences. Use output_387_reg_move().
200 (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
201 instead of "x". Use output_387_reg_move().
202 (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
203 *truncxfdf2_i387_noop. Macroize insn using X87MODEF12 mode macro.
204 (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
205 *truncxfdf2_i387. Macroize insn using X87MODEF12 mode macro.
206 Use output_387_reg_move().
207 (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
208 mode macro.
209 (*truncxf?f_i387 splitter): Ditto.
210
211 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
212
213 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
214 LANG_HOOKS_SAFE_FROM_P.
215 * expr.c (safe_from_p): Remove langhook call.
216 * langhooks.h (lang_hooks): Remove safe_from_p.
217 (lhd_safe_from_p): Remove prototype.
218 * langhooks.c (lhd_safe_from_p): Remove.
219
220 2007-04-06 Jan Hubicka <jh@suse.cz>
221
222 * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
223 functions.
224
225 2007-04-06 Uros Bizjak <ubizjak@gmail.com>
226
227 * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
228 * config/i386/i386.md (*movsf_1, *movdf_nointeger,
229 *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
230 *movxf_integer): Use output_387_reg_move() for x87 reg->mem
231 alternative.
232 (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
233 *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
234
235 2007-04-05 Richard Henderson <rth@redhat.com>
236
237 * config/alpha/alpha.c (print_operand) [+]: Remove.
238 (alpha_end_function): Print nop if call at end of function.
239 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
240 * config/alpha/alpha.md (UNSPEC_LDGP1): New.
241 (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
242 (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
243 (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
244 the call pattern. Update peepholes to match.
245
246 2007-04-05 Janis Johnson <janis187@us.ibm.com>
247
248 * doc/extend.texi (Other Builtins): Add decimal float variants
249 of signbit.
250 * builtins.def: Ditto.
251 * builtins.c (expand_builtin): Ditto.
252
253 2007-04-05 Uros Bizjak <ubizjak@gmail.com>
254 H.J. Lu <hongjiu.lu@intel.com>
255
256 PR target/31478
257 * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
258 of V8HImode when calling ix86_binary_operator_ok.
259 (sse2_pmaddwd): Call ix86_binary_operator_ok.
260 (sdot_prodv8hi): Operands 1 and 2 must be register.
261
262 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
263
264 * tree-sra.c (try_instantiate_multiple_fields): Needlessly
265 initialize align to silence bogus warning.
266
267 2007-04-05 Alexandre Oliva <aoliva@redhat.com>
268
269 PR middle-end/22156
270 * tree-sra.c (struct sra_elt): Add in_bitfld_block. Remove
271 all_no_warning.
272 (struct sra_walk_fns): Remove use_all parameter from use.
273 (sra_hash_tree): Handle BIT_FIELD_REFs.
274 (sra_elt_hash): Don't hash bitfld blocks.
275 (sra_elt_eq): Skip them in parent compares as well. Handle
276 BIT_FIELD_REFs.
277 (sra_walk_expr): Don't maintain or pass down use_all_p.
278 (scan_use): Remove use_all parameter.
279 (scalarize_use): Likewise. Re-expand assignment to
280 BIT_FIELD_REF of gimple_reg. De-scalarize before input or
281 output, and re-scalarize after output. Don't mark anything
282 for no warning.
283 (scalarize_ldst): Adjust.
284 (scalarize_walk_gimple_modify_statement): Likewise.
285 (build_element_name_1): Handle BIT_FIELD_REFs.
286 (instantiate_element): Don't warn for any element whose parent
287 is used as a whole.
288 (instantiate_missing_elements_1): Return the sra_elt.
289 (canon_type_for_field): New.
290 (try_instantiate_multiple_fields): New.
291 (instantiate_missing_elemnts): Use them.
292 (mark_no_warning): Removed.
293 (generate_one_element_ref): Handle BIT_FIELD_REFs.
294 (REPLDUP, sra_build_elt_assignment): New.
295 (generate_copy_inout): Use them.
296 (generate_element_copy): Likewise. Handle bitfld differences.
297 (generate_element_zero): Don't recurse for blocks. Use
298 sra_build_elt_assignment.
299 (generate_one_element_int): Take elt instead of var. Use
300 sra_build_elt_assignment.
301 (generate_element_init_1): Adjust.
302 (scalarize_use, scalarize_copy): Use REPLDUP.
303 (scalarize_ldst): Move assert before dereference.
304 (dump_sra_elt_name): Handle BIT_FIELD_REFs.
305
306 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
307
308 * regmove.c: Fix unused variable warnings due to previous commit.
309
310 2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
311
312 * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
313 (regmove_bb_head): Remove.
314 (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
315 (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
316 problems with fixup_match_1.
317 Don't initialize/free regmove_bb_head.
318
319 (reg_is_remote_constant_p): If an insn is in the same basic block
320 but not before INSN, consider it remote, too.
321
322 2007-04-05 Anatoly Sokolov <aesok@post.ru>
323
324 PR target/25448
325 * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
326 DECL_ASSEMBLER_NAME, not the DECL_NAME.
327
328 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
329
330 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
331 (CONDITIONAL_REGISTER_USAGE): Likewise.
332
333 2007-04-04 Richard Henderson <rth@redhat.com>
334
335 * config/alpha/lib1funcs.asm: Remove unused file.
336
337 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
338
339 PR other/31356
340 * opts.c (print_specific_help): Fix --help=<language>
341 header line.
342 (common_handle_option): Support --help=common.
343
344 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
345
346 PR other/31353
347 * gcc.c (main): Do not run the linker if
348 print_subprocess_help indicates that it shouldn't be
349 run.
350
351 2007-04-04 Brooks Moses <brooks.moses@codesourcery.com>
352
353 PR doc/31355
354 * doc/invoke.texi (--help=): Document <languages> value, fix
355 formatting in tables of values.
356
357 2007-04-04 Danny Smith <dannysmith.users.sourceforge.net>
358
359 * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
360 dllimport attribute of virtual methods.
361
362 2007-04-04 Chen Liqin <liqin@sunnorth.com.cn>
363
364 * config/score/crti.asm: Change _bss_start to __bss_start.
365 * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
366 (OUTGOING_REG_PARM_STACK_SPACE) update.
367 * config/score/score.opt: add options to make backend support
368 score5, score5u, score7 and score7d.
369 * config/score/score.md: Likewise.
370 * config/score/misc.md: Likewise.
371 * config/score/mac.md: Likewise.
372 * doc/invoke.texi: Likewise.
373 * doc/md.texi: update constraints define.
374
375 2007-04-03 Richard Henderson <rth@redhat.com>
376
377 * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
378 an appropriate type, use the mode instead.
379
380 2007-04-03 Richard Sandiford <richard@codesourcery.com>
381
382 * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
383 Set the default --with-arch setting to mips2.
384 * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
385 (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
386 (MULTILIB_OSDIRNAMES): Delete.
387 (MULTILIB_DIRNAMES): Define.
388 * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
389 (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
390 (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
391 definitions, except for _WRS_R3K_EXC_SUPPORT. Call
392 VXWORKS_OS_CPP_BUILTINS.
393 (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
394 (MIPS_DEBUGGING_INFO): Undefine.
395 (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
396
397 2007-04-03 Jakub Jelinek <jakub@redhat.com>
398
399 PR middle-end/30704
400 * fold-const.c (native_encode_real): Encode real.c provided longs
401 as a series of 32-bit native integers.
402 (native_interpret_real): Interpret buffer as a series of 32-bit
403 native integers.
404
405 2007-04-03 Richard Guenther <rguenther@suse.de>
406
407 * genpreds.c (write_insn_constraint_len): Write function
408 optimized for CONSTRAINT_LEN implementation.
409 (write_tm_preds_h): Output insn_constraint_len inline and
410 use it for CONSTRAINT_LEN.
411 (write_insn_preds_c): Don't output insn_constraint_len.
412 * doc/md.texi (define_register_constraint): Document multi-letter
413 constraints shall have the same length if they start with the same
414 letter.
415
416 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
417
418 PR target/31175
419 * config/i386/i386.md (isinf<mode>2): Expand only when
420 TARGET_C99_FUNCTIONS is set.
421
422 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
423
424 * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
425 (x86_64-*-linux*): Ditto.
426 * config/i386/i386.opt (mpc): New option.
427 * config/i386/i386.c (overrride_options): Handle
428 ix87_precision_string.
429 * config/i386/crtprec.c: New file.
430 * config/i386/t-crtpc: Ditto.
431 * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
432 and -mpc80 options.
433 * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
434 * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
435 crtprec32.o, crtprec64.o and crtprec80.o.
436
437 * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
438 and -mpc80 options.
439 (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
440
441 2007-04-02 Eric Christopher <echristo@apple.com>
442
443 * doc/invoke.texi (i386 and x86-64 Options): Document -m64
444 limitations on darwin.
445
446 2007-04-02 Anatoly Sokolov <aesok@post.ru>
447
448 PR target/31137
449 * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
450
451 2007-04-02 Dave Korn <dave.korn@artimi.com>
452
453 * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
454
455 2007-04-02 Dave Korn <dave.korn@artimi.com>
456
457 * libgcc2.h (exception_descriptor): Don't forward-declare.
458 (__get_eh_table_language, __get_eh_table_version): Delete
459 prototypes of long-dead functions.
460
461 2007-04-01 Daniel Berlin <dberlin@dberlin.org>
462
463 * ebitmap.h: New file
464 * ebitmap.c: New file
465 * Makefile.in (ebitmap.o): New target.
466
467 2007-04-01 Jan Hubicka <jh@suse.cz>
468
469 * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
470 before very first instruction.
471
472 2007-04-01 Jan Hubicka <jh@suse.cz>
473
474 * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
475 waring on 64bit hosts.
476 * bitmap.h: Fix typo in bitmap_head_def.
477
478 2007-04-01 Steven Bosscher <steven@gcc.gnu.org>
479
480 PR rtl-optimization/31391
481 * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
482 into a DELETED_LABEL note, and the label is in an empty basic
483 block, update BB_END as well as BB_HEAD.
484
485 2007-04-01 Richard Henderson <rth@redhat.com>
486
487 PR tree-optimization/31169
488 * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
489 to varying if the range is outside [0, prec-1].
490
491 2007-04-01 Richard Sandiford <richard@codesourcery.com>
492
493 PR target/31388
494 * config/mips/mips.md (load_const_gp): New insn.
495 * config/mips/mips.c (mips_split_symbol): Avoid using or creating
496 the MIPS16 GP pseudo register if no_new_pseudos.
497 (mips16_gp_pseudo_reg): Use gen_load_const_gp.
498
499 2007-03-31 Andrew Pinski <andrew_pinski@playstation.sony.com>
500
501 PR target/31364
502 * config/rs6000/rs6000.md (call): Convert to LR hard reg for
503 secureplt.
504 (call_value): Likewise.
505
506 2007-03-31 Wolfgang Bangerth <bangerth@dealii.org>
507 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
508
509 PR 14737
510 * doc/invoke.texi: (optimization options): Reword description
511 of -ffast-math. Document its primary purpose.
512
513 2007-03-31 Richard Guenther <rguenther@suse.de>
514
515 * omp-low.c (splay-tree.h): Include.
516 (lookup_decl): Replace splay-tree usage by pointer-map.
517 (maybe_lookup_decl): Likewise.
518 (new_omp_context): Likewise.
519 (delete_omp_context): Likewise.
520 * gimplify.c (splay-tree.h): Include.
521 * tree-inline.c (insert_decl_map): Replace splay-tree usage by
522 pointer-map.
523 (remap_ssa_name): Likewise.
524 (remap_decl): Likewise.
525 (remap_type_1): Likewise.
526 (remap_type): Likewise.
527 (copy_body_r): Likewise.
528 (expand_call_inline): Likewise.
529 (clone_body): Likewise.
530 (copy_tree_r): Likewise.
531 (remap_save_expr): Likewise.
532 (unsave_r): Likewise.
533 (unsave_expr_now): Likewise.
534 (tree_function_versioning): Likewise.
535 (build_duplicate_type): Likewise.
536 * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
537 (struct copy_body_data): Replace splay-tree by pointer-map.
538 * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
539 not $(SPLAY_TREE_H).
540 (gimplify.o): Depend on $(SPLAY_TREE_H).
541 (omp-low.p): Likewise.
542
543 2007-03-31 Anatoly Sokolov <aesok@post.ru>
544
545 * config/avr/predicates.md (even_register_operand,
546 odd_register_operand): New predicates.
547 * config/avr/avr.md (movw peephole2): New.
548 (movw_r peephole2): New.
549
550 2007-03-30 Rafael Avila de Espindola <espindola@google.com>
551
552 * tree.h (get_signed_or_unsigned_type): New.
553 * fold-const.c (operand_equal_for_comparison_p): Use
554 get_signed_or_unsigned_type instead of
555 lang_hooks.types.signed_or_unsigned_type.
556 * expr.c (store_expr): Ditto.
557 * langhooks.c (get_signed_or_unsigned_type): New.
558 (lhd_signed_or_unsigned_type): New.
559 * langhooks.h (lhd_signed_or_unsigned_type): New.
560 * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
561
562 2007-03-30 Richard Henderson <rth@redhat.com>
563
564 * tree-ssa-loop-ivopts.c: Include target.h.
565 (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
566 (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
567 (force_expr_to_var_cost): Use produce_memory_decl_rtl.
568 * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
569
570 2007-03-30 Richard Henderson <rth@redhat.com>
571 Kai Tietz <kai.tietz@onevision.com>
572
573 * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
574 default for 64-bit.
575 (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
576 (TARGET_64BIT_MS_ABI): New.
577 (DBX_REGISTER_NUMBER): Handle 64-bit.
578 (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
579 (LONG_TYPE_SIZE): Force to 32.
580 (REG_PARM_STACK_SPACE): New.
581 (OUTGOING_REG_PARM_STACK_SPACE): New.
582 (REGPARM_MAX, SSE_REGPARM_MAX): New.
583 (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
584 (STACK_BOUNDARY): Use 128 for 64-bit.
585 * config/i386/cygwin.asm: Use push/ret to preserve call stack.
586 Add 64-bit implementation.
587 * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
588 argument unused.
589 * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
590 (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
591 Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
592 for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
593 (ix86_handle_cconv_attribute): Don't warn when ignoring if
594 TARGET_64BIT_MS_ABI.
595 (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
596 (ix86_pass_by_reference): Likewise.
597 (ix86_function_value_regno_p): Likewise.
598 (ix86_build_builtin_va_list): Likewise.
599 (ix86_va_start, ix86_gimplify_va_arg): Likewise.
600 (function_arg_advance_ms_64): New.
601 (function_arg_advance): Call it.
602 (function_arg_ms_64): New.
603 (function_arg): Call it.
604 (function_value_ms_64): New.
605 (ix86_function_value_1): Call it.
606 (return_in_memory_ms_64): New.
607 (ix86_return_in_memory): Call it.
608 (setup_incoming_varargs_ms_64): New.
609 (ix86_setup_incoming_varargs): Call it.
610 (ix86_expand_prologue): Handle 64-bit stack probing.
611 (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
612 (output_pic_addr_const): Likewise.
613 (x86_this_parameter): Likewise.
614 (x86_output_mi_thunk): Likewise.
615 (x86_function_profiler): Likewise.
616 (TARGET_STRICT_ARGUMENT_NAMING): New.
617 * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
618 (TARGET_64BIT_MS_ABI): New.
619 (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
620 * config/i386/i386.md (allocate_stack_worker): Remove.
621 (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
622 describe the clobber of eax without a match_scratch.
623 (allocate_stack_worker_postreload): Remove.
624 (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
625 describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
626 (allocate_stack_worker_rex64_postreload): Remove.
627 (allocate_stack): Handle 64-bit.
628 * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
629 * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
630 (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
631 (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
632 (STANDARD_STARTFILE_PREFIX_1): Likewise.
633 * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
634 * config.build (x86_64-*-mingw*): New host.
635 * config.host (x86_64-*-mingw*): New host.
636 * config.gcc (x86_64-*-mingw*): New target.
637 * gthr-win32.h (__gthread_key_create): Mark dtor unused.
638
639 2007-03-30 Richard Henderson <rth@redhat.com>
640 Kai Tietz <kai.tietz@onevision.com>
641
642 * c-pragma.c (struct def_pragma_macro_value): New.
643 (struct def_pragma_macro): New.
644 (pushed_macro_table): New.
645 (dpm_hash, dpm_eq): New.
646 (handle_pragma_push_macro, handle_pragma_pop_macro): New.
647 (init_pragma): Install them.
648 * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
649
650 2007-03-30 Anatoly Sokolov <aesok@post.ru>
651
652 * config/avr/avr.c (avr_override_options): Clear
653 'flag_delete_null_pointer_checks'.
654
655 2007-03-30 Paolo Carlini <pcarlini@suse.de>
656
657 PR c++/26099
658 * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
659 RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
660 RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
661 RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
662 RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
663 RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
664 RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
665 C++ extensions.
666 * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
667
668 2007-03-30 Steven Bosscher <steven@gcc.gnu.org>
669
670 * regmove.c: Move all of pass_stack_adjustments from here...
671 * combine-stack-adj.c: ...to this new file.
672 * Makefile.in: Add rules for combine-stack-adj.o.
673
674 2007-03-30 Zdenek Dvorak <dvorakz@suse.cz>
675
676 PR tree-optimization/31383
677 * tree-data-ref.c (affine_function_equal_p): Do not require the vectors
678 to have the same length.
679
680 2007-03-30 Jan Hubicka <jh@suse.cz>
681
682 PR middle-end/30700
683 * dwarf2out.c (reference_to_unused): Ask cgraph for functions
684 availablility; add more sanity checking; ask varpool only about
685 VAR_DECL.
686
687 2007-03-29 Richard Henderson <rth@redhat.com>
688
689 * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
690 to decide, but __SIZEOF_LONG_LONG__.
691
692 2007-03-29 Richard Henderson <rth@redhat.com>
693
694 * emutls.c (struct __emutls_array): New.
695 (emutls_destroy): Use it instead of casting element 0 from void*.
696 (__emutls_get_address): Likewise.
697
698 2007-03-29 Richard Henderson <rth@redhat.com>
699
700 * varasm.c (initializer_constant_valid_p): Don't deny
701 DECL_DLLIMPORT_P on functions.
702
703 * config/i386/cygming.h: Remove function declarations.
704 (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
705 (ASM_OUTPUT_LABELREF): Remove.
706 (COMMON_ASM_OP): Remove.
707 (ASM_OUTPUT_COMMON): Remove.
708 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
709 (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
710 (ASM_DECLARE_FUNCTION_NAME): Likewise.
711 * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
712 Rename from TARGET_ENCODE_SECTION_INFO.
713 * config/i386/netware.h: Likewise.
714 * config/i386/i386-protos.h: Update.
715 * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
716 of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
717 (legitimate_constant_p): Reject dllimports.
718 (dllimport_map, get_dllimport_decl): New.
719 (legitimize_dllimport_symbol): New.
720 (legitimize_address, ix86_expand_move): Use it.
721 (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
722 * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
723 (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
724 (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
725 * config/i386/predicates.md (constant_call_address_operand): Only
726 accept symbols; reject dllimport_p symbols.
727 * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
728 i386_pe_maybe_record_exported_symbol.
729 * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
730 (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
731 (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
732 trust the setting of DECL_DLLIMPORT_P.
733 (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
734 (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
735 (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
736 tidy the argument scanning loop.
737 (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
738 SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
739 (i386_pe_strip_name_encoding): Remove.
740 (i386_pe_binds_local_p): New.
741 (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
742 (i386_pe_output_labelref): Remove.
743 (i386_pe_asm_output_aligned_decl_common): New.
744 (i386_pe_maybe_record_exported_symbol): Rename from
745 i386_pe_record_exported_symbol; check for dllexported symbols.
746
747 2007-03-29 Zack Weinberg <zack@mrtock.ucsd.edu>
748
749 * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
750 add comment explaining why vsnprintf cannot be used.
751
752 2007-03-29 Douglas Gregor <doug.gregor@gmail.com>
753
754 PR tree-optimization/30666
755 * tree.c (build_complex_type): When creating type names for DWARF2
756 debug info, create TYPE_DECLs for TYPE_NAME instead of
757 IDENTIFIER_NODEs.
758 (build_common_tree_nodes_2): Use build_complex_type when building
759 predefined complex types, to preserve canonical types.
760
761 2007-03-29 Steven Bosscher <steven@gcc.gnu.org>
762
763 * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
764 (noce_get_alt_condition): Look at it to determine whether to
765 reverse the condition or not.
766 (noce_get_condition): Substitute the truth for lies.
767 (noce_find_if_block): Set the then_else_reversed field.
768
769 2007-03-29 Lars Poeschel <larsi@wh2.tu-dresden.de>
770
771 * config/fr30/fr30.md (movdi): Do not accept immediates as the
772 destination of this insn.
773 * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
774 than calling gen_rtx_SET directly. Use r0 to hold the value of
775 'address + 4' rather than a stack based temporary which can be
776 mis-optimized away.
777
778 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
779
780 * config/s390/s390.c (s390_secondary_input_reload_class,
781 s390_secondary_output_reload_class): Functions removed.
782 (s390_secondary_reload): New function.
783 (TARGET_SECONDARY_RELOAD): Target macro defined.
784 * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
785 SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
786 * config/s390/s390.md ("reload_outti", "reload_outdi",
787 "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
788 "reload_out<mode>"): Expanders removed.
789 ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
790 "reload<mode>_nonoffmem_out"): Expanders added.
791
792 2007-03-29 Andreas Krebbel <krebbel1@de.ibm.com>
793
794 * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair action if
795 SRC->DEST replacement failed anyway.
796
797 2007-03-28 Mike Stump <mrs@apple.com>
798
799 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
800 * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
801 * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
802
803 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
804
805 * config.gcc: Accept barcelona as a variant of amdfam10.
806 * config/i386/i386.c (override_options): Likewise.
807 * doc/invoke.texi: Likewise.
808
809 2007-03-28 Eric Botcazou <ebotcazou@adacore.com>
810
811 * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
812 offsets for BIT_FIELD_REF and COMPONENT_REF.
813
814 2007-03-28 Richard Guenther <rguenther@suse.de>
815
816 * tree.c (is_global_var): Move ...
817 * tree-flow-inline.h (is_global_var): ... here.
818 * tree.h (is_global_var): Remove declaration.
819
820 2007-03-28 Uros Bizjak <ubizjak@gmail.com>
821
822 * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
823 option.
824 (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
825 * config/i386/i386.c (ix86_tune_features): Initialize new
826 tuning option.
827 * config/i386/predicates.md (promotable_binary_operator): Use
828 TARGET_TUNE_PROMOTE_HIMODE_IMUL.
829
830 2007-03-28 Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
831
832 PR target/31380
833 * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
834
835 2007-03-28 Lars Poeschel <larsi@wh2.tu-dresden.de>
836
837 * config/fr30/fr30.md (movsi_internal): Change destination
838 constraint from m to V and add m to the end.
839
840 2007-03-28 Christian Bruel <christian.bruel@st.com>
841
842 * config/sh/sh.md (movsi_i): Fix type attribute.
843
844 2007-03-28 Christian Bruel <christian.bruel@st.com>
845
846 * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
847 (movsf_ie): Likewise.
848
849 2007-03-28 Christian Bruel <christian.bruel@st.com>
850
851 * config.gcc: Add sh4-300 to multilib.
852 * config/sh/t-mlib-sh4-300: New file.
853
854 2007-03-28 Andreas Krebbel <krebbel1@de.ibm.com>
855
856 * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
857 ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
858 fix_trunc<mode>di2.
859 ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
860 fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
861 ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
862 "fixuns_trunctddi2"): Whitespace fix.
863
864 2007-03-28 Kaz Kojima <kkojima@gcc.gnu.org>
865
866 * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
867 the definition of struct sh_args.
868 (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
869 CALL_COOKIE_INT_REG_GET): Likewise.
870
871 2007-03-28 Steven Bosscher <steven@gcc.gnu.org>
872
873 * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
874 transformations are applied successfully.
875
876 2007-03-27 Douglas Gregor <doug.gregor@gmail.com>
877
878 * tree.c (tree_contains_struct): Permit 512 tree codes.
879 * tree.h (tree_contains_struct): Ditto.
880 (MAX_TREE_CODES): Ditto.
881 (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
882 SPARE member to store remaining padding bits.
883
884 2007-03-27 Anatoly Sokolov <aesok@post.ru>
885
886 * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
887 architecture.
888
889 2007-03-27 Janis Johnson <janis187@us.ibm.com>
890
891 * configure.ac: Fix assembler test for powerpc*-linux decimal float.
892 * configure: Regenerate.
893
894 * configure: Regenerate using the correct version of autoconf.
895
896 2007-03-27 Anatoly Sokolov <aesok@post.ru>
897
898 * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
899 pointer regs.
900 * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
901 regs to "__SP_L__" and "__SP_H__".
902
903 2007-03-27 Richard Guenther <rguenther@suse.de>
904
905 * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
906 computations with it with a HOST_WIDE_INT variable.
907
908 2007-03-26 Mike Stump <mrs@apple.com>
909
910 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
911 objective-c-header, objective-c++-header and objc++-cpp-output
912 support.
913 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
914
915 2007-03-26 Richard Henderson <rth@redhat.com>
916
917 PR target/31361
918 * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
919 IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
920 IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
921 IX86_BUILTIN_PSRLQ128): New.
922 (ix86_init_mmx_sse_builtins): Add them.
923 (ix86_expand_builtin): Expand them.
924 * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
925 operand 2 be TImode.
926 * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
927 _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
928 _mm_srli_epi64): Mark __B const.
929 (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
930 (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
931 _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
932 new two-vector shift builtins.
933
934 2007-03-26 Ian Lance Taylor <iant@google.com>
935
936 PR tree-optimization/31345
937 * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
938 [+INF, +INF(OVF)] into VARYING.
939
940 2007-03-26 Zack Weinberg <zackw@panix.com>
941
942 * gengtype-parse.c: New file.
943 * gengtype-yacc.y: Delete.
944 * gengtype-lex.l: Don't include gengtype-yacc.h.
945 Define YY_DECL and yyterminate appropriately for recursive
946 descent parser. yylval is now a string out-parameter to yylex.
947 (HWS, EOID): New shorthand.
948 (IWORD): Add a couple more types.
949 (yylex): Add a setup stanza. Remove the complex rules for
950 detecting GTY'ed types and typedefs; replace with simple
951 keyword detectors. Adjust everything for the changed
952 definition of yylval. Ignore all pp-directives, not just #define.
953 (yyerror): Delete.
954 (parse_file): Rename yybegin; do not call yyparse.
955 (yyend): New.
956 * gengtype.c (xasprintf): Export again.
957 (this_file): New. Use everywhere __FILE__ was being used.
958 (get_lang_bitmap): Special case types defined in gengtype.c.
959 (do_typedef, new_structure): Suppress definition of certain types.
960 (new_structure): Improve diagnostics of duplicate definitions.
961 Make sure location_s is associated with input.h.
962 (nreverse_pairs, define_location_structures): New functions.
963 (main): Improve tagging of kludge types. Remove old kludges
964 for input.h types; use define_location_structures.
965 * gengtype.h: Update prototypes. Define token codes here.
966 * Makefile.in: Remove all references to gengtype-yacc.
967 Add rules for gengtype-parse.o. Adjust rules for gengtype-lex.o
968 and gengtype.
969 * bitmap.h (struct bitmap_head_def): Coalesce definitions,
970 add GTY((skip)) to the field that's only conditionally there.
971 * doc/install.texi: Document that Bison is no longer required
972 unless building treelang.
973
974 * gengtype.c: Don't include gtyp-gen.h.
975 (srcdir): Declare here.
976 (base_files, lang_dir_names): Allocate dynamically.
977 (gt_files, num_gt_files, num_lang_dirs): New globals.
978 (measure_input_list, read_input_line, read_input_list)
979 (set_lang_bitmap): New functions.
980 (get_base_file_bitmap): Rename get_lang_bitmap and drastically
981 simplify, relying on read_input_list to set up the bitmaps.
982 (main): Arguments are no longer unused. Check for correct number
983 of command line arguments, set srcdir and srcdir_len, then call
984 read_input_list, before doing anything else. No need to worry
985 about duplicates in main loop.
986 * configure.ac: Simplify the calculation of all_gtfiles.
987 Put language tags in there. Don't set or substitute
988 all_gtfiles_files_langs or all_gtfiles_files_frags.
989 * Makefile.in: Revamp the way gengtype is invoked, now that it
990 takes a file on its command line with a much simpler format.
991 Remove or replace with gtyp-input.list all references to gtyp-gen.h.
992 (GTFILES): Remove duplicates and C source files.
993 * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
994 * objcp/config-lang.in: Add c-pragma.h to gtfiles.
995 * configure: Regenerate.
996
997 * gengtype.h: Remove all type definitions to gengtype.c; leave
998 only definitions of options_p, type_p, and pair_p as opaque
999 pointers. Update prototypes.
1000 * gengtype.c: Many type definitions moved here from gengtype.h.
1001 Consolidate type definitions at the top of the file.
1002 (xvasprintf): Delete.
1003 (xasprintf): Make static.
1004 (create_nested_pointer_option): Add 'next' parameter.
1005 (create_field_all, create_field_at): New functions.
1006 (create_field): Now a thin wrapper around create_field_all.
1007 (create_optional_field): Rename create_optional_field_ and add
1008 line argument. Original name is now a macro which supplies
1009 __LINE__.
1010 (oprintf): Use vsnprintf directly.
1011 (close_output_files): Use fatal rather than perror/exit.
1012 (note_def_vec, note_def_vec_alloc): Use create_field_at.
1013 (main): Set progname. Don't use exit.
1014 * gengtype-yacc.y (struct_fields): Use create_field_at.
1015 (option, optionseqopt): Delete.
1016 (optionseq): Consolidate productions from option here so we
1017 can use the first argument to create_option.
1018
1019 * gengtype-lex.l: Distinguish unions from structures in the
1020 token type. Don't call find_structure; return the tag as a string.
1021 * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and ENT_UNION.
1022 Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is string.
1023 Reorganize typedef_struct production accordingly.
1024 Use create_nested_ptr_option.
1025 * gengtype.c (create_nested_ptr_option): New function.
1026 * gengtype.h: Declare it.
1027
1028 * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
1029 (string_type): Don't declare.
1030 (do_scalar_typedef): Declare.
1031 (create_scalar_type): Update prototype.
1032 * gengtype.c (string_type): Make static.
1033 (scalar_nonchar, scalar_char): New.
1034 (do_scalar_typedef): Export. Always use scalar_nonchar for the type.
1035 (resolve_typedef): Use scalar_nonchar for error recovery.
1036 (create_scalar_type): Remove name_len field. Return scalar_char
1037 or scalar_nonchar as appropriate.
1038 (adjust_field_type): Look at scalar_is_char boolean to decide whether
1039 to use string_type.
1040 (throughout): Use scalar_nonchar instead of calling create_scalar_type,
1041 whenever possible.
1042 (main): Initialize scalar_char and scalar_nonchar before calling
1043 gen_rtx_next.
1044 * gengtype-lex.l: Adjust for removal of second argument to
1045 create_scalar_type. Use yylval.s instead of yylval.t when
1046 returning SCALAR.
1047 * gengtype-yacc.y: Type of SCALAR is string. Call
1048 create_scalar_type from type:SCALAR rule. Adjust for removal of
1049 second argument to create_scalar_type.
1050
1051 * vec.h: Remove all #if IN_GENGTYPE blocks.
1052 Add comment saying that changes may require adjustments to gengtype.
1053 * gengtype.c: Don't include coretypes.h or tm.h.
1054 Add comment to inclusion of errors.h.
1055 (note_def_vec, note_def_vec_alloc): New functions.
1056 * gengtype.h: Declare new functions.
1057 * gengtype-lex.l: Don't include coretypes.h.
1058 (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
1059 Delete.
1060 (update_lineno): Remove unnecessary prototype.
1061 (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
1062 (VEC rule): Just return VEC_TOKEN.
1063 * gengtype-yacc.y (VEC_TOKEN): New token type.
1064 (type): Add a production for VEC(a,b).
1065 * Makefile.in: Update dependencies.
1066
1067 * gengtype-lex.l: Remove rules for parsing pointer-to-function
1068 typedefs that use the old PARAMS macro.
1069
1070 * gengtype-lex.l: Remove all rules and states relating to yacc
1071 input files.
1072 * gengtype-yacc.y: Similarly.
1073 * gengtype.c (note_yacc_type): Delete function.
1074 * gengtype.h: Update prototypes.
1075
1076 2007-03-26 Joseph Myers <joseph@codesourcery.com>
1077
1078 * tree-pretty-print.c (dump_generic_node): Report precision of
1079 unnamed integer types.
1080
1081 2007-03-26 Steven Bosscher <steven@gcc.gnu.org>
1082
1083 * ifcvt.c (noce_try_store_flag_constants): Don't check
1084 no_new_pseudos here.
1085 (noce_try_store_flag_constants): Don't check no_new_pseudos.
1086 (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
1087 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
1088 noce_try_sign_mask): Likewise.
1089 (if_convert): Check no_new_pseudos here.
1090
1091 (cond_exec_process_if_block, noce_process_if_block, find_if_block):
1092 Remove prototypes.
1093 (struct noce_if_info): Add then_bb, else_bb, join_bb members.
1094 (noce_get_condition): Handle new then_else_reversed argument.
1095 (noce_init_if_info): Remove, fold into noce_find_if_block.
1096 (noce_process_if_block): Take a struct noce_if_info as the
1097 argument. Don't set up one based on ce_if_info. Update pointer
1098 references accordingly.
1099 (cond_move_process_if_block): Likewise.
1100 (process_if_block): Removed.
1101 (find_if_block): Removed. Move functionality two new functions,
1102 noce_find_if_block and cond_exec_find_if_block.
1103 (noce_find_if_block): New function. Be aware of IF-THEN-JOIN
1104 blocks and the symmetric IF-ELSE-JOIN case.
1105 (cond_exec_find_if_block): Also new function mostly based on old
1106 find_if_block and process_if_block.
1107 (find_if_header): Replace find_if_block call with separately
1108 guarded calls to noce_find_if_block and cond_exec_find_if_block.
1109 (find_cond_trap): Update noce_get_condition call.
1110 (dead_or_predicable): Likewise.
1111
1112 2007-03-26 Jakub Jelinek <jakub@redhat.com>
1113
1114 * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
1115 Remove.
1116 (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
1117 IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
1118 IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
1119 (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
1120 v4si_ftype_v4si_v2di. Remove __builtin_ia32_psllw128,
1121 __builtin_ia32_pslld128, __builtin_ia32_psllq128,
1122 __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
1123 __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
1124 __builtin_ia32_psrad128 builtins.
1125
1126 2007-03-26 Uros Bizjak <ubizjak@gmail.com>
1127
1128 * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
1129 * config/i386/constraints.md
1130 (define_constraint "I"): Use IN_RANGE macro.
1131 (define_constraint "J"): Ditto.
1132 (define_constraint "K"): Ditto.
1133 (define_constraint "M"): Ditto.
1134 (define_constraint "N"): Ditto.
1135 (define_constraint "O"): Ditto.
1136 * config/i386/predicates.md
1137 (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
1138 (define_predicate "const_0_to_3_operand"): Ditto.
1139 (define_predicate "const_0_to_7_operand"): Ditto.
1140 (define_predicate "const_0_to_15_operand"): Ditto.
1141 (define_predicate "const_0_to_63_operand"): Ditto.
1142 (define_predicate "const_0_to_255_operand"): Ditto.
1143 (define_predicate "const_1_to_31_operand"): Ditto.
1144 (define_predicate "const_2_to_3_operand"): Ditto.
1145 (define_predicate "const_4_to_7_operand"): Ditto.
1146
1147 2007-03-25 David Edelsohn <edelsohn@gnu.org>
1148
1149 * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
1150 in SImode for save_world.
1151 * config/rs6000/altivec.md (save_world, restore_world): Convert to
1152 LR hard reg.
1153
1154 2007-03-25 Dorit Nuzman <dorit@il.ibm.com>
1155
1156 PR tree-optimization/30784
1157 * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
1158 BIT_FIELD_REF.
1159
1160 2007-03-25 Revital Eres <eres@il.ibm.com>
1161
1162 * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
1163 Fold movement_possibility function into it.
1164
1165 2007-03-25 David Edelsohn <edelsohn@gnu.org>
1166
1167 * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
1168 (load_macho_picbase_{si,di}): Convert to LR hard reg.
1169 (call_indirect_nonlocal_darwin64): Same.
1170 (call_nonlocal_darwin64): Same.
1171 (call_value_indirect_nonlocal_darwin64): Same.
1172 (call_value_nonlocal_darwin64): Same.
1173 (sibcall_nonlocal_darwin64): Same.
1174 (sibcall_value_nonlocal_darwin64): Same.
1175 (sibcall_symbolic_64): Same.
1176 (sibcall_value_symbolic_64): Same.
1177 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
1178 LR pseudo.
1179 (rs6000_emit_load_toc_table): Same.
1180 * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
1181 * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
1182 (mull_call): Same.
1183 (divss_call): Same.
1184 (divus_call): Same.
1185 (quoss_call): Same.
1186 (quous_call): Same.
1187 (load_toc_v4_pic_si): Same
1188 (load_toc_v4_PIC_1): Same.
1189 (load_toc_v4_PIC_1b): Same.
1190 (call_indirect_aix{32,64}): Same.
1191 (call_value_indirect_aix{32,64}): Same.
1192 (call): Same.
1193 (call_value): Same.
1194 (call_local{32,64}): Same.
1195 (call_value_local{32,64}): Same.
1196 (call_indirect_nonlocal_aix{32,64}): Same.
1197 (call_nonlocal_aix{32,64}): Same.
1198 (call_value_indirect_nonlocal_aix{32,64}): Same.
1199 (call_value_nonlocal_aix{32,64}): Same.
1200 (call_indirect_nonlocal_sysv<mode>): Same.
1201 (call_nonlocal_sysv<mode>): Same.
1202 (call_value_indirect_nonlocal_sysv<mode>): Same.
1203 (call_value_nonlocal_sysv<mode>): Same.
1204 (sibcall): Same.
1205 (sibcall_local{32,64}): Same.
1206 (sibcall_value_local{32,64}): Same.
1207 (sibcall_nonlocal_aix{32,64}): Same.
1208 (sibcall_value_nonlocal_aix{32,64}): Same.
1209 (sibcall_nonlocal_sysv<mode>): Same.
1210 (sibcall_value): Same.
1211 (sibcall_value_nonlocal_sysv<mode>): Same.
1212
1213 2007-03-24 Paul Brook <paul@codesourcery.com>
1214
1215 * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
1216 * config/arm/linux-eabi.h: Remove legacy syscall hack.
1217
1218 2007-03-24 Richard Henderson <rth@redhat.com>
1219
1220 * config/ia64/constraints.md: New file.
1221 * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
1222 satisfies_constraint_?.
1223 * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
1224 ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
1225 ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
1226 ia64_output_mi_thunk): Likewise.
1227 (ia64_const_ok_for_letter_p): Remove.
1228 (ia64_const_double_ok_for_letter_p): Remove.
1229 (ia64_extra_constraint): Remove.
1230 * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
1231 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
1232 CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
1233 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
1234 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
1235 EXTRA_MEMORY_CONSTRAINT): Remove.
1236 * config/ia64/ia64.md: Include constriants.md. Replace
1237 CONST_OK_FOR_? with satisfies_constraint_?.
1238
1239 2007-03-23 Michael Meissner <michael.meissner@amd.com>
1240 H.J. Lu <hongjiu.lu@intel.com>
1241
1242 * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
1243 DPD or BID name.
1244 (name macros): Use DPD_BID_NAME to convert names properly.
1245
1246 * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
1247 decimal floating point format.
1248 (init_floating_libfuncs): Change decimal functions so that they
1249 have a "bid_" prefix if the decimal system uses the BID format,
1250 and "dpd_" prefix if the decimal system uses the DPD format.
1251 (init_interclass_conv_libfuncs): Ditto.
1252 (init_intraclass_conv_libfuncs): Ditto.
1253
1254 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
1255 using the BID format.
1256
1257 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
1258 whether we are using the BID decimal format.
1259 * configure: Regenerate.
1260
1261 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
1262 the compiler has decimal floating point enabled. Define
1263 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
1264 instead of DPD.
1265
1266 * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
1267 using the BID format.
1268
1269 * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
1270 whether we are using the BID decimal format.
1271 * configure: Regenerate.
1272
1273 * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
1274 the compiler has decimal floating point enabled. Define
1275 __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
1276 instead of DPD.
1277
1278 * doc/install.texi (--enable-decimal-float): Document BID and DPD
1279 options, and that it is enabled for i386/x86_64 systems.
1280
1281 * Makefile.in (enable_decimal_float): New.
1282 (DECNUMFMT): New.
1283 (DECNUMINC): Add -I$(DECNUMFMT).
1284 (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
1285 to $(DECNUMFMT) from $(DECNUM).
1286
1287 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
1288 Substitute enable_decimal_float.
1289 * configure: Regenerated.
1290
1291 PR other/30529
1292 * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
1293 unsigned long.
1294
1295 * configure.ac: Enable decimal float for x86_64-*-linux*.
1296 * configure: Regenerated.
1297
1298 PR other/30530
1299 * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
1300 decimal128ClearSign to flip and clear the sign bit in decimal128.
1301 (decimal_real_maxval): Set decimal128SetSign to set the sign
1302 bit in decimal128.
1303
1304 2007-03-23 Ian Lance Taylor <iant@google.com>
1305
1306 * fold-const.c (fold_binary): Correct warning for X - c >= X.
1307
1308 2007-03-23 Ian Lance Taylor <iant@google.com>
1309
1310 * tree-dump.c (dump_files): Correct comment.
1311
1312 2007-03-23 Ian Lance Taylor <iant@google.com>
1313
1314 * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
1315
1316 2007-03-23 Steven Bosscher <steven@gcc.gnu.org>
1317
1318 * tracer.c (tracer): Don't take FLAGS argument. Assert we are
1319 in cfglayout mode. Don't go into and out of cfglayout mode.
1320 Link the blocks in the order of the constructed traces.
1321 (rest_of_handle_tracer): Adjust call to tracer.
1322 * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
1323 Don't go into cfglayout mode.
1324 (rtl_loop_done): Don't go out of cfglayout mode.
1325 * cfglayout.c (relink_block_chain): New function, split out from...
1326 (fixup_reorder_chain): ...here. Remove redundant checking.
1327 (cfg_layout_finalize): Don't clear the header, footer, and aux
1328 fields here, move the code to do so to relink_block_chain. Likewise
1329 for free_original_copy_tables.
1330 * rtl.h (tracer): Update prototype.
1331 * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
1332 Assert we are in cfglayout mode. Don't go into and out of cfglayout
1333 mode. Use relink_block_chain to serialize the CFG according to the
1334 new basic block order. Move targetm.cannot_modify_jumps_p check from
1335 here...
1336 (gate_handle_reorder_blocks): ...to here.
1337 (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
1338 from here...
1339 (gate_duplicate_computed_gotos): ...to here.
1340 (rest_of_handle_reorder_blocks): Don't see if anything has changed,
1341 something always changes when going into and out of cfglayout mode.
1342 Perform an expensive cfg cleanup while going into cfglayout mode.
1343 Always update liveness information on HAVE_conditional_execution
1344 targets. Reserialize the basic blocks and go out of cfglayout mode.
1345 * reg-stack.c: Include cfglayout.h.
1346 (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
1347 the call to reorder_basic_blocks.
1348 * basic-block.h (reorder_basic_blocks): Update prototype.
1349 (relink_block_chain): New prototype.
1350 * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
1351
1352 2007-03-23 Joseph Myers <joseph@codesourcery.com>
1353
1354 * config/mips/mips.md (type, hazard, *movdi_32bit,
1355 *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
1356 *movhi_internal, *movqi_internal, *movsf_hardfloat,
1357 *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
1358 movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
1359 mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
1360 applicable.
1361 (movcc): Change first xfer to multi.
1362 * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
1363 config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
1364 config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
1365 config/mips/generic.md: Change reservations using "xfer" to use
1366 "mfc,mtc".
1367 * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
1368 using match_operand.
1369 (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
1370 * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
1371 examining mode.
1372 (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
1373
1374 2007-03-22 Richard Henderson <rth@redhat.com>
1375
1376 * config/i386/i386.c: Remove unnecessary function declarations.
1377 Move targetm definition, and all related macros, to the end of
1378 the file. Resort some functions to put definitions before uses.
1379 (ix86_attribute_table): Make static. Move to end of file.
1380 (ix86_gimplify_va_arg): Make static.
1381
1382 2007-03-22 Richard Henderson <rth@redhat.com>
1383
1384 * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
1385 don't increase local_regparm with force_align_arg_pointer check.
1386 (ix86_function_sseregparm): Assert 32-bit.
1387 (type_has_variadic_args_p): New.
1388 (ix86_return_pops_args): Early exit for 64-bit. Reindent; use
1389 type_has_variadic_args_p.
1390 (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
1391 (init_cumulative_args): Remove TARGET_DEBUG_ARG. Remove zero_cum;
1392 use memset instead. Do maybe_vaarg check first; skip attribute
1393 tests if true; skip attribute tests for 64-bit.
1394 (construct_container): Remove TARGET_DEBUG_ARG.
1395 (function_arg_advance_32, function_arg_advance_64): Split out ...
1396 (function_arg_advance): ... from here.
1397 (function_arg_32, function_arg_64): Split out ...
1398 (function_arg): ... from here.
1399 (ix86_pass_by_reference): Tidy.
1400 (ix86_function_value_regno_p): Rearrange w/ switch on regno.
1401 (function_value_32): New, from parts of ix86_function_value
1402 and ix86_value_regno.
1403 (function_value_64): New, from parts of ix86_function_value
1404 and ix86_libcall_value.
1405 (ix86_function_value_1): New.
1406 (ix86_function_value, ix86_libcall_value): Use it.
1407 (return_in_memory_32, return_in_memory_64): Split out ...
1408 (ix86_return_in_memory): ... from here.
1409 (ix86_struct_value_rtx): Skip for 64-bit.
1410 (ix86_libcall_value, ix86_value_regno): Remove.
1411 (setup_incoming_varargs_64): Split out ...
1412 (ix86_setup_incoming_varargs): ... from here.
1413 (ix86_va_start): Remove TARGET_DEBUG_ARG.
1414 (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
1415 * config/i386/i386-protos.h (ix86_function_value): Remove.
1416 * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
1417
1418 2007-03-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1419
1420 PR other/23572
1421 * c-lex.c (interpret_float): On overflow, emit pedantic warning if
1422 infinities not supported, otherwise emit warning if -Woverflow. On
1423 underflow, emit warning if -Woverflow.
1424 * real.c (real_from_string): Return -1 if underflow, +1 if overflow
1425 and 0 otherwise.
1426 * real.h (real_from_string): Update declaration
1427
1428 2007-03-22 Kai Tietz <kai.tietz@onevision.com>
1429 Richard Henderson <rth@redhat.com>
1430
1431 * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
1432 * calls.c (compute_argument_block_size, expand_call,
1433 emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
1434 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
1435 * function.c (STACK_DYNAMIC_OFFSET): Likewise.
1436 * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
1437 * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
1438 config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
1439 config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
1440 config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
1441 Set to 1.
1442
1443 2007-03-22 Joseph Myers <joseph@codesourcery.com>
1444
1445 * c-incpath.c (add_sysroot_to_chain): New.
1446 (merge_include_chains): Add sysroot argument. Call
1447 add_sysroot_to_chain if sysrooted.
1448 (register_include_chains): Update call to merge_include_chains.
1449 * doc/cppopts.texi: Document use of '=' in include directory
1450 arguments.
1451
1452 2007-03-22 Uros Bizjak <ubizjak@gmail.com>
1453
1454 * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
1455 Macroize expander using SSEMODEF mode macro. Use SSE_FLOAT_MODE_P.
1456 (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
1457 insn pattern using X87MODEF12 mode macro.
1458
1459 2007-03-21 Seongbae Park <seongbae.park@gmail.com>
1460
1461 * regmove.c (regmove_optimize): Use reg_mentioned_p
1462 instead of reg_overlap_mentioned_p for DST.
1463
1464 2007-03-21 Mike Stump <mrs@apple.com>
1465
1466 * c.opt: Fixup for Objective-C/C++.
1467
1468 2007-03-21 Steve Ellcey <sje@cup.hp.com>
1469
1470 * explow.c (convert_memory_address): Fold memory reference when
1471 POINTERS_EXTEND_UNSIGNED < 0
1472
1473 2007-03-21 Richard Henderson <rth@redhat.com>
1474
1475 PR target/31245
1476 * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
1477 * config/i386/mmintrin.h (__m64): Likewise.
1478 * config/i386/xmmintrin.h (__m128): Likewise.
1479
1480 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1481
1482 * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
1483 (VXWORKS_OS_CPP_BUILTINS): Define.
1484 * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
1485 (TARGET_OS_CPP_BUILTINS): ...here. Use VXWORKS_OS_CPP_BUILTINS.
1486
1487 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1488
1489 * rtl.h (constant_pool_reference_p): Delete.
1490 (find_constant_src): Declare.
1491 * rtlanal.c (find_constant_src): New function.
1492 * simplify-rtx.c (constant_pool_reference_p): Delete.
1493 * config/i386/i386.md: Use find_constant_src instead of
1494 constant_pool_reference_p/avoid_constant_pool_reference pairs.
1495
1496 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1497
1498 * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
1499 * c-cppbuiltin.c (c_cpp_builtins): Define them.
1500
1501 2007-03-20 Mark Mitchell <mark@codesourcery.com>
1502
1503 * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
1504 * config/arm/arm.c (arm_elf_asm_cdtor): New function.
1505 (arm_elf_asm_constructor): Use it.
1506 (arm_elf_asm_destructor): New function.
1507
1508 2007-03-20 Bernd Schmidt <bernd.schmidt@analog.com>
1509
1510 * jump.c (mark_jump_label): Treat SEQUENCE specially.
1511
1512 2007-03-20 Nathan Sidwell <nathan@codesourcery.com>
1513
1514 * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
1515
1516 2007-03-19 Andrew Haley <aph@redhat.com>
1517
1518 PR tree-optimization/31264
1519 * tree-vrp.c (register_edge_assert_for_1): Don't look though
1520 VIEW_CONVERT_EXPRs.
1521
1522 2007-03-19 Paolo Bonzini <bonzini@gnu.org>
1523
1524 PR rtl-optimization/30907
1525 * fwprop.c (forward_propagate_into): Never propagate inside a loop.
1526 (fwprop_init): Always call loop_optimizer_initialize.
1527 (fwprop_done): Always call loop_optimizer_finalize.
1528 (fwprop): We always have loop info now.
1529 (gate_fwprop_addr): Remove.
1530 (pass_fwprop_addr): Use gate_fwprop as gate.
1531
1532 PR rtl-optimization/30841
1533 * df-problems.c (df_ru_local_compute, df_rd_local_compute,
1534 df_chain_alloc): Call df_reorganize_refs unconditionally.
1535 * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
1536 refs_organized to refs_organized_size.
1537 (df_ref_create_structure): Use refs_organized_size instead of
1538 bitmap_size if refs had been organized, and keep refs_organized_size
1539 up-to-date.
1540 * df.h (struct df_ref_info): Change refs_organized to
1541 refs_organized_size.
1542 (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
1543 bitmap_size.
1544
1545 2007-03-19 Mark Mitchell <mark@codesourcery.com>
1546
1547 * except.c (output_function_exception_table): Do not reference the
1548 EH personality routine for functions that do not require an
1549 exception table.
1550
1551 2007-03-20 Jakub Jelinek <jakub@redhat.com>
1552
1553 PR c/30762
1554 * c-typeck.c (convert_for_assignment): Call comptypes for
1555 RECORD_TYPE or UNION_TYPE.
1556
1557 PR inline-asm/30505
1558 * reload1.c (reload): Do invalid ASM checking after
1559 cleanup_subreg_operands.
1560
1561 2007-03-19 Jeff Law <law@redhat.com>
1562
1563 * tree-cfg.c (find_taken_edge): Tighten conditions for
1564 optimizing computed gotos.
1565
1566 2007-03-19 Michael Matz <matz@suse.de>
1567
1568 * builtins.c (expand_builtin_sync_operation,
1569 expand_builtin_compare_and_swap,
1570 expand_builtin_lock_test_and_set): Care for extending CONST_INTs
1571 correctly.
1572
1573 * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
1574 sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
1575 for operand 3.
1576
1577 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1578
1579 * doc/tm.texi: Add brackets around the return type of
1580 TARGET_SECONDARY_RELOAD.
1581
1582 2007-03-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
1583 Richard Guenther <rguenther@suse.de>
1584
1585 PR tree-optimization/31254
1586 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
1587 Use handled_component_p () where appropriate. Continue
1588 propagating into the rhs if we propagated into an INDIRECT_REF
1589 on the lhs.
1590
1591 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1592
1593 * config/s390/s390.md (op_type attribute): RRR instruction type added.
1594 (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
1595 (xde, xdee): Mode attributes adjusted to support DFP modes.
1596 (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
1597 ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
1598 DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
1599 "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
1600 "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
1601 "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
1602 "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
1603 numbers.
1604 ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
1605 "movsf"): Insn definitions removed.
1606 ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
1607 "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
1608 "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
1609 definitions added.
1610 ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
1611 "reload_in<mode>", "reload_out<mode>"): Expander added.
1612 ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
1613 Expander removed.
1614
1615 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1616
1617 * config/s390/s390.md: Only non-functional changes. Renamed
1618 FPR mode macro to BFP all over the file.
1619
1620 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1621
1622 * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
1623 (op_type attribute): RRF instruction type added.
1624 (fT0): New mode attribute.
1625 ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
1626 "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
1627 * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new instruction
1628 no secondary memory is needed when moving DFmode values between GPRs
1629 and FPRs.
1630
1631 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1632
1633 * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
1634 inverted and documentation adjusted.
1635 ("mhard-dfp", "msoft-dfp"): New options.
1636 * config/s390/s390.c (s390_handle_arch_option): New architecture
1637 switch: z9-ec.
1638 (override_options): Sanity checks for the new options added.
1639 * config.gcc: New architecture switch: z9-ec.
1640 * config/s390/s390.h (processor_flags): PF_DFP added.
1641 (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
1642 (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
1643 when the bit is NOT set so remove it from the defaults.
1644
1645 2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1646
1647 * genemit.c (main): Print include statement for dfp.h.
1648 * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
1649 is not available.
1650
1651 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
1652
1653 * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
1654
1655 2007-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
1656
1657 PR target/31022
1658 * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
1659 instead of PATTERN.
1660
1661 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1662
1663 * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
1664 attr_length_call, output_call, output_indirect_call): Cleanup
1665 formatting of targetm calls.
1666
1667 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
1668
1669 * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
1670
1671 2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1672
1673 * pa.md: Add fpstore_load and store_fpload instruction types. Provide
1674 reservation, bypass and anti-bypass descriptions for these instructions.
1675 Update move patterns.
1676 * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
1677 TYPE_FPSTORE.
1678
1679 2007-03-18 Dorit Nuzman <dorit@il.ibm.com>
1680
1681 * tree-vect-transform.c (get_initial_def_for_induction): Replace
1682 GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
1683 (get_initial_def_for_reduction): Likewise.
1684
1685 2007-03-16 Daniel Berlin <dberlin@dberlin.org>
1686
1687 Fix PR tree-optimization/29922
1688 * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
1689 (get_representative): Removed.
1690 (value_dies_in_block_x): Update for rvuse removal.
1691 (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
1692 (compute_antic_aux): Handle when PHI nodes appear in
1693 non-single-successors.
1694 (dump_bitmap_of_names): Removed.
1695 (compute_antic_safe): Renamed and removed rvuse calculation.
1696 Calculate only antic safe.
1697 (insert_into_preds_of_block): Remove assert.
1698 (execute_pre): Update for renamed functions.
1699 (defer_or_phi_translate_block): New function.
1700
1701 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
1702
1703 * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
1704 config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
1705 typos.
1706 * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
1707 Follow spelling conventions.
1708
1709 * tree-data-ref.h: Remove the prototype for analyze_array.
1710
1711 2007-03-17 Dorit Nuzman <dorit@il.ibm.com>
1712
1713 PR tree-optimization/31041
1714 * tree-vect-transform.c (get_initial_def_for_induction): Call
1715 force_gimple_operand.
1716
1717 2007-03-17 Olga Golovanevsky <olga@il.ibm.com>
1718
1719 * ipa-type-escape.c (look_for_casts) : Revert code to use
1720 handled_component_p due to ada test a-numaux.adb.
1721
1722 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
1723
1724 * final.c (final_scan_insn): Alter the condition of a
1725 conditional trap if we have nonstandard CC.
1726
1727 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
1728
1729 * configure.ac: Remove excess quoting from asm line 0 test.
1730 * configure: Rebuilt.
1731
1732 2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1733
1734 * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
1735 * c-common.c (convert_and_check): Move warning logic to...
1736 (warnings_for_convert_and_check): ...here. Define.
1737 * c-common.h (warnings_for_convert_and_check): Declare.
1738
1739 2007-03-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1740
1741 * pa.c (attr_length_call): Partially revert change of 2007-03-09.
1742 (output_call): Likewise.
1743
1744 2007-03-16 Richard Sandiford <richard@codesourcery.com>
1745
1746 * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
1747
1748 2007-03-16 Richard Sandiford <richard@codesourcery.com>
1749
1750 * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
1751
1752 2007-03-16 Uros Bizjak <ubizjak@gmail.com>
1753
1754 * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
1755 opteron, athlon-64 and athlon-fx processor_alias_table entries.
1756
1757 2007-03-16 Sebastian Pop <sebastian.pop@inria.fr>
1758
1759 PR tree-optimization/31183
1760 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
1761 Use double_int instead of unsigned int for representing access_strides.
1762 * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
1763
1764 2007-03-16 Richard Guenther <rguenther@suse.de>
1765
1766 PR tree-optimization/31146
1767 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
1768 to allow recursion of forward_propagate_addr_expr.
1769 (forward_propagate_addr_into_variable_array_index): Likewise.
1770 (forward_propagate_addr_expr): Likewise.
1771 (tree_ssa_forward_propagate_single_use_vars): Likewise.
1772 (forward_propagate_addr_expr_1): Recurse on simple copies
1773 instead of propagating into them. Do so for useless conversions
1774 as well.
1775 (forward_propagate_addr_expr): Clean up unused statements after
1776 recursion.
1777
1778 2007-03-16 Richard Guenther <rguenther@suse.de>
1779
1780 * builtins.c (expand_builtin_cexpi): Use the right argument
1781 for the expansion via cexp.
1782
1783 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
1784
1785 * configure.ac: Don't require ELF binutils to tolerate # 0 "".
1786 * configure: Rebuilt.
1787
1788 2007-03-16 Alexandre Oliva <aoliva@redhat.com>
1789
1790 PR debug/29906
1791 * dwarf2out.c (force_type_die): Adjust comment.
1792 (dwarf2out_imported_module_or_decl): Handle base AT_import types.
1793
1794 2007-03-15 DJ Delorie <dj@redhat.com>
1795
1796 * config/frv/predicates.md (minmax_operator): Don't check operands
1797 here.
1798
1799 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
1800
1801 * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
1802 Update constant estimates of number of iterations.
1803 (record_nonwrapping_iv): Add "upper" argument. "data_size_bounds_p"
1804 argument renamed to "realistic".
1805 (compute_estimated_nb_iterations): Removed.
1806 (record_niter_bound): New function.
1807 (idx_infer_loop_bounds): For possible but unlikely tail arrays,
1808 call record_nonwrapping_iv with upper = false.
1809 (infer_loop_bounds_from_signedness): Pass upper argument to
1810 record_nonwrapping_iv.
1811 (estimate_numbers_of_iterations_loop): Do not call
1812 compute_estimated_nb_iterations. Record estimate based on profile
1813 information. Initialize the constant estimates of number of
1814 iterations.
1815 * tree-data-ref.c (estimated_loop_iterations): Return the recorded
1816 estimates.
1817 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
1818 number of iterations is too small.
1819 * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
1820 (EST_NOT_AVAILABLE): Removed.
1821 (struct loop): Replace estimated_nb_iterations by any_upper_bound,
1822 nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
1823 fields.
1824
1825 2007-03-15 Zdenek Dvorak <dvorakz@suse.cz>
1826
1827 * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
1828 Handle NE_EXPR guards.
1829
1830 2007-03-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1831
1832 PR c++/24924
1833 * c-opts.c (c_common_post_options): Handle C++ post-processing here.
1834 Set also -pedantic-errors by default for the preprocessor unless
1835 -fpermissive is given.
1836
1837 2007-03-15 Richard Guenther <rguenther@suse.de>
1838
1839 PR middle-end/29719
1840 PR middle-end/31161
1841 * builtins.c (expand_builtin_cexpi): As a fallback if we
1842 don't have builtins for sincos or cexp create a function
1843 declaration for cexp and expand to a call to that.
1844 (expand_builtin_int_roundingfn): Always fall
1845 back to floor/ceil and its variants even if they may be
1846 not available.
1847
1848 2007-03-15 Steven Bosscher <steven@gcc.gnu.org>
1849
1850 PR middle-end/31159
1851 * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
1852 jump tables, move the call to delete_dead_jumptables from here...
1853 (cfg_layout_finalize): ...to here. But rebuild jump labels first.
1854 * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
1855 don't allow merging of blocks that try_redirect_by_replacing_jump
1856 also does not handle when not optimizing.
1857
1858 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
1859 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1860
1861 * config/i386/i386.md (x86_sahf_1): Correctly handle
1862 HAVE_AS_IX86_SAHF.
1863
1864 2007-03-15 Uros Bizjak <ubizjak@gmail.com>
1865
1866 PR target/31167
1867 * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
1868 x86_64_general_operand as operand[2] predicate. Remove "iF"
1869 from operand constraints and use "e" constraint instead.
1870 (*subti3_1, *subti3_1 splitter): Ditto.
1871 (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
1872 operand[1] predicate.
1873
1874 2007-03-14 Sebastian Pop <sebastian.pop@inria.fr>
1875
1876 * tree-loop-linear.c (gather_interchange_stats): For multidimensional
1877 arrays, multiply the access strides by the size of the sub-array.
1878 * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
1879
1880 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
1881
1882 * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
1883 the configured assembler supports the sahf mnemonic.
1884 * configure: Regenerate.
1885 * config.in: Regenerate.
1886
1887 * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
1888 emit "sahf" or ".byte\t0x9e" as asm template.
1889
1890 2007-03-14 Michael Meissner <michael.meissner@amd.com>
1891
1892 PR 31018
1893 * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
1894 option to replace hard coded TARGET_xxx in md file.
1895 (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
1896 (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
1897 (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
1898 (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
1899 (X86_TUNE_NOT_UNPAIRABLE): Ditto.
1900 (X86_TUNE_NOT_VECTORMODE): Ditto.
1901 (TUNE_SHORTEN_X87_SSE): Use new tuning option.
1902 (TUNE_AVOID_VECTOR_DECODE): Ditto.
1903 (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
1904 (TUNE_SLOW_IMUL_IMM8): Ditto.
1905 (TUNE_MOVE_M1_VIA_OR): Ditto.
1906 (TUNE_NOT_UNPAIRABLE): Ditto.
1907 (TUNE_NOT_VECTORMODE): Ditto.
1908
1909 * config/i386/i386.c (ix86_tune_features): Fill in new tuning
1910 options.
1911
1912 * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
1913 tuning options instead of hard coded TARGET_xxx.
1914 (fix ssemode peephole2's): Ditto.
1915 (imul peephole2's): Ditto.
1916 (movsi_or): Ditto.
1917 (movdi_or_rex64): Ditto.
1918 (move peephole2): Ditto.
1919 (not peephole2's): Ditto.
1920
1921 2007-03-14 Dirk Mueller <dmueller@suse.de>
1922
1923 * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
1924 * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
1925 * c-parser.c (c_parser_if_body): Always add an empty statement in case
1926 of empty body.
1927 * c-parser.c (c_parser_do_statement): Warn about empty body in
1928 do/while statement.
1929 * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
1930 * doc/invoke.texi (-Wempty-body): Update documentation.
1931
1932 2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1933
1934 PR c/21438
1935 * c-common.h (warn_for_div_by_zero): Declare.
1936 * c-common.c (warn_for_div_by_zero): Define.
1937 * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
1938 warning.
1939
1940 2007-03-14 Richard Sandiford <richard@codesourcery.com>
1941
1942 * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
1943 to PREFIX and STANDARD_PREFIX.
1944
1945 2007-03-14 Richard Sandiford <richard@codesourcery.com>
1946 Phil Edwards <phil@codesourcery.com>
1947
1948 * gthr-vxworks.h: Add an extern "C" wrapper for C++.
1949 (__gthread_once_t): Remove busy field for RTPs.
1950 (__GTHREAD_ONCE_INIT): Update accordingly.
1951
1952 2007-03-14 Richard Sandiford <richard@codesourcery.com>
1953
1954 * doc/invoke.texi: Document VxWorks options.
1955
1956 2007-03-14 Uros Bizjak <ubizjak@gmail.com>
1957
1958 * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
1959
1960 2007-03-13 Seongbae Park <seongbae.park@gmail.com>
1961
1962 PR tree-optimization/30590
1963 * tree-nrv.c (tree_nrv): Check for the partial update of the
1964 return value.
1965
1966 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
1967
1968 * flags.h (flag_random_seed): Remove declaration, in favor of...
1969 * toplev.h (get_random_seed, set_random_seed): ... these.
1970 * tree.c (get_file_function_name): Use the former.
1971 * opts.c (common_handle_option): Use the latter.
1972 * toplev.c
1973
1974 2007-03-13 Steven Bosscher <steven@gcc.gnu.org>
1975
1976 PR middle-end/31127
1977 * cse.c (cse_find_path): Do not bail out if a basic block that
1978 we already visited now becomes part of a path that starts at a
1979 different basic block. Just disallow this, to make sure we
1980 visit each basic block at most once.
1981
1982 2007-03-13 Jan Hubicka <jh@suse.cz>
1983
1984 * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes,
1985 when profile esitmate is present, calls with very low frequency are
1986 cold.
1987
1988 2007-03-13 Zdenek Dvorak <dvorakz@suse.cz>
1989
1990 PR tree-optimization/30730
1991 PR tree-optimization/26900
1992 * tree-ssa-loop-niter.c: Include gmp.h.
1993 (bounds): New type.
1994 (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
1995 split_to_var_and_offset, determine_value_range,
1996 bound_difference_of_offsetted_base, refine_bounds_using_guard,
1997 bound_difference, bounds_add, bounds_negate,
1998 number_of_iterations_ne_max, dump_affine_iv): New functions.
1999 (number_of_iterations_ne, number_of_iterations_lt_to_ne,
2000 assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
2001 difference of initial and final value of control iv to validate
2002 results.
2003 (number_of_iterations_cond): Add loop parameter. Determine bounds
2004 on the difference of the extremes of the control iv. Add dumps.
2005 (expand_simple_operations): Handle phi nodes.
2006 (simplify_using_initial_conditions): Do not record used conditions.
2007 (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
2008 Do not set additional_info.
2009 (implies_nonnegative_p, implies_ge_p): Removed.
2010 (derive_constant_upper_bound): Do not use parameter `additional'.
2011 (record_estimate): Parameter `additional' removed. Parameter
2012 `i_bound' added. Do not call derive_constant_upper_bound.
2013 (record_nonwrapping_iv): Use derive_constant_upper_bound to
2014 bound the number of iterations estimate.
2015 (estimate_numbers_of_iterations_loop): Pass the estimate from
2016 the number of iterations analysis to record_estimate.
2017 * tree.h (multiple_of_p): Declare.
2018 * tree-scalar-evolution.c (expression_expensive_p): Removed.
2019 (scev_const_prop): Do not check expression_expensive_p.
2020 * fold-const.c (multiple_of_p): Exported.
2021 * double-int.c (double_int_mask): Exported.
2022 * double-int.h (double_int_mask): Declare.
2023 * tree-flow.h (struct tree_niter_desc): Removed additional_info
2024 field. Added max field.
2025
2026 2007-03-13 David Taylor <taylor@candd.org>
2027
2028 PR driver/12448:
2029 * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
2030 default -MQ.
2031
2032 2007-03-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2033
2034 PR target/31123
2035 * pa.md (vdepi_ior): Don't allow zero length deposit. Likewise for
2036 two unamed patterns.
2037
2038 2007-03-13 Uros Bizjak <ubizjak@gmail.com>
2039
2040 * config/i386/i386.opt (mcx16, msahf): New options.
2041 * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
2042 (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
2043
2044 * config/i386/driver-i386.c (bit_LAHF_LM): New define.
2045 (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
2046 Output -mcx16 and -msahf options when corresponding bit is set.
2047
2048 * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
2049 and -msahf options.
2050
2051 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
2052
2053 * configure.ac: Test for assembler tolerance to # 0 "".
2054 * configure, config.in: Rebuilt.
2055 * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
2056
2057 2007-03-13 Geoffrey Keating <geoffk@apple.com>
2058
2059 * doc/invoke.texi (Spec Files): Update for '%{,' spec.
2060
2061 * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
2062 (handle_syscall): Handle direct system calls.
2063 * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
2064
2065 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2066
2067 * doc/invoke.texi: Fix cpp.info cross-reference.
2068 * doc/passes.texi: Fix gcc.info cross-reference.
2069
2070 2007-03-12 Zdenek Dvorak <dvorakz@suse.cz>
2071
2072 PR tree-optimization/30835
2073 * lambda-code.c (can_convert_to_perfect_nest): Check whether
2074 bb_for_stmt is not NULL before accessing it.
2075
2076 2007-03-12 Joseph Myers <joseph@codesourcery.com>
2077
2078 * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
2079 some multilibs.
2080
2081 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2082
2083 PR 30635
2084 * doc/install.texi: Document --enable-stage1-languages
2085
2086 2007-03-12 Steven Bosscher <steven@gcc.gnu.org>
2087
2088 * tree-pass.h (pass_into_cfg_layout_mode,
2089 pass_outof_cfg_layout_mode): Declare.
2090 * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
2091 pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
2092 * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
2093 (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
2094
2095 2007-03-12 Seongbae Park <seongbae.park@gmail.com>
2096
2097 * c-decl.c (warn_variable_length_array): New function.
2098 Refactored from grokdeclarator to handle warn_vla
2099 and handle unnamed array case.
2100 (grokdeclarator): Refactored VLA warning case.
2101 * c.opt (Wvla): New flag.
2102 * doc/invoke.texi (Wvla): New warning.
2103
2104 2007-03-12 Richard Henderson <rth@redhat.com>
2105
2106 * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
2107 (TARGET_SECTION_TYPE_FLAGS): New.
2108
2109 2007-03-12 Richard Henderson <rth@redhat.com>
2110
2111 * config/darwin.c (machopic_reloc_rw_mask): New.
2112 * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
2113 * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
2114
2115 2007-03-12 Mark Mitchell <mark@codesourcery.com>
2116
2117 * cppdefault.c (cpp_EXEC_PREFIX): New variable.
2118 * cppdefault.h (cpp_PREFIX): Document.
2119 (cpp_PREFIX_len): Likewise.
2120 (cpp_EXEC_PREFIX): New variable.
2121 * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
2122 * c-incpath.c (add_standard_paths): Correct logic for relocating
2123 paths within prefix.
2124
2125 2007-03-12 Uros Bizjak <ubizjak@gmail.com>
2126
2127 * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
2128 fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
2129 mode macro.
2130 (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
2131 fix_truncdfdi_sse using SSEMODEF mode macro.
2132 (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
2133 fix_truncdfsi_sse using SSEMODEF mode macro.
2134 (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
2135 (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
2136
2137 2007-03-12 Richard Sandiford <richard@codesourcery.com>
2138
2139 * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
2140 elfos.h to tm_file.
2141
2142 2007-03-12 Olga Golovanevsky <olga@il.ibm.com>
2143
2144 * tree.h : Add multiple_of_p declaration.
2145 * fold-const.c (multiple_of_p): Make multiple_of_p public.
2146 * ipa-type-escape.c (results_of_malloc): Redundant.
2147 (visited_stmts): New. Visited stmt for walk_use_def_chains.
2148 (cast_type): Extended with new members.
2149 (check_cast): Returns cast_type.
2150 (cast): New structure for data of walk_use_def_chains.
2151 (is_malloc_result, is_cast_from_non_pointer_1,
2152 is_cast_from_non_pointer,
2153 is_array_access_through_pointer_and_index): New functions.
2154 (look_for_casts): Returns cast types.
2155 (check_call): Returns void.
2156 (okay_pointer_operation): Use support of pointer plus index,
2157 pointer plus constant and allow all multiplications.
2158
2159 2007-03-11 Richard Guenther <rguenther@suse.de>
2160
2161 PR tree-optimization/31115
2162 * tree-vrp.c (extract_range_from_binary_expr): Make sure
2163 the shift count is positive and non-anti-range for RSHIFT_EXPR.
2164 A shift count of zero is not special as with *_DIV_EXPR.
2165 (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
2166 direction.
2167
2168 2007-03-11 Ian Lance Taylor <iant@google.com>
2169
2170 * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
2171 the *_DIV_EXPR codes correctly with overflow infinities.
2172
2173 2007-03-11 Ira Rosen <irar@il.ibm.com>
2174
2175 * tree-data-ref.c (analyze_offset): Add a return value (bool) to
2176 indicate success/failure of the analysis. Add negation to subtrahend
2177 in case of subtraction. Fail if both operands contain constants.
2178 (create_data_ref): Fail if analyze_offset fails.
2179
2180 2007-03-11 Uros Bizjak <ubizjak@gmail.com>
2181
2182 * config/i386/i386.md (frndintxf2): Rename to ...
2183 (rintxf2): ... this. Remove expander having same name.
2184 (rintsf2, rintdf2): Implement using SSEMODEF macro.
2185 (roundsf2, rounddf2): Ditto.
2186 (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
2187 (lround<mode>di2, lround<mode>si2): Ditto.
2188
2189 2007-03-11 Steven Bosscher <steven@gcc.gnu.org>
2190
2191 * lower-subreg.c: Include except.h.
2192 (decompose_multiword_subregs): Verify that the only control flow
2193 insns we can split are loads to multi-words pseudos.
2194 Handle breaking such blocks after splitting, instead of calling
2195 find_many_sub_basic_blocks.
2196
2197 * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
2198 on the new basic block. Add a lengthy comment explaining why we
2199 thought this was necessary.
2200 * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
2201
2202 2007-03-10 Mark Mitchell <mark@codesourcery.com>
2203
2204 PR c++/30924
2205 * tree.c (walk_type_fields): Recurse into the element type of
2206 ARRAY_TYPEs if there is a pointer set.
2207
2208 2007-03-10 Dirk Mueller <dmueller@suse.de>
2209
2210 * c-common.c (warn_logical_operator): Fix condition.
2211
2212 2007-03-10 Tobias Schlüter <tobi@gcc.gnu.org>
2213
2214 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
2215 quotation mark.
2216 * config/darwin.c (machopic_select_section): Remove superfluous
2217 argument in call to categorize_decl_for_section. Remove unused
2218 variable shlib.
2219
2220 2007-03-10 Joseph Myers <joseph@codesourcery.com>
2221
2222 * configure.ac (glibc_header_dir): Set using with_build_sysroot if
2223 defined.
2224 * configure: Regenerate.
2225
2226 2007-03-10 Uros Bizjak <ubizjak@gmail.com>
2227
2228 PR target/31101
2229 * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
2230 (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
2231 (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
2232 Add LABEL_NUSES to emitted label.
2233 * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
2234 branch probability value to emitted jump insn.
2235 * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
2236 Do not check life information and do not re-arrange input operands
2237 for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
2238
2239 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
2240
2241 * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
2242 the change of decode_asm_operands.
2243
2244 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
2245
2246 * mode-switching.c (create_pre_exit): Skip blockage insn.
2247
2248 2007-03-09 Diego Novillo <dnovillo@redhat.com>
2249
2250 * tree-pass.h (TODO_update_smt_usage): Remove.
2251 Update all users.
2252 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
2253 argument SOME.
2254 Update all users.
2255
2256 2007-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2257
2258 * pa.c (attr_length_call): Revise condition for long pc-relative branch.
2259 (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local
2260 calls on the SOM target. Don't use "LONG_PIC_PCREL" call sequence on
2261 SOM target.
2262
2263 2007-03-09 Geoffrey Keating <geoffk@apple.com>
2264
2265 * gcc.c: Document %{, in big comment at top.
2266 (input_suffix_matches): Remove special handling for .s and
2267 .S.
2268 (input_spec_matches): New.
2269 (handle_braces): Handle %{,.
2270 (validate_switches): ',' indicates a value which is not a switch.
2271 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
2272 to detect assembler input.
2273 * config/i386/sol2.h (CPP_SPEC): Likewise.
2274 * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
2275 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
2276 * config/rs6000/lynx.h (ASM_SPEC): Likewise.
2277 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
2278 * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
2279 -m64 causes deployment target to default to 10.5.
2280 * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
2281
2282 2007-03-09 Richard Henderson <rth@redhat.com>
2283
2284 PR target/26090
2285 * target.h (targetm.asm.out.reloc_rw_mask): New.
2286 * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
2287 (TARGET_ASM_OUT): Use it.
2288 * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
2289 * varasm.c (categorize_decl_for_section): Remove shlib argument;
2290 use the new reloc_rw_mask target hook instead.
2291 (default_section_type_flags_1): Merge into...
2292 (default_section_type_flags): ... here.
2293 (decl_readonly_section_1): Merge into...
2294 (decl_readonly_section): ... here.
2295 (default_elf_select_section_1): Merge into...
2296 (default_elf_select_section): ... here.
2297 (default_unique_section_1): Merge into...
2298 (default_unique_section): ... here.
2299 (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
2300 (default_select_rtx_section): Use it.
2301 (default_elf_select_rtx_section): Likewise.
2302 * output.h: Update to match.
2303 * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
2304 * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
2305 (TARGET_ASM_RELOC_RW_MASK): New.
2306 * config/i386/i386.c (x86_64_elf_select_section): Adjust call
2307 to categorize_decl_for_section.
2308 (x86_64_elf_unique_section): Likewise.
2309 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
2310 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
2311 (TARGET_ASM_RELOC_RW_MASK): New.
2312 * config/ia64/ia64.c (ia64_rwreloc_select_section,
2313 ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
2314 (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
2315 (TARGET_RWRELOC): Remove.
2316 (ia64_section_type_flags): Adjust call to default_section_type_flags.
2317 * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
2318 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
2319 (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
2320 (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
2321 (rs6000_xcoff_select_section): Use decl_readonly_section.
2322 (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
2323 * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
2324 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
2325 (TARGET_SECTION_TYPE_FLAGS): Remove.
2326 * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
2327
2328 2007-03-09 Roger Sayle <roger@eyesopen.com>
2329
2330 * fold-const.c (fold_comparison): Remove compile-time evaluation of
2331 complex constant equality/inequality comparisons for here.
2332 (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
2333 known at compile-time or can be simplified to a scalar comparison.
2334 (fold_relational_const): Move compile-time evaluation of complex
2335 constant equality/inequality comparisons to here.
2336
2337 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
2338
2339 PR rtl-optimization/30643
2340 * cse.c (cse_insn): Recompute dest_hash after insert_regs for
2341 dest_addr_elt.
2342 (fold_rtx): Recurse, like before 2006-11-03.
2343
2344 2007-03-09 DJ Delorie <dj@redhat.com>
2345
2346 * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
2347 m32c-pragma.o.
2348
2349 2007-03-09 Aldy Hernandez <aldyh@redhat.com>
2350
2351 PR tree-optimization/30375
2352 * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
2353 LHS of statements is not the same.
2354 * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
2355
2356 2007-03-09 Chao-ying Fu <fu@mips.com>
2357
2358 * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
2359 REV 2.
2360 * doc/invoke.texi (-mdspr2): Document new option.
2361 * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
2362 New unspec for DSP REV 2.
2363 (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
2364 these instructions are extended in DSP REV 2.
2365 (mips-dspr2.md): Include.
2366 * config/mips/mips.opt (mdspr2): New option.
2367 * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
2368 MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
2369 MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
2370 (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
2371 (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
2372 (dsp_bdesc): Add DSP REV 2 builtins. Remove 32-bit only DSP builtins.
2373 (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
2374 and 2 builtins.
2375 (bdesc_map): Add one field of unsupported_target_flags.
2376 (bdesc_arrays): Update entries to have extra fields. Add
2377 dsp_32only_bdesc.
2378 (mips_init_builtins): Initialize new function types.
2379 Check unsupported_target_fileds to filter out builtins.
2380 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
2381 TARGET_DSPR2.
2382 (ASM_SPEC): Pass mdspr2 to the assembler.
2383 * config/mips/mips-dspr2.md: New file.
2384
2385 2007-03-09 Sa Liu <saliu@de.ibm.com>
2386
2387 * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
2388
2389 2007-03-09 Ian Lance Taylor <iant@google.com>
2390
2391 * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
2392 argument) like -Wstrict-overflow=2.
2393 * doc/invoke.texi (Warning Options): Update documentation.
2394
2395 2007-03-09 Dirk Mueller <dmueller@suse.de>
2396
2397 PR c++/17946
2398 * doc/invoke.texi (-Wlogical-op): Document.
2399 * common.opt (-Wlogical-op): New.
2400 * c-common.h (warn_logical_operator): Declare.
2401 * c-common.c (warn_logical_operator): Define.
2402 * c-typeck.c (parser_build_binary_op): Call
2403 warn_logical_operator.
2404
2405 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
2406
2407 * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
2408 * final.c (final_scan_insn): Test for non-"" file name.
2409
2410 2007-03-09 Sebastian Pop <sebastian.pop@inria.fr>
2411
2412 * doc/loop.texi: Document the Omega linear constraints solver.
2413 * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
2414 omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
2415 omega-hash-table-size, omega-max-keys, and
2416 omega-eliminate-redundant-constraints.
2417 * tree-pass.h (pass_check_data_deps): Declared.
2418 * omega.c: New.
2419 * omega.h: New.
2420 * timevar.def (TV_CHECK_DATA_DEPS): Declared.
2421 * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
2422 pass_check_data_deps): New.
2423 * tree-data-ref.c (init_data_ref): Remove declaration.
2424 (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
2425 (analyze_array): Renamed init_array_ref, move up initializations.
2426 (init_data_ref): Renamed init_pointer_ref. Moved before its call.
2427 Removed arguments that are set to NULL.
2428 (analyze_indirect_ref): Correct indentation, correct call to
2429 init_pointer_ref.
2430 (object_analysis): Call init_array_ref instead of analyze_array.
2431 (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
2432 (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
2433 of DR_ACCESS_FNS_ADDR.
2434 (init_omega_eq_with_af, omega_extract_distance_vectors,
2435 omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
2436 ddr_consistent_p): New.
2437 (compute_affine_dependence): Check consistency of ddrs when
2438 flag_check_data_deps is passed.
2439 (analyze_all_data_dependences): Uncomment.
2440 (tree_check_data_deps): New.
2441 * tree-data-ref.h: Include omega.h.
2442 (DR_ACCESS_FNS_ADDR): Removed.
2443 (data_dependence_relation): Add inner_loop.
2444 (DDR_INNER_LOOP): New.
2445 * common.opt (fcheck-data-deps): New.
2446 * tree-flow.h (tree_check_data_deps): Declare.
2447 * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
2448 (OBJS-common): Depend on omega.o.
2449 (omega.o): Define.
2450 * passes.c (pass_check_data_deps): Scheduled.
2451 * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
2452 PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
2453 PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
2454 PARAM_VECT_MAX_VERSION_CHECKS,
2455 PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
2456
2457 2007-03-09 Richard Guenther <rguenther@suse.de>
2458
2459 PR tree-optimization/30904
2460 PR middle-end/31058
2461 * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
2462 the same way as *_DIV_EXPR.
2463
2464 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
2465
2466 * recog.c (decode_asm_operands): No mixed declarations and code.
2467
2468 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
2469
2470 * rtl.def (ASM_INPUT): Add location.
2471 * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
2472 (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
2473 (decode_asm_operands): Add loc operand.
2474 (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
2475 * stmt.c (expand_asm): Rename to...
2476 (expand_asm_loc): ... this. Add locus argument. Pass it on to
2477 gen_rtx_ASM_INPUT_loc.
2478 (expand_asm_expr): Adjust.
2479 * recog.c (decode_asm_operands): Add loc operand.
2480 (check_asm_operands, extract_insn): Adjust.
2481 * reload1.c (maybe_fix_stack_asms): Likewise.
2482 * final.c (asm_insn_count): Likewise.
2483 (final_scan_insn): Output # line before and after asm.
2484
2485 2007-03-09 Daniel Berlin <dberlin@dberlin.org>
2486
2487 * tree-ssa-structalias.c (variable_info): Remove
2488 finished_solution.
2489 (new_var_info): Ditto.
2490 (shared_bitmap_info_t): New structure.
2491 (shared_bitmap_table): New variable.
2492 (shared_bitmap_hash): New function.
2493 (shared_bitmap_eq): Ditto
2494 (shared_bitmap_lookup): Ditto.
2495 (shared_bitmap_add): Ditto.
2496 (merge_smts_into): Change to take bitmap directly.
2497 (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
2498 (init_alias_vars): Init shared bitmap hashtable.
2499 (delete_points_to_sets): Delete shared bitmap hashtable.
2500 * tree-ssa-operands.c (add_virtual_operand): Partially revert the
2501 is_aliased removal as a change that was still necessary was
2502 deleted.
2503
2504 2007-03-09 Uros Bizjak <ubizjak@gmail.com>
2505
2506 * config/i386/i386.h (override_options): Conditionally disable
2507 x86_sahf for 64bit targets only.
2508
2509 2007-03-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
2510
2511 PR C/31072
2512 * c-decl.c (merge_decls): Don't call make_var_volatile.
2513 * varasm.c (make_var_volatile): Remove.
2514 * output.h (make_var_volatile): Remove.
2515
2516 2007-03-08 Zdenek Dvorak <dvorakz@suse.cz>
2517
2518 PR tree-optimization/31085
2519 * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
2520
2521 2007-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2522
2523 * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
2524 llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
2525 ATTR_CONST_NOTHROW_LIST.
2526
2527 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
2528 FIX_TRUNC_EXPR.
2529
2530 2007-03-08 Diego Novillo <dnovillo@redhat.com>
2531
2532 * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
2533
2534 2007-03-08 Geoffrey Keating <geoffk@apple.com>
2535
2536 PR 31013
2537 * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
2538 is declared.
2539 * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
2540 passed, use shared libgcc.
2541
2542 2007-03-08 Roger Sayle <roger@eyesopen.com>
2543
2544 * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
2545 instead of calling build2 with a GIMPLE_MODIFY_STMT.
2546 (honor_protect_cleanup_actions, lower_try_finally_switch):
2547 Likewise.
2548 * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
2549 ifc_temp_var): Likewise.
2550 * tree-inline.c (setup_one_parameter): Likewise.
2551 * tree-mudflap.c (mf_decl_cache_locals,
2552 mf_build_check_statement_for): Likewise.
2553 * tree-nested.c (init_tmp_var, save_tmp_var,
2554 finalize_nesting_tree_1): Likewise.
2555 * tree-outof-ssa.c (insert_copy_on_edge,
2556 insert_backedge_copies): Likewise.
2557 * tree-profile.c (tree_gen_edge_profiler,
2558 tree_gen_ic_profiler): Likewise.
2559 * tree-scalar-evolution.c (scev_const_prop): Likewise.
2560 * tree-sra.c (sra_build_assignment): Likewise.
2561 * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
2562 * tree-ssa-math-opts.c (insert_reciprocals,
2563 execute_cse_sincos_1): Likewise.
2564 * tree-tailcall.c (adjust_accumulator_values,
2565 adjust_return_value): Likewise.
2566 * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
2567 * tree-vect-transform.c (vect_create_data_ref_ptr,
2568 bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
2569 vect_create_epilog_for_reduction, vectorizable_reduction,
2570 vectorizable_call, vectorizable_conversion,
2571 vectorizable_assignment, vectorizable_operation,
2572 vectorizable_type_demotion, vect_gen_widened_results_half,
2573 vect_permute_store_chain, vectorizable_store,
2574 vect_setup_realignment, vect_permute_load_chain,
2575 vectorizable_load, vectorizable_condition,
2576 vect_create_cond_for_align_checks): Likewise.
2577 * tree-vrp.c (build_assert_expr_for): Likewise.
2578
2579 2007-03-08 Ian Lance Taylor <iant@google.com>
2580
2581 * tree-vrp.c: Include "intl.h".
2582 (usable_range_p): New static function.
2583 (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
2584 overflowed values, juts set *strict_overflow_p.
2585 (compare_values): Only return -2 if one of the operands is not a
2586 constant.
2587 (compare_ranges): Call usable_range_p.
2588 (compare_range_with_value): Likewise.
2589 (vrp_evaluate_conditional_warnv): Rename from
2590 vrp_evaluate_conditional. Make static. Change all callers.
2591 (vrp_evaluate_conditional): New function.
2592 (simplify_div_or_mod_using_ranges): Issue warning about reliance
2593 on signed overflow.
2594 (simplify_abs_using_ranges): Likewise.
2595 (simplify_stmt_for_jump_threading): Add within_stmt parameter.
2596 * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
2597 within_stmt parameter.
2598 * tree-ssa-propagate.c (fold_predicate_in): Update call to
2599 vrp_evaluate_conditional.
2600 * tree-ssa-threadedge.c
2601 (record_temporary_equivalences_from_stmts_at_dest): Change
2602 simplify parameter to take a second tree parameter.
2603 (simplify_control_stmt_condition): Likewise.
2604 (thread_across_edge): Likewise.
2605 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
2606 (thread_across_edge): Likewise.
2607 * gcc/Makefile.in (tree-vrp.o): Depend upon intl.h.
2608
2609 2007-03-08 Uros Bizjak <ubizjak@gmail.com>
2610
2611 * config/i386/i386.h (TARGET_SAHF): New define.
2612 * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
2613 Also enable for m_K8, m_AMDFAM10 and m_CORE2.
2614 (x86_sahf): New global variable.
2615 (override_options): Add PTA_NO_SAHF to pta_flags enum. Recode
2616 pta_flags masks using shifts. Add PTA_NO_SAHF to x86_64 and
2617 nocona processor flags. Set x86_sahf when PTA_NO_SAHF is not set
2618 in processor flags. Do not unconditionally disable TARGET_USE_SAHF
2619 for 64-bit.
2620 (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
2621 (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
2622 when expanding fcomi/sahf based tests.
2623 (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
2624 expanding sahf based alternative. Emit sahf based sequence when
2625 optimizing for code size.
2626 * config/i386/i386.md (x86_sahf_1): Do not disable for
2627 TARGET_64BIT, enable for TARGET_SAHF.
2628
2629 2007-03-08 Martin Michlmayr <tbm@cyrius.com>
2630
2631 * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
2632 spurious whitespace from error message.
2633
2634 2007-03-08 Volker Reichelt <reichelt@netcologne.de>
2635
2636 PR c++/30852
2637 * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
2638
2639 2007-03-08 Alexandre Oliva <aoliva@redhat.com>
2640
2641 * c-decl.c (grokdeclarator): Disable warnings for anonymous
2642 bitfields.
2643 * tree-sra.c (instantiate_element): Propagate disabled warnings
2644 from the element itself to the created variable.
2645
2646 2007-03-07 Richard Henderson <rth@redhat.com>
2647
2648 PR target/30848
2649 * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
2650 silently fix up the stack in the case of a missing register.
2651
2652 2007-03-07 Paul Brook <paul@codesourcery.com>
2653
2654 * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
2655
2656 2007-03-07 Joseph Myers <joseph@codesourcery.com>
2657
2658 * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
2659 New.
2660 (phase1_vrs): Use them.
2661 (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
2662 (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
2663 __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
2664 (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
2665 __gnu_Unwind_Restore_WMMXC if required.
2666 (_Unwind_VRS_Pop): Implement iWMMXt support.
2667 * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
2668 gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
2669 gnu_Unwind_Save_WMMXC): Define.
2670
2671 2007-03-07 Richard Sandiford <richard@codesourcery.com>
2672
2673 * config/vxworks.h (vxworks_override_options): Declare.
2674 (VXWORKS_OVERRIDE_OPTIONS): Use it.
2675 * config/vxworks.c: Include target.h and toplev.h.
2676 (vxworks_override_options): New function.
2677 * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
2678
2679 2007-03-07 Andreas Krebbel <krebbel1@de.ibm.com>
2680
2681 * config/s390/s390.c (override_options): Don't emit an error when
2682 -mstack-size is used without providing -mstack-guard.
2683 (s390_emit_prologue): Choose stack_guard value automatically if not
2684 provided via command line.
2685 * doc/invoke.texi: Adjust description of -mstack-guard and -mstack-size.
2686
2687 2007-03-07 Richard Sandiford <richard@codesourcery.com>
2688
2689 * config/i386/i386.c (output_set_got): Add a GOT initialization
2690 sequence for VxWorks PIC.
2691 (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
2692 around labels as well as symbols. Use gotoff_operand instead
2693 of local_symbolic_operand.
2694 (legitimize_pic_address): Use gotoff_operand instead of
2695 local_symbolic_operand. Use @GOT accesses for labels as
2696 well as symbols.
2697 (ix86_output_addr_diff_elt): Use PC-relative rather than
2698 GP-relative offsets for VxWorks PIC.
2699 (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
2700 no_new_pseudos. Check whether the returned register is op0.
2701 * config/i386/i386.md (tablejump): Use PC-relative rather than
2702 GP-relative offsets for VxWorks PIC.
2703 * config/i386/predicates.md (gotoff_operand): New predicate.
2704
2705 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2706
2707 * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
2708 before defining.
2709 * config/vxworks-dummy.h: New file.
2710 * config/i386/i386.h: Include it.
2711
2712 2007-03-07 Alexandre Oliva <aoliva@redhat.com>
2713
2714 * dwarf2out.c (is_inlined_entry_point): New
2715 (add_high_low_attributes): Emit DW_AT_entry_pc along with
2716 DW_AT_ranges if the first subblock is the entry point.
2717
2718 2007-03-06 David Daney <ddaney@avtrex.com>
2719
2720 * doc/install.texi (mips-*-*): Change recommended binutils
2721 version.
2722
2723 2007-03-06 Anatoly Sokolov <aesok@post.ru>
2724
2725 * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
2726 ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
2727 devices.
2728 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
2729 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
2730
2731 2007-03-06 Jan Hubicka <jh@suse.cz>
2732
2733 * errors.h (warning, error, fatal, internal_error): Mark as cold.
2734 * predict.c (maybe_hot_bb): Cold functions are never hot; hot functions
2735 are hot.
2736 (probably_cold_bb_p): Cold functions are cold.
2737 (probably_never_executed_bb_p): Cold functions are cold.
2738 (tree_bb_level_predictions): Predict calls to cold functions as not
2739 taken.
2740 (compute_function_frequency): Check hot/cold attributes.
2741 * function.h (function_frequency): Update comments.
2742 * predict.def (PRED_COLD_FUNCTION): Predict cold function.
2743 * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
2744 (c_common_att): Add cold and hot.
2745
2746 * doc/extend.texi (hot,cold attributes): Document.
2747
2748 2007-03-06 Andrew Haley <aph@redhat.com>
2749
2750 * function.c (expand_function_end): Move blockage to just after we
2751 emit the label for the naked return from the function.
2752
2753 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2754
2755 * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
2756 before redefining.
2757
2758 2007-03-06 Jan Hubicka <jh@suse.cz>
2759
2760 * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
2761 loaded for constant large models. Non-large 64bit PIC can do.
2762 * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
2763 * cmodel.h: Add LARGE PIC.
2764 * i386.md (UNSPEC_PLTOFF): New.
2765 (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other unspecs as
2766 needed.
2767 (*call_1_rex64): Disable for large models.
2768 (*call_1_rex64_large): New.
2769 (*call_value_1_rex64): Disable for large models.
2770 (*call_value_1_rex64_large): New.
2771 (set_rip_rex4): New.
2772 (set_got_offset_rex64): New.
2773 * predicates.md (constant_call_address_operand): For large model
2774 constant calls are not possible.
2775 * i386-protos.h (construct_plt_address): Declare.
2776 * i386.c (override_options): Accept large models.
2777 (ix86_expand_prologue): Expand large PIC GOT pointer load.
2778 (legitimate_constant_p): Add new UNSPECs.
2779 (legitimate_pic_operand_p): Likewise.
2780 (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
2781 (legitimize_pic_address): Do easy RIP relative way for TLS only for
2782 non-large model.
2783 (output_pic_addr_const): Add PLTOFF.
2784 (ix86_output_addr_diff_elt): Output 64bit tables when needed.
2785 (ix86_expand_move): Legitimize pic address when in PIC mode.
2786 (construct_plt_address): New function.
2787 (ix86_expand_call): Offload the address to register and use GOT pointer
2788 for large model.
2789 * invoke.texi (mcmodel=large): Update documentation.
2790
2791 2007-03-06 Richard Henderson <rth@redhat.com>
2792
2793 * config/i386/i386.c (x86_use_leave, x86_push_memory,
2794 x86_zero_extend_with_and, x86_movx, x86_double_with_add,
2795 x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
2796 x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
2797 x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
2798 x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
2799 x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
2800 x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
2801 x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
2802 x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
2803 x86_partial_reg_dependency, x86_memory_mismatch_stall,
2804 x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
2805 x86_sse_partial_reg_dependency, x86_sse_split_regs,
2806 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
2807 x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
2808 x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
2809 x86_schedule, x86_use_bt, x86_pad_returns,
2810 x86_use_xchgb): Merge into ...
2811 (ix86_tune_features): ... here. New array.
2812 (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
2813 x86_bswap): Merge into ...
2814 (ix86_arch_features): ... here. New array.
2815 (x86_3dnow_a): Remove.
2816 (x86_accumulate_outgoing_args): Make static.
2817 (x86_arch_always_fancy_math_387): Make static.
2818 (ix86_tune_mask, ix86_arch_mask): Move ...
2819 (override_options): ... to local variables here. Apply the
2820 appropriate mask to each element of ix86_arch_features and
2821 ix86_tune_features. Adjust TARGET_CMOVE and TARGET_USE_SAHF
2822 as were done in the old macros.
2823 (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
2824 * config/i386/i386.h (x86_use_leave, x86_push_memory,
2825 x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
2826 x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
2827 x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
2828 x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
2829 x86_read_modify_write, x86_read_modify, x86_split_long_moves,
2830 x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
2831 x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
2832 x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
2833 x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
2834 x86_partial_reg_dependency, x86_memory_mismatch_stall,
2835 x86_accumulate_outgoing_args, x86_prologue_using_move,
2836 x86_epilogue_using_move, x86_decompose_lea,
2837 x86_arch_always_fancy_math_387, x86_shift1,
2838 x86_sse_partial_reg_dependency, x86_sse_split_regs,
2839 x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
2840 x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
2841 x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
2842 x86_use_incdec, x86_pad_returns, x86_bswap,
2843 x86_partial_flag_reg_stall): Remove.
2844 (enum ix86_tune_indices): New.
2845 (ix86_tune_features): New.
2846 (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
2847 TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
2848 TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
2849 TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
2850 TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
2851 TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
2852 TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
2853 TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
2854 TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
2855 TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
2856 TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
2857 TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
2858 TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
2859 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
2860 TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
2861 TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
2862 TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
2863 TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
2864 TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
2865 TARGET_EXT_80387_CONSTANTS): Use it.
2866 (enum ix86_arch_indices): New.
2867 (ix86_arch_features): New.
2868 (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
2869 TARGET_BSWAP): Use it.
2870 (ix86_tune_mask, ix86_arch_mask): Remove.
2871
2872 2007-03-06 Joseph Myers <joseph@codesourcery.com>
2873
2874 PR bootstrap/31020
2875 * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
2876 Define using $${sysroot_headers_suffix}.
2877 * configure: Regenerate.
2878 * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
2879 multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
2880 defined.
2881 * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
2882 * gcc.c (print_sysroot_headers_suffix): New.
2883 (option_map): Include --print-sysroot-headers-suffix.
2884 (display_help): Mention -print-sysroot-headers-suffix.
2885 (process_command): Handle -print-sysroot-headers-suffix.
2886 (do_spec_1): Append multilib directory to include-fixed path if
2887 sysroot suffixes in use.
2888 (main): Handle -print-sysroot-headers-suffix.
2889 * Makefile.in (start.encap): Don't depend on xlimits.h
2890 (xlimits.h): Remove.
2891 (stmp-int-hdrs): Don't depend on xlimits.h. Inline generation of
2892 limits.h for each multilib in fixinc_list.
2893 (fixinc_list, s-fixinc_list): New.
2894 (stmp-fixinc): Depend on fixinc_list. If not copying headers,
2895 generate them for each multilib in fixinc_list.
2896 (stmp-fixproto): Use include-fixed. Run fixproto for each
2897 multilib in fixinc_list.
2898 (mostlyclean): Don't remove xlimits.h.
2899 (clean): Remove include-fixed.
2900 (real-install-headers-tar, real-install-headers-cpio,
2901 real-install-headers-cp): Don't copy include, only include-fixed.
2902 (install-mkheaders): Depend on fixinc_list. Don't depend on
2903 xlimits.h. Save limits.h files for each multilib in fixinc_list.
2904 Always save mkinstalldirs. Preserve ${sysroot_headers_suffix} in
2905 SYSTEM_HEADER_DIR setting in mkheaders.conf.
2906
2907 2007-03-06 Jan Hubicka <jh@suse.cz>
2908
2909 * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
2910 NANs easilly.
2911
2912 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2913
2914 * configure.ac: Allow tm_file to contain build-directory files.
2915 * configure: Regenerate.
2916 * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
2917 * config/m68k/t-uclinux (sysroot-suffix.h): New target.
2918 * config/m68k/print-sysroot-suffix.sh: New file.
2919
2920 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2921
2922 * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
2923 of pic_offset_table_rtx if reload_completed.
2924 (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
2925 PIC_OFFSET_TABLE_REGNUM.
2926 * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
2927 return true.
2928 (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
2929 (m68k_output_mi_thunk): Rewrite to use RTL. Honor vcall_offset.
2930
2931 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2932
2933 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
2934 functions that call eh_return.
2935
2936 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2937
2938 * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
2939 functions that need a constant pool.
2940
2941 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2942
2943 PR target/28181
2944 * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
2945 (m68k_preferred_reload_class): Likewise.
2946 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
2947 (SECONDARY_RELOAD_CLASS): Define.
2948 (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
2949 (LIMIT_RELOAD_CLASS): Delete.
2950 * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
2951 registers from storing bytes.
2952 (m68k_secondary_reload_class): New function.
2953 (m68k_preferred_reload_class): Likewise.
2954
2955 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2956
2957 * config/m68k/m68k.c (m68k_save_reg): Remove special case for
2958 leaf functions.
2959 (m68k_expand_prologue): Likewise.
2960
2961 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2962
2963 * config/m68k/m68k-protos.h (output_sibcall): Declare.
2964 (mips_expand_epilogue): Add a bool parameter.
2965 (m68k_legitimize_sibcall_address): Declare.
2966 * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
2967 (m68k_expand_epilogue): Add a parameter to select between sibling
2968 and normal epilogues. Only generate a return for the latter.
2969 (m68k_ok_for_sibcall_p): New function.
2970 (m68k_legitimize_sibcall_address, output_sibcall): New functions.
2971 * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
2972 (sibcall_value, *sibcall_value): Likewise.
2973 (*call, *call_value): Require !SIBLING_CALL_P.
2974 (epilogue): Update call to m68k_expand_epilogue.
2975 (sibcall_epilogue): New pattern.
2976 * config/m68k/predicates.md (const_call_operand): Say that this
2977 predicate applies to sibling calls too.
2978 (sibcall_operand): New predicate.
2979
2980 2007-03-06 Richard Sandiford <richard@codesourcery.com>
2981
2982 * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
2983 alternatives as movsi_cf.
2984 (movsf_cf_hard): Add commentary.
2985
2986 2007-03-06 Kazu Hirata <kazu@codesourcery.com>
2987 Richard Sandiford <richard@codesourcery.com>
2988
2989 * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
2990 (m68k_movem_pattern_p, m68k_output_movem): Likewise.
2991 (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
2992 * config/m68k/m68k.h (EPILOGUE_USES): Define. Treat all registers
2993 as being live on exit from an interrupt function.
2994 (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
2995 * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
2996 (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
2997 (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
2998 (m68k_interrupt_function_p): Globalize.
2999 (m68k_compute_frame_layout): Remove reverse mask code.
3000 (m68k_emit_movem, m68k_set_frame_related): New functions.
3001 (m68k_output_function_prologue): Delete in favor of...
3002 (m68k_expand_prologue): ...this new function.
3003 (m68k_output_function_epilogue): Delete in favor of...
3004 (m68k_expand_epilogue): ...this new function.
3005 (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
3006 functions.
3007 (print_operand): Handle %?.
3008 * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
3009 (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
3010 (prologue, epilogue): New patterns.
3011 (return): Turn into a define_expand.
3012 (*return): New pattern, derived from old "return" pattern. Use rte
3013 rather than rts for interrupt functions. Only use rtd if the pop
3014 count is nonzero.
3015 (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
3016 (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
3017 (link, *link, unlink, *unlink, load_got): Likewise.
3018
3019 2007-03-06 Richard Sandiford <richard@codesourcery.com>
3020
3021 PR target/23482
3022 PR target/17114
3023 * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
3024 (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
3025 (m68k_matches_q_p, m68k_matches_u_p): Likewise.
3026 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
3027 and m68k_matches_u_p.
3028 (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
3029 (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
3030 (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
3031 (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
3032 (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
3033 (REG_STRICT_P): New macro.
3034 (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
3035 PCREL_GENERAL_OPERAND_OK.
3036 (REG_OK_FOR_BASE_P): Merge definitions. Use REG_STRICT_P and
3037 m68k_legitimate_base_reg_p.
3038 (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
3039 (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
3040 (PIC_CASE_VECTOR_ADDRESS): Update comment.
3041 * config/m68k/m68k.c (m68k_address): New structure.
3042 (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
3043 (m68k_decompose_index, m68k_legitimate_constant_address_p)
3044 (m68k_jump_table_ref_p, m68k_decompose_address)
3045 (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
3046 (m68k_matches_u_p): New functions.
3047 (print_operand_address): Rewrite to use m68k_decompose_index.
3048
3049 2007-03-05 David Taylor <dtaylor@emc.com>
3050
3051 * gcc.c: Correct copyright date in --version output.
3052
3053 2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3054
3055 * pa.md: In unamed move patterns, disparge copies between general
3056 and floating point registers using '?' modifier. Don't include 'f'
3057 constraint for register preferences in DImode, SImode, HImode and
3058 QImode patterns. Likewise for 'r' in DFmode and SFmode patterns.
3059 Remove constraints for copies between general and floating registers
3060 in soft-float DFmode pattern.
3061 (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
3062 floating register.
3063 (movsf): Likewise.
3064
3065 2007-03-05 Mike Stump <mrs@apple.com>
3066
3067 * c-common.c (targetcm): Add.
3068 * c-opts.c (c_common_handle_option): Handle language specific
3069 target options.
3070 * opts.c (handle_option): Verify language for target options, if
3071 any are given.
3072 * opth-gen.awk: Add CL_LANG_ALL.
3073 * target-def.h (TARGET_HANDLE_C_OPTION): Add.
3074 (TARGETCM_INITIALIZER): Add.
3075 * target.h (struct gcc_targetcm): Add.
3076 (targetcm): Add.
3077 * targhooks.c (default_handle_c_option): Add.
3078 * targhooks.h (default_handle_c_option): Add.
3079 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
3080
3081 * config/darwin.opt (iframework): Add.
3082 * config/darwin.h (TARGET_HAS_TARGETCM): Add.
3083 * config/darwin-c.c (handle_c_option): Add.
3084 (TARGET_HANDLE_C_OPTION): Add.
3085 (targetcm): Add.
3086 * doc/invoke.texi (Darwin Options): Add -iframework.
3087
3088 2007-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3089
3090 * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
3091 conversion.
3092
3093 2007-03-05 Ian Lance Taylor <iant@google.com>
3094
3095 * c.opt (fgnu89-inline): New option.
3096 * c-opts.c (c_common_post_options): Set default value for
3097 flag_gnu89_inline.
3098 * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
3099 (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
3100 inline functions.
3101 (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
3102 (grokdeclarator, start_function): Likewise.
3103 * c-cppbuiltin.c (c_cpp_builtins): Define either
3104 __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
3105 * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
3106 (C Dialect Options): Document -fgnu89-inline.
3107 * doc/extend.texi (Function Attributes): Explain what the
3108 gnu_inline attribute does.
3109 * doc/cpp.texi (Common Predefined Macros): Document
3110 __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
3111
3112 2007-03-05 Ian Lance Taylor <iant@google.com>
3113
3114 PR tree-optimization/31034
3115 * tree-vrp.c (extract_range_from_assert): Don't try to handle a
3116 half-range if the other side is an overflow infinity.
3117
3118 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
3119
3120 * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
3121 (bfin*-linux-uclibc*): New configuration.
3122 * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
3123 defining.
3124 * config/bfin/linux.h: New file.
3125 * config/bfin/libgcc-bfin.ver: New file.
3126 * config/bfin/t-bfin-uclinux: New file.
3127 * config/bfin/t-bfin-linux: New file.
3128 * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
3129 (TARGET_OS_CPP_BUILTINS): New macro.
3130
3131 2007-03-05 Richard Guenther <rguenther@suse.de>
3132
3133 * fold-const.c (fold_binary): Remove duplicate folding
3134 of comparison of non-null ADDR_EXPR against null.
3135
3136 2007-03-05 Richard Guenther <rguenther@suse.de>
3137 Dorit Nuzman <dorit@il.ibm.com>
3138
3139 PR tree-optimization/26420
3140 * tree-vectorizer.c (vectorize_loops): Bail out early if there
3141 are no loops in the function. Only print the number of
3142 vectorized loops if it is greater than zero or we are supposed
3143 to print information about unvectorized loops.
3144
3145 2007-03-05 Revital Eres <eres@il.ibm.com>
3146
3147 * gcc.dg/var-expand1.c: New test.
3148 * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
3149 when an accumulator is expanded.
3150
3151 2007-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3152
3153 PR other/30465
3154 * c-common.c (convert_and_check): Don't give warnings for
3155 conversion if 'expr' already overflowed.
3156
3157 2007-03-04 Roger Sayle <roger@eyesopen.com>
3158
3159 PR middle-end/30744
3160 * fold-const.c (fold_comparison): Enforce type consistency when
3161 transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
3162
3163 2007-03-04 Zdenek Dvorak <dvorakz@suse.cz>
3164
3165 * tree-ssa-address.c (create_mem_ref): Do not put an expression
3166 containing a cast to the base of TARGET_MEM_REF.
3167
3168 2007-03-04 Martin Michlmayr <tbm@cyrius.com>
3169
3170 * tree.c (tree_contains_struct_check_failed): Remove spurious
3171 whitespace from error message.
3172
3173 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
3174
3175 PR target/30406
3176 * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
3177 instead of precision.
3178
3179 2007-03-04 Roman Zippel <zippel@linux-m68k.org>
3180 Nathan Sidwell <nathan@codesourcery.com>
3181
3182 * emit-rtl.c (find_auto_inc): New.
3183 (try_split): recreate REG_INC notes,
3184 Use regular for loops rather than whiles.
3185
3186 2007-03-03 Andreas Schwab <schwab@suse.de>
3187
3188 * configure.ac (HAVE_AS_REL16): Move test back to correct place.
3189 * configure: Regenerate.
3190
3191 2007-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3192
3193 * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
3194 flag_rounding_math, not flag_unsafe_math_optimizations.
3195
3196 * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
3197 fold_build2.
3198 * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
3199 alpha_fold_vector_minmax): Likewise.
3200 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
3201 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
3202
3203 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
3204
3205 * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
3206 (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
3207 if the lhs has side-effects.
3208 <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
3209
3210 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
3211
3212 * config/i386/i386.h (TUNEMASK): Remove define.
3213 (ARCHMASK): Remove define.
3214 (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
3215 Use ix86_arch_mask variable instead of ARCHMASK.
3216 * config/i386/i386.c (override_options): Ditto.
3217 (standard_80387_constant_p): Ditto.
3218
3219 2007-03-02 Ian Lance Taylor <iant@google.com>
3220
3221 Used signed infinities in VRP.
3222 * tree-vrp.c (uses_overflow_infinity): New static function.
3223 (supports_overflow_infinity): New static function.
3224 (make_overflow_infinity): New static function.
3225 (negative_overflow_infinity): New static function.
3226 (positive_overflow_infinity): New static function.
3227 (is_negative_overflow_infinity): New static function.
3228 (is_positive_overflow_infinity): New static function.
3229 (is_overflow_infinity): New static function.
3230 (overflow_infinity_range_p): New static function.
3231 (compare_values_warnv): New function split out of compare_values.
3232 (compare_value): Call it.
3233 (set_value_range_to_nonnegative): Add overflow_infinity
3234 parameter. Change caller.
3235 (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
3236 Change callers.
3237 (vrp_expr_computes_nonzero): Likewise.
3238 (compare_ranges, compare_range_with_value): Likewise.
3239 (compare_name_with_value, compare_names): Likewise.
3240 (vrp_evaluate_conditional): Likewise.
3241 (set_value_range): Handle infinity
3242 (vrp_operand_equal_p, operand_less_p): Likewise.
3243 (extract_range_from_assert): Likewise.
3244 (vrp_int_const_binop): Likewise.
3245 (extract_range_from_binary_expr): Likewise.
3246 (extract_range_from_unary_expr): Likewise.
3247 (extract_range_from_comparison): Likewise.
3248 (extract_range_from_expr): Likewise.
3249 (dump_value_range): Likewise.
3250 (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
3251 (test_for_singularity): Likewise.
3252 (vrp_int_const_binop): Remove inline qualifier.
3253 (adjust_range_with_scev): Add comment.
3254 * tree-flow.h (vrp_evaluate_conditional): Update declaration.
3255
3256 2007-03-02 Diego Novillo <dnovillo@redhat.com>
3257
3258 * tree-ssa-structalias.c (could_have_pointers): Tidy.
3259 (get_constraint_for): Likewise.
3260 (do_structure_copy): Likewise.
3261 (find_func_aliases): Fix references to MODIFY_EXPR.
3262 (intra_create_variable_infos): Tidy.
3263 * tree-ssa-operands.c (add_virtual_operand): Add argument
3264 IS_CALL_SITE.
3265 When adding members of alias sets, if IS_CALL_SITE is true and
3266 the symbol is not call-clobbered, skip it.
3267 Adjust all callers.
3268
3269 2007-03-02 Eric Botcazou <ebotcazou@adacore.com>
3270
3271 * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
3272 entry by means of emit_insn_at_entry.
3273
3274 2007-03-02 Richard Henderson <rth@redhat.com>
3275
3276 * expr.h (promoted_input_arg): Remove decl.
3277 * function.c (promoted_input_arg): Merge into ...
3278 * combine.c (setup_incoming_promotions): ... only caller.
3279 Rearrange to avoid double loop.
3280
3281 2007-03-02 Ben Elliston <bje@au.ibm.com>
3282 Peter Bergner <bergner@vnet.ibm.com>
3283 Janis Johnson <janis187@us.ibm.com>
3284
3285 * config/rs6000/dfp.md: New file.
3286 * config/rs6000/rs6000.md: Include dfp.md.
3287 (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
3288 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
3289 and TDmode decimal float modes in FP registers.
3290 (num_insns_constant): Likewise.
3291 (rs6000_legitimate_offset_address_p): Likewise.
3292 (rs6000_legitimize_address): Likewise.
3293 (rs6000_legitimize_reload_address): Likewise.
3294 (rs6000_legitimate_address): Likewise.
3295 (rs6000_emit_move): Likewise.
3296 (function_arg_boundary): Likewise.
3297 (function_arg_advance): Likewise.
3298 (rs6000_darwin64_record_arg_recurse): Likewise.
3299 (function_arg): Likewise.
3300 (rs6000_gimplify_va_arg): Likewise.
3301 (rs6000_split_multireg_move): Likewise.
3302 (rs6000_output_function_epilogue): Likewise.
3303 (rs6000_output_function_epilogue): Likewise.
3304 (rs6000_register_move_cost): Likewise.
3305 (rs6000_function_value): Likewise.
3306 (rs6000_libcall_value): Likewise.
3307
3308 2007-03-02 Richard Sandiford <richard@codesourcery.com>
3309
3310 * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
3311
3312 2007-03-02 Richard Sandiford <richard@codesourcery.com>
3313
3314 * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
3315 Use $MULTIDIR to choose between the kernel and RTP headers,
3316 and use $WIND_BASE and $WIND_USR to locate them.
3317
3318 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
3319
3320 * config/i386/i386.c (override_options): Put initialization of
3321 ix86_tune_mask and ix86_arch_mask to the correct place.
3322
3323 2007-03-02 Uros Bizjak <ubizjak@gmail.com>
3324 Michael Meissner <michael.meissner@amd.com>
3325
3326 PR target/31019
3327 * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
3328 (ARCHMASK): Define.
3329 (TARGET_CMOVE): Use ARCHMASK.
3330 (TARGET_CMPXCHG): Ditto.
3331 (TARGET_CMPXCHG8B): Ditto.
3332 (TARGET_XADD): Ditto.
3333 (TARGET_BSWAP): Ditto.
3334 * config/i386/i386.c (ix86_tune_mask): New global variable.
3335 (ix86_arch_mask): Ditto.
3336 (override_options): Initialize ix86_tune_mask and
3337 ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
3338 target_flags.
3339
3340 2007-03-02 Ben Elliston <bje@au.ibm.com>
3341
3342 PR 30992
3343 * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
3344
3345 2007-03-02 Joseph Myers <joseph@codesourcery.com>
3346
3347 * target.h (init_dwarf_reg_sizes_extra): New target hook.
3348 * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
3349 * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
3350 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
3351 hook.
3352 * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
3353 rs6000_init_dwarf_reg_sizes_extra): New.
3354 * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
3355 SPE register high parts.
3356
3357 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3358
3359 * Makefile.in: Add install-pdf target as
3360 copied from automake v1.10 rules.
3361 * configure.ac: Add install-pdf to target list.
3362 * configure: Regenerate.
3363
3364 2007-03-01 Paul Brook <paul@codesourcery.com>
3365
3366 * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
3367 modes to LDRD for DImode.
3368 (output_move_double): Fixup out of range ldrd/strd.
3369 (vfp_secondary_reload_class): Rename...
3370 (coproc_secondary_reload_class): ... to this. Add wb argument.
3371 * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
3372 coproc_secondary_reload_class for CLASS_IWMMXT.
3373 (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
3374 * arm-protos.h (coproc_secondary_reload_class): Update prototype.
3375
3376 2007-03-01 Zdenek Dvorak <dvorakz@suse.cz>
3377
3378 * tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the unroll
3379 factor by the estimated number of iterations.
3380 (loop_prefetch_arrays): Do not prefetch in loops that iterate less than
3381 prefetch latency.
3382
3383 * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
3384 decode_caches_intel, detect_caches_intel): New functions.
3385 (host_detect_local_cpu): Use detect_caches_amd and
3386 detect_caches_intel.
3387
3388 2007-03-01 Richard Henderson <rth@redhat.com>
3389
3390 * expr.c (emit_move_complex_push): Export.
3391 (emit_move_complex_parts): Split out from ...
3392 (emit_move_complex): ... here.
3393 * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
3394 * config/i386/i386.md (movcdi): New.
3395
3396 2007-03-01 Uros Bizjak <ubizjak@gmail.com>
3397
3398 * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
3399 size of mode1 to check for tieable modes in MMX case.
3400
3401 2007-03-01 Richard Sandiford <richard@codesourcery.com>
3402
3403 * Makefile.in (rtlanal.o): Depend on tree.h.
3404 * rtl.h (offset_within_section_p, split_const): Declare.
3405 * rtlanal.c: Include tree.h.
3406 (offset_within_block_p): New function, taken from
3407 mips_offset_within_object_p.
3408 (split_const): New function, taken from mips_split_const.
3409 * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
3410 Declare.
3411 * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
3412 (CONSTANT_ADDRESS_P): Only accept legitimate constants.
3413 (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
3414 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
3415 (m68k_illegitimate_symbolic_constant_p): New function.
3416 * config/m68k/m68k.md (movsi): Remove misleading predicates.
3417 If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
3418 symbolic constant that might be outside the symbol's section,
3419 move the symbol first and then add the offset.
3420 * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
3421 Override.
3422 * config/mips/mips.c (mips_split_const): Delete.
3423 (mips_offset_within_object_p): Delete.
3424 (mips_symbolic_constant_p): Use offset_within_section_p and
3425 split_const instead of mips_offset_within_object_p and
3426 mips_split_const.
3427 (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
3428 (mips_legitimize_const_move, print_operand_reloc)
3429 (mips_dangerous_for_la25_p): Use split_const instead of
3430 mips_split_const.
3431
3432 2007-02-28 Eric Christopher <echristo@apple.com>
3433
3434 * Makefile.in (install-include-dir): Don't rm -rf include.
3435
3436 2007-02-28 Richard Guenther <rguenther@suse.de>
3437
3438 PR middle-end/30364
3439 * fold-const.c (fold_binary): Do not associate expressions
3440 with more than one variable for integer types that do not wrap.
3441
3442 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>
3443
3444 * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
3445 Delete, and replace with...
3446 (fold_builtin_call_array): This. Update callers to use it.
3447 * fold-const.c (fold_build_call_list): Delete, and replace with...
3448 (fold_build_call_array): This.
3449 (fold_build_call_list_initializer): Delete, and replace with...
3450 (fold_build_call_array_initializer): This.
3451 * tree.h: Update declarations to reflect above changes.
3452
3453 * c-typeck.c (build_function_call): Store converted arguments
3454 in a stack-allocated array instead of building a list.
3455 (convert_arguments): Store arguments in the array passed in as an
3456 argument, and return the actual number of arguments.
3457 * c-format.c: (check_function_format): Pass arguments in an
3458 array instead of a list.
3459 * c-common.c (check_function_nonnull): Likewise.
3460 (check_function_sentinel): Likewise.
3461 (check_function_arguments): Likewise.
3462 * c-common.h: Update declarations to reflect above changes.
3463
3464 2007-02-28 Jan Hubicka <jh@suse.cz>
3465
3466 * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
3467 PRED_NEGATIVE_RETURN): Update outcomes.
3468
3469 2007-02-28 Bernd Schmidt <bernd.schmidt@analog.com>
3470
3471 * calls.c (emit_library_call_value_1): Handle partial registers
3472 correctly when building up CALL_INSN_FUNCTION_USAGE.
3473
3474 2007-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3475
3476 * pa/predicates.md (move_src_operand): Allow zero for mode.
3477 * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
3478 move pattern.
3479
3480 2007-02-27 Uros Bizjak <ubizjak@gmail.com>
3481
3482 PR target/30970
3483 * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
3484 *movv2df_internal): Enable pattern only for valid operand
3485 combinations.
3486 * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
3487 tie only 128bit modes. For MMX registers, tie only 64bit modes.
3488
3489 2007-02-27 Mike Stump <mrs@apple.com>
3490
3491 * config/darwin-crt3.c: Avoid compilation when compiling for a
3492 kext multilib.
3493
3494 2007-02-27 Joseph Myers <joseph@codesourcery.com>
3495
3496 * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
3497 FIXED_INCLUDE_DIR.
3498 (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
3499 for fixed headers and limits.h.
3500 (install-include-dir, install-headers-tar, install-headers-cpio,
3501 install-headers-cp, real-install-headers-tar,
3502 real-install-headers-cpio, real-install-headers-cp): Handle
3503 include-fixed as well as include.
3504 (install-mkheaders): Don't install files that go only in include
3505 not include-fixed.
3506 * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
3507 from GCC_INCLUDE_DIR.
3508 * gcc.c (process_command): Remove special -BstageN/ handling.
3509 (do_spec_1): Add include-fixed directories.
3510
3511 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
3512
3513 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
3514 _smulsi3_highpart.
3515 * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
3516 New functions.
3517 * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
3518 patterns.
3519
3520 2007-02-27 Mark Mitchell <mark@codesourcery.com>
3521
3522 * c-common.c (get_priority): Add check for
3523 SUPPORTS_INIT_PRIORITY.
3524
3525 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
3526
3527 * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
3528
3529 * config/bfin/bfin.c: Include "cfglayout.h".
3530 (MAX_LSETUP_DISTANCE): New macro.
3531 (struct loop_info): New members incoming, incoming_src and
3532 incoming_dest. Delete member predecessor.
3533 (length_for_loop): New function.
3534 (bfin_optimize_loop): Handle more different loop structures.
3535 (bfin_discover_loop): Rework detection of predecessor blocks by
3536 examining incoming edges.
3537 (bfin_discover_loops, bfin_free_loops): New functions, broken out of
3538 bfin_reorg_loops.
3539 (bfin_reorder_loops): New function.
3540 (bfin_reorg_loops): Use these three new functions.
3541
3542 * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
3543 REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
3544 (CONSTRAINT_LEN): Add entry for 'q'.
3545 (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
3546 Add 'q' constraints.
3547 (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
3548 (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
3549
3550 * config/bfin/bfin.md (add_with_carry): New pattern.
3551 (s_or_u, su_optab, su_modifier): New code macros/attrs.
3552 (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
3553 <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
3554 support unsigned multiplies too. Removed incorrect commutativity from
3555 operand 1 constraint where appropriate.
3556 (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
3557 patterns.
3558 (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
3559 <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
3560 New patterns.
3561 (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
3562 usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
3563 usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
3564 usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
3565 usmulhisi_hh_huh): New patterns.
3566
3567 * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
3568 lshifthi3): Fix output template to use half reg for operand 2.
3569
3570 * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
3571 instead of R2.
3572
3573 * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
3574
3575 2007-02-27 Andreas Schwab <schwab@suse.de>
3576
3577 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
3578
3579 2007-02-27 Jan Hubicka <jh@suse.cz>
3580
3581 * predict.c (last_basic_block_p): Remove.
3582 (tree_estimate_probability): Update return heuristic for commonized
3583 return blocks.
3584
3585 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
3586
3587 * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
3588
3589 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
3590
3591 * doc/include/gcc-common.texi (versionsubtitle): New macro.
3592 * doc/cpp.texi: Standardize title page.
3593 * doc/cppinternals.texi: Likewise.
3594 * doc/gcc.texi: Standardize title page, remove version number
3595 from copyright page.
3596 * doc/gccint.texi: Likewise.
3597 * doc/install.texi: Standardize title page, add table of
3598 contents.
3599
3600 2007-02-26 Jan Hubicka <jh@suse.cz>
3601
3602 * predict.def: Set outcomes according to more recent results.
3603 (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
3604 Remove dead predictors.
3605 * predict.c (return_prediction): Fix pasto.
3606
3607 2007-02-27 Bernd Schmidt <bernd.schmidt@analog.com>
3608
3609 * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
3610 change; avoid a memory leak when returning early.
3611
3612 2007-02-26 Mark Mitchell <mark@codesourcery.com>
3613
3614 * c-decl.c (static_ctors): Move to c-common.c.
3615 (static_dtors): Likewise.
3616 (finish_function): Use c_record_cdtor_fn.
3617 (build_cdtor): Move to c-common.c.
3618 (c_write_global_declarations): Use c_build_cdtor_fns.
3619 * c-common.h (static_ctors): Declare.
3620 (static_dtors): Likewise.
3621 (c_record_cdtor_fn): Likewise.
3622 (c_build_cdtor_fns): Likewise.
3623 * c-common.c (static_ctors): New variable.
3624 (static_dtors): Likewise.
3625 (c_record_cdtor_fn): New function.
3626 (build_cdtor): Move from c-decl.c
3627 (c_build_cdtor_fns): New function.
3628
3629 * output.h (assemble_addr_to_section): Declare.
3630 (get_cdtor_priority_section): Likewise.
3631 * varasm.c (assemble_addr_to_section): New function.
3632 (get_cdtor_priority_section): Likewise.
3633 (default_named_section_asm_out_destructor): Use them.
3634 (destor_dtor_section_asm_out_destructor): Likewise.
3635 (default_named_section_asm_out_constructor): Likewise.
3636 (default_ctor_section_asm_out_constructor): Likewise.
3637 * config.gcc (*-*-vxworks*): Include vxworks.o.
3638 * config/t-vxworks (vxworks.o): New target.
3639 * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
3640 (TARGET_ASM_CONSTRUCTOR): Define.
3641 (TARGET_ASM_DESTRUCTOR): Likewise.
3642 (vxworks_asm_out_constructor): Declare.
3643 (vxworks_asm_out_destructor): Likewise.
3644
3645 * c-common.c (get_priority): Check that we have not just an
3646 INTEGER_CST, but an integer constant with integeral type.
3647
3648 2007-02-25 Uros Bizjak <ubizjak@gmail.com>
3649
3650 PR tree-optimization/30938
3651 * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
3652 use &dt[nargs-1] instead of &dt[nargs] in the call to
3653 vect_is_simple_use().
3654
3655 2007-02-25 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
3658 from register elimination as PRE_MODIFY / POST_MODIFY increments.
3659 Do not attempt to handle MEM inside auto-inc expressions.
3660 * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
3661 of a register modified by an auto-inc expression. However, do handle
3662 elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
3663 (elimination_effects): Prohibit elimination of a register modified
3664 by an auto-inc expression. Disable register elimination rules whose
3665 target register is modified by an auto-inc expression with variable
3666 increment.
3667
3668 2007-02-25 Zdenek Dvorak <dvorakz@suse.cz>
3669
3670 * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
3671 off-by-one error.
3672 (array_at_struct_end_p): New function.
3673 (idx_infer_loop_bounds): Use it.
3674 (estimate_numbers_of_iterations_loop): Export.
3675 * predict.c (predict_loops): Use estimated_loop_iterations_int.
3676 Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
3677 (tree_estimate_probability): Call record_loop_exits.
3678 * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
3679 (estimated_loop_iterations, estimated_loop_iterations_int,
3680 estimated_loop_iterations_tree): New functions.
3681 (analyze_siv_subscript_cst_affine,
3682 compute_overlap_steps_for_affine_1_2,
3683 analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
3684 (analyze_miv_subscript): Use estimated_loop_iterations_tree.
3685 * predict.def (PRED_LOOP_ITERATIONS): Update comment.
3686 (PRED_LOOP_ITERATIONS_GUESSED): New.
3687 * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
3688 * cfgloop.h (estimate_numbers_of_iterations_loop,
3689 estimated_loop_iterations_int): Declare.
3690
3691 2007-02-25 Mark Mitchell <mark@codesourcery.com>
3692
3693 * doc/extend.texi: Document optional priority argument to
3694 constructors and destructors.
3695 * tree.c (init_priority_for_decl): Adjust GTY markers.
3696 (init_ttree): Use priority-info hash functions for
3697 init_priority_for_decl.
3698 (tree_map_eq): Rename to ...
3699 (tree_map_base_eq): ... this.
3700 (tree_map_marked_p): Rename to ...
3701 (tree_map_base_marked_p): ... this.
3702 (tree_map_base_hash): New function.
3703 (decl_init_priority_lookup): Rework.
3704 (decl_fini_priority_lookup): New function.
3705 (decl_priority_info): New function.
3706 (decl_init_priority_insert): Use it.
3707 (decl_fini_priority_insert): Likewise.
3708 (decl_restrict_base_lookup): Adjust for refactoring of tree_map
3709 hierarchy.
3710 (decl_restrict_base_insert): Likewise.
3711 (decl_debug_expr_insert): Likewise.
3712 (decl_value_expr_lookup): Likewise.
3713 (decl_value_expr_insert): Likewise.
3714 * tree.h (priority_type): New type.
3715 (decl_init_priority_lookup): Use priority_type.
3716 (decl_fini_priority_lookup): New function.
3717 (decl_init_priority_insert): Use priority_type.
3718 (decl_fini_priority_insert): New function.
3719 (DECL_HAS_INIT_PRIORITY): Tweak comments.
3720 (DECL_INIT_PRIORITY): Likewise.
3721 (SET_DECL_INIT_PRIORITY): Add comment.
3722 (DECL_FINI_PRIORITY): New macro.
3723 (SET_DECL_FINI_PRIORITY): Likewise.
3724 (DEFAULT_INIT_PRIORITY): Document.
3725 (MAX_INIT_PRIORITY): Likewise.
3726 (MAX_RESERVED_INIT_PRIORITY): Likewise.
3727 (tree_map_base): New type.
3728 (tree_map_base_eq): New function.
3729 (tree_map_base_hash): Likewise.
3730 (tree_map_base_marked_p): Likewise.
3731 (tree_map): Inherit from tree_map_base.
3732 (tree_map_eq): Make it a macro.
3733 (tree_map_marked_p): Likewise.
3734 (tree_int_map): Inherit from tree_map_base.
3735 (tree_int_map_eq): Make it a macro.
3736 (tree_int_map_hash): Likewise.
3737 (tree_int_map_marked_p): Likewise.
3738 (tree_priority_map): New type.
3739 (tree_priority_map_eq): New macro.
3740 (tree_priority_map_hash): Likewise.
3741 (tree_priority_map_marked_p): Likewise.
3742 * varasm.c (emults_decl): Adjust for refactoring of tree_map
3743 hierarchy.
3744 (emutls_common_1): Likewise.
3745 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
3746 * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
3747 of tree_map hierarchy.
3748 * tree-cfg.c (move_stmt_r): Likewise.
3749 (new_label_mapper): Likewise.
3750 * c-tree.h (c_expand_body): Move to ...
3751 * c-common.h (c_expand_body): ... here.
3752 * c-decl.c (c_expand_body): Move to ...
3753 * c-common.c (c_expand_body): ... here.
3754 (c_common_attribute_table): Allow 1 argument for the constructor
3755 and destructor attributes.
3756 (get_priority): New function.
3757 (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
3758 (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
3759
3760 2007-02-24 Jan Hubicka <jh@suse.cz>
3761
3762 PR middle-end/30509
3763 * tree-inline.c (copy_bb): Produce exact copy of EH info when copying for inlining.
3764
3765 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
3766 Jan Hubicka <jh@suse.cz>
3767
3768 PR target/30778
3769 * i386.c (counter_mode): New function.
3770 (expand_set_or_movmem_via_loop): Use it.
3771 (expand_movmem_epilogue): Likewise; fix pasto.
3772 (ix86_expand_movmem): Do emit guard even for constant counts.
3773 (ix86_expand_setmem): Likewise.
3774
3775 2007-02-25 Nick Clifton <nickc@redhat.com>
3776
3777 * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
3778 (JUMP_TABLES_IN_TEXT_SECTION): Define.
3779
3780 2007-02-24 Uros Bizjak <ubizjak@gmail.com>
3781
3782 PR target/30770
3783 * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
3784 count argument with 0x10, not with 0x16.
3785 (expand_setmem_epilogue): Ditto.
3786
3787 2007-02-24 Mike Stump <mrs@apple.com>
3788
3789 * config/i386/i386.c (output_pic_addr_const): Stubify optimized
3790 symbols.
3791
3792 2007-02-24 Richard Guenther <rguenther@suse.de>
3793
3794 PR middle-end/30951
3795 * fold-const.c (fold_binary): Fold x +- CST op x for
3796 EQ_EXPR and NE_EXPR.
3797
3798 2007-02-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3799
3800 * pa.md (muldi3): Force subregs to registers in 64-bit expander.
3801
3802 2007-02-24 Jan Hubicka <jh@suse.cz>
3803
3804 * cgraphunit.c (decide_is_function_needed): Honor
3805 -fkeep-inline-functions.
3806
3807 2007-02-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3808
3809 * builtins.c (fold_builtin_modf): New.
3810 (fold_builtin_2): Use it.
3811
3812 2007-02-24 Bernd Schmidt <bernd.schmidt@analog.com>
3813
3814 * loop-iv.c (implies_p): Detect additional cases where A implies B.
3815 (determine_max_iter): Take additional LOOP arg; all callers changed.
3816 Lose broken logic dealing with PLUS. Try to limit the upper bound by
3817 one using simplifications.
3818 (simplify_using_initial_values): Return if the expression becomes
3819 invalid due to altered regs.
3820
3821 2007-02-23 DJ Delorie <dj@redhat.com>
3822
3823 * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
3824
3825 2007-02-23 Mike Stump <mrs@apple.com>
3826
3827 * tlink.c (scan_linker_output): Parse linker messages from
3828 darwin9's linker better.
3829
3830 2007-02-23 Steve Ellcey <sje@cup.hp.com>
3831
3832 PR debug/29614
3833 * varpool.c (varpool_assemble_pending_decls): Set
3834 varpool_last_needed_node to null.
3835
3836 2007-02-23 DJ Delorie <dj@redhat.com>
3837
3838 * config/i386/i386.c (ix86_data_alignment): Don't specify an
3839 alignment bigger than the object file can handle.
3840
3841 2007-02-23 Uros Bizjak <ubizjak@gmail.com>
3842
3843 PR target/30825
3844 * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
3845 zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
3846 (*movsf_1): Penalize MMX moves.
3847
3848 2007-02-23 Bernd Schmidt <bernd.schmidt@analog.com>
3849
3850 * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
3851 2^32-1 or more times unless flag_unsafe_loop_optimizations.
3852
3853 * loop-iv.c (determine_max_iter): Moved in front of its sole user.
3854
3855 2007-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3856
3857 * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
3858 (fold_builtin_1): Use them.
3859 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
3860 BUILT_IN_SIGNIFICAND.
3861
3862 2007-02-23 H.J. Lu <hongjiu.lu@intel.com>
3863
3864 * config/i386/i386.c (bdesc_1arg): Initialize
3865 IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
3866 "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
3867 (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
3868 and IX86_BUILTIN_MOVSLDUP.
3869
3870 2007-02-22 Paolo Bonzini <bonzini@gnu.org>
3871
3872 PR rtl-optimization/30841
3873 * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
3874
3875 2007-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3876
3877 * builtins.c (fold_builtin_frexp): New.
3878 (fold_builtin_2): Use it.
3879
3880 2007-02-22 Mark Mitchell <mark@codesourcery.com>
3881
3882 * doc/invoke.texi (Spec Files): Document getenv spec function.
3883
3884 * gcc.c (getenv_spec_function): New function.
3885 (static_spec_functions): Add it.
3886 * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
3887 (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
3888 header files.
3889
3890 2007-02-22 Michael Matz <matz@suse.de
3891
3892 PR c++/29433
3893 * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
3894 (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
3895
3896 2007-02-22 Ian Lance Taylor <iant@google.com>
3897
3898 PR debug/30898
3899 * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
3900 (mem_loc_descriptor): Call it.
3901
3902 2007-02-22 Zdenek Dvorak <dvorakz@suse.cz>
3903 Ira Rosen <irar@il.ibm.com>
3904
3905 * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
3906
3907 2007-02-22 Ira Rosen <irar@il.ibm.com>
3908
3909 PR tree-optimization/30843
3910 * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
3911 stores only after all the group is vectorized.
3912
3913 2007-02-22 Dorit Nuzman <dorit@il.ibm.com>
3914
3915 PR tree-optimization/30858
3916 * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
3917 in the reduction cycle have a single use in the loop.
3918 * tree-vectorizer.h (relevant): Add documentation.
3919
3920 2007-02-20 Mike Stump <mrs@apple.com>
3921
3922 * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
3923 * configure: Regenerate.
3924
3925 2007-02-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3926
3927 Change the defaults of some parameters and options.
3928 * config/spu/spu-protos.h (spu_optimization_options): Declare.
3929 * config/spu/spu.c (spu_optimization_options): Add.
3930 (spu_override_options): Change params in spu_optimization_options.
3931 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
3932
3933 Register 127 is only 16 byte aligned when used as a frame pointer.
3934 * config/spu/spu-protos.h (spu_init_expanders): Declare.
3935 * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
3936 HARD_FRAME_POINTER_REGNUM.
3937 (spu_legitimate_address): Use regno_aligned_for_reload.
3938 (regno_aligned_for_load): HARD_FRAME_POINTER_REGNUM is only 16 byte
3939 aligned when frame_pointer_needed is true.
3940 (spu_init_expanders): New. Set alignment of HARD_FRAME_POINTER_REGNUM
3941 to 8 bits.
3942 * config/spu/spu.h (INIT_EXPANDERS): Define.
3943
3944 Make sure shift and rotate instructions have valid immediate operands.
3945 * config/spu/predicates.md (spu_shift_operand): Remove.
3946 * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
3947 * config/spu/constraints.md (W, O): Extend range.
3948 * config/spu/spu.md (umask, nmask): Define.
3949 (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
3950 lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
3951 rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
3952 rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
3953 spu_nonmem_operand instead of spu_shift_operands. Use new modifiers.
3954 (lshr<mode>3_reg): Fix rtl description.
3955
3956 Make sure mulhisi immediate operands are valid.
3957 * config/spu/predicates.md (imm_K_operand): Add.
3958 * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
3959
3960 Generate constants using fsmbi and andi.
3961 * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
3962 (print_operand, spu_split_immediate, classify_immediate,
3963 fsmbi_const_p): Handle IC_FSMBI2.
3964
3965 Correctly handle a CONST_VECTOR containing symbols.
3966 * config/spu/spu.c (print_operand): Handle HIGH correctly.
3967 (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
3968 (immediate_load_p): Allow symbols that use 2 instructions to create.
3969 (classify_immediate, spu_builtin_splats): Don't accept a CONST_VECTOR
3970 with symbols when flag_pic is set.
3971 (const_vector_immediate_p): New.
3972 (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
3973 accept a CONST_VECTOR with symbols.
3974 (spu_legitimate_constant_p): Use const_vector_immediate_p. Don't
3975 accept a CONST_VECTOR with symbols when flag_pic is set. Handle HIGH
3976 correctly.
3977 * config/spu/spu.md (high, low): Delete.
3978 (low_<mode>): Define.
3979
3980 Remove INTRmode and INTR_REGNUM, which didn't work.
3981 * config/spu/spu.c (spu_conditional_register_usage): Remove reference
3982 of INTR_REGNUM.
3983 * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
3984 set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
3985 peephole2 pattern): Don't use INTR or 131.
3986 (movintrcc): Delete.
3987 * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
3988 CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
3989 * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
3990 (UNSPEC_SET_INTR): Add.
3991 * config/spu/spu-modes.def (INTR): Remove.
3992
3993 More accurate warnings about run-time relocations.
3994 * config/spu/spu.c (reloc_diagnostic): Test in_section.
3995
3996 Correctly warn about immediate arguments to specific intrinsics.
3997 * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
3998 (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
3999 the instruction predicate.
4000
4001 Fix tree check errors with latest update.
4002 * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
4003 CALL_EXPR_ARG.
4004 (spu_expand_builtin): Use CALL_EXPR_FN.
4005
4006 Add missing specific intrinsics.
4007 * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
4008 si_bislede.
4009 * config/spu/spu_internals.h: Ditto.
4010
4011 Fix incorrect operand modifiers.
4012 * config/spu/spu-builtins.md (spu_mpy, spu_mpyu): Remove use of %H.
4013 * config/spu/spu.md (xor<mode>3): Change %S to %J.
4014
4015 Optimize one case of zero_extend of a vec_select.
4016 * config/spu/spu.md (_vec_extractv8hi_ze): Add.
4017
4018 Accept any immediate for hbr.
4019 * config/spu/spu.md (hbr): Change s constraints to i.
4020
4021 2007-02-21 Paul Brook <paul@codesourcery.com>
4022
4023 * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
4024 condexec_count when skipping USE and CLOBBER.
4025
4026 2007-02-21 Nick Clifton <nickc@redhat.com>
4027
4028 * common.opt (Warray-bounds): Add Warning attribute.
4029 (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
4030 Likewise.
4031 (fsized-zeroes): Add Optimization attribute.
4032 (fsplit-wide-types, ftree-scev-cprop): Likewise.
4033 * c.opt (Wc++0x-compat): Add Warning attribute.
4034
4035 2007-02-21 Ulrich Weigand <uweigand@de.ibm.com>
4036
4037 PR middle-end/30761
4038 * reload1.c (eliminate_regs_in_insn): In the single_set special
4039 case, attempt to re-recognize the insn before falling back to
4040 having reload fix it up.
4041
4042 2007-02-20 Eric Christopher <echristo@gmail.com>
4043
4044 * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
4045 Rewrite accordingly.
4046 (frv_read_iacc_argument): Ditto.
4047 (frv_expand_set_builtin): Take a call instead of arglist, update for
4048 above changes.
4049 (frv_expand_unop_builtin): Ditto.
4050 (frv_expand_binop_builtin): Ditto.
4051 (frv_expand_cut_builtin): Ditto.
4052 (frv_expand_binopimm_builtin): Ditto.
4053 (frv_expand_voidbinop_builtin): Ditto.
4054 (frv_expand_int_void2arg): Ditto.
4055 (frv_expand_prefetches): Ditto.
4056 (frv_expand_voidtriop_builtin): Ditto.
4057 (frv_expand_voidaccop_builtin): Ditto.
4058 (frv_expand_load_builtin): Ditto.
4059 (frv_expand_store_builtin): Ditto.
4060 (frv_expand_mdpackh_builtin): Ditto.
4061 (frv_expand_mclracc_builtin): Ditto.
4062 (frv_expand_mrdacc_builtin): Ditto.
4063 (frv_expand_mwtacc_builtin): Ditto.
4064 (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
4065 calls for above.
4066
4067 2007-02-20 Janis Johnson <janis187@us.ibm.com>
4068
4069 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
4070 * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
4071 cmpb instruction.
4072 (HAVE_GAS_DFP): Check for assembler support of decimal floating
4073 point instructions.
4074 * configure: Regenerate.
4075 * config.in: Regenerate.
4076 * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
4077 * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
4078 masks to power6 and power6x and to POWERPC_MASKS.
4079 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
4080 _ARCH_PWR6.
4081 * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
4082 * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
4083 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
4084 Access PROTOTYPE as variable, not mask.
4085
4086 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
4087
4088 * rtl.h (remove_reg_equal_equiv_notes): New prototype.
4089 * rtlanal.c (remove_reg_equal_equiv_notes): New function.
4090 * combine.c (adjust_for_new_dest): Use it.
4091 * postreload.c (reload_combine): Likewise.
4092
4093 2007-02-20 Steven Bosscher <steven@gcc.gnu.org>
4094
4095 * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
4096 notes on an insn with multiple sets, even if single_set returns
4097 non-NULL for that insn.
4098
4099 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4100
4101 * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
4102 scalbn and scalbln.
4103
4104 2007-02-20 Geoffrey Keating <geoffk@apple.com>
4105
4106 * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
4107 if user didn't pass it.
4108 * config/i386/darwin.h (CC1_SPEC): Likewise.
4109 * config/rs6000/darwin.h (CC1_SPEC): Likewise.
4110 (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
4111 -mmacosx-version-min.
4112
4113 2007-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4114 Uros Bizjak <ubizjak@gmail.com>
4115
4116 * optabs.h (enum optab_index): Add new OTI_scalb.
4117 (scalb_optab): Define corresponding macro.
4118 * optabs.c (init_optabs): Initialize scalb_optab.
4119 * genopinit.c (optabs): Implement scalb_optab using scalb?f3
4120 patterns.
4121 * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
4122 BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
4123 (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
4124 and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
4125 flag_unsafe_math_optimizations is set.
4126
4127 * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
4128 to implement scalbf, scalb and scalbl built-ins as inline x87
4129 intrinsics.
4130
4131 2007-02-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4132 DJ Delorie <dj@redhat.com>
4133
4134 PR other/30824
4135 * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
4136 (diagnostic_report_diagnostic): ... here, and turn them into real
4137 errors. If warnings are inhibited, no need to do anything.
4138
4139 2007-02-20 Uros Bizjak <ubizjak@gmail.com>
4140
4141 * config/i386/i386.md (expm1xf2): Reorder insn sequence for
4142 better code generation.
4143
4144 2007-02-20 Ben Elliston <bje@au.ibm.com>
4145
4146 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
4147
4148 2007-02-20 Kazu Hirata <kazu@codesourcery.com>
4149
4150 * config/alpha/alpha.c, config/alpha/alpha.md,
4151 config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
4152 config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
4153 config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
4154 config/arm/lib1funcs.asm: Follow spelling conventions.
4155
4156 * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
4157 config/fr30/fr30.md, config/i386/i386.h,
4158 config/iq2000/iq2000.h, config/iq2000/predicates.md,
4159 config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
4160 config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
4161 config/pdp11/pdp11.c, config/pdp11/pdp11.h,
4162 config/rs6000/altivec.md, config/rs6000/rs6000.c,
4163 config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
4164 config/sparc/sparc.c, config/sparc/sparc.h,
4165 config/sparc/sparc.md, config/spu/constraints.md,
4166 config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
4167 conventions.
4168
4169 2007-02-20 Alan Modra <amodra@bigpond.net.au>
4170
4171 PR target/29943
4172 * varasm.c (use_blocks_for_decl_p): Return false for decls with
4173 alias attribute.
4174
4175 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
4176
4177 * doc/invoke.texi (-ftree-lrs): Remove.
4178
4179 2007-02-19 Diego Novillo <dnovillo@redhat.com>
4180
4181 * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
4182 NULL.
4183
4184 2007-02-19 Lee Millward <lee.millward@codesourcery.com>
4185
4186 * config/ia64/ia64.c (ia64_expand_builtin): Use the
4187 new CALL_EXPR_FN macro for retrieving the function
4188 declaration of the input expression.
4189
4190 2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4191
4192 * c.opt (Waddress): New.
4193 * common.opt (Walways-true): Delete.
4194 (Wstring-literal-comparison): Delete.
4195 * doc/invoke.texi (Warning Options): Delete -Walways-true and
4196 -Wstring-literal-comparison. Add -Waddress.
4197 (Waddress): New.
4198 (Walways-true): Delete.
4199 (Wstring-literal-comparison): Delete.
4200 * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
4201 consistently instead of -Walways-true in example.
4202 * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
4203 * c-typeck.c (parser_build_binary_op): Replace
4204 -Wstring-literal-comparison and -Walways-true with -Waddress.
4205 * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
4206 with -Waddress.
4207
4208 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
4209
4210 * tree-cfg.c (dump_function_to_file): Be prepared for functions
4211 without DECL_STRUCT_FUNCTION initialized.
4212
4213 2007-02-19 Eric Botcazou <ebotcazou@adacore.com>
4214
4215 * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
4216 due to calls to functions taking pointers as parameters.
4217
4218 2007-02-19 Richard Henderson <rth@redhat.com>
4219
4220 PR debug/29558
4221 * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
4222 in memory.
4223
4224 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
4225
4226 * config/s390/s390.c (s390_call_saved_register_used,
4227 s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
4228 accessed to the new scheme.
4229
4230 2007-02-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4231
4232 * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
4233 (cris_print_index, cris_print_operand, cris_print_operand_address)
4234 (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
4235 (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
4236 (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
4237 GET_CODE () == xxx.
4238 * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
4239 EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
4240 GO_IF_LEGITIMATE_ADDRESS): Ditto.
4241 * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
4242 (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
4243 (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
4244 (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
4245 (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
4246 (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
4247 (uminsi3, call, call_value): Ditto.
4248 (define_split: indir_to_reg_split, unnamed): Ditto.
4249
4250 2007-02-19 Dorit Nuzman <dorit@il.ibm.com>
4251
4252 PR tree-optimization/30975
4253 * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
4254 wrong assert.
4255
4256 2007-02-18 Eric Christopher <echristo@gmail.com>
4257
4258 * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
4259 Remove use of arglist.
4260 (mips_expand_builtin): Remove use of arglist, pass in expr.
4261 (mips_expand_builtin_direct): Rewrite handling for arglist removal.
4262 (mips_expand_builtin_movtf): Ditto.
4263 (mips_expand_builtin_compare): Ditto.
4264
4265 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
4266
4267 * tree-sra.c (sra_build_assignment): Replace assertion
4268 checking with a comment explaining why it can't be done.
4269
4270 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
4271
4272 PR middle-end/30833
4273 * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
4274 during CALL_EXPR representation conversion.
4275 * tree-ssa-propagate.c (set_rhs): Likewise.
4276
4277 2007-02-19 Alexandre Oliva <aoliva@redhat.com>
4278
4279 * tree-sra.c (sra_build_assignment): Disable assertion checking
4280 for now.
4281
4282 2007-02-18 Roger Sayle <roger@eyesopen.com>
4283
4284 * function.c (gimplify_parameters): Call build_gimple_modify_stmt
4285 instead of calling build2 with a GIMPLE_MODIFY_STMT.
4286 * gimple-low.c (lower_function_body, lower_builtin_setjmp):
4287 Likewise.
4288 * gimplify.c (build_stack_save_restore, gimplify_return_expr,
4289 gimplify_decl_expr, gimplify_self_mod_expr, gimplify_cond_expr,
4290 gimplify_init_ctor_eval_range, gimple_push_cleanup,
4291 gimplify_omp_for, gimplify_omp_atomic_pipeline,
4292 gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
4293 force_gimple_operand): Likewise.
4294 * ipa-cp.c (constant_val_insert): Likewise.
4295 * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
4296 lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
4297 perfect_nestify): Likewise.
4298 * langhooks.c (lhd_omp_assignment): Likewise.
4299 * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
4300 lower_copyprivate_clauses, lower_send_clauses,
4301 lower_send_shared_vars, expand_parallel_call,
4302 expand_omp_for_generic, expand_omp_for_static_nochunk,
4303 expand_omp_for_static_chunk, expand_omp_sections,
4304 lower_omp_single_copy, lower_omp_for_lastprivate,
4305 lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
4306 * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
4307 tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
4308 Likewise.
4309
4310 2007-02-19 Kazu Hirata <kazu@codesourcery.com>
4311
4312 * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
4313 config/sh/sh.md: Follow spelling conventions.
4314
4315 * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
4316 config/frv/predicates.md: Follow spelling conventions.
4317
4318 * config/m68k/linux-unwind.h: Fix a comment typo.
4319 * target.h: Follow spelling conventions.
4320
4321 2007-02-18 Roger Sayle <roger@eyesopen.com>
4322
4323 PR rtl-optimization/28173
4324 * simplify-rtx.c (simplify_binary_operation_1) <IOR>: Optimize
4325 (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
4326 Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
4327 Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
4328 <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
4329
4330 2007-02-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4331
4332 * builtins.c (fold_builtin_load_exponent): New.
4333 (fold_builtin_2): Use it.
4334
4335 2007-02-18 Steven Bosscher <steven@gcc.gnu.org>
4336
4337 PR rtl-optimization/30773
4338 * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
4339 if we fail to attach a REG_EQUIV note.
4340
4341 2007-02-18 David Edelsohn <edelsohn@gnu.org>
4342 Roger Sayle <roger@eyesopen.com>
4343
4344 * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
4345
4346 2007-02-18 Sandra Loosemore <sandra@codesourcery.com>
4347
4348 * calls.c (initialize_argument_information): Pass original EXP
4349 and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments. Move
4350 code to split complex arguments here, as part of initializing the
4351 ARGS array.
4352 (expand_call): Remove code that builds a list of arguments and
4353 inserts implicit arguments into it. Instead, just count how many
4354 implicit arguments there will be so we can determine the size of
4355 the ARGS array, and let initialize_argument_information do the work.
4356 (split_complex_values): Delete unused function.
4357
4358 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
4359
4360 * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
4361
4362 2007-02-18 Eric Botcazou <ebotcazou@adacore.com>
4363
4364 * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
4365 for arg pointer based indexed addressing.
4366
4367 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
4368
4369 * config/ia64/ia64.h, config/ia64/ia64.md,
4370 config/ia64/predicates.md, config/ia64/sysv4.h: Follow
4371 spelling conventions.
4372
4373 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
4374
4375 * config/m68k/m68k.c (split_di): New.
4376 * config/m68k/m68k-protos.h: Declare split_di.
4377 * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
4378 Improve predicate handling and split constant shifts.
4379
4380 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
4381
4382 * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
4383 parameter for register bitfield operations, general predicates
4384 cleanup
4385
4386 2007-02-18 Roman Zippel <zippel@linux-m68k.org>
4387
4388 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
4389 * config/m68k/linux-unwind.h: New file.
4390
4391 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
4392
4393 * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
4394 config/i386/athlon.md, config/ia64/ia64.md,
4395 config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
4396 df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
4397 ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
4398 tree-ssa-loop-niter.c, tree-vect-analyze.c,
4399 tree-vect-transform.c: Fix comment typos.
4400
4401 2007-02-17 Kazu Hirata <kazu@codesourcery.com>
4402
4403 * sched-deps.c (find_insn_list): Remove.
4404 * sched-int.h: Remove the prototype for find_insn_list.
4405
4406 2007-02-16 Geoffrey Keating <geoffk@apple.com>
4407
4408 * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
4409 to linker.
4410 (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
4411 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
4412 darwin_rs6000_override_options.
4413 (C_COMMON_OVERRIDE_OPTIONS): Expect
4414 darwin_macosx_version_min to be non-NULL always.
4415 (TARGET_C99_FUNCTIONS): Likewise.
4416 (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
4417 (DARWIN_MINVERSION_SPEC): New.
4418 * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
4419 * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
4420 to cc1*.
4421 (DARWIN_MINVERSION_SPEC): New.
4422 * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
4423 value.
4424 * config/darwin-c.c (darwin_cpp_builtins): Expect
4425 darwin_macosx_version_min to be non-NULL always.
4426
4427 * config/rs6000/rs6000.c: Clean up trailing whitespace.
4428
4429 2007-02-16 Uros Bizjak <ubizjak@gmail.com>
4430
4431 * config/i386/i386.h (x86_use_xchgb): New.
4432 (TARGET_USE_XCHGB): New macro.
4433 * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
4434 * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
4435 Split after reload into bswaphi for shifts of 8.
4436 (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
4437 (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
4438 or when optimizing for size.
4439
4440 2007-02-16 Richard Guenther <rguenther@suse.de>
4441 Christian Bruel <christian.bruel@st.com>
4442
4443 * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
4444 DECLs but prefer SSA_NAMEs over DECLs.
4445
4446 2007-02-16 Richard Guenther <rguenther@suse.de>
4447
4448 * tree-flow-inline.h (single_imm_use_p): Remove.
4449 (zero_imm_uses_p): Likewise.
4450 * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
4451 instead of single_imm_use_p.
4452 * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
4453 zero_imm_uses_p.
4454
4455 2007-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4456
4457 PR other/27843
4458 * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
4459 nested double- and backquotes.
4460
4461 2007-02-15 Roger Sayle <roger@eyesopen.com>
4462
4463 PR middle-end/30391
4464 * tree.c (expr_align): Handle MODIFY_EXPR. GIMPLE_MODIFY_STMT
4465 should be unreachable.
4466 (build2_stat): Allow construction of MODIFY_EXPR at any time.
4467 For the time being redirect GIMPLE_MODIFY_STMT to the new
4468 (renamed) build_gimple_modify_stmt_stat.
4469 (build2_gimple_stat): Rename to...
4470 (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
4471 Always build a GIMPLE_MODIFY_STMT node.
4472 * tree.h (build2_gimple, build2_gimple_stat): Delete.
4473 (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
4474 declarations.
4475
4476 * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
4477 gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
4478 * tree-complex.c (set_component_ssa_name, expand_complex_move,
4479 expand_complex_div_wide): Likewise.
4480 * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
4481 * tree-ssa-loop-im.c (schedule_sm): Likewise.
4482 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
4483 * tree-ssa-loop-manip.c (create_iv): Likewise.
4484 * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
4485 abs_replacement): Likewise.
4486 * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
4487 realify_fake_stores): Likewise.
4488
4489 * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
4490 node rather than a GIMPLE_MODIFY_STMT node.
4491 (std_gimpify_va_arg_expr, expand_builtin_va_copy,
4492 fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
4493 Likewise.
4494 (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
4495 * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
4496 GIMPLE_MODIFY_STMT.
4497
4498 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
4499
4500 PR middle-end/30433
4501 * fold-const.c (fold_comparison): Add back the
4502 folding of constant complex comparisions.
4503
4504 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
4505
4506 PR middle-end/30729
4507 * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
4508 effects unknown to this function, return early.
4509
4510 2007-02-15 Ian Lance Taylor <iant@google.com>
4511
4512 * lower-subreg.c (move_eh_region_note): New static function.
4513 (resolve_simple_move): Call it.
4514 (decompose_multiword_subregs): Track blocks for which we resolve a
4515 simple move which is also a control flow insn. Pass them to
4516 find_many_sub_basic_blocks.
4517 (pass_lower_subreg): Add TODO_verify_flow.
4518 (pass_lower_subreg2): Likewise.
4519
4520 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
4521 Brooks Moses <brooks.moses@codesourcery.com>
4522 Lee Millward <lee.millward@codesourcery.com>
4523
4524 * tree.h (enum tree_code_class): Add tcc_vl_exp.
4525 (VL_EXP_CLASS_P): New.
4526 (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
4527 TREE_CODE_LENGTH.
4528 (TREE_OPERAND_CHECK_CODE): Likewise.
4529 (GIMPLE_STMT_OPERAND_CHECK): Likewise.
4530 (TREE_RTL_OPERAND_CHECK): Likewise.
4531 (tree_operand_check_failed): Make second parameter the whole tree
4532 instead of its code. Fixed callers.
4533 (VL_EXP_CHECK): New.
4534 (TREE_OPERAND_LENGTH): New.
4535 (VL_EXP_OPERAND_LENGTH): New.
4536 (CALL_EXPR_FN): New.
4537 (CALL_EXPR_STATIC_CHAIN): New.
4538 (CALL_EXPR_ARGS): New.
4539 (CALL_EXPR_ARG): New.
4540 (call_expr_nargs): New.
4541 (CALL_EXPR_ARGP): New.
4542 (build_nt_call_list): Declare.
4543 (build_vl_exp_stat): Declare.
4544 (build_vl_exp): New.
4545 (build_call_list): Declare.
4546 (build_call_nary): Declare.
4547 (build_call_valist): Declare.
4548 (build_call_array): Declare.
4549 (call_expr_arg): Declare.
4550 (call_expr_argp): Declare.
4551 (call_expr_arglist): Declare.
4552 (fold_build_call_list): Declare.
4553 (fold_build_call_list_initializer): Declare.
4554 (fold_call_expr): Declare to replace fold_builtin.
4555 (fold_builtin_fputs): Update to agree with modified definition.
4556 (fold_builtin_strcpy): Likewise.
4557 (fold_builtin_strncpy): Likewise.
4558 (fold_builtin_memory_chk): Likewise.
4559 (fold_builtin_stxcpy_chk): Likewise.
4560 (fold_builtin_strncpy_chk): Likewise.
4561 (fold_builtin_next_arg): Likewise.
4562 (fold_build_call_expr): Declare.
4563 (fold_builtin_call_list): Declare.
4564 (fold_builtin_call_valist): Declare.
4565 (build_call_expr): Declare.
4566 (validate_arglist): Update to agree with modified definition.
4567 (tree_operand_length): New.
4568 (call_expr_arg_iterator): New.
4569 (init_call_expr_arg_iterator): New.
4570 (next_call_expr_arg): New.
4571 (first_call_expr_arg): New.
4572 (more_call_expr_args_p): New.
4573 (FOR_EACH_CALL_EXPR_ARG): New.
4574
4575 * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
4576 and tcc_gimple_stmt.
4577 (tree_code_size): Update documentation. Use sizeof (tree) rather
4578 than sizeof (char *).
4579 (tree_size): Likewise. Add case for tcc_vl_exp.
4580 (tree_node_structure): Add case for tcc_vl_exp.
4581 (contains_placeholder_p): Likewise.
4582 (substitute_in_expr): Likewise.
4583 (substitute_placeholder_in_expr): Likewise.
4584 (stabilize_reference_1): Likewise.
4585 (build3_stat): Remove logic for CALL_EXPRs. Replace with assertion
4586 to diagnose breakage of this interface for constructing CALL_EXPRs.
4587 (build_nt): Add similar assertion here.
4588 (build_nt_call_list): New.
4589 (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
4590 (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
4591 TREE_CODE_LENGTH.
4592 (get_callee_fndecl): Use new CALL_EXPR accessors.
4593 (tree_operand_check_failed): Change parameters to pass entire node
4594 instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
4595 (process_call_operands): New.
4596 (build_vl_exp_stat): New.
4597 (build_call_list): New.
4598 (build_call_nary): New.
4599 (build_call_valist): New.
4600 (build_call_array): New.
4601 (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4602 (call_expr_arglist): New.
4603
4604 * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
4605 tcc_vl_exp instead of a fixed-size tcc_expression.
4606
4607 * doc/c-tree.texi (CALL_EXPR): Document new representation and
4608 accessors for CALL_EXPRs.
4609 (AGGR_INIT_EXPR): Likewise.
4610
4611 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
4612 Brooks Moses <brooks.moses@codesourcery.com>
4613 Lee Millward <lee.millward@codesourcery.com>
4614
4615 * builtins.c (c_strlen): Return NULL_TREE instead of 0.
4616 (expand_builtin_nonlocal_goto): Change parameter to be entire
4617 CALL_EXPR instead of an arglist. Use new CALL_EXPR accessors.
4618 (expand_builtin_prefetch): Likewise.
4619 (expand_builtin_classify_type): Likewise.
4620 (mathfn_built_in): Return NULL_TREE instead of 0.
4621 (expand_errno_check): Use new CALL_EXPR accessors.
4622 (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
4623 Return NULL_RTX instead of 0.
4624 (expand_builtin_mathfn_2): Likewise.
4625 (expand_builtin_mathfn_3): Likewise.
4626 (expand_builtin_interclass_mathfn): Likewise.
4627 (expand_builtin_sincos): Likewise.
4628 (expand_builtin_cexpi): Likewise.
4629 (expand_builtin_int_roundingfn): Likewise.
4630 (expand_builtin_int_roundingfn_2): Likewise.
4631 (expand_builtin_pow): Likewise.
4632 (expand_builtin_powi): Likewise.
4633 (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
4634 of arglist, fixing callers appropriately. Use new CALL_EXPR
4635 accessors and constructors. Return NULL_RTX instead of 0.
4636 (expand_builtin_strstr): Likewise.
4637 (expand_builtin_strchr): Likewise.
4638 (expand_builtin_strrchr): Likewise.
4639 (expand_builtin_strpbrk): Likewise.
4640 (expand_builtin_memcpy): Likewise.
4641 (expand_builtin_mempcpy): Likewise.
4642 (expand_builtin_mempcpy_args): New.
4643 (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
4644 (expand_builtin_memmove_args): New.
4645 (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
4646 (expand_movstr): Likewise.
4647 (expand_builtin_strcpy): Likewise.
4648 (expand_builtin_strcpy_args): New.
4649 (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
4650 (expand_builtin_strncpy): Likewise.
4651 (expand_builtin_memset): Likewise.
4652 (expand_builtin_memset_args): New.
4653 (expand_builtin_bzero): Similarly to expand_builtin_memset.
4654 (expand_builtin_memcmp): Likewise.
4655 (expand_builtin_strcmp): Likewise.
4656 (expand_builtin_strncmp): Likewise.
4657 (expand_builtin_strcat): Likewise.
4658 (expand_builtin_strncat): Likewise.
4659 (expand_builtin_strspn): Likewise.
4660 (expand_builtin_strcspn): Likewise.
4661 (expand_builtin_args_info): Likewise.
4662 (expand_builtin_va_start): Likewise.
4663 (gimplify_va_arg_expr): Likewise.
4664 (expand_builtin_va_end): Likewise.
4665 (expand_builtin_va_copy): Likewise.
4666 (expand_builtin_frame_address): Likewise.
4667 (expand_builtin_alloca): Likewise.
4668 (expand_builtin_bswap): Likewise.
4669 (expand_builtin_unop): Likewise.
4670 (expand_builtin_fputs): Likewise.
4671 (expand_builtin_expect): Likewise.
4672 (expand_builtin_fabs): Likewise.
4673 (expand_builtin_copysign): Likewise.
4674 (expand_builtin_printf): Likewise.
4675 (expand_builtin_fprintf): Likewise.
4676 (expand_builtin_sprintf): Likewise.
4677 (expand_builtin_init_trampoline): Likewise.
4678 (expand_builtin_signbit): Likewise.
4679 (expand_builtin_fork_or_exec): Likewise.
4680 (expand_builtin_sync_operation): Likewise.
4681 (expand_builtin_compare_and_swap): Likewise.
4682 (expand_builtin_lock_test_and_set): Likewise.
4683 (expand_builtin_lock_release): Likewise.
4684 (expand_builtin): Likewise.
4685 (builtin_mathfn_code): Likewise.
4686
4687 (fold_builtin_constant_p): Pass call arguments individually instead
4688 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
4689 accessors and constructors. Return NULL_TREE instead of 0.
4690 (fold_builtin_expect): Likewise.
4691 (fold_builtin_classify_type): Likewise.
4692 (fold_builtin_strlen): Likewise.
4693 (fold_builtin_nan): Likewise.
4694 (integer_valued_real_p): Likewise.
4695 (fold_trunc_transparent_mathfn): Likewise.
4696 (fold_fixed_mathfn): Likewise.
4697 (fold_builtin_cabs): Likewise.
4698 (fold_builtin_sqrt): Likewise.
4699 (fold_builtin_cbrt): Likewise.
4700 (fold_builtin_cos): Likewise.
4701 (fold_builtin_cosh): Likewise.
4702 (fold_builtin_tan): Likewise.
4703 (fold_builtin_sincos): Likewise.
4704 (fold_builtin_cexp): Likewise.
4705 (fold_builtin_trunc): Likewise.
4706 (fold_builtin_floor): Likewise.
4707 (fold_builtin_ceil): Likewise.
4708 (fold_builtin_round): Likewise.
4709 (fold_builtin_int_roundingfn): Likewise.
4710 (fold_builtin_bitop): Likewise.
4711 (fold_builtin_bswap): Likewise.
4712 (fold_builtin_logarithm): Likewise.
4713 (fold_builtin_hypot): Likewise.
4714 (fold_builtin_pow): Likewise.
4715 (fold_builtin_powi): Likewise.
4716 (fold_builtin_exponent): Likewise.
4717 (fold_builtin_memset): Likewise.
4718 (fold_builtin_bzero): Likewise.
4719 (fold_builtin_memory_op): Likewise.
4720 (fold_builtin_bcopy): Deleted; call site changed to invoke
4721 fold_builtin_memory_op directly.
4722 (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
4723 (fold_builtin_strncpy): Likewise.
4724 (fold_builtin_memcmp): Likewise.
4725 (fold_builtin_strcmp): Likewise.
4726 (fold_builtin_strncmp): Likewise.
4727 (fold_builtin_signbit): Likewise.
4728 (fold_builtin_copysign): Likewise.
4729 (fold_builtin_isascii): Likewise.
4730 (fold_builtin_toascii): Likewise.
4731 (fold_builtin_isdigit): Likewise.
4732 (fold_builtin_fabs): Likewise.
4733 (fold_builtin_abs): Likewise.
4734 (fold_builtin_fmin_fmax): Likewise.
4735 (fold_builtin_carg): Likewise.
4736 (fold_builtin_classify): Likewise.
4737 (fold_builtin_unordered_cmp): Likewise.
4738
4739 (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
4740 New functions split out from fold_builtin_1.
4741 (fold_builtin_n): New.
4742 (fold_builtin_varargs): New.
4743 (fold_builtin): Deleted. Most callers changed to use fold_call_expr
4744 instead.
4745 (fold_call_expr): New.
4746 (build_function_call_expr): Rewrite to use new helper function.
4747 (fold_builtin_call_list): New.
4748 (build_call_expr): New.
4749 (fold_builtin_call_valist): New.
4750 (rewrite_call_expr): New.
4751 (validate_arg): New.
4752 (validate_arglist): Change parameter to be entire CALL_EXPR instead
4753 of an arglist. Change return type to bool. Use new CALL_EXPR
4754 accessors.
4755
4756 (fold_builtin_strstr): Pass call arguments individually instead
4757 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
4758 accessors and constructors. Return NULL_TREE instead of 0.
4759 (fold_builtin_strchr): Likewise.
4760 (fold_builtin_strrchr): Likewise.
4761 (fold_builtin_strpbrk): Likewise.
4762 (fold_builtin_strcat): Likewise.
4763 (fold_builtin_strncat): Likewise.
4764 (fold_builtin_strspn): Likewise.
4765 (fold_builtin_strcspn): Likewise.
4766 (fold_builtin_fputs): Likewise.
4767 (fold_builtin_next_arg): Likewise.
4768 (fold_builtin_sprintf): Likewise.
4769
4770 (expand_builtin_object_size): Use new CALL_EXPR accessors. Use
4771 NULL_RTX instead of 0.
4772 (expand_builtin_memory_chk): Likewise.
4773 (maybe_emit_chk_warning): Likewise.
4774 (maybe_emit_sprintf_chk_warning): Likewise.
4775
4776 (fold_builtin_object_size): Pass call arguments individually instead
4777 of as an arglist, fixing callers appropriately. Use new CALL_EXPR
4778 accessors and constructors. Return NULL_TREE instead of 0.
4779 (fold_builtin_memory_chk): Likewise.
4780 (fold_builtin_stxcpy_chk): Likewise.
4781 (fold_builtin_strncpy_chk): Likewise.
4782 (fold_builtin_strcat_chk): Likewise.
4783 (fold_builtin_strcat_chk): Likewise.
4784 (fold_builtin_strncat_chk): Likewise.
4785 (fold_builtin_sprintf_chk): Likewise.
4786 (fold_builtin_snprintf_chk): Likewise.
4787 (fold_builtin_printf): Likewise.
4788 (fold_builtin_vprintf): Likewise.
4789
4790 * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
4791 constructors.
4792 (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
4793 (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4794 (extract_muldiv_1): Add VL_EXP_CLASS_P case.
4795 (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
4796 (fold_unary): Likewise.
4797 (fold_binary): Likewise.
4798 (fold_ternary): Remove CALL_EXPR case, since they are no longer
4799 ternary expressions.
4800 (fold): Add logic for tcc_vl_exp.
4801 (fold_checksum_tree): Make it know about tcc_vl_exp. Use
4802 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4803 (fold_build3_stat): Add assertion to flag broken interface for
4804 constructing CALL_EXPRs.
4805 (fold_build_call_list): New.
4806 (fold_build_call_list_initializer): New.
4807 (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
4808 constructors.
4809 (fold_strip_sign_ops): Likewise.
4810
4811 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
4812 Brooks Moses <brooks.moses@codesourcery.com>
4813 Lee Millward <lee.millward@codesourcery.com>
4814
4815 * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
4816 accessors and dump arguments explicitly.
4817
4818 * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
4819 TREE_CODE_LENGTH.
4820 (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
4821 explicitly.
4822 (print_call_name): Use new CALL_EXPR accessors.
4823
4824 * print-tree.c (print_node): Add case tcc_vl_exp. Print
4825 CALL_EXPR arguments explicitly instead of as a list. Use
4826 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4827
4828 * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
4829 (vrp_visit_stmt): Likewise.
4830
4831 * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Make it
4832 know about tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of
4833 TREE_CODE_LENGTH.
4834 (force_move_till_expr): Likewise.
4835
4836 * targhooks.c (default_external_stack_protect_fail): Use
4837 build_call_expr instead of build_function_call_expr.
4838 (default_hidden_stack_protect_fail): Likewise.
4839
4840 * tree-complex.c (expand_complex_libcall): Use build_call_expr to
4841 build the call.
4842
4843 * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
4844 and walk arguments explicitly.
4845
4846 * tree-ssa-loop-niter.c (simplify_replace_tree): Use
4847 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4848 (expand_simple_operations): Likewise.
4849 (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
4850
4851 * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
4852 of TREE_CODE_LENGTH.
4853 (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
4854
4855 * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
4856 instead of TREE_CODE_LENGTH.
4857
4858 * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
4859 (tree_ic_transform): Likewise.
4860 (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
4861 parameter instead of arglist. Fix callers.
4862 (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
4863 (tree_stringops_transform): Likewise.
4864 (tree_indirect_call_to_profile): Likewise.
4865 (tree_stringops_values_to_profile): Likewise.
4866
4867 * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
4868 (eliminate_tail_call): Likewise.
4869
4870 * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
4871
4872 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
4873 Use TREE_OPERAND_LENGTH and generalize to handle any number of
4874 operands.
4875 (instantiate_parameters_1): Can't handle tcc_vl_exp here.
4876
4877 * omp-low.c (build_omp_barrier): Use build_call_expr.
4878 (lower_rec_input_clauses): Likewise.
4879 (lower_reduction_clauses): Likewise.
4880 (expand_parallel_call): Likewise.
4881 (maybe_catch_exception): Likewise.
4882 (expand_omp_for_generic): Likewise.
4883 (expand_omp_for_static_nochunk): Likewise.
4884 (expand_omp_sections): Likewise.
4885 (lower_omp_single_simple): Likewise.
4886 (lower_omp_single_copy): Likewise.
4887 (lower_omp_master): Likewise.
4888 (lower_omp_ordered): Likewise.
4889 (lower_omp_critical): Likewise.
4890
4891 * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
4892 (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
4893
4894 * tree-gimple.c (is_gimple_call_addr): Fix doc.
4895 (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
4896 TREE_CODE_LENGTH. Add tcc_vl_exp case.
4897
4898 * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
4899 and generalize to handle any number of operands.
4900 (chrec_contains_undetermined): Likewise.
4901 (tree_contains_chrecs): Likewise.
4902 (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
4903
4904 * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
4905
4906 * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors. Use
4907 fold_call_expr instead of fold_builtin.
4908 (ccp_fold_builtin): Likewise. Update calls into builtins.c to
4909 match declarations there.
4910 (fold_stmt): Use new CALL_EXPR constructor and accessors. Doc
4911 updates.
4912
4913 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
4914 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
4915
4916 * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
4917 (scan_function): Add case tcc_vl_exp for CALL_EXPR.
4918
4919 * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
4920 accessors.
4921
4922 * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
4923 (execute_cse_sincos): Use new CALL_EXPR accessors.
4924
4925 * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
4926
4927 * gimple-low.c (lower_function_body): Use build_call_expr.
4928 (lower_builtin_setjmp): Likewise.
4929
4930 * expr.c (emit_block_move_via_libcall): Use build_call_expr.
4931 (set_storage_via_libcall): Likewise.
4932 (safe_from_p): Add tcc_vl_exp case. Use TREE_OPERAND_LENGTH
4933 instead of TREE_CODE_LENGTH.
4934 (expand_expr_real_1): Use new CALL_EXPR accessors.
4935
4936 * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
4937 generalize to handle any number of operands.
4938 (TB_parent_eq): Likewise.
4939
4940 * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
4941 (strip_builtin_expect): Likewise.
4942
4943 * function.c (gimplify_parameters): Use build_call_expr.
4944
4945 * tree-vectorizer.c (vect_is_simple_reduction): Use TREE_OPERAND_LENGTH
4946 instead of TREE_CODE_LENGTH.
4947
4948 * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
4949 (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
4950
4951 * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
4952 iterators.
4953
4954 * gimplify.c (build_stack_save_restore): Use build_call_expr.
4955 (gimplify_decl_expr): Likewise.
4956 (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
4957 Use new CALL_EXPR iterators.
4958 (gimplify_modify_expr_to_memcpy): Use build_call_expr.
4959 (gimplify_modify_expr_to_memset): Likewise.
4960 (gimplify_variable_sized_compare): Likewise.
4961 (gimplify_omp_atomic_fetch_op): Likewise.
4962 (gimplify_omp_atomic_pipeline): Likewise.
4963 (gimplify_omp_atomic_mutex): Likewise.
4964 (gimplify_function_tree): Likewise.
4965
4966 * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
4967 (call_expr_flags): Likewise.
4968 (expand_call): Likewise.
4969
4970 * except.c (expand_builtin_eh_return_data_regno): Pass entire
4971 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
4972 accessors.
4973
4974 * coverage.c (create_coverage): Use build_call_expr.
4975
4976 * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
4977 (temp_call_expr_obstack): New.
4978 (pool_copy_list): Delete.
4979 (temp_copy_call_expr): New.
4980 (phi_translate): Add case tcc_vl_exp for CALL_EXPR. Use new
4981 CALL_EXPR accessors. Get rid of special goo for copying argument
4982 lists and use temp_copy_call_expr instead.
4983 (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR. Use new
4984 CALL_EXPR accessors.
4985 (create_expression_by_pieces): Likewise. Use build_call_array
4986 to construct the result instead of fold_build3.
4987 (create_value_expr_from): Add tcc_vl_exp. Delete special goo for
4988 dealing with argument lists.
4989 (init_pre): Remove references to expression_node_pool and
4990 list_node_pool. Init temp_call_expr_obstack instead.
4991 (fini_pre): Remove references to expression_node_pool and
4992 list_node_pool.
4993
4994 * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
4995 and walk arguments explicitly instead of as a list.
4996
4997 * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
4998 (mx_register_decls): Likewise.
4999 (mudflap_register_call): Likewise.
5000 (mudflap_finish_file): Likewise.
5001
5002 * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
5003 (ipa_callsite_compute_param): Likewise.
5004
5005 * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
5006 accessors and constructor.
5007
5008 * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
5009 accessors and constructor.
5010 (convert_tramp_reference): Likewise.
5011 (convert_call_expr): Likewise.
5012 (finalize_nesting_tree_1): Likewise.
5013
5014 * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
5015 accessors.
5016
5017 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
5018
5019 * tree-inline.c (initialize_inlined_parameters): Pass entire
5020 CALL_EXPR as parameter instead of arglist. Use new CALL_EXPR
5021 accessors.
5022 (estimate_num_insns_1): Use new CALL_EXPR accessors.
5023 (expand_call_inline): Tidy up call to initialize_inlined_parameters.
5024
5025 * tree-vect-transform.c (vect_create_epilog_for_reduction): Use
5026 TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
5027 (vectorizable_reduction): Likewise.
5028 (vectorizable_call): Use new CALL_EXPR iterators.
5029 (vectorizable_conversion): Use build_call_expr.
5030 (vectorizable_operation): Use TREE_OPERAND_LENGTH.
5031 (vect_gen_widened_results_half): Use build_call_expr.
5032 (vect_setup_realignment): Likewise.
5033 (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
5034
5035 * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
5036 (pass_through_call): Likewise.
5037 (compute_object_sizes): Likewise. Use fold_call_expr instead of
5038 fold_builtin.
5039
5040 * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
5041 (tree_gen_pow2_profiler): Likewise.
5042 (tree_gen_one_value_profiler): Likewise.
5043 (tree_gen_ic_func_profiler): Likewise.
5044 (tree_gen_average_profiler): Likewise.
5045 (tree_gen_ior_profiler): Likewise.
5046
5047 * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
5048 (find_func_aliases): Use new CALL_EXPR accessors. Add case
5049 tcc_vl_exp. Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
5050
5051 * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
5052 of TREE_CODE_LENGTH.
5053
5054 * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
5055 of TREE_CODE_LENGTH.
5056
5057 * convert.c (convert_to_real): Use new CALL_EXPR accessors and
5058 constructor.
5059 (convert_to_integer): Likewise.
5060
5061 * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
5062 accessors.
5063
5064 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
5065 Brooks Moses <brooks.moses@codesourcery.com>
5066 Lee Millward <lee.millward@codesourcery.com>
5067
5068 * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
5069 accessors.
5070 * config/frv/frv.c (frv_expand_builtin): Likewise.
5071 * config/s390/s390.c (s390_expand_builtin): Likewise.
5072
5073 * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
5074 (sparc_expand_builtin): Use new CALL_EXPR accessors.
5075
5076 * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
5077 (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
5078 instead of arglist. Use new CALL_EXPR accessors on it. Fix callers.
5079 (ix86_expand_store_builtin): Likewise.
5080 (ix86_expand_unop_builtin): Likewise.
5081 (ix86_expand_unop1_builtin): Likewise.
5082 (ix86_expand_sse_compare): Likewise.
5083 (ix86_expand_sse_comi): Likewise.
5084 (ix86_expand_vec_init_builtin): Likewise.
5085 (ix86_expand_vec_ext_builtin): Likewise.
5086 (ix86_expand_vec_set_builtin): Likewise.
5087 (ix86_expand_builtin): Use new CALL_EXPR accessors.
5088
5089 * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
5090 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
5091
5092 * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
5093 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
5094 (iq2000_expand_builtin): Use new CALL_EXPR accessors.
5095
5096 * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
5097 build_call_expr.
5098 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
5099 (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
5100 arglist. Use new CALL_EXPR accessors. Fix callers.
5101 (altivec_expand_abs_builtin): Likewise.
5102 (rs6000_expand_binop_builtin): Likewise.
5103 (altivec_expand_predicate_builtin): Likewise.
5104 (altivec_expand_lv_builtin): Likewise.
5105 (spe_expand_stv_builtin): Likewise.
5106 (altivec_expand_stv_builtin): Likewise.
5107 (rs6000_expand_ternop_builtin): Likewise.
5108 (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
5109 (altivec_expand_st_builtin): Likewise.
5110 (altivec_expand_dst_builtin): Likewise.
5111 (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
5112 arglist. Use new CALL_EXPR accessors. Fix callers.
5113 (altivec_expand_vec_set_builtin): Likewise.
5114 (altivec_expand_vec_ext_builtin): Likewise.
5115 (altivec_expand_builtin): Use new CALL_EXPR accessors.
5116 (spe_expand_builtin): Likewise.
5117 (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
5118 arglist. Use new CALL_EXPR accessors. Fix callers.
5119 (spe_expand_evsel_builtin): Likewise.
5120 (rs6000_expand_builtin): Use new CALL_EXPR accessors. VCFUX and
5121 FCFSX cases must construct whole new CALL_EXPR, not just arglist.
5122
5123 * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
5124 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
5125 (arm_expand_unop_builtin): Likewise.
5126 (arm_expand_builtin): Use new CALL_EXPR accessors.
5127
5128 * config/mips/mips.c (mips_expand_builtin): Use new CALL_EXPR
5129 accessors.
5130
5131 * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire CALL_EXPR
5132 instead of arglist. Use new CALL_EXPR accessors. Fix callers.
5133 (bfin_expand_unop_builtin): Likewise.
5134 (bfin_expand_builtin): Use new CALL_EXPR accessors.
5135
5136 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
5137 Brooks Moses <brooks.moses@codesourcery.com>
5138 Lee Millward <lee.millward@codesourcery.com>
5139
5140 * c-semantics.c (build_stmt): Add internal diagnostic check.
5141
5142 * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
5143 accessors. Print arguments explicitly instead of as a list.
5144
5145 * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
5146
5147 * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
5148 (c_finish_omp_flish): Likewise.
5149
5150 * c-common.c (verify_tree): Use new CALL_EXPR accessors. Traverse
5151 arguments explicitly instead of as a list. Use TREE_OPERAND_LENGTH
5152 instead of TREE_CODE_LENGTH.
5153 (check_function_arguments_recurse): Use new CALL_EXPR accessors.
5154 (c_warn_unused_result): Likewise.
5155
5156 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5157
5158 PR c/26494
5159 * doc/invoke.texi (Warning Options): Remove
5160 -Werror-implicit-function-declaration.
5161 (Wimplicit-function-declaration): Update description.
5162 * opts.c (common_handle_option): Move handling of -Werror=* to...
5163 (enable_warning_as_error): ...here.
5164 * opts.h (enable_warning_as_error): Declare.
5165 * c-decl.c (implicit_decl_warning): Unless
5166 -Wno-implicit-function-declaration is given, emit a pedwarn if
5167 -std=c99 or emit a warning if -Wimplicit-function-declaration.
5168 * c.opt (Wimplicit-function-declaration): Replace
5169 mesg_implicit_function_declaration with
5170 warn_implicit_function_declaration.
5171 * c-opts.c (c_common_handle_option):
5172 -Werror-implicit-function-declaration is exactly equal as
5173 -Werror=implicit-function-declaration.
5174 (set_Wimplicit): Replace mesg_implicit_function_declaration with
5175 warn_implicit_function_declaration.
5176 (c_common_post_options): -Wimplict-function-declaration is enabled
5177 by default by -std=c99, otherwise is disabled by default.
5178 * c-objc-common.c (c_objc_common_init): Remove flawed logic.
5179
5180 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
5181
5182 * gimplify.c (gimplify_modify_expr): During gimplification, attach a
5183 DECL on the rhs to a DECL on the lhs for debug info purposes if the
5184 former is ignored but not the latter.
5185
5186 2007-02-15 Eric Botcazou <ebotcazou@adacore.com>
5187
5188 * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
5189 is made and the reference doesn't use the alias set of its type,
5190 do not create the temporary using that type.
5191
5192 2007-02-15 Aldy Hernandez <aldyh@redhat.com>
5193
5194 * jump.c: Remove prototypes for delete_computation and
5195 delete_prior_computation.
5196
5197 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
5198
5199 * jump.c (get_label_after): Delete.
5200 (get_label_before, delete_computation, delete_jump,
5201 delete_prior_computation, follow_jumps): Move...
5202 * reorg.c (delete_computation, delete_prior_computation): ... here...
5203 (get_label_before, delete_jump): ... making these static ...
5204 (follow_jumps): ... and simplifying this since it only runs after
5205 reload.
5206 * rtl.h (get_label_after, get_label_before, delete_jump,
5207 follow_jumps): Delete prototypes.
5208
5209 2007-02-15 Paolo Bonzini <bonzini@gnu.org>
5210
5211 * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
5212
5213 2007-02-15 Nick Clifton <nickc@redhat.com>
5214
5215 * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
5216 order to prevent it from being munged by the target.
5217
5218 2007-02-15 Uros Bizjak <ubizjak@gmail.com>
5219
5220 * config/i386/i386.md: Remove misleading comment.
5221
5222 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
5223
5224 * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
5225 reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
5226 invalid patterns.
5227
5228 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
5229
5230 * tree-sra.c (instantiate_missing_elements): Canonicalize
5231 bit-field types.
5232 (sra_build_assignment): New.
5233 (generate_copy_inout, generate_element_copy,
5234 generate_element_zero, generate_one_element_init): Use it.
5235
5236 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
5237
5238 * tree-sra.c (instantiate_missing_elements): Canonicalize
5239 bit-field types.
5240 (sra_build_assignment): New.
5241 (generate_copy_inout, generate_element_copy,
5242 generate_element_zero, generate_one_element_init): Use it.
5243
5244 2007-02-15 Alexandre Oliva <aoliva@redhat.com>
5245
5246 * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
5247 limbo die nodes.
5248
5249 2007-02-14 Joseph Myers <joseph@codesourcery.com>
5250
5251 * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
5252 types as aggregates not scalars.
5253 * function.c (assign_stack_temp_for_type): Likewise.
5254
5255 2007-02-14 Roger Sayle <roger@eyesopen.com>
5256 Zdenek Dvorak <dvorakz@suse.cz>
5257
5258 * tree-dump.c (dump_switch_p_1): Require exact match of the option
5259 name.
5260
5261 2007-02-14 Zdenek Dvorak <dvorakz@suse.cz>
5262
5263 * passes.c (next_pass_1): Clear the next field of the copied
5264 pass structure.
5265
5266 2007-02-14 Richard Henderson <rth@redhat.com>
5267
5268 * tree-sra.c (early_sra): New.
5269 (decl_can_be_decomposed_p): Deny va_list if early_sra.
5270 (tree_sra_early, pass_sra_early): New.
5271 * tree-pass.h (pass_sra_early): Declare.
5272 * passes.c (init_optimization_passes): Use it.
5273
5274 2007-02-14 Richard Guenther <rguenther@suse.de>
5275
5276 * flags.h (issue_strict_overflow_warning): Convert to a macro.
5277
5278 2007-02-14 Dorit Nuzman <dorit@il.ibm.com>
5279
5280 PR tree-optimization/30771
5281 * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
5282 also phi nodes.
5283 (vect_analyze_operations): Induction phis can now be marked as
5284 used_in_loop.
5285 (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
5286 Update documentation accordingly.
5287
5288 2007-02-14 Nick Clifton <nickc@redhat.com>
5289
5290 * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
5291 most 3 arguments are supported.
5292 (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
5293
5294 2007-02-13 Seongbae Park <seongbae.park@gmail.com>
5295
5296 * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
5297 Ensure dst->current is valid.
5298
5299 2007-02-13 Paul Brook <paul@codesourcery.com>
5300
5301 * config.gcc: Add arm*-*-uclinux-*eabi.
5302 * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
5303 (SUBTARGET_EXTRA_LINK_SPEC): Define.
5304 (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
5305 (LINK_GCC_C_SEQUENCE_SPEC): Undef.
5306 (LINK_SPEC): Define.
5307 (LIB_SPEC): Define.
5308 * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
5309 register.
5310 * config/arm/uclinux-eabi.h: New file.
5311 * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
5312 * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
5313 based targets.
5314
5315 2007-02-13 Ian Lance Taylor <iant@google.com>
5316
5317 * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
5318 * flags.h (warn_strict_overflow): Declare.
5319 (enum warn_strict_overflow_code): Define.
5320 (issue_strict_overflow_warning): New static inline function.
5321 * opts.c (warn_strict_overflow): New variable.
5322 (common_handle_option): Handle OPT_Wstrict_overflow and
5323 OPT_Wstrict_overflow_.
5324 * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
5325 OPT_Wall.
5326 * fold-const.c: Include intl.h.
5327 (fold_deferring_overflow_warnings): New static variable.
5328 (fold_deferred_overflow_warning): New static variable.
5329 (fold_deferred_overflow_code): New static variable.
5330 (fold_defer_overflow_warnings): New function.
5331 (fold_undefer_overflow_warnings): New function.
5332 (fold_undefer_and_ignore_overflow_warnings): New function.
5333 (fold_deferring_overflow_warnings_p): New function.
5334 (fold_overflow_warning): New static function.
5335 (make_range): Add strict_overflow_p parameter. Change all
5336 callers.
5337 (extract_muldiv, extract_muldiv_1): Likewise.
5338 (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
5339 tree_expr_nonnegative_p.
5340 (fold_negate_expr): Call fold_overflow_warning.
5341 (fold_range_test): Likewise.
5342 (fold_comparison): Likewise.
5343 (fold_binary): Likewise. Call tree_expr_nonnegative_warnv_p
5344 instead of tree_expr_nonnegative_p.
5345 (tree_expr_nonnegative_warnv_p): Rename from
5346 tree_expr_nonnegative_p, add strict_overflow_p parameter.
5347 (tree_expr_nonnegative_p): New function.
5348 (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
5349 strict_overflow_p parameter.
5350 (tree_expr_nonzero_p): New function.
5351 * passes.c (verify_interpass_invariants): New static function.
5352 (execute_one_pass): Call it.
5353 * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
5354 warnings.
5355 (number_of_iterations_exit, loop_niter_by_eval): Likewise.
5356 (estimate_numbers_of_iterations): Likewise.
5357 (scev_probably_wraps_p): Likewise.
5358 * tree-ssa-ccp.c: Include "toplev.h".
5359 (evaluate_stmt): Defer fold overflow warnings until we know we are
5360 going to optimize.
5361 (struct fold_stmt_r_data): Add stmt field.
5362 (fold_stmt_r): Defer fold overflow warnings until we know we
5363 optimized.
5364 (fold_stmt): Initialize stmt field of fold_stmt_r_data.
5365 (fold_stmt_inplace): Likewise.
5366 * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
5367 (cleanup_control_expr_graph): Defer fold overflow warnings until
5368 we know we are going to optimize.
5369 * tree-cfg.c (fold_cond_expr_cond): Likewise.
5370 * tree-ssa-threadedge.c (simplify_control_stmt_condition):
5371 Likewise.
5372 * tree-vrp.c (vrp_expr_computes_nonnegative): Call
5373 tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
5374 * tree-ssa-loop-manip.c (create_iv): Likewise.
5375 * c-typeck.c (build_conditional_expr): Likewise.
5376 (build_binary_op): Likewise.
5377 * tree-vrp.c (vrp_expr_computes_nonzero): Call
5378 tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
5379 (extract_range_from_unary_expr): Likewise.
5380 * simplify-rtx.c (simplify_const_relational_operation): Warn when
5381 assuming that signed overflow does not occur.
5382 * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
5383 * tree.h (tree_expr_nonnegative_warnv_p): Declare.
5384 (fold_defer_overflow_warnings): Declare.
5385 (fold_undefer_overflow_warnings): Declare.
5386 (fold_undefer_and_ignore_overflow_warnings): Declare.
5387 (fold_deferring_overflow_warnings_p): Declare.
5388 (tree_expr_nonzero_warnv_p): Declare.
5389 * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
5390 of warning options.
5391 (Warning Options): Document -Wstrict-overflow.
5392 * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
5393 (tree-ssa-ccp.o): Likewise.
5394 (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
5395 (fold-const.o): Depend on intl.h.
5396
5397 2007-02-13 Ian Lance Taylor <iant@google.com>
5398
5399 PR middle-end/30751
5400 * lower-subreg.c (resolve_simple_move): Decompose subregs in
5401 addresses.
5402
5403 2007-02-13 Stuart Hastings <stuart@apple.com>
5404
5405 * gcc/config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
5406
5407 2007-02-13 Richard Henderson <rth@redhat.com>
5408
5409 * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
5410 handled_component_p before looking for the indirect_ref.
5411
5412 2007-02-13 Richard Henderson <rth@redhat.com>
5413
5414 * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
5415 remove flags clobber.
5416 (bswapsi2): New expander, emit code for !TARGET_BSWAP.
5417 (bswaphi_lowpart): New.
5418 (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
5419 remove TARGET_BSWAP test. Delete expander of the same name.
5420
5421 * optabs.c (widen_bswap, expand_doubleword_bswap): New.
5422 (expand_unop): Use them.
5423
5424 2007-02-13 Uros Bizjak <ubizjak@gmail.com>
5425
5426 * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
5427 *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
5428 *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
5429 *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
5430 *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
5431 *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
5432 *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
5433 assembler dialect choice from asm templates.
5434
5435 2007-02-12 Richard Henderson <rth@redhat.com>
5436
5437 * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
5438 (fixuns_trunc<SSEMODEF>si2): Use it.
5439 * config/i386/sse.md (vec_setv4sf_0): Export.
5440 * config/i386/i386.c (ix86_build_const_vector): Export.
5441 (ix86_split_convert_uns_si_sse): Rename from
5442 ix86_expand_convert_uns_si_sse and rewrite as a splitter.
5443 * config/i386/i386-protos.h: Update.
5444
5445 2007-02-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5446
5447 PR c/29521
5448 * c-typeck.c (c_finish_return): Improve warning message.
5449
5450 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5451
5452 * alias.c (find_symbolic_term): Delete unused function.
5453
5454 2007-02-12 Uros Bizjak <ubizjak@gmail.com>
5455
5456 * config/i386/i386.md (paritydi2, paritysi2): New expanders.
5457 (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
5458 (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
5459
5460 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
5461
5462 * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
5463 * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
5464 the function, temporarily point the debug interface to the null one.
5465
5466 2007-02-12 Eric Botcazou <ebotcazou@adacore.com>
5467
5468 * dwarf2out.c (round_up_to_align): New static function.
5469 (field_byte_offset): Use it to round the offset.
5470
5471 2007-02-12 Richard Henderson <rth@redhat.com>
5472
5473 * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
5474 (inswl_const): Export.
5475
5476 2007-02-12 Richard Henderson <rth@redhat.com>
5477
5478 * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
5479 result mode of the libcall, convert back to outmode.
5480
5481 2007-02-12 Roger Sayle <roger@eyesopen.com>
5482
5483 * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
5484 (bswapdi2): New define_expand to implement 32-bit implementation.
5485
5486 2007-02-12 Nick Clifton <nickc@redhat.com>
5487
5488 * doc/invoke.texi (Overall Options): Document --help=.
5489 * gcc.c (target_help_flag): Rename to print_subprocess_flag.
5490 (cc1_options): Pass --help= on to cc1.
5491 (display_help): Add description of --help=.
5492 (process_command): Add code to handle --help=. Allow translated
5493 --help and --target-help switches to be passed on to compiler
5494 sub-process.
5495 (main): Remove unused if statement.
5496 * opts.c (columns): Remove.
5497 (LEFT_COLUMN): Define.
5498 (wrap_help): Add columns argument.
5499 (print_filtered_help): Change parameters to be an include bitmask,
5500 an exclude bitmask, an any bitmask and the column width. Move the
5501 code to display the params list here. Add code to display the
5502 status of options rather than their descriptions if the quiet flag
5503 is not active.
5504 (print_specific_help): Change parameters to be an include bitmask,
5505 an exclude bitmask and an any bitmask. Move code to look up the
5506 column width here. Decide upon the title for an options listing.
5507 (common_handle_options): Add code to handle --help=. Adapt code
5508 for --help and --target-help to use the revised form of the
5509 print_specific_help function.
5510 (print_help): Delete.
5511 (print_param_help): Delete.
5512 (print_switch): Delete.
5513 * opts.h (cl_lang_count): Add prototype.
5514 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
5515 CL_MAX_OPTION_CLASS): New defines.
5516 * optc-gen.awk: Add construction of cl_lang_count.
5517 * c.opt: Add Warning attribute to warning options and Optimization
5518 attribute to optimization options.
5519 * common.opt: Likewise.
5520 Add --help=.
5521 Add -fhelp and -ftarget-help as aliases for the transformed --help
5522 and --target-help options.
5523 * opt-functions.awk: Add code to handle Warning and Optimization
5524 attributes.
5525
5526 2007-02-12 Richard Henderson <rth@redhat.com>
5527
5528 * config/alpha/constraints.md: New file.
5529 * config/alpha/alpha.c: Include tm-constrs.h.
5530 (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
5531 alpha_extra_constraint): Remove.
5532 (alpha_emit_conditional_branch): Use satisfies_constraint_*.
5533 * config/alpha/alpha-protos.h: Update.
5534 * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
5535 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
5536 (EXTRA_CONSTRAINT): Remove.
5537 * config/alpha/alpha.md: Include constraints.md.
5538 (adddi splitter): Use satisfies_constraint_*.
5539 * config/alpha/predicates.md (add_operand): Likewise.
5540 (sext_add_operand, addition_operation): Likewise.
5541
5542 2007-02-12 Dorit Nuzman <dorit@il.ibm.com>
5543
5544 PR tree-optimization/29145
5545 * tree-data-ref.c (base_addr_differ_p): Make us more conservative
5546 in our handling of restrict qualified pointers.
5547
5548 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5549
5550 PR middle-end/7651
5551 * doc/invoke.texi (Wunused-value): Update description.
5552 (Wextra): Delete item.
5553 * opts.c (set_Wextra): Don't use the value of Wextra to set the
5554 value of Wunused-value.
5555 * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
5556 (c_finish_stmt_expr): Don't check extra_warnings.
5557 (emit_side_effect_warnings): The caller is responsible to check
5558 warn_unused_value.
5559
5560 2007-02-11 Roger Sayle <roger@eyesopen.com>
5561 Matt Thomas <matt@3am-software.com>
5562
5563 * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
5564
5565 2007-02-11 Roger Sayle <roger@eyesopen.com>
5566
5567 * simplify-rtx.c (simplify_relational_operation_1): Optimize
5568 comparisons of POPCOUNT against zero.
5569 (simplify_const_relational_operation): Likewise.
5570
5571 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5572
5573 * doc/invoke.texi (Wextra): Delete outdated paragraph.
5574
5575 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5576
5577 * dwarf2out.c (root_type): Delete unused function.
5578
5579 2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5580
5581 * genattrtab.c (contained_in_p): Delete unused function.
5582 (write_expr_attr_cache): Likewise.
5583
5584 2007-02-11 Jan Hubicka <jh@suse.cz>
5585
5586 * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
5587 previous patch.
5588
5589 2007-02-11 Steven Bosscher <steven@gcc.gnu.org>
5590
5591 * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
5592 to add the REG_EQ* note.
5593 * see.c (see_merge_one_use_extension): Likewise.
5594 * local-alloc.c (update_equiv_regs): Likewise. Also don't
5595 turn REG_EQUAL notes into REG_EQUIV notes if the target
5596 register may have more than one set.
5597 * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
5598 * gcse.c (try_replace_reg): Likewise.
5599 * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
5600 * calls.c (fixup_tail_calls): Likewise. Abort if there is
5601 more than one REG_EQUIV note.
5602 * reload1.c (gen_reload): Use set_unique_reg_note.
5603
5604 2007-02-11 Uros Bizjak <ubizjak@gmail.com>
5605
5606 * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
5607 (ix86_builtin_conversion): New function.
5608
5609 2007-02-06 Mark Mitchell <mark@codesourcery.com>
5610
5611 PR target/29487
5612 * tree.h (DECL_REPLACEABLE_P): New macro.
5613 * except.c (set_nothrow_function_flags): Likewise.
5614
5615 2007-02-11 Tehila Meyzels <tehila@il.ibm.com>
5616 Ira Rosen <irar@il.ibm.com>
5617 Dorit Nuzman <dorit@il.ibm.com>
5618
5619 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
5620 * targhooks.c (default_builtin_vectorized_conversion): New.
5621 * targhooks.h (default_builtin_vectorized_function): New declaration.
5622 * target.h (struct vectorize): Add builtin_conversion field.
5623 * tree-vectorizer.h (type_conversion_vec_info_type): New enum
5624 stmt_vec_info_type value.
5625 (vectorizable_conversion): New declaration.
5626 * tree-vect-analyze.c (vect_analyze_operations): Add
5627 vectorizable_conversion call.
5628 * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
5629 * tree-vect-transform.c (vectorizable_conversion): New function.
5630 (vect_transform_stmt): Add case for type_conversion_vec_info_type.
5631 * tree-vect-generic.c (expand_vector_operations_1): Consider correct
5632 mode.
5633 * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
5634 (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
5635 (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
5636 or ALTIVEC_BUILTIN_VCFSX.
5637
5638 2007-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5639
5640 PR target/30634
5641 * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
5642 CONST_DOUBLE and operand 0 is a hard register.
5643 (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
5644 memory. Fail if operand 1 is a non-zero CONST_INT and operand 0
5645 is a hard floating-point register.
5646
5647 2007-02-10 Richard Henderson <rth@redhat.com>
5648 Jakub Jelinek <jakub@redhat.com>
5649 Alexandre Oliva <aoliva@redhat.com>
5650
5651 * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
5652 * builtin-types.def (BT_WORD): Make unsigned.
5653 (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
5654 * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
5655 (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
5656 * c-decl.c (grokdeclarator): Don't error if !have_tls.
5657 * c-parser.c (c_parser_omp_threadprivate): Likewise.
5658 * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
5659 emulated tls.
5660 * expr.c (emutls_var_address): New.
5661 (expand_expr_real_1): Expand emulated tls.
5662 (expand_expr_addr_expr_1): Likewise.
5663 * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
5664 * output.h (emutls_finish): Declare.
5665 * toplev.c (compile_file): Call it.
5666 * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
5667 address before wrapping in CONST.
5668 * varasm.c (emutls_htab, emutls_object_type): New.
5669 (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
5670 (get_emutls_object_name, get_emutls_object_type): New.
5671 (get_emutls_init_templ_addr, emutls_decl): New.
5672 (emutls_common_1, emutls_finish): New.
5673 (assemble_variable): When emulating tls, swap decls; generate
5674 constructor for the emutls objects.
5675 (do_assemble_alias): When emulating tls, swap decl and target name.
5676 (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
5677 for emulated tls.
5678 * varpool.c (decide_is_variable_needed): Look at force_output.
5679 Recurse for emulated tls.
5680 (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
5681 with decide_is_variable_needed.
5682 * emutls.c: New file.
5683 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
5684 tls_object for real tls.
5685
5686 2007-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
5687
5688 PR rtl-optimization/29599
5689 * reload1.c (eliminate_regs_in_insn): Take the destination
5690 mode into account when computing the offset.
5691
5692 2007-02-09 Stuart Hastings <stuart@apple.com>
5693 Richard Henderson <rth@redhat.com>
5694
5695 * gcc/config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
5696 * gcc/config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
5697 * gcc/config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
5698 fixuns_truncdfhi2): New.
5699 (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
5700 (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
5701 (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
5702 (floatunssidf2): Allow nonimmediate source.
5703 * gcc/config/i386/sse.md (movdi_to_sse): New.
5704 (vec_concatv2di): Drop '*'.
5705 * gcc/config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
5706 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
5707 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
5708 New.
5709 * gcc/config/i386/i386.c (ix86_expand_convert_uns_si_sse,
5710 ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
5711 ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
5712 ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
5713 (ix86_build_signbit_mask): Fix decl of v, refactor to call
5714 ix86_build_const_vector.
5715 (x86_emit_floatuns): Rewrite.
5716
5717 2007-02-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5718
5719 * genautomata.c (longest_path_length): Delete unused function.
5720 (struct state): Delete unused longest_path_length.
5721 (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
5722 (get_free_state): Delete unused.
5723
5724 2007-02-09 Jan Hubicka <jh@suse.cz>
5725
5726 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
5727 * doc/invoke.texi (inline-unit-growth): Update default value.
5728
5729 * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
5730 * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
5731 (rebuild_cgraph_edges): Likewise.
5732 * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
5733 (dump_cgraph_node): Dump frequencies.
5734 (cgraph_clone_edge): Add frequency scales.
5735 (cgraph_clone_node): Add freuqnecy.
5736 * cgraph.h (cgraph_edge): Add freuqnecy argument.
5737 (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
5738 (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
5739 * tree-pass.h (TODO_rebuild_frequencies): New constant.
5740 * cgraphunit.c (verify_cgraph_node): Verify frequencies.
5741 (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
5742 (save_inline_function_body): Likewise.
5743 * ipa-inline.c: inluce rtl.h
5744 (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
5745 (cgraph_edge_badness): Use frequencies.
5746 (cgraph_decide_recursive_inlining): Update clonning.
5747 (cgraph_decide_inlining_of_small_function): Dump frequency.
5748 * predict.c (estimate_bb_frequencies): Export.
5749 * predict.h (estimate_bb_frequencies): Declare.
5750 * tree-inline.c (copy_bb): Watch overflows.
5751 (expand_call_inline): Update call of cgraph_create_edge.
5752 (optimize_inline_calls): Use TODO flags to update frequnecies.
5753 * passes.h: Include predict.h
5754 (init_optimization_passes): Move profile ahead.
5755 (execute_function_todo): Handle TODO_rebuild_frequencies.
5756
5757 2007-02-09 Roger Sayle <roger@eyesopen.com>
5758
5759 * config/alpha/alpha.c (emit_insxl): Force the first operand of
5760 the insbl or inswl pattern into a register.
5761
5762 2007-02-09 Roger Sayle <roger@eyesopen.com>
5763
5764 * config/ia64/ia64.md (bswapdi2): New define_insn.
5765
5766 2007-02-09 Richard Henderson <rth@redhat.com>
5767
5768 * config/i386/constraints.md (Ym): New constraint.
5769 * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
5770 (movdi_1_rex64): Split sse and xmm general register moves from
5771 memory move alternatives. Use conditional register constraints.
5772 (movsf_1, movdf_integer): Likewise.
5773 (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
5774 (movdf_integer_rex64): New.
5775 (pushsf_rex64): Fix output constraints.
5776 * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
5777 (sse2_stored): Likewise.
5778 (sse2_storeq_rex64): New.
5779 * config/i386/i386.c (x86_inter_unit_moves): Enable for not
5780 amd and not generic.
5781 (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
5782 for optimize_size. Remove SF/DFmode hack.
5783
5784 2007-02-09 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5785
5786 * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
5787 (bit_SSE4a): New.
5788
5789 2007-02-09 Nathan Sidwell <nathan@codesourcery.com>
5790 Richard Sandiford <richard@codesourcery.com>
5791
5792 * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
5793 (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
5794 (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
5795 m68k/t-mlib to tmake_file.
5796 (m68020-*-elf*, m68k-*-elf*): Likewise. Add t-m68kbare as well.
5797 (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
5798 (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
5799 Allow it to be cf or m68k. Set m68k_arch_family. If that
5800 variable is not empty, add t-$m68k_arch_family to tmake_file.
5801 Add t-mlibs to tmake_file.
5802 * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
5803 * config/m68k/t-cf: New file.
5804 * config/m68k/t-m68k: Likewise.
5805 * config/m68k/t-mlibs: Likewise.
5806 * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
5807 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
5808 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
5809 * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
5810 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
5811 Delete.
5812 * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
5813 (INSTALL_LIBGCC): Delete.
5814 (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
5815 * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
5816 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
5817 (M68K_MLIB_CPU): Define.
5818 * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
5819 (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
5820 (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
5821
5822 2007-02-09 Zdenek Dvorak <dvorakz@suse.cz>
5823 Richard Guenther <rguenther@suse.de>
5824
5825 PR middle-end/23361
5826 * fold-const.c (fold_comparison): Handle obfuscated comparisons
5827 against INT_MIN/INT_MAX.
5828 * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
5829 file if a loop is removed.
5830
5831 2007-02-09 Joseph Myers <joseph@codesourcery.com>
5832
5833 * calls.c (store_one_arg): Pass correct alignment to
5834 emit_push_insn for non-BLKmode values.
5835 * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
5836 unaligned stack slot via a suitably aligned slot.
5837
5838 2007-02-08 DJ Delorie <dj@redhat.com>
5839
5840 * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
5841 warnings.
5842 (legal_subregs): Use unsigned char, make const.
5843 (m32c_illegal_subreg_p): Use ARRAY_SIZE. Delete unused variables.
5844
5845 2007-02-08 Paul Brook <paul@codesourcery.com>
5846
5847 * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
5848 special interworking needed.
5849
5850 2007-02-08 Harsha Jagasia <harsha.jagasia@amd.com>
5851
5852 * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
5853 conditional to __SSE2__.
5854 (Entries below should have been added to first ChangeLog
5855 entry for amdfam10 dated 2007-02-05)
5856 * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
5857 defined.
5858 * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
5859 defined.
5860 * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
5861 defined.
5862
5863 2007-02-08 DJ Delorie <dj@redhat.com>
5864
5865 * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
5866 * config/m32c/m32c.c (legal_subregs): New.
5867 (m32c_illegal_subreg_p): New.
5868 * config/m32c/predicates.md (m32c_any_operand): Use it to reject
5869 unsupported subregs of hard regs.
5870
5871 2007-02-08 Jan Hubicka <jh@suse.cz>
5872
5873 * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
5874 the same one; always update histograms.
5875
5876 2007-02-08 Diego Novillo <dnovillo@redhat.com>
5877
5878 * passes.c (init_optimization_passes): Tidy comment.
5879
5880 2007-02-08 Roger Sayle <roger@eyesopen.com>
5881
5882 * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
5883 strip zero_extend, bswap and rotates from POCOUNT's argument.
5884 <PARITY>: Likewise, we can strip not, bswap, sign_extend,
5885 zero_extend and rotates from PARITY's argument.
5886 <BSWAP>: A byte-swap followed by a byte-swap is an identity.
5887 (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
5888 of an integer constant at compile-time.
5889
5890 2007-02-08 Diego Novillo <dnovillo@redhat.com>
5891
5892 PR 30562
5893 * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
5894 Update all users.
5895 * tree-ssa-alias.c (compute_is_aliased): Remove. Update all
5896 users.
5897 (init_alias_info):
5898 * tree-ssa-live.c (remove_unused_locals): Do not remove
5899 TREE_ADDRESSABLE variables.
5900 * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
5901 * tree-ssa-operands.c (add_virtual_operand): Remove argument
5902 FOR_CLOBBER. Update all users.
5903 If VAR has an associated alias set, add a virtual operand for
5904 it if no alias is found to conflict with the memory reference.
5905
5906 2007-02-07 Jan Hubicka <jh@suse.cz>
5907 Robert Kidd <rkidd@crhc.uiuc.edu>
5908
5909 * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
5910
5911 2007-02-07 Ian Lance Taylor <iant@google.com>
5912
5913 * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
5914
5915 2007-02-07 Roger Sayle <roger@eyesopen.com>
5916
5917 * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
5918 parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
5919 tablejumpdi, movsi_to_cr_one): Remove constraints from
5920 define_expand's match_operands.
5921
5922 2007-02-07 Roger Sayle <roger@eyesopen.com>
5923
5924 * global.c (compute_regsets): Move declatation of "i" inside of
5925 #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
5926
5927 2007-02-07 Jakub Jelinek <jakub@redhat.com>
5928
5929 PR c++/30703
5930 * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
5931 of INDIRECT_REF <RESULT_DECL>.
5932
5933 * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
5934
5935 2007-02-06 J"orn Rennecke <joern.rennecke@arc.com>
5936 Kaz Kojima <kkojima@gcc.gnu.org>
5937
5938 PR target/29746
5939 * config/sh/sh.c (expand_cbranchdi4): Use scratch register
5940 properly.
5941 (sh_initialize_trampoline): Add parentheses to avoid a warning.
5942
5943 2007-02-06 Zdenek Dvorak <dvorakz@suse.cz>
5944
5945 * doc/loop.texi: Document possibility not to perform disambiguation
5946 of loops with multiple latches.
5947 * cfgloopmanip.c (alp_enum_p): Removed.
5948 (add_loop): Handle subloops. Use get_loop_body_with_size.
5949 (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
5950 * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
5951 the new forwarder block.
5952 (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
5953 Handle the case latch is NULL.
5954 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg modifications
5955 when marking loop exits.
5956 * ifcvt.c (if_convert): Ditto. Mark loop exits even if cfg cannot
5957 be modified.
5958 * loop-init.c (loop_optimizer_init): Do not modify cfg. Call
5959 disambiguate_loops_with_multiple_latches.
5960 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
5961 before fix_loop_structure.
5962 * cfgloop.c: Include pointer-set.h and output.h.
5963 (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
5964 update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
5965 (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
5966 find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
5967 mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
5968 disambiguate_multiple_latches, get_loop_body_with_size,
5969 disambiguate_loops_with_multiple_latches): New functions.
5970 (flow_loop_dump): Dump multiple latch edges.
5971 (flow_loop_nodes_find): Handle loops with multiple latches.
5972 (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
5973 (glb_enum_p): Modified.
5974 (get_loop_body): Use get_loop_body_with_size.
5975 * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
5976 (AVOID_CFG_MODIFICATIONS): New constant.
5977 (disambiguate_loops_with_multiple_latches, add_loop,
5978 get_loop_body_with_size): Declare.
5979 * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
5980
5981 2007-02-06 Seongbae Park <seongbae.park@gmail.com>
5982
5983 PR inline-asm/28686
5984 * global.c (compute_regsets): New function.
5985 (global_alloc): Refactored ELIMINABLE_REGSET
5986 and NO_GLOBAL_ALLOC_REGS computation out.
5987 (rest_of_handle_global_alloc): Call compute_regsets()
5988 for non-optimizing case.
5989
5990 2007-02-06 Richard Henderson <rth@redhat.com>
5991
5992 * config/i386/constraints.md (Y2): Rename from Y.
5993 (Yi): New constraint.
5994 * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
5995 pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
5996 zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
5997 (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
5998 truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
5999 fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
6000 floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
6001 absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
6002 fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
6003 * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
6004 mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
6005 vec_extractv2si_1): Change Y constraints to Y2.
6006 * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
6007 vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
6008 Change Y constraints to Y2.
6009 (sse2_loadld): Change Y constraints to x.
6010
6011 2007-02-06 Roger Sayle <roger@eyesopen.com>
6012
6013 * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
6014 (parity<mode>2): New define_expand using rs6000_emit_parity.
6015 * config/rs6000/rs6000.c (rs6000_emit_popcount,
6016 rs6000_emit_parity): New functions.
6017 * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
6018 rs6000_emit_parity): Prototype here.
6019
6020 2007-02-06 Ian Lance Taylor <iant@google.com>
6021
6022 * lower-subreg.c (simple_move_operand): Reject CONST.
6023 (resolve_clobber): Call validate_change rather than directly
6024 assigning to XEXP (pat, 0).
6025
6026 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
6029 (tree-ssa-reassoc.o): Add pointer-set.h dependency.
6030 (tree-cfg.o): Remove hashtab.h dependency.
6031
6032 * tree-ssa-loop-ivopts.c: Include pointer-set.h.
6033 (struct ivopts_data): Change niters to pointer_map_t.
6034 (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
6035 (niter_for_exit): Create pointer_map on demand. Change for
6036 pointer_map API.
6037 (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
6038 (free_loop_data): Destroy data->niters if created and reset field.
6039 (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
6040 (tree_ssa_iv_optimize_loop): Check for presence of stale data.
6041
6042 * tree-ssa-reassoc.c: Include pointer-set.h.
6043 (bb_rank): Change to long *.
6044 (operand_rank): Change to pointer_map_t.
6045 (find_operand_rank): Return long, -1 if not found. Declare as inline.
6046 (insert_operand_rank): Accept long.
6047 (operand_entry_hash, operand_entry_eq): Remove.
6048 (get_rank): Return long. Adjust for changes above.
6049 (init_reassoc): Change rank type to long. Adjust creation of bb_rank
6050 and operand_rank.
6051 (fini_reassoc): Delete operand_rank with pointer_map_destroy.
6052
6053 * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
6054 (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
6055 (insert_vi_for_tree): Rewrite for pointer_map API. Assert argument
6056 is not NULL.
6057 (lookup_vi_for_tree): Rewrite for pointer_map API. Return varinfo_t
6058 directly since it cannot be NULL.
6059 (get_vi_for_tree): Rewrite for pointer_map API.
6060 (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
6061 (init_alias_vars): Create vi_for_tree as pointer_map.
6062 (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
6063
6064 * tree-cfg.c: Don't include hashtab.h.
6065 (edge_to_cases): Declare as pointer_map.
6066 (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
6067 Delete.
6068 (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
6069 (start_recording_case_labels): Create edge_to_cases as pointer_map.
6070 (end_recoding_case_labels): Cleanup edge_to_cases manually before
6071 destroying it.
6072 (record_switch_edge): Delete.
6073 (get_cases_for_edge): Adjust for pointer_map API, inline
6074 record_switch_edge (rewritten for new API), remove goto.
6075
6076 2006-02-06 Paolo Bonzini <bonzini@gnu.org>
6077
6078 * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
6079 * tree-nested.c: Include pointer-set.h.
6080 (var_map_elt, var_map_eq, var_map_hash): Delete.
6081 (struct nesting_info): Remove GTY marker. Change the two htab_t's
6082 to pointer_map_t's.
6083 (nesting_info_bitmap_obstack): New.
6084 (lookup_field_for_decl): Adjust for pointer_map API.
6085 (lookup_tramp_for_decl): Adjust for pointer_map API.
6086 (get_nonlocal_debug_decl): Adjust for pointer_map API.
6087 (get_local_debug_decl): Adjust for pointer_map API.
6088 (convert_nl_goto_reference): Adjust for pointer_map API.
6089 (convert_nl_goto_receiver): Adjust for pointer_map API.
6090 (create_nesting_tree): Create outside GGC space. Create bitmap on
6091 the new obstack. Create field_map and var_map as pointer_maps.
6092 (free_nesting_tree): Adjust for changes to create_nesting_tree.
6093 (root): Delete.
6094 (lower_nested_functions): Move root here, no need to NULL it.
6095 Initialize and release the obstack.
6096
6097 2007-02-06 Paolo Bonzini <bonzini@gnu.org>
6098
6099 * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
6100 Remove prototypes and make them non-static.
6101 (struct tree_int_map): Remove.
6102 * tree.h (struct tree_int_map): Move here, turning TO into an
6103 unsigned int.
6104 (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
6105
6106 * tree.h (TREE_COMPLEXITY): Remove.
6107 (struct tree_exp): Remove complexity field.
6108 * tree.c (build1_stat): Don't set it.
6109
6110 2007-02-06 Dorit Nuzman <dorit@il.ibm.com>
6111 Victor Kaplansky <victork@il.ibm.com>
6112
6113 * tree-vectorizer.c (vect_is_simple_use): Support induction.
6114 (vect_is_simple_reduction): Support reduction with induction as
6115 one of the operands.
6116 (vect_is_simple_iv_evolution): Fix formatting.
6117 * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
6118 formatting. Don't mark induction phis for vectorization.
6119 (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
6120 * tree-vect-transform.c (get_initial_def_for_induction): New function.
6121 (vect_get_vec_def_for_operand): Support induction.
6122 (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
6123 induction case.
6124 (vectorizable_reduction): Support reduction with induction as one of
6125 the operands.
6126 (vectorizable_type_demotion): Use def-type of stmt argument rather
6127 than dummy def-type.
6128
6129 * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
6130 flag_tree_scev_cprop.
6131 * common.opt (tree-scev-cprop): New flag.
6132
6133 * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
6134 call to vect_get_new_vect_var.
6135
6136 2007-02-06 Ira Rosen <irar@il.ibm.com>
6137
6138 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
6139 vectype is not NULL.
6140 (vect_pattern_recog_1): Likewise.
6141
6142 2007-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6143
6144 * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
6145 (fold_negate_expr): Likewise.
6146
6147 2007-02-05 Alexandre Oliva <aoliva@redhat.com>
6148
6149 PR debug/30189
6150 * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
6151 even if cv-qualification is the same.
6152
6153 2007-02-05 Geoffrey Keating <geoffk@apple.com>
6154
6155 * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
6156 __enable_execute_stack on completion.
6157
6158 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6159
6160 * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
6161 athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
6162 athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
6163 athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
6164 athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
6165 athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
6166 athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
6167 athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
6168
6169 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6170
6171 * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
6172 cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
6173 swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
6174 fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
6175 x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
6176 floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
6177 floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
6178 mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
6179 umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
6180 umuldi3_highpart_rex64, umulsi3_highpart_insn,
6181 umulsi3_highpart_zext, smuldi3_highpart_rex64,
6182 smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
6183 x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
6184 sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
6185 sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
6186 sqrtextenddfxf2_i387): Added amdfam10_decode.
6187
6188 * config/i386/athlon.md (athlon_idirect_amdfam10,
6189 athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
6190 athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
6191 athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
6192 athlon_ivector_store_amdfam10): New define_insn_reservation.
6193 (athlon_idirect_loadmov, athlon_idirect_movstore): Added
6194 amdfam10.
6195
6196 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6197
6198 * config/i386/athlon.md (athlon_call_amdfam10,
6199 athlon_pop_amdfam10, athlon_lea_amdfam10): New
6200 define_insn_reservation.
6201 (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
6202 athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
6203 athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
6204
6205 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6206
6207 * config/i386/athlon.md (athlon_sseld_amdfam10,
6208 athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
6209 athlon_mmxssest_short_amdfam10): New define_insn_reservation.
6210
6211 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6212
6213 * config/i386/athlon.md (athlon_sseins_amdfam10): New
6214 define_insn_reservation.
6215 * config/i386/i386.md (sseins): Added sseins to define_attr type
6216 and define_attr unit.
6217 * config/i386/sse.md: Set type attribute to sseins for insertq
6218 and insertqi.
6219
6220 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6221
6222 * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
6223 ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
6224 ssecomi_load_amdfam10, ssecomi_amdfam10,
6225 sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
6226 define_insn_reservation.
6227 (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
6228
6229 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6230
6231 * config/i386/athlon.md (cvtss2sd_load_amdfam10,
6232 cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
6233 cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
6234 cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
6235 cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
6236 cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
6237 define_insn_reservation.
6238
6239 * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
6240 cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
6241 cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
6242 cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
6243 cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
6244
6245 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6246
6247 * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
6248 athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
6249 athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
6250 (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
6251 athlon_ssemul_load_k8): Added amdfam10.
6252
6253 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6254
6255 * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
6256 (x86_sse_unaligned_move_optimal): New variable.
6257
6258 * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
6259 m_AMDFAM10.
6260 (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
6261 for unaligned vector SSE double/single precision loads for AMDFAM10.
6262
6263 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6264
6265 * config/i386/i386.h (TARGET_AMDFAM10): New macro.
6266 (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
6267 Define TARGET_CPU_DEFAULT_amdfam10.
6268 (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
6269 (processor_type): Add PROCESSOR_AMDFAM10.
6270
6271 * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
6272 processor_type in config/i386/i386.h.
6273 Enable imul peepholes for TARGET_AMDFAM10.
6274
6275 * config.gcc: Add support for --with-cpu option for amdfam10.
6276
6277 * config/i386/i386.c (amdfam10_cost): New variable.
6278 (m_AMDFAM10): New macro.
6279 (m_ATHLON_K8_AMDFAM10): New macro.
6280 (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
6281 x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
6282 x86_promote_QImode, x86_integer_DFmode_moves,
6283 x86_partial_reg_dependency, x86_memory_mismatch_stall,
6284 x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
6285 x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
6286 x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
6287 x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
6288 Enable/disable for amdfam10.
6289 (override_options): Add amdfam10_cost to processor_target_table.
6290 Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
6291 processor_alias_table.
6292 (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
6293 (ix86_adjust_cost): Add code for amdfam10.
6294
6295 2007-02-05 Harsha Jagasia <harsha.jagasia@amd.com>
6296
6297 * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
6298 instruction set feature flag. Add new (-mpopcnt) flag for popcnt
6299 instruction. Add new SSE4A (-msse4a) instruction set feature flag.
6300 * config/i386/i386.h: Add builtin definition for SSE4A.
6301 * config/i386/i386.md: Add support for ABM instructions
6302 (popcnt and lzcnt).
6303 * config/i386/sse.md: Add support for SSE4A instructions
6304 (movntss, movntsd, extrq, insertq).
6305 * config/i386/i386.c: Add support for ABM and SSE4A builtins.
6306 Add -march=amdfam10 flag.
6307 * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
6308 * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
6309 and amdfam10.
6310 * doc/extend.texi: Add documentation for SSE4A builtins.
6311
6312 2007-02-05 Bob Wilson <bob.wilson@acm.org>
6313
6314 * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
6315
6316 2007-02-05 Richard Guenther <rguenther@suse.de>
6317
6318 * tree-vectorizer.h (vectorizable_function): Add argument type
6319 argument, change return type.
6320 * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
6321 * tree-vect-transform.c (vectorizable_function): Handle extra
6322 argument, return vectorized function decl.
6323 (build_vectorized_function_call): Remove.
6324 (vectorizable_call): Handle calls with result and argument types
6325 differing. Handle loop vectorization factor correctly.
6326 * targhooks.c (default_builtin_vectorized_function): Adjust for
6327 extra argument.
6328 * targhooks.h (default_builtin_vectorized_function): Likewise.
6329 * target.h (builtin_vectorized_function): Add argument type
6330 argument.
6331 * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
6332 extra argument, allow vectorizing of lrintf.
6333 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
6334 documentation of target hook.
6335
6336 2007-02-05 Hans-Peter Nilsson <hp@axis.com>
6337
6338 PR target/30665
6339 * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
6340 ("*andhi_clear", andu (casesi+45)): For size-changed operand where
6341 memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
6342
6343 2007-02-05 Roger Sayle <roger@eyesopen.com>
6344
6345 * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
6346 BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
6347 <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
6348 * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
6349 before canonicalizing sincos to cexpi.
6350 (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
6351
6352 2007-02-05 Roger Sayle <roger@eyesopen.com>
6353
6354 * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
6355 Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
6356 (alpha_init_builtins): Use alpha_add_builtins to process tables.
6357
6358 2007-02-05 Roger Sayle <roger@eyesopen.com>
6359
6360 * mips-tfile.c (initialize_init_file): Correct endianness test.
6361
6362 2007-02-05 Kazu Hirata <kazu@codesourcery.com>
6363
6364 * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
6365 the 'y' constraint.
6366
6367 2007-02-05 Richard Sandiford <richard@codesourcery.com>
6368
6369 * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
6370 saves in a PARALLEL before the register assignments.
6371
6372 2007-02-05 Richard Sandiford <richard@codesourcery.com>
6373
6374 * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
6375 DWARF_FRAME_RETURN_COLUMN to be a general register.
6376 * dwarf2out.c (init_return_column_size): New function, split from...
6377 (expand_builtin_init_dwarf_reg_sizes): ...here. Allow both
6378 DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
6379 to be nongeneral registers.
6380 * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
6381 integer registers.
6382 (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
6383 (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
6384
6385 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
6386
6387 * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
6388
6389 2007-02-04 Zdenek Dvorak <dvorakz@suse.cz>
6390
6391 * cfgloopmanip.c (loop_delete_branch_edge): Removed.
6392 (remove_path): Use can_remove_branch_p and remove_branch instead
6393 of loop_delete_branch_edge.
6394 * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
6395 (tree_transform_and_unroll_loop): Remove dead branches immediately.
6396 Update profile using scale_dominated_blocks_in_loop.
6397 * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
6398 * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
6399 (can_remove_branch_p, remove_branch): Declare.
6400 * tree-cfg.c (tree_can_remove_branch_p): New function.
6401 (tree_cfg_hooks): Add tree_can_remove_branch_p.
6402 * cfgrtl.c (rtl_can_remove_branch_p): New function.
6403 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
6404
6405 2007-02-05 Jan Hubicka <jh@suse.cz>
6406
6407 PR middle-end/30696
6408 * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
6409 nodes in cgraph, don't remove offline copy of the function.
6410
6411 2007-02-04 Jan Hubicka <jh@suse.cz>
6412
6413 * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
6414 vectors might cause maybe_lookup_element_for_expr to be called
6415 on non-sra-candidate.
6416
6417 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
6418
6419 * config/bfin/bfin-modes.def, config/bfin/bfin.c,
6420 config/bfin/bfin.md, config/bfin/predicates.md: Follow
6421 spelling conventions.
6422
6423 2007-02-04 Richard Guenther <rguenther@suse.de>
6424
6425 PR middle-end/30636
6426 * fold-const.c (try_move_mult_to_index): Make sure to not
6427 overflow one dimension of a multi-dimensional array access.
6428
6429 2007-02-04 Jan Hubicka <jh@suse.cz>
6430
6431 * passes.c (init_optimization_passes): Reindent.
6432
6433 2007-02-04 Jan Hubicka <jh@suse.cz>
6434 Eric Botcazou <ebotcazou@adacore.com>
6435
6436 * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
6437 (execute_fixup_cfg): Break out the abnormal goto code.
6438 * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
6439 (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
6440 (optimize_inline_calls): Call make_nonlocal_label_edges.
6441
6442 2007-02-04 Jan Hubicka <jh@suse.cz>
6443
6444 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
6445 true when something was changed.
6446 (rename_ssa_copies): When something was changed, do
6447 TODO_remove_unused_locals.
6448 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
6449 add TODO_remove_unused_locals when instruction was removed.
6450
6451 2007-02-04 Jan Hubicka <jh@suse.cz>
6452
6453 * ipa-inline.c (try_inline): Improve debug output; work on already
6454 inline edges too.
6455 (cgraph_decide_inlining_incrementally): Indent; improve debug output;
6456 call try_inline for already inlined edges too when flattening;
6457 inline also functions that make callee growth but overall unit size
6458 reduce.
6459
6460 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
6461
6462 * config/m32c/bitops.md, config/m32c/jump.md,
6463 config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
6464 config/m32r/m32r.h, config/m32r/m32r.md,
6465 config/m32r/predicates.md, config/m68hc11/larith.asm,
6466 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
6467 config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
6468 config/mips/mips-protos.h, config/mips/mips.c,
6469 config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
6470 config/mn10300/mn10300.h, config/mn10300/predicates.md,
6471 config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
6472 spelling conventions.
6473
6474 * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
6475 Follow spelling conventions.
6476
6477 2007-02-03 Douglas Gregor <doug.gregor@gmail.com>
6478
6479 * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
6480 warn about C++0x compatibility.
6481
6482 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
6483
6484 * config/h8300/h8300.c, config/h8300/h8300.h,
6485 config/h8300/h8300.md: Follow spelling conventions.
6486
6487 2007-02-03 Uros Bizjak <ubizjak@gmail.com>
6488
6489 PR middle-end/30667
6490 * combine.c (try_combine): Do not substitute source operand
6491 with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
6492
6493 2007-02-03 Jan Hubicka <jh@suse.cz>
6494
6495 PR gcov-profile/30650
6496 * value-prof.c (stringop_block_profile): Fix handling of size counter;
6497 do not divide by zero for never executed counters.
6498 (tree_find_values_to_profile): Fix counters.
6499 * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
6500
6501 2007-02-03 Ian Lance Taylor <iant@google.com>
6502
6503 * lower-subreg.c (simple_move_operand): New static function,
6504 broken out of simple_move. Reject LABEL_REF, SYMBOL_REF, and HIGH
6505 operands.
6506 (simple_move): Call simple_move_operand.
6507 (find_decomposable_subregs): Add special handling of MEMs.
6508 (can_decompose_p): Rename from cannot_decompose_p. Reverse
6509 meaning of return value. If we see a hard register, test whether
6510 it can store a word_mode value. Change all callers.
6511
6512 2007-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6513
6514 * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
6515 ftrapv insns and expanders.
6516 (subdi3): Change define_expand operand 1 to arith11_operand, and
6517 operand 2 to reg_or_0_operand. Change constraints of 64-bit insn
6518 pattern to handle reg_or_0 operands. Revise 32-bit insn pattern to
6519 handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
6520 respectively.
6521
6522 PR middle-end/30174
6523 * varasm.c (notice_global_symbol): Treat global objects as weak when
6524 flag_shlib is true.
6525
6526 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6527
6528 * emit-rtl.c (dconstpi): Delete.
6529 (dconstsqrt2): New.
6530 (init_emit_once): Delete dconstpi and init dconstsqrt2.
6531 * real.h (dconstpi): Delete.
6532 (dconstsqrt2): New.
6533 * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
6534 (fold_builtin_hypot): Likewise.
6535
6536 2007-02-03 Tom Tromey <tromey@redhat.com>
6537
6538 PR driver/30246
6539 * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
6540 -gcoff3, -gxcoff3, -gvms3 implies -dD.
6541
6542 2007-02-03 Kazu Hirata <kazu@codesourcery.com>
6543
6544 * c-decl.c, config/avr/avr.c, config/avr/avr.h,
6545 config/m68k/m68k.c, config/m68k/netbsd-elf.h,
6546 config/mn10300/mn10300.c, config/pdp11/pdp11.h,
6547 config/rs6000/cell.md, config/rs6000/darwin.h,
6548 config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
6549 config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
6550 jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
6551 tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
6552 typos. Follow spelling conventions.
6553 * doc/invoke.texi: Follow spelling conventions.
6554
6555 2007-02-03 Roger Sayle <roger@eyesopen.com>
6556
6557 * simplify-rtx.c (simplify_relational_operation_1): Implement some
6558 canonicalization transformations that attempt to simplify integer
6559 constant comparisons to become comparisons against zero.
6560
6561 2007-02-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6562
6563 * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
6564 fabs(x)*sqrt(2).
6565 * fold-const.c (fold_binary): Fix comment typos. Fold complex
6566 (x,0)-(0,y) into (x,-y). Likewise (0,y)-(x,0) into (-x,y).
6567
6568 2007-02-02 Mike Stump <mrs@apple.com>
6569
6570 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
6571 * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
6572 (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
6573 generate a branch island.
6574
6575 2007-02-02 Bob Wilson <bob.wilson@acm.org>
6576
6577 * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
6578 (xtensa_legitimate_address_p): New.
6579 (xtensa_legitimize_address): New.
6580 (xtensa_output_addr_const_extra): New.
6581 * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
6582 (BASE_REG_P): New.
6583 (REG_OK_FOR_BASE_P): Use BASE_REG_P.
6584 (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
6585 (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
6586 (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
6587 * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
6588 (xtensa_legitimize_address): New.
6589 (xtensa_output_addr_const_extra): New.
6590
6591 2007-02-02 Steve Ellcey <sje@cup.hp.com>
6592
6593 * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
6594
6595 2007-02-02 Ian Lance Taylor <iant@google.com>
6596
6597 * expmed.c (expand_divmod): Add comment.
6598
6599 2007-02-02 Kazu Hirata <kazu@codesourcery.com>
6600
6601 * emit-rtl.c (renumber_insns): Remove.
6602 * flags.h: Remove the extern for flag_renumber_insns.
6603 * rtl.h: Remove the prototype for renumber_insns.
6604 * toplev.c (flag_renumber_insns): Remove.
6605
6606 2007-02-02 Hui-May Chang <hm.chang@apple.com>
6607
6608 Revert for x86 darwin:
6609 2005-06-19 Uros Bizjak <uros@kss-loka.si>
6610
6611 * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
6612 code before the following patch under TARGET_MACHO.
6613 (ix86_function_value_regno_p): Likewise.
6614
6615 2007-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6616
6617 * fold-const.c (negate_expr_p, fold_negate_expr): Handle
6618 COMPLEX_EXPR.
6619
6620 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6621
6622 PR target/29682
6623 * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory loads to
6624 general or fp registers. Add comments.
6625 * config/ia64/ia64.md (reg_pred_prefix): Add comment.
6626
6627 2007-02-02 Paolo Bonzini <bonzini@gnu.org>
6628
6629 * pointer-set.c (insert_aux): Only return insertion slot.
6630 (pointer_set_insert): Adjust.
6631 (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
6632 pointer_map_destroy, pointer_map_insert, pointer_map_contains,
6633 pointer_map_traverse): New.
6634 * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
6635 pointer_map_create, pointer_map_destroy, pointer_map_insert,
6636 pointer_map_contains, pointer_map_traverse): Declare.
6637
6638 2007-02-02 Jakub Jelinek <jakub@redhat.com>
6639
6640 PR middle-end/30473
6641 * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
6642 sprintf (str, "%s"). Do not optimize sprintf (str, "nopercent", p++).
6643
6644 2007-02-02 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6645
6646 * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
6647
6648 (struct _dep): New type.
6649 (dep_t): New typedef.
6650 (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
6651 (DEP_STATUS): New access macro. The macro with the same name was
6652 renamed to DEP_LINK_STATUS.
6653 (dep_init): Declare function
6654
6655 (struct _dep_link): New type.
6656 (dep_link_t): New typedef.
6657 (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
6658 (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
6659 (DEP_LINK_STATUS): New macro.
6660 (debug_dep_links): New debug function.
6661
6662 (struct _deps_list): New type.
6663 (deps_list_t): New typedef.
6664 (DEPS_LIST_FIRST): New access macro.
6665 (FOR_EACH_DEP_LINK): New cycle macro.
6666 (create_deps_list, free_deps_list, delete_deps_list): Declare
6667 functions.
6668 (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
6669 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
6670 (copy_deps_list_change_con): Ditto.
6671
6672 (move_dep_link): Declare function.
6673
6674 (struct _dep_node): New type.
6675 (dep_node_t): New typedef.
6676 (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
6677
6678 (struct haifa_insn_data.back_deps): New field to hold backward
6679 dependencies of the insn.
6680 (struct haifa_insn_data.depend): Rename to forw_deps. Change its type
6681 to deps_list_t.
6682 (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
6683 Change its type to deps_list_t.
6684 (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
6685 (INSN_DEPEND): Rename to INSN_FORW_DEPS.
6686 (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
6687
6688 (INSN_COST): Move to haifa-sched.c. Use insn_cost () instead.
6689
6690 (DEP_STATUS): Rename to DEP_LINK_STATUS. Fix typo in the comment.
6691
6692 (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration and
6693 all callers.
6694 (dep_cost): Declare.
6695
6696 * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
6697 (ds_to_dk, dk_to_ds): New functions.
6698
6699 (init_dep_1): New static function.
6700 (init_dep): New function.
6701 (copy_dep): New static function.
6702
6703 (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
6704 functions.
6705 (detach_dep_link): New static function.
6706 (move_dep_link): New function.
6707
6708 (dep_links_consistent_p, dump_dep_links): New static functions.
6709 (debug_dep_links): New debugging function.
6710
6711 (deps_obstack, dl_obstack, dn_obstack): New static variables.
6712
6713 (alloc_deps_list, init_deps_list): New static functions.
6714 (create_deps_list): New function.
6715 (clear_deps_list): New static function.
6716 (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
6717 (deps_list_consistent_p, dump_deps_list): New static functions.
6718 (debug_deps_list): New function.
6719 (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
6720 functions.
6721 (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
6722
6723 (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
6724 use new scheduler dependencies lists.
6725 (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
6726 (sched_analyze): Ditto. Initialize dependencies lists.
6727 (add_forw_dep, compute_forward_dependences): Update to use new
6728 scheduler dependencies lists.
6729
6730 (init_dependency_caches): Init deps_obstack.
6731 (free_dependency_caches): Free deps_obstack.
6732
6733 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
6734 new scheduler dependencies lists.
6735 (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
6736 (add_back_forw_dep, delete_back_forw_dep): Ditto.
6737
6738 * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
6739 Update to use new scheduler dependencies lists.
6740 (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
6741 (debug_dependencies): Ditto.
6742 (schedule_region): Update comments.
6743
6744 * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
6745 scheduler dependencies lists.
6746 (schedule_ebb): Update comments.
6747
6748 * rtl.def (DEPS_LIST): Remove.
6749
6750 * lists.c (unused_deps_list): Remove.
6751 (free_list): Update assertions.
6752
6753 (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
6754 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
6755
6756 * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
6757 (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
6758
6759 * haifa-sched.c (comments): Update.
6760 (insn_cost1): Remove. Inline the code into insn_cost ().
6761 (insn_cost): Update to use new scheduler dependencies lists. Move
6762 processing of the dependency cost to dep_cost ().
6763 (dep_cost): New function. Use it instead of insn_cost () when
6764 evaluating cost of the dependency. Use compatible interface to
6765 interact with the target.
6766 (priority): Update to use new scheduler dependencies lists.
6767 (rank_for_schedule): Ditto. Optimize heuristic that prefers the insn
6768 with greater number of insns that depend on the insn.
6769 (schedule_insn): Update to use new scheduler dependencies lists. Add
6770 code to free backward dependencies lists. Inline and optimize code
6771 from resolve_dep () - see PR28071.
6772 (ok_for_early_queue_removal): Update to use new scheduler dependencies
6773 lists. Update call to targetm.sched.is_costly_dependence hook.
6774
6775 (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
6776 scheduler dependencies lists.
6777
6778 (resolve_dep): Remove. Move the logic to schedule_insn ().
6779 (init_h_i_d): Initialize dependencies lists.
6780
6781 (process_insn_depend_be_in_spec): Rename to
6782 process_insn_forw_deps_be_in_spec. Update to use new scheduler
6783 dependencies lists.
6784 (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
6785 Update to use new scheduler dependencies lists.
6786 (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
6787
6788 * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
6789 new scheduler dependencies lists.
6790 (build_intra_loop_deps): Ditto.
6791
6792 * target.h (struct _dep): Declare to use in
6793 gcc_target.sched.is_costly_dependence.
6794 (struct gcc_target.sched.adjust_cost): Fix typo.
6795 (struct gcc_target.sched.is_costly_dependence): Change signature to use
6796 single dep_t parameter instead of an equivalent triad.
6797 (struct gcc_target.sched.adjust_cost_2): Remove.
6798
6799 * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
6800
6801 * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
6802
6803 * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
6804 documentation.
6805 (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
6806
6807 * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
6808 (REG_DEP_TRUE): Document.
6809
6810 * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
6811 Change signature to correspond to the targetm.sched.adjust_cost hook.
6812 Update use in TARGET_SCHED_ADJUST_COST_2.
6813 (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
6814 (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
6815 new scheduler dependencies lists.
6816 (ia64_gen_check): Ditto.
6817
6818 * config/mips/mips.c (vr4130_swap_insns_p): Update to use new scheduler
6819 dependencies lists.
6820
6821 * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
6822 signature to correspond to the targetm.sched.is_costly_dependence hook.
6823 (is_costly_group): Update to use new scheduler dependencies lists.
6824
6825 * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
6826 instead of INSN_COST () macro.
6827
6828 2007-02-01 Ian Lance Taylor <iant@google.com>
6829
6830 * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
6831
6832 2007-02-01 Guy Martin <gmsoft@gentoo.org>
6833
6834 * pa.md (tp_load): Correct mfctl instruction syntax.
6835
6836 2007-02-01 Geoffrey Keating <geoffk@apple.com>
6837
6838 * config/rs6000/rs6000.c (rs6000_stack_info): Correct
6839 altivec_padding_size calculation on AIX. Improve comment, add
6840 assert to verify that it's right.
6841
6842 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
6843 64-bit.
6844
6845 2007-2-01 Seongbae Park <seongbae.park@gmail.com>
6846
6847 PR inline-asm/28686
6848 * global.c (global_alloc): Add mising initialization of
6849 ELIMINABLE_REGSET.
6850
6851 2007-02-01 Roger Sayle <roger@eyesopen.com>
6852
6853 * alias.c (init_alias_analysis): Correct whitespace.
6854 * bb-reorder.c (fix_edges_for_rarely_executed_code,
6855 partition_hot_cold_basic_blocks): Likewise.
6856 * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
6857 expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
6858 maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
6859 fold_builtin_snprintf_chk, fold_builtin_printf,
6860 fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
6861 do_mpfr_arg3, do_mpfr_sincos): Likewise.
6862 * cfgcleanup.c (cleanup_cfg): Likewise.
6863 * cfgexpand.c (tree_expand_cfg): Likewise.
6864 * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
6865 * function.c (get_next_funcdef_no): Likewise.
6866 * gengtype.c (main): Likewise.
6867 * genmodes.c (main): Likewise.
6868 * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
6869 * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
6870 * ifcvt.c (noce_emit_move_insn): Likewise.
6871 * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
6872 Likewise.
6873 * stor-layout.c (get_best_mode): Likewise.
6874 * tree-ssa-loop-niter.c (get_val_for): Likewise.
6875 * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
6876 scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
6877 perform_var_substitution, solve_graph): Likewise.
6878 * tree-vrp.c (vrp_finalize): Likewise.
6879
6880 2007-02-01 Ian Lance Taylor <iant@google.com>
6881
6882 * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
6883 high part of a paradoxical subreg, return a constant zero.
6884
6885 2007-02-01 Zdenek Dvorak <dvorakz@suse.cz>
6886
6887 * toplev.c (lang_dependent_init): Call init_set_costs.
6888 * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
6889
6890 2007-02-01 Richard Guenther <rguenther@suse.de>
6891
6892 PR middle-end/30656
6893 * fold-const.c (fold_negate_expr): Allow negating a
6894 constant if overflow does not change.
6895
6896 2007-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6897
6898 * doc/c-tree.texi (Expression trees): Improve markup.
6899 * doc/tm.texi (Register Classes, Addressing Modes)
6900 (Floating Point): Fix spacing after abbreviations. Fix some
6901 typos.
6902
6903 2007-02-01 Ben Elliston <bje@au.ibm.com>
6904
6905 * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
6906 * doc/contrib.texi: Likewise.
6907 * doc/install.texi: Likewise.
6908
6909 2007-01-31 Richard Henderson <rth@redhat.com>
6910 Ian Lance Taylor <iant@google.com>
6911
6912 * lower-subreg.c: New file.
6913 * rtl.def (CONCATN): Define.
6914 * passes.c (init_optimization_passes): Add pass_lower_subreg and
6915 pass_lower_subreg2.
6916 * emit-rtl.c (update_reg_offset): New static function, broken out
6917 of gen_rtx_REG_offset.
6918 (gen_rtx_REG_offset): Call update_reg_offset.
6919 (gen_reg_rtx_offset): New function.
6920 * regclass.c: Revert patch of 2006-03-05, restoring
6921 reg_scan_update.
6922 (clear_reg_info_regno): New function.
6923 * dwarf2out.c (concatn_loc_descriptor): New static function.
6924 (loc_descriptor): Handle CONCATN.
6925 * common.opt (fsplit_wide_types): New option.
6926 * opts.c (decode_options): Set flag_split_wide_types when
6927 optimizing.
6928 * timevar.def (TV_LOWER_SUBREG): Define.
6929 * rtl.h (gen_reg_rtx_offset): Declare.
6930 (reg_scan_update): Declare.
6931 * regs.h (clear_reg_info_regno): Declare.
6932 * tree-pass.h (pass_lower_subreg): Declare.
6933 (pass_lower_subreg2): Declare.
6934 * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
6935 (Optimize Options): Add -fsplit-wide-types to -O1 list. Document
6936 -fsplit-wide-types.
6937 * doc/rtl.texi (Regs and Memory): Document concat and concatn.
6938 * Makefile.in (OBJS-common): Add lower-subreg.o.
6939 (lower-subreg.o): New target.
6940
6941 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
6942
6943 * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
6944
6945 2007-01-31 Anatoly Sokolov <aesok@post.ru>
6946
6947 PR target/19087
6948 * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
6949
6950 2007-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6951
6952 PR middle-end/29335
6953 * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
6954
6955 2007-01-31 Zdenek Dvorak <dvorakz@suse.cz>
6956
6957 * cfgloop.h: Include vec-prim.h.
6958 (enum li_flags): Remove LI_ONLY_OLD.
6959 (loop_iterator): Changed.
6960 (fel_next, fel_init): Iterate over loop tree.
6961 (FOR_EACH_LOOP_BREAK): New macro.
6962 * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
6963 FOR_EACH_LOOP.
6964 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
6965 * modulo-sched.c (sms_schedule): Ditto.
6966 * tree-vectorizer.c (vectorize_loops): Ditto.
6967 * doc/loop.texi: Update information on loop numbering and behavior of
6968 FOR_EACH_LOOP wrto new loops.
6969 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
6970 add_to_evolution_1): Test nestedness of loops instead of comparing
6971 their numbers.
6972 * tree-chrec.c (chrec_fold_plus_poly_poly,
6973 chrec_fold_multiply_poly_poly, chrec_evaluate,
6974 hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
6975 reset_evolution_in_loop): Ditto.
6976 * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
6977
6978 2007-01-31 Dirk Mueller <dmueller@suse.de>
6979
6980 * c-common.c (warn_about_parentheses): Separate warning about
6981 un-parenthized sequence of comparison operators from the one
6982 which is supposed to warn about x <= y <= z.
6983
6984 2007-01-31 Uros Bizjak <ubizjak@gmail.com>
6985
6986 * optabs.h (enum optab_index): Add new OTI_isinf.
6987 (isinf_optab): Define corresponding macro.
6988 * optabs.c (init_optabs): Initialize isinf_optab.
6989 * genopinit.c (optabs): Implement isinf_optab using isinf?f2
6990 patterns.
6991 * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
6992 (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
6993 using isinf_optab.
6994 (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
6995 expand_builtin_interclass_mathfn.
6996 * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
6997 * config/i386/i386.md (UNSPEC_FXAM): New constant.
6998 (fxam<mode>2_i387): New insn pattern.
6999 (isinf<mode>2) New expander to implement isinf, isinff and isinfl
7000 built-in functions as x87 inline asm.
7001
7002 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
7003
7004 * gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
7005
7006 2007-01-30 Eric Christopher <echristo@apple.com>
7007
7008 * config.gcc: Add geode.
7009
7010 2007-01-31 Kazu Hirata <kazu@codesourcery.com>
7011
7012 * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
7013 ipa-inline.c, tree-profile.c, tree-ssa-live.c,
7014 tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
7015 value-prof.c: Fix comment typos.
7016
7017 2007-01-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7018
7019 PR c++/24745
7020 * doc/invoke.texi (Wpointer-arith): Document warning.
7021
7022 2007-01-30 Janis Johnson <janis187@us.ibm.com>
7023
7024 * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
7025 the list of discrepancies from the draft TR.
7026
7027 2007-01-30 Dirk Mueller <dmueller@suse.de>
7028
7029 PR c++/30601
7030 * doc/invoke.texi (-Wreturn-type): Update description to
7031 match new behavior.
7032
7033 2007-01-30 Richard Sandiford <richard@codesourcery.com>
7034
7035 * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
7036
7037 2007-01-30 Uros Bizjak <ubizjak@gmail.com>
7038
7039 * builtins.c (expand_builtin_int_interclass_roundingfn): New function
7040 to handle optabs that operate on floating point input argument and
7041 output to integer output.
7042 (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
7043 (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
7044 (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
7045 expand_builtin_interclass_mathfn ().
7046 * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
7047 (ilogbsi2): Remove.
7048 (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
7049 ilogbl built-in functions as x87 intrinsics.
7050
7051 2007-01-30 Richard Guenther <rguenther@suse.de>
7052
7053 PR middle-end/27657
7054 * dwarf2out.c (reference_to_unused): Query varpool if the
7055 variable was output.
7056
7057 2007-01-30 Richard Guenther <rguenther@suse.de>
7058
7059 PR middle-end/30313
7060 * passes.c (execute_one_pass): Reset in_gimple_form to not
7061 confuse non-unit-at-a-time mode.
7062
7063 2007-01-29 Roger Sayle <roger@eyesopen.com>
7064 Richard Guenther <rguenther@suse.de>
7065
7066 * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
7067 avoid undefined behaviour on overflow. Use force_fit_type_double
7068 to construct the constant with the specified TREE_OVERFLOW.
7069
7070 2007-01-29 Janis Johnson <janis187@us.ibm.com>
7071
7072 * config/dfp-bit.c: Add parameterized support for fp exceptions.
7073 * config/dfp-bit.h: Ditto.
7074
7075 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7076
7077 * c-decl.c (pop_scope): Replace warnings with call to
7078 warn_for_unused_label.
7079 * c-common.h (warn_for_unused_label): Declare.
7080 * c-common.c (warn_for_unused_label): Define.
7081
7082 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7083
7084 * tree-optimize.c (update_inlined_to_pointers): Delete unused
7085 function.
7086
7087 2007-01-29 Janis Johnson <janis187@us.ibm.com>
7088
7089 * Makefile.in (USER_H): Remove decfloat.h.
7090 * ginclude/decfloat.h: Delete, moving contents to ...
7091 * ginclude/float.h: Add support for decimal floating point,
7092 guarded by __STDC_WANT_DEC_FP__.
7093
7094 2007-01-29 Mike Stump <mrs@apple.com>
7095
7096 * doc/gccint.texi (Top): Rename Loop Representation to Loop
7097 Analysis and Representation to resolve case insensitive conflict.
7098 * doc/loop.texi (Loop Analysis and Representation): Likewise.
7099
7100 2007-01-28 Daniel Berlin <dberlin@dberlin.org>
7101
7102 * tree.h (struct tree_memory_tag): Add aliases member.
7103 (MTAG_ALIASES): New macro.
7104 * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
7105 (add_may_alias): Remove pointer-set. Update for may_aliases being
7106 a bitmap.
7107 (mark_aliases_call_clobbered): Update for may_aliases being a
7108 bitmap.
7109 (compute_tag_properties): Ditto.
7110 (create_partition_for): Ditto.
7111 (compute_memory_partitions): Ditto.
7112 (dump_may_aliases_for): Ditto.
7113 (is_aliased_with): Ditto.
7114 (add_may_alias_for_new_tag): Ditto.
7115 (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
7116 (compute_is_aliased): New function.
7117 (compute_may_aliases): Call compute_is_aliased).
7118 (init_alias_info): Initialize alias_bitmap_obstack.
7119 (union_alias_set_into): New function.
7120 (compute_flow_sensitive_aliasing): Use union_aliases_into.
7121 (have_common_aliases_p): Rewrite to take two bitmaps and use
7122 intersection.
7123 (compute_flow_insensitive_aliasing): Stop using pointer-sets.
7124 Update for bitmaps.
7125 (finalize_ref_all_pointers): Update for add_may_alias changes.
7126 (new_type_alias): Ditto.
7127 * tree-flow-inline.h (may_aliases): Return a bitmap.
7128 * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
7129 * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
7130 may_aliases being a bitmap.
7131 * tree-flow.h (struct var_ann_d): Remove may_aliases member.
7132 may_aliases now returns a bitmap.
7133 * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
7134 being a bitmap.
7135 * tree-ssa-operands.c (add_virtual_operand): Update for
7136 may_aliases being a bitmap.
7137
7138 2007-01-29 Daniel Berlin <dberlin@dberlin.org>
7139
7140 PR tree-optimization/30630
7141 * tree-ssa-structalias.c (do_complex_constraint): Mark correct
7142 variable as changed.
7143
7144 2007-01-29 Simon Martin <simartin@users.sourceforge.net>
7145
7146 PR c++/28266
7147 * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
7148 expanded only once even if an error occurs.
7149
7150 2007-01-29 Ben Elliston <bje@au.ibm.com>
7151
7152 * gcov-io.h (__gcov_indirect_call_profiler): Declare.
7153 (__gcov_average_profiler): Likewise.
7154 (__gcov_ior_profiler): Likewise.
7155 (__gcov_merge_ior): Likewise.
7156
7157 2007-01-28 Jan Hubicka <jh@suse.cz>
7158
7159 * builtins.c (expand_builtin_memset): Fix typo in my last patch.
7160 * value-prof.c (stringop_block_profile): Likewise.
7161
7162 2007-01-28 Jan Hubicka <jh@suse.cz>
7163
7164 * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
7165 variant handling histograms; add wrapper.
7166 (clear_storage_via_libcall): Export.
7167 (emit_block_move_hints): Break out from ...; add histograms.
7168 (emit_block_move): ... this one.
7169 (clear_storage_hints): Break out from ...; add histograms.
7170 (clear_storage): ... this one.
7171 (set_storage_via_memset): Handle histogram.
7172 * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
7173 (clear_storage_hints, clear_storage_via_libcall): Declare.
7174 (set_storage_via_setmem): Update prototype.
7175 * doc/md.texi (movmem, setmem): Document new arguments.
7176
7177 * value-prof.c (dump_histogram_value, tree_find_values_to_profile): Add
7178 new histograms.
7179 (stringop_block_profile): New global function.
7180 (tree_stringops_values_to_profile): Profile block size and alignment.
7181 * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
7182 HIST_TYPE_IOR.
7183 (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
7184 (stringop_block_profile): Declare.
7185 * builtins.c: Include value-prof.h.
7186 (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
7187 * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
7188 (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
7189 (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
7190 * profile.c (instrument_values): Add new counters.
7191 * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
7192 calls.
7193 * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
7194 (tree_init_edge_profiler): Build new profilers.
7195 (tree_gen_average_profiler, tree_gen_ior_profiler): New.
7196 (pass_tree_profile): Add dump.
7197 (tree_profile_hooks): Update.
7198 * Makefile.in (LIBGCOV): Add new constants.
7199 * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
7200 __gcov_ior_profiler): New.
7201 * i386.md (movmem/setmem expanders): Add new optional arguments.
7202
7203 2007-01-28 David Edelsohn <edelsohn@gnu.org>
7204
7205 * doc/md.texi (Standard Pattern Names): Document blockage pattern.
7206
7207 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
7208
7209 * tree-ssa-loop-unswitch.c: Include tree-inline.h.
7210 (tree_unswitch_single_loop): Pass eni_size_weights to
7211 tree_num_loop_insns.
7212 * tree-ssa-loop-manip.c: Include tree-inline.h.
7213 (can_unroll_loop_p): Pass eni_size_weights to
7214 tree_num_loop_insns.
7215 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
7216 Pass eni_size_weights to estimate_num_insns.
7217 * tree.h (init_inline_once): Export.
7218 * toplev.c (backend_init): Call init_inline_once.
7219 * cgraphunit.c (cgraph_process_new_functions,
7220 cgraph_analyze_function): Pass eni_inlining_weights to
7221 estimate_num_insns.
7222 * ipa-inline.c (compute_inline_parameters): Ditto.
7223 * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
7224 to estimate_num_insns.
7225 (try_unroll_loop_completely): Pass eni_size_weights to
7226 tree_num_loop_insns.
7227 * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
7228 ot estimate_num_insns.
7229 * tree-ssa-loop-prefetch.c: Include tree-inline.h.
7230 (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
7231 * tree-inline.c (eni_inlining_weights, eni_size_weights,
7232 eni_time_weights): New variables.
7233 (init_inline_once): Initialize them.
7234 (struct eni_data): Mew.
7235 (estimate_num_insns_1, estimate_num_insns): Use weights.
7236 * tree-inline.h (struct eni_weights_d): New.
7237 (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
7238 (estimate_num_insns): Declaration changed.
7239 * cfgloop.h (tree_num_loop_insns): Declaration changed.
7240 * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
7241 tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
7242
7243 2007-01-28 Zdenek Dvorak <dvorakz@suse.cz>
7244
7245 * tree-data-ref.c (conflict_fn): Assert that the number of affine
7246 relations in the conflict function is valid.
7247
7248 2007-01-27 Ian Lance Taylor <iant@google.com>
7249
7250 * common.opt: Add fstrict-overflow.
7251 * opts.c (decode_options): Set flag_strict_overflow if -O2.
7252 * flags.h (TYPE_OVERFLOW_WRAPS): Define.
7253 (TYPE_OVERFLOW_UNDEFINED): Define.
7254 (TYPE_OVERFLOW_TRAPS): Define. This replaces TYPE_TRAP_SIGNED.
7255 Replace all uses.
7256 * tree.h (TYPE_TRAP_SIGNED): Don't define.
7257 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
7258 (fold_negate_expr): Likewise.
7259 (make_range): Likewise.
7260 (extract_muldiv_1): Likewise.
7261 (maybe_canonicalize_comparison): Likewise.
7262 (fold_comparison): Likewise.
7263 (fold_binary): Likewise.
7264 (tree_expr_nonnegative_p): Likewise.
7265 (tree_expr_nonzero_p): Likewise.
7266 * tree-vrp.c (compare_values): Likewise.
7267 (extract_range_from_binary_expr): Likewise.
7268 (extract_range_from_unary_expr): Likewise.
7269 * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
7270 Likewise.
7271 (nowrap_type_p): Likewise.
7272 * tree-scalar-evolution.c (simple_iv): Likewise.
7273 * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
7274 (build_range_check): Likewise.
7275 (extract_muldiv_1): Likewise.
7276 (fold_comparison): Likewise.
7277 * tree-vrp.c (vrp_int_const_binop): Likewise.
7278 (extract_range_from_unary_expr): Likewise.
7279 * convert.c (convert_to_integer): Likewise.
7280 * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
7281 (fold_comparison): Likewise.
7282 (fold_binary): Likewise.
7283 * optabs.c (optab_for_tree_code): Likewise.
7284 * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
7285 * simplify-rtx.c (simplify_const_relational_operation): Check
7286 flag_strict_overflow and flag_trapv.
7287 (simplify_const_relational_operation): Likewise.
7288 * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
7289 (Optimize Options): Add -fstrict-overflow to -O2 list. Document
7290 -fstrict-overflow.
7291
7292 2007-01-27 Roger Sayle <roger@eyesopen.com>
7293
7294 * tree.c (tree_fold_gcd): Delete.
7295 * tree.h (tree_fold_gcd): Remove prototype.
7296 * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
7297 test whether one constant integer is a multiple of another. Instead
7298 call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
7299 * fold-const.c (multiple_of_p): We've determined both TOP and
7300 BOTTOM are integer constants so we can call int_const_binop directly
7301 instead of the more generic const_binop.
7302
7303 2007-01-27 Roger Sayle <roger@eyesopen.com>
7304
7305 * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
7306 1*X check that the constant hasn't overflowed, to preserve the
7307 TREE_OVERFLOW bit.
7308 (round_up): Provide an efficient implementation when rouding-up an
7309 INTEGER_CST to a power-of-two.
7310
7311 2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7312
7313 * doc/sourcebuild.texi: Add comma for clarity.
7314 * doc/extend.texi: Fix some typos.
7315 * doc/passes.texi: Likewise.
7316 * doc/cppinternals.texi: Likewise.
7317 * doc/c-tree.texi: Likewise.
7318 * doc/tree-ssa.texi: Likewise.
7319 * doc/install.texi: Likewise.
7320
7321 2007-01-27 Jan Hubicka <jh@suse.cz>
7322
7323 * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
7324 (pass_sra): Do not require alias information.
7325 * passes.c (init_optimization_passes): Add SRA
7326
7327 2007-01-27 Steven Bosscher <steven@gcc.gnu.org>
7328
7329 * tracer.c (rest_of_handle_tracer): We already cleaned
7330 up the CFG in tracer() so don't do it here again.
7331 * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
7332 cleanup_cfg here, either. And don't call renumber_insns.
7333
7334 * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
7335 and BB_HEAD are in the insn stream here. Instead make sure
7336 that BB_INSN is valid on all insns. Also, do check here that
7337 there are no pending branch predictions...
7338 (rtl_verify_flow_info): ...instead of doing it here. Checks
7339 for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
7340 here.
7341
7342 2007-01-26 Roger Sayle <roger@eyesopen.com>
7343
7344 * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
7345 function to simplify/factorize operand order canonicalization.
7346 (ix86_fixup_binary_operands): Reorganize using the above function.
7347 (ix86_binary_operator_ok): Likewise.
7348
7349 2007-01-27 Jakub Jelinek <jakub@redhat.com>
7350
7351 * genattrtab.c (struct attr_value_list, insn_code_values): Move to
7352 file scope from optimize_attrs.
7353 (simplify_test_exp): If insn_code_values is not NULL, use it to speed
7354 up search.
7355 (optimize_attrs): Clear insn_code_values after freeing it.
7356
7357 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
7358
7359 * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
7360 a parts.base assignment.
7361
7362 2007-01-26 Zdenek Dvorak <dvorakz@suse.cz>
7363
7364 * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
7365 (compute_subscript_distance, initialize_data_dependence_relation,
7366 finalize_ddr_dependent, analyze_ziv_subscript,
7367 analyze_siv_subscript_cst_affine,
7368 compute_overlap_steps_for_affine_univar,
7369 compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
7370 analyze_siv_subscript, analyze_miv_subscript,
7371 analyze_overlapping_iterations, subscript_dependence_tester_1,
7372 compute_self_dependence, free_dependence_relation): Work
7373 with affine_fn instead of chrecs.
7374 (dump_affine_function, dump_conflict_function, affine_function_equal_p,
7375 common_affine_function, affine_function_base,
7376 affine_function_constant_p, affine_fn_op, affine_fn_plus,
7377 affine_fn_minus, affine_fn_free, conflict_fn_not_known,
7378 conflict_fn_no_dependence, free_conflict_function, free_subscripts,
7379 conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
7380 (all_chrecs_equal_p): Removed.
7381 * tree-data-ref.h (affine_fn, conflict_function): New types.
7382 (struct subscript): Change type of conflicting_iterations_in_a
7383 and conflicting_iterations_in_b.
7384
7385 2007-01-26 Steve Ellcey <sje@cup.hp.com>
7386
7387 PR other/30182
7388 * config/pa/pa.h (TARGET_HPUX_11): New.
7389 * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
7390 * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
7391
7392 2007-01-26 Daniel Berlin <dberlin@dberlin.org>
7393 Richard Guenther <rguenther@suse.de>
7394
7395 * tree-ssa-structalias.c (solve_graph): Handle case
7396 we merged the variable to another.
7397
7398 2007-01-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7399
7400 * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
7401 functions.
7402
7403 * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
7404 catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
7405
7406 2007-01-25 DJ Delorie <dj@redhat.com>
7407
7408 * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
7409 allow changes to modes which don't fit in those registers.
7410
7411 * reload1.c (choose_reload_regs): Check for invalid subregs before
7412 computing their locations, not after.
7413
7414 2007-01-25 Geoffrey Keating <geoffk@apple.com>
7415
7416 PR 25127
7417 * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
7418 save Altivec registers in an eh_return function.
7419 (compute_vrsave_mask): Likewise.
7420 (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
7421 for saving Altivec registers.
7422 (rs6000_emit_prologue): Don't allocate stack twice in
7423 eh_return function. Correct expected value of altivec_save_offset
7424 when using save_world. Describe save of R0 to stack when using
7425 save_world. Describe stack pointer adjustment when using
7426 save_world. Remove duplicated eh_return parameter register saving.
7427 Update sp_offset variable after save_world.
7428 * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
7429 darwin-world.asm.
7430 (LIB2FUNCS_EXTRA): Add darwin-world.asm.
7431 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
7432 implies Altivec.
7433
7434 2007-01-25 Steve Ellcey <sje@cup.hp.com>
7435
7436 * config.gcc (ia64*-*-hpux*): Make posix threads the default.
7437
7438 2007-01-25 Steve Ellcey <sje@cup.hp.com>
7439
7440 PR other/30182
7441 * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
7442 * config/ia64/ia64.c (ia64_init_builtins): Ditto.
7443
7444 2007-01-25 Richard Guenther <rguenther@suse.de>
7445
7446 * doc/invoke.texi (-Wcoverage-mismatch): Document.
7447 * common.opt (-Wcoverage-mismatch): New warning option.
7448 * coverage.c (get_coverage_counts): Ignore coverage mismatch
7449 if -Wcoverage-mismatch is given.
7450
7451 2007-01-25 Razya Ladelsky <razya@il.ibm.com>
7452
7453 * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
7454 (ipcp_driver): Change to static definition.
7455 Add dumping of the ifunctions.
7456 (constant_val_insert): Remove unused parameter. Support for SSA.
7457 (ipcp_propagate_const): Support for SSA.
7458 (ipcp_profile_bb_print): Print only analyzed nodes.
7459 (ipcp_replace_map_create): Remove support for Fortran constant
7460 for now.
7461 * ipa-prop.c (ipa_method_modify_stmt,
7462 ipa_callsite_compute_param): Support for SSA.
7463 * ipa-prop.h (ipcp_driver): Remove declaration.
7464 (IS_VALID_TREE_MAP_INDEX): Add define.
7465
7466 2007-01-24 Geoffrey Keating <geoffk@apple.com>
7467
7468 * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
7469
7470 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7471
7472 PR middle-end/30447
7473 * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
7474 constant argument to cabs and do it without checking for
7475 -funsafe-math-optimizations.
7476
7477 2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
7478
7479 * c-common.h (RID_FIRST_CXX0X): New.
7480 (RID_LAST_CXX0X): New.
7481 * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
7482 by -Wall.
7483 * c.opt (Wc++0x-compat): New.
7484 * doc/invoke.texi (-Wc++0x-compat): Document.
7485
7486 2007-01-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7487
7488 * builtins.c (fold_builtin_carg): New.
7489 (fold_builtin_1): Use it.
7490
7491 2007-01-24 Jan Hubicka <jh@suse.cz>
7492
7493 * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
7494
7495 * ipa-inline.c (initial_insns, max_insns): Delete.
7496 (compute_max_insns): New function.
7497 (cgraph_decide_inlining_of_small_function): Use it; take minimal amount
7498 of insns as base for code growth.
7499 (cgraph_decide_inlining): Make initial_insns local; do not compute
7500 max_insns.
7501 * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
7502 * doc/invoke.texi (inline-unit-growth): Update docs.
7503
7504 2007-01-24 Jakub Jelinek <jakub@redhat.com>
7505
7506 * config/i386/i386.h (x86_cmpxchg16b): Remove const.
7507 (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
7508 * config/i386/i386.c (x86_cmpxchg16b): Remove const.
7509 (override_options): Add PTA_CX16 flag. Set x86_cmpxchg16b
7510 for CPUs that have PTA_CX16 set.
7511
7512 PR middle-end/27416
7513 * gimplify.c (omp_check_private): New function.
7514 (gimplify_scan_omp_clauses): Use it for
7515 firstprivate/lastprivate/reduction.
7516
7517 PR middle-end/30494
7518 * gimplify.c (omp_add_variable): Don't call omp_notice_variable
7519 on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
7520
7521 PR middle-end/30421
7522 * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
7523 If lower_lastprivate_clauses emits some statements, append them
7524 to dlist rather than body_p and to body_p append an initializer.
7525 (lower_omp_for): Adjust caller.
7526
7527 2007-01-24 Steve Ellcey <sje@cup.hp.com>
7528
7529 * target.h (globalize_decl_name): New.
7530 * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
7531 * output.h (default_globalize_decl_name): New.
7532 * varasm.c (asm_output_bss): Use globalize_decl_name instead of
7533 globalize_label.
7534 (globalize_decl): Ditto.
7535 (default_globalize_decl_name): New.
7536 * config/ia64/ia64.c (ia64_globalize_decl_name): New.
7537 (ia64_handle_version_id_attribute): New.
7538 (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
7539 (ia64_asm_output_external): Use globalize_decl_name instead
7540 of globalize_label.
7541 * doc/extend.texi (version_id): New pragma.
7542 * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
7543
7544 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
7545
7546 * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
7547 _uleb128_t and _Unwind_SWord with _sleb128_t.
7548 * unwind-dw2.c (extract_cie_info, execute_stack_op, execute_cfa_program,
7549 uw_frame_state_for, uw_update_context_1): Likewise.
7550 * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
7551 * unwind-pe.h (read_uleb128, read_sleb128,
7552 read_encoded_value_with_base): Likewise.
7553 * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
7554
7555 2007-01-24 Richard Guenther <rguenther@suse.de>
7556
7557 * builtins.c (expand_builtin_cexpi): Get the fndecl
7558 for cexp in the correct way.
7559
7560 2007-01-24 Jan Hubicka <jh@suse.cz>
7561
7562 * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS of calls.
7563
7564 2007-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
7565
7566 * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
7567 (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
7568 __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
7569 __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
7570 __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
7571 __SIZEOF_PTRDIFF_T__.
7572 * doc/cpp.texi: Documentation for the new builtin macros added.
7573
7574 2007-01-24 Uros Bizjak <ubizjak@gmail.com>
7575
7576 * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
7577 log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
7578 instead of operands[2] to avoid access past the end of array.
7579
7580 2007-01-24 Richard Sandiford <richard@codesourcery.com>
7581
7582 * reload1.c (emit_reload_insns): Pass the reload register
7583 for a non-spill output reload through forget_old_reloads_1.
7584
7585 2007-01-23 Joseph Myers <joseph@codesourcery.com>
7586
7587 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
7588 _SOFT_DOUBLE if doubles use software floating-point.
7589 * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
7590 double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
7591 * config/rs6000/darwin-ldouble.c: Also compile functions for
7592 hard-float without FPRs. Use fmsub function for all __NO_FPRS__
7593 cases. Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
7594 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
7595 commented-out long double override.
7596 (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
7597 * config/rs6000/eabispe.h: Likewise.
7598 * config/rs6000/rs6000.c (rs6000_override_options): Don't override
7599 long double for non-SPE.
7600 (rs6000_handle_option): Likewise.
7601 (invalid_e500_subreg): Disallow more subregs involding DImode,
7602 DFmode, TImode or TFmode.
7603 (rs6000_legitimate_offset_address_p): Check TFmode offsets for
7604 E500 double.
7605 (legitimate_lo_sum_address_p): Also check for TFmode for E500
7606 double.
7607 (rs6000_legitimize_address): Also handle TFmode for E500 double.
7608 (rs6000_legitimize_reload_address): Also handle TFmode for E500
7609 double.
7610 (rs6000_legitimate_address): Also check for TFmode for E500
7611 double.
7612 (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
7613 (spe_build_register_parallel): Handle TFmode and TCmode.
7614 (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
7615 double.
7616 (function_arg): Handle TFmode and TCmode for E500 double.
7617 (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
7618 in general.
7619 (print_operand): Handle TFmode and TImode for %y.
7620 (rs6000_generate_compare): Handle TFmode comparisons for E500
7621 double.
7622 (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
7623 (rs6000_function_value): Handle TFmode and TCmode for E500 double.
7624 (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
7625 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
7626 TFmode for E500 double.
7627 * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
7628 (floatsidf2): Enable for E500 double.
7629 (movtf_softfloat): Use rs6000_nonimmediate_operand.
7630 (extenddftf2): Change to extenddftf2_fprs.
7631 (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
7632 depending on TARGET_E500_DOUBLE.
7633 (extendsftf2): Enable for E500 double.
7634 (trunctfdf2): Enable for E500 double.
7635 (trunctfsf2): Change to trunctfsf2_fprs.
7636 (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
7637 depending on TARGET_E500_DOUBLE.
7638 (floatsitf2): Enable for E500 double.
7639 (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
7640 (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
7641 gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
7642 (negtf2): Change to negtf2_internal.
7643 (negtf2): New expander.
7644 (abstf2): Enable for E500 double. Call gen_spe_abstf2_tst,
7645 gen_spe_abstf2_cmp or gen_abstf2_internal depending on
7646 TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
7647 (movdi_internal32): Use rs6000_nonimmediate_operand.
7648 (unnamed splitter): Likewise.
7649 * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
7650 TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
7651 (SPE64TF, DITI): New mode macros.
7652 (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
7653 modes.
7654 (frob_tf_ti): New.
7655 (frob_<mode>_di_2): New.
7656 (frob_tf_di_8_2): New.
7657 (frob_di_df): Change to frob_di_<mode>; allow more modes.
7658 (frob_ti_tf): New.
7659 (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
7660 more modes.
7661 (frob_ti_<mode>_8_2): New.
7662 (frob_ti_tf_2): New.
7663 (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
7664 mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
7665 TFmode.
7666 (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
7667 mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
7668 (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
7669 spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
7670 spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
7671 (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
7672 tsttflt_gp): New.
7673
7674 2007-01-23 Ian Lance Taylor <iant@google.com>
7675
7676 * Makefile.in (OBJS-common): Reformat, alphabetize, but put
7677 insn-*.o first.
7678 (OBJS-archive): Reformat, alphabetize.
7679 (OBJS): Change out_object_file to OBJS-md.
7680
7681 2007-01-23 Uros Bizjak <ubizjak@gmail.com>
7682
7683 * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
7684 JUMP_P and CALL_P predicates where applicable.
7685 * config/i386/i386.c: Ditto.
7686 * config/i386/i386.md: Ditto.
7687 * config/i386/mmx.md: Ditto.
7688 * config/i386/predicates.md: Ditto.
7689
7690 2007-01-22 Andreas Schwab <schwab@suse.de>
7691
7692 * config/m68k/m68k.h: Fix comment.
7693
7694 2007-01-22 Jan Hubicka <jh@suse.cz>
7695
7696 * passes.c (init_optimization_passes): Do not rerun
7697 pass_early_warn_uninitialized.
7698
7699 2007-01-22 Richard Guenther <rguenther@suse.de>
7700
7701 PR tree-optimization/30038
7702 * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
7703 function.
7704 (execute_cse_sincos_1): Likewise.
7705 (execute_cse_sincos): Likewise.
7706 (gate_cse_sincos): Likewise.
7707 (pass_cse_sincos): New pass CSEing sin() and cos() calls using
7708 the cexpi() canonicalization of sincos().
7709 * tree-pass.h (pass_cse_sincos): Declare.
7710 * passes.c (init_optimization_passes): New pass pas_cse_sincos.
7711
7712 2007-01-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7713
7714 PR rtl-optimization/29329
7715 * combine.c (replaced_rhs_insn): Rename to i2mod.
7716 (replaced_rhs_value): Rename to i2mod_new_rhs.
7717 (i2mod_old_rhs): New global variable.
7718 (combine_instructions): Adjust for above change. Save a copy of
7719 the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
7720 note are substituted in the second instruction.
7721 (distribute_notes) <REG_DEAD>: Adjust for above change. Do not
7722 ditch the note if it pertains to the second eliminated register
7723 and this register is mentioned in i2mod_old_rhs.
7724
7725 Revert:
7726 2006-09-12 Eric Botcazou <ebotcazou@libertysurf.fr>
7727
7728 * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
7729 the insn to which the note was originally attached.
7730
7731 2007-01-21 Jan Hubicka <jh@suse.cz>
7732
7733 * ipa-inline.c (inlining_mode): Comment, move up.
7734 (cgraph_decide_inlining_incrementally): Do not perform inlining
7735 itself; fix handling of flattening of self recursive functions.
7736 (cgraph_find_cycles): Remove.
7737 (cgraph_flatten_node): Remove.
7738 (cgraph_decide_inlining): Use incremental inliner to handle flattening.
7739 (try_inline): New function.
7740 (cgraph_early_inlining): Update call of
7741 cgraph_decide_inlining_incrementally. Apply inlining here.
7742 (apply_inline): Update call of cgraph_decide_inlining_incrementally.
7743
7744 2007-01-21 Dirk Mueller <dmueller@suse.de>
7745
7746 PR bootstrap/30511
7747 * tree-vrp.c (check_array_bounds): do not warn
7748 about ADDR_EXPR's of ARRAY_REF's which are immediately
7749 used in binary expressions.
7750
7751 2007-01-21 Ira Rosen <irar@il.ibm.com>
7752
7753 * tree-vectorizer.h (struct _stmt_vec_info): Add new field
7754 read_write_dep and macros for its access.
7755 * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
7756 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
7757 argument, call vect_check_interleaving for every independent pair of
7758 data-refs. Mark loads that access the same memory location as a store
7759 in the loop.
7760 (vect_check_dependences): Remove.
7761 (vect_analyze_data_ref_dependences): Remove vect_check_dependences
7762 call, fix the call to vect_analyze_data_ref_dependence.
7763 (vect_analyze_data_ref_access): For statements that access the same
7764 data-ref, check that they are not stores; for loads, check that there
7765 is no store that access the same location.
7766
7767 2007-01-20 Roger Sayle <roger@eyesopen.com>
7768 Joseph Myers <joseph@codesourcery.com>
7769
7770 * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
7771 (-fdump-rtl-stack): Likewise.
7772 (-fno-signed-zeros): Use @minus{} for a minus sign. Correct typo.
7773 (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
7774 (-mpt-fixed): Use @minus{} for minus sign.
7775 (Using Precompiled Headers): Fix under/overfull hbox.
7776
7777 2007-01-20 Jan Hubicka <jh@suse.cz>
7778
7779 * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
7780 place within annotation.
7781
7782 2007-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7783
7784 * pa.c (output_move_double): Change array size of xoperands to 4.
7785
7786 2007-01-20 Jan Hubicka <jh@suse.cz>
7787
7788 * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
7789 as temporary.
7790
7791 2007-01-19 Ian Lance Taylor <iant@google.com>
7792
7793 * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
7794 constant to unsigned HOST_WIDE_INT before negating.
7795
7796 2007-01-19 Ian Lance Taylor <iant@google.com>
7797
7798 * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
7799 to unsigned.
7800 (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
7801 (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
7802 (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
7803 (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
7804 (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
7805 (realloc_vdef, realloc_vuse): Change second parameter to
7806 unsigned.
7807 (ssa_operand_iterator_d): Change vuse_index and mayuse_index
7808 fields to unsigned.
7809 * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
7810 unsigned. Change x and lim locals to unsigned.
7811 (realloc_vdef, realloc_vuse): Change num_elem parameter to
7812 unsigned.
7813 (finalize_ssa_vuse_ops): Change old_i local to unsigned.
7814 (copy_virtual_operands): Change i and n locals to unsigned.
7815
7816 2007-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7817
7818 PR middle-end/29335
7819 * builtins.c (fold_builtin_1): Handle builtin fdim.
7820
7821 2007-01-20 Jan Hubicka <jh@suse.cz>
7822
7823 * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
7824 * tree-ssa-structalias.c (compute_points_to_sets): Do call
7825 init_alias_heapvars.
7826 (init_alias_heapvars): Initialize only when not already initialized.
7827 (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
7828
7829 2007-01-19 Roger Sayle <roger@eyesopen.com>
7830
7831 * common.opt (fsigned-zeros): New command line option.
7832 * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
7833 of flag_unsafe_math_optimizations.
7834 * opts.c (set_fast_math_flags): The -ffast-math command line option
7835 implies -fno-signed-zeros.
7836 (fast_math_flags_set_p): Likewise.
7837
7838 * doc/invoke.texi: Document new -fno-signed-zeros option, and update
7839 the documentation of -ffast-math appropriately. Wrap long lines.
7840
7841 2007-01-19 Steve Ellcey <sje@cup.hp.com>
7842
7843 * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
7844 * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
7845
7846 2007-01-19 Tomas Bily <tbily@suse.cz>
7847
7848 * cgraphunit.c (cgraph_finalize_function): Updating of pid
7849 * tree-profile.c:
7850 (tree_init_ic_make_global_vars): New function
7851 (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
7852 (tree_gen_ic_profiler): New function
7853 (tree_gen_ic_func_profiler): New function
7854 (tree_profiling): Added calling of tree_gen_ic_func_profiler
7855 (tree_profile_hooks): Added hook for indirec/virtual calls
7856 * value-prof.c (tree_find_values_to_profile): New case for
7857 indirect calls
7858 (tree_values_to_profile): Call for determining indirect/virtual
7859 counters
7860 (tree_indirect_call_to_profile): New function
7861 (tree_ic_transform): New function
7862 (tree_ic): New function
7863 (find_func_by_pid): New function
7864 (init_pid_map): New function
7865 (tree_value_profile_transformations): Added check for
7866 indirect/virtual call transformation
7867 * value-prof.h (enum hist_type): New counter type for
7868 indirect/virtual calls
7869 (profile_hooks): Added new hook for profiling indirect/virtual
7870 calls
7871 * profile.c (instrument_values): New case for indirect/virtual
7872 call added
7873 * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
7874 (GCOV_COUNTER_V_INDIR): New counter type
7875 (GCOV_COUNTER_NAMES): New name of counter "indirect" added
7876 (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
7877 call added
7878 * cgraph.c: Definition of cgraph_max_pid
7879 (cgraph_create_node): Default init of pid attribute
7880 * cgraph.h: Declaration of cgraph_max_pid
7881 (struct cgraph_node): Added pid attribute
7882 * libgcov.c (__gcov_indirect_call_profiler): New function
7883 (__gcov_one_value_profiler_body): New function
7884 (__gcov_one_value_profiler): Body was moved to
7885 __gcov_one_value_profiler_body and calls it
7886
7887 2007-01-19 Basile Starynkevitch <basile@starynkevitch.net>
7888
7889 * doc/gty.texi (Options): Document the mark_hook option to GTY.
7890 * gengtype.c (write_types_data, write_func_for_structure,
7891 write_types, ggc_wtd, pch_wtd): Add skip_hooks to
7892 write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
7893 (walk_type, write_func_for_structure): Generate the mark_hook if
7894 needed.
7895
7896 2007-01-19 Jan Hubicka <jh@suse.cz>
7897
7898 * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
7899 'early' argument take inlining mode argument specifying whether to
7900 inline for size/speeed or all functions; add support for flattening;
7901 improve dumpting.
7902 (cgraph_early_inlining): Update call of decide_inlining_incrementally.
7903
7904 2007-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7905
7906 PR c++/17947
7907 * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
7908 the name of the declared identifier.
7909
7910 2007-01-19 Dirk Mueller <dmueller@suse.de>
7911
7912 * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
7913 result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
7914 duplicate evaluation.
7915
7916 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
7917
7918 * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
7919 Macroize expander using X87MODEF12 mode macro. Extend operand 1
7920 to XFMode, use acosxf2 and truncate result to requested mode.
7921 Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
7922 (asin<mode>2): Similarly, with asin expanders.
7923 (*fscalexf4_i387): Rename from *fscalexf4.
7924 (expNcorexf3): New expander.
7925 (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
7926 (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
7927 X87MODEF12 mode macro. Extend operand 1 to XFMode, use expxf2 and
7928 truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
7929 patterns for SSE math.
7930 (exp10<mode>2): Similarly, with exp10 expanders.
7931 (exp2<mode>2): Similarly, with exp2 expanders.
7932 (expm1<mode>2): Similarly, with expm1 expanders.
7933 (ldexp<mode>3): Similarly, with ldexp expanders.
7934 (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
7935 Use gen_truncxf<mode>2_i387_noop to truncate result.
7936
7937 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7938
7939 * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
7940 for ColdFire targets.
7941
7942 2007-01-19 Nathan Sidwell <nathan@codesourcery.com>
7943 Richard Sandiford <richard@codesourcery.com>
7944
7945 * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
7946 (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
7947 (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
7948 * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
7949 (M68K_STATIC_CHAIN_REG_NAME): Likewise.
7950 * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
7951
7952 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7953
7954 * config/m68k/m68k.md (adddi_dilshr32): Rename to...
7955 (*adddi_dilshr32): ...this. Fix formatting. Remove commented-out
7956 non-canonical pattern. Restrict to !TARGET_COLDFIRE.
7957 (*adddi_dilshr32_cf): New pattern.
7958 (adddi3, subdi3): Remove first alternatives.
7959
7960 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7961
7962 * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
7963 implemented using move.l, do not use its cc result for floating-point
7964 comparisons.
7965
7966 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7967
7968 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
7969 from accepting 's' constraints if flag_pic.
7970
7971 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7972
7973 * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
7974 (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
7975 (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
7976 condition from TARGET_68881 to TARGET_HARD_FLOAT.
7977
7978 2007-01-19 Sandra Loosemore <sandra@codesourcery.com>
7979
7980 * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
7981 ColdFire alternatives.
7982 * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
7983 * config/m68k/m68k.md (clzsi2): Define for ColdFire
7984 architectures that support ff1 instruction.
7985
7986 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7987 Julian Brown <julian@codesourcery.com>
7988
7989 * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
7990 * config/m68k/m68k.md (*movsi_cfv4): Fold into...
7991 (*movsi_cf): ...here. Remove unnecessary 'R' from 'Rg'.
7992 Add commentary.
7993
7994 2007-01-19 Richard Sandiford <richard@codesourcery.com>
7995
7996 * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
7997 and return a bool.
7998 (output_move_const_into_data_reg, output_move_simode_const): Delete.
7999 * config/m68k/m68k.c (const_method, const_int_cost): Take a
8000 HOST_WIDE_INT instead of an rtx.
8001 (m68k_rtx_costs): Update call accordingly.
8002 (output_move_const_into_data_reg): Likewise. Fix formatting.
8003 (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
8004 Return a bool.
8005 (output_move_simode_const): Update calls after above changes.
8006 Rework to use automatic variables and predicates like MEM_P.
8007 * config/m68k/m68k.md (pushexthisi_const): Update call to
8008 valid_mov3q_const.
8009
8010 2007-01-19 Dirk Mueller <dmueller@suse.de>
8011
8012 * tree-ssa-alias.c (perform_var_substitution): Fix typo
8013 in dump_flags test.
8014
8015 2007-01-19 Richard Guenther <rguenther@suse.de>
8016
8017 * builtins.c (expand_builtin_cexpi): Fall back to expanding
8018 via cexp in case sincos is not available.
8019
8020 2007-01-19 Richard Guenther <rguenther@suse.de>
8021
8022 * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
8023 * defaults.h (TARGET_HAS_SINCOS): Default to off.
8024 * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
8025 * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
8026 * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
8027 * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
8028 * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
8029 * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
8030
8031 2007-01-19 Uros Bizjak <ubizjak@gmail.com>
8032
8033 * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
8034 New insn patterns.
8035 (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
8036 (atan2xf3): Directly generate RTL pattern.
8037 (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
8038 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
8039 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
8040 disable patterns for SSE math.
8041 (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
8042 patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
8043 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
8044 disable patterns for SSE math.
8045
8046 2007-01-19 Alexandre Oliva <aoliva@redhat.com>
8047
8048 * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
8049
8050 2007-01-18 Roger Sayle <roger@eyesopen.com>
8051
8052 * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
8053 VIEW_CONVERT_EXPR to the same type as it's operand.
8054
8055 2007-01-18 David Edelsohn <edelsohn@gnu.org>
8056
8057 * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
8058 configured for long double 128.
8059
8060 2007-01-18 Mike Stump <mrs@apple.com>
8061
8062 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
8063 error.
8064
8065 2007-01-18 Michael Meissner <michael.meissner@amd.com>
8066
8067 * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
8068 type correct.
8069
8070 2007-01-18 Jan Hubicka <jh@suse.cz>
8071
8072 * tree-ssa-operands.c (vop_free_bucket_size): Never return value
8073 greater than NUM_VOP_FREE_BUCKETS.
8074
8075 2007-01-18 Daniel Berlin <dberlin@dberlin.org>
8076
8077 * tree-ssa-structalias.c: Update comments.
8078 (ptabitmap_obstack): Removed.
8079 (pta_obstack): New.
8080 (oldpta_obstack): Ditto.
8081 (stats): Add a few members.
8082 (struct variable_info): Remove node, complex, address_taken, and
8083 indirect_target members. Add oldsolution member.
8084 (new_var_info): Do not initialize removed members.
8085 (constraint_expr_type): Remove INCLUDES.
8086 (constraint_graph): Add size, implicit_preds, rep,
8087 indirect_cycles, eq_rep, label, direct_nodes, and complex members.
8088 (FIRST_REF_NODE): New macro.
8089 (LAST_REF_NODE): Ditto.
8090 (FIRST_ADDR_NODE): Ditto.
8091 (find): New function.
8092 (unite): Ditto.
8093 (dump_constraint): Do not handle INCLUDES.
8094 (insert_into_complex): Do not insert duplicate constraints.
8095 (condense_varmap_nodes): Renamed and rewritten into ...
8096 (merge_node_constraints): This. Also fix bug in handling of
8097 offseted copy constraints.
8098 (clear_edges_for_node): No longer need to deal with preds at all,
8099 or removing associated preds/succs.
8100 (merge_graph_nodes): Deal with indirect_cycles.
8101 Don't deal with predecessors.
8102 (add_implicit_graph_edge): New function.
8103 (add_pred_graph_edge): Ditto.
8104 (add_graph_edge): Don't deal with predecessors.
8105 (build_constraint_graph): Removed.
8106 (build_pred_graph): New function.
8107 (build_succ_graph): Ditto.
8108 (struct scc_info): Removed in_component. Added roots, dfs, and
8109 node_mapping. Remove visited_index, unification_queue.
8110 (scc_visit): Deal with union-find we do now.
8111 Deal with cycles with REF nodes.
8112 (collapse_nodes): Renamed and rewritten to ...
8113 (unify_nodes): This.
8114 (process_unification_queue): Removed.
8115 (topo_visit): Cleanup
8116 (do_da_constraint): Use find.
8117 (do_sd_constraint): Ditto.
8118 (do_ds_constraint): Ditto.
8119 (do_complex_constraint): Ditto.
8120 (init_scc_info): Update for removed and added members.
8121 (find_and_collapse_graph_cycles): Renamed and rewritten into ...
8122 (find_indirect_cycles): This.
8123 (equivalence_class): New variable.
8124 (label_visit): New function.
8125 (perform_variable_substitution): Rewritten.
8126 (free_var_substitution_info): New function.
8127 (find_equivalent_node): Ditto.
8128 (move_complex_constraints): Ditto.
8129 (eliminate_indirect_cycles): Ditto.
8130 (solve_graph): Only propagate changed bits.
8131 Use indirect cycle elimination.
8132 Use find.
8133 (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
8134 (tree_id_eq): Renamed to ...
8135 (tree_vi_eq): This. Update for member change
8136 (insert_id_for_tree): Renamed and rewritten to ...
8137 (insert_vi_for_tree): This.
8138 (lookup_id_for_tree): Renamed and rewritten to ...
8139 (lookup_vi_for_tree): This.
8140 (get_id_for_tree): Renamed and rewritten to ...
8141 (get_vi_for_tree): Ditto.
8142 (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
8143 (process_constraint): Don't handle INCLUDES.
8144 Remove special ADDRESSOF case.
8145 (find_func_aliases): Rewrite to use vi functions instead of id
8146 ones.
8147 (create_function_info_for): Ditto.
8148 (create_variable_info_for): Ditto.
8149 (intra_create_variable_infos): Ditto.
8150 (merge_smts_into): Ditto.
8151 (find_what_p_points_to): Ditto.
8152 (init_base_vars): Ditto.
8153 (init_alias_vars): Ditto.
8154 (remove_preds_and_fake_succs): New function.
8155 (dump_sa_points_to_info): Dump new stats.
8156 (dump_solution_for_var): Use find.
8157 (set_used_smts): Fix formatting.
8158 (compute_points_to_sets): Updated for new functions.
8159 (ipa_pta_execute): Ditto.
8160
8161 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
8162 Richard Sandiford <richard@codesourcery.com>
8163
8164 * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
8165 parallels.
8166 * calls.c (expand_call): If the return value is a PARALLEL,
8167 extract its first member.
8168 * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
8169 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
8170 use FUNCTION_EXTRA_EPILOGUE.
8171 (m68k_function_value): Return a PARALLEL if the return value
8172 is of a pointer type.
8173 * config/m68k/netbsd-elf.h (current_function_returns_pointer)
8174 (FUNCTION_EXTRA_EPILOGUE): Remove.
8175 * config/m68k/m68k.md (D0_REG): New constant.
8176
8177 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
8178
8179 * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
8180 output a NOP for empty epilogues.
8181
8182 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8183
8184 * config/m68k/m68k.c (m68k_use_return_insn): Update comments
8185 before function. Extend register save check to include all
8186 registers, not just integer ones.
8187
8188 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
8189
8190 * config/m68k/m68k-protos.h (use_return_insn): Rename to...
8191 (m68k_use_return_insn): ...this.
8192 * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
8193 * config/m68k/m68k.c (use_return_insn): Rename to...
8194 (m68k_use_return_insn): ...this.
8195 * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
8196 of USE_RETURN_INSN.
8197
8198 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
8199
8200 * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
8201 nearest even, fix denormal rounding overflow.
8202
8203 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8204
8205 * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
8206 f%$smove and f%$move.
8207 (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
8208 (extendsfdf2_cf): Use fdmove instead of f%&move.
8209 (truncdfsf2_cf): Use fsmove instead of f%$smove.
8210 (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
8211
8212 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8213
8214 * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
8215 GPR<-GPR moves.
8216
8217 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8218
8219 * real.h (real_format): Add a canonical_nan_lsbs_set field.
8220 (coldfire_single_format): Declare.
8221 (coldfire_double_format): Likewise.
8222 * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
8223 of qnan_msb_set to determine the lower bits of a canonical
8224 NaN significand.
8225 (encode_ieee_double): Likewise.
8226 (encode_ieee_quad): Likewise.
8227 (ieee_single_format): Initialize canonical_nan_lsbs_set.
8228 (mips_single_format): Likewise.
8229 (ieee_double_format): Likewise.
8230 (mips_double_format): Likewise.
8231 (ieee_extended_motorola_format): Likewise.
8232 (ieee_extended_intel_96_format): Likewise.
8233 (ieee_extended_intel_128_format): Likewise.
8234 (ieee_extended_intel_96_round_53_format): Likewise.
8235 (ibm_extended_format): Likewise.
8236 (mips_extended_format): Likewise.
8237 (ieee_quad_format): Likewise.
8238 (mips_quad_format): Likewise.
8239 (vax_f_format): Likewise.
8240 (vax_d_format): Likewise.
8241 (vax_g_format): Likewise.
8242 (i370_single_format): Likewise.
8243 (i370_double_format): Likewise.
8244 (decimal_single_format): Likewise.
8245 (decimal_double_format): Likewise.
8246 (decimal_quad_format): Likewise.
8247 (c4x_single_format): Likewise.
8248 (c4x_extended_format): Likewise.
8249 (real_internal_format): Likewise.
8250 (coldfire_single_format): New real_format.
8251 (coldfire_double_format): Likewise.
8252 * config/pdp11/pdp11.c (pdp11_f_format): Initialize
8253 canonical_nan_lsbs_set.
8254 (pdp11_d_format): Likewise.
8255 * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
8256 if TARGET_COLDFIRE_CPU.
8257
8258 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8259
8260 * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
8261 (output_call, m68k_legitimize_call_address): Declare.
8262 * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
8263 parenthesees. Add support for a 'W' constraint.
8264 (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
8265 (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
8266 (m68k_symbolic_call, m68k_symbolic_jump): Declare.
8267 * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
8268 variables.
8269 (override_options): Initialize them. Do not set flag_no_function_cse
8270 for TARGET_ID_SHARED_LIBRARY.
8271 (m68k_output_pic_call): Delete.
8272 (m68k_legitimize_call_address): New function.
8273 (print_operand): Remove the %o prefix. Handle the %p prefix.
8274 (output_call): New function.
8275 (m68k_output_mi_thunk): Use m68k_symbolic_jump. Always load the
8276 target address from the GOT if symbolic jumps are not allowed.
8277 * config/m68k/m68k.md (call, general_operand): Do not set
8278 SYMBOL_REF_FLAG. Use m68k_legitimize_call_address instead.
8279 Merge separate flag_pic and !flag_pic define_insns into...
8280 (*call, *call_value): ...these new patterns. Match the address
8281 rather than the containing MEM and require it to be a call_operand.
8282 Use output_call to generate the asm template.
8283 * config/m68k/predicates.md (const_call_operand): New predicate.
8284 (call_operand): Likewise.
8285
8286 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
8287
8288 * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
8289 (STACK_GROWS_DOWNWARD): Define to 1.
8290 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
8291 comments, emphasizing that these values are only defaults.
8292 * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
8293 * config/m68k/m68k.c (const_method): Remove trailing whitespace.
8294
8295 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8296
8297 * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
8298
8299 2007-01-18 Kazu Hirata <kazu@codesourcery.com>
8300 Richard Sandiford <richard@codesourcery.com>
8301
8302 * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
8303 (FP_REGNO_P): New macros.
8304 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
8305 (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
8306 (EH_RETURN_STACKADJ_RTX): Use A0_REG.
8307 * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
8308
8309 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
8310
8311 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
8312 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
8313 to $tmake_file.
8314 * config/m68k/t-floatlib: New file, extracting common code from...
8315 * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
8316 * config/m68k/t-uclinux: Here.
8317 * config/m68k/fpgnulib.c: Do not compile extendeed precision
8318 routines on ColdFire targets.
8319
8320 2007-01-18 Nathan Sidwell <nathan@codesourcery.com>
8321
8322 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
8323 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
8324 (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
8325 (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
8326 explicitly set MOTOROLA to 1.
8327 * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
8328
8329 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8330 Nathan Sidwell <nathan@codesourcery.com>
8331
8332 * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
8333 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
8334 * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
8335 * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
8336 * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
8337 * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
8338 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
8339 (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
8340 (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
8341 * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
8342 * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
8343 (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
8344 (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
8345 (DBX_REGISTER_NUMBER): Delete.
8346 * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
8347 (PCC_STATIC_STRUCT_RETURN): Don't undefine.
8348 * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
8349
8350 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8351
8352 * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
8353 * config/flat.h: New file.
8354 * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
8355 OBJECT_FORMAT_FLAT.
8356 * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
8357 indirect references for -msep-data or -mid-shared-library.
8358 Do not use PC-relative code addresses either.
8359 * config/m68k/m68k.c (override_options): Restrict -fPIC error
8360 to -mpcrel.
8361 * config/m68k/uclinux.h (STARTFILE_SPEC): Define. Use Scrt1.o
8362 for shared libraries and crt1.o for executables. Use crti.o and
8363 crtbegin.o.
8364 (ENDFILE_SPEC): Use crtend.o and crtn.o.
8365 (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
8366 Do not add -elf2flt or -shared-lib-id options here.
8367 (LINK_SPEC): Define. Pass -elf2flt if no -elf2flt option is given.
8368 Pass -shared-lib-id if -mid-shared-library, taking the library
8369 identifier from -mshared-library-id if given, otherwise
8370 defaulting to 0.
8371 (EH_FRAME_IN_DATA_SECTION): Do not undefine.
8372 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
8373 (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
8374 and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
8375 (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
8376 * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
8377 and crtend.o.
8378 * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
8379 jump sequence for ISA A and ISA A+.
8380 (PICJUMP): Likewise.
8381
8382 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8383
8384 * config.gcc (m68k-*-uclinux*): Base the port on the common
8385 and m68k GNU/Linux files rather than on the generic ELF ones.
8386 * config/m68k/uclinux.h (TARGET_VERSION): Override.
8387 (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
8388
8389 2007-01-18 Julian Brown <julian@codesourcery.com>
8390 Richard Sandiford <richard@codesourcery.com>
8391
8392 * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
8393 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
8394 * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
8395 before redefining.
8396 * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
8397 80 unconditionally.
8398 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
8399
8400 2007-01-18 Richard Sandiford <richard@codesourcery.com>
8401
8402 * doc/install.texi: Document m68k-uclinuxoldabi.
8403 * config.gcc (m68k-*-uclinuxoldabi): New configuration.
8404 * config/m68k/uclinux-oldabi.h: New file, copied from
8405 config/m68k/uclinux.h.
8406
8407 2007-01-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
8408
8409 * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
8410 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
8411 (m32r_compute_frame_size): Use unsigned for regno.
8412 (m32r_reload_lr): Use gen_frame_mem.
8413 (pop): New.
8414 (m32r_output_function_epilogue): Don't output the function epilogue
8415 textually here.
8416 (m32r_expand_epilogue): New.
8417 (direct_return): Return false if the function has the interrupt
8418 attribute.
8419 (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
8420 * config/m32r/m32r.md (epilogue): New expander.
8421 (return_lr, return_rte): New insns.
8422 (return): Make it expander.
8423 (return_normal): New expander.
8424
8425 2007-01-18 Josh Conner <jconner@apple.com>
8426
8427 PR target/30485
8428 * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
8429 support for UNLE, UNLT, UNGE, and UNGT.
8430
8431 2007-01-18 Jan Hubicka <jh@suse.cz>
8432
8433 * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
8434 * tree-tailcall (add_virtual_phis): Likewise.
8435 (optimize_tail_call): Return TODOs.
8436 (execute_tail_calls): Return TODOs.
8437 * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
8438 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
8439 changed.
8440 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
8441 Cleanup cfg using TODO.
8442 * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
8443 * passes.c (execute_function_todo): When cleanup did something, remove
8444 unused locals.
8445 * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
8446 (make_edges): Don't cleanup_cfg.
8447
8448 2007-01-18 Uros Bizjak <ubizjak@gmail.com>
8449
8450 * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
8451 UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
8452 operate on the top of stack.
8453 [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
8454 register handling of instructions that output to the second
8455 stack slot.
8456 [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
8457 (move_for_stack_reg): Special-case check for dead destination
8458 stack slot for constant load of 1.0 inside UNSPEC_TAN.
8459
8460 * config/i386/i386.md (UNSPEC_TAN): New constant.
8461 (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
8462 (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
8463 to correctly model move of constant 1.0 to top stack slot.
8464 (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
8465 (unnamed peephole2 pattern): Remove corresponding peephole2
8466 pattern that optimizes tan insn and loading of constant 1.0.
8467 (tanxf2): Use fptanxf4_i387.
8468 (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
8469 patterns using X87MODEF12 mode macro. Use fptan_extend<mode>xf4_i387
8470 and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
8471 disable patterns for SSE math.
8472 (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
8473 (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
8474
8475 2007-01-18 Dirk Mueller <dmueller@suse.de>
8476 Richard Guenther <rguenther@suse.de>
8477
8478 PR diagnostic/8268
8479 * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
8480 * common.opt (Warray-bounds): Add new warning option.
8481 * c-opts.c (c_common_handle_option): Define -Warray-bounds
8482 if -Wall is given.
8483 * Makefile.in: make tree-vrp.o depend on toplev.h
8484 * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
8485 is enabled.
8486 (check_array_refs, check_array_bounds, check_array_ref): New.
8487
8488 2007-01-18 Jan Hubicka <jh@suse.cz>
8489
8490 * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
8491 (execute_ssa_ccp): Return flags conditionally.
8492 * tree-ssa-propagate.c (substitue_and_fold): Return if something was
8493 changed.
8494 * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
8495
8496 2007-01-18 Steven Bosscher <steven@gcc.gnu.org>
8497
8498 * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
8499 the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
8500
8501 * Makefile.c (GTFILES): Add cfglayout.h.
8502 * gengtype.c (open_base_files): Likewise.
8503 * cfglayout.c (cfg_layout_function_footer,
8504 cfg_layout_function_header) Reindent to make gengtype happy.
8505 * cfglayout.h (cfg_layout_function_footer,
8506 cfg_layout_function_header): Add GTY(()) marker.
8507
8508 * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
8509
8510 2007-01-18 Ben Elliston <bje@au.ibm.com>
8511
8512 * genautomata.c (write_automata): Include xstrerror output in the
8513 error message if writing the DFA description file fails.
8514
8515 2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
8516
8517 * config/mips/mips-protos.h (mips_output_external): Make it
8518 return void.
8519 * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
8520 * config/mips/mips.c (irix_output_external_libcall): Likewise.
8521 (extern_list): Likewise.
8522 (extern_head): Likewise.
8523 (TARGET_ASM_FILE_END): Likewise.
8524 (mips_file_end): Likewise.
8525 (mips_output_external): Rewritten.
8526
8527 2007-01-18 Ben Elliston <bje@au.ibm.com>
8528
8529 * genpreds.c (write_insn_preds_c): Only write out the function
8530 body for regclass_for_constraint if we have register constraints.
8531
8532 2007-01-17 Tom Tromey <tromey@redhat.com>
8533
8534 * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
8535 * doc/install.texi (Testing): Use sourceware.org.
8536 (Binaries): Likewise.
8537 (Specific): Likewise.
8538 * doc/contrib.texi (Contributors): Use sourceware.org.
8539
8540 2007-01-17 Anatoly Sokolov <aesok@post.ru>
8541
8542 * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
8543 (AVR_ENHANCED): Rename to ...
8544 (AVR_HAVE_MUL): ... new.
8545 (avr_enhanced_p): Rename to ...
8546 (avr_have_mul_p): ... new.
8547 (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
8548 'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
8549 * config/avr/avr.c (avr_enhanced_p): Rename to ...
8550 (avr_have_mul_p): ... new.
8551 (base_arch_s): Rename 'enhanced' to 'have_mul'.
8552 (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
8553 'avr_enhanced_p' and 'enhanced'.
8554 (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
8555 AVR_HAVE_MUL instead of AVR_ENHANCED.
8556 * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
8557 (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
8558 *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
8559 instead of AVR_ENHANCED.
8560 (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
8561 * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
8562 (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
8563
8564 2007-01-17 Ian Lance Taylor <iant@google.com>
8565
8566 * vec.h (VEC_reserve_exact): Define.
8567 (vec_gc_p_reserve_exact): Declare.
8568 (vec_gc_o_reserve_exact): Declare.
8569 (vec_heap_p_reserve_exact): Declare.
8570 (vec_heap_o_reserve_exact): Declare.
8571 (VEC_OP (T,A,reserve_exact)): New static inline function, three
8572 versions.
8573 (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
8574 negative parameter.
8575 (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
8576 (VEC_OP (T,A,copy)) [all versions]: Likewise.
8577 (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
8578 * vec.c (calculate_allocation): Add exact parameter. Change all
8579 callers.
8580 (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
8581 (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
8582 (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
8583 (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
8584 (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
8585 (vec_heap_p_reserve_exact): New function.
8586 (vec_heap_o_reserve_exact): New function.
8587
8588 2007-01-17 Jan Hubicka <jh@suse.cz>
8589
8590 * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
8591
8592 2007-01-17 Eric Christopher <echristo@apple.com>
8593
8594 * config.gcc: Support core2 processor.
8595
8596 2007-01-16 Jan Hubicka <jh@suse.cz>
8597
8598 * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
8599 the names, just unlink the chain so we don't crash on dangling pointers
8600 to dead SSA names.
8601
8602 2007-01-16 Jan Hubicka <jh@suse.cz>
8603
8604 * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
8605 * tree-pass.h: Reorder to make IPA passes appear toegher.
8606 (pass_early_inline, pass_inline_parameters, pass_apply_inline): Declare.
8607 * cgraphunit.c (cgraph_finalize_function): Do not compute inling
8608 parameters, do not call early inliner.
8609 * ipa-inline.c: Update comments. Include tree-flow.h
8610 (cgraph_decide_inlining): Do not compute inlining parameters.
8611 (cgraph_decide_inlining_incrementally): Return TODOs; assume to
8612 be called with function context set up.
8613 (pass_ipa_inline): Remove unreachable functions before pass.
8614 (cgraph_early_inlining): Simplify assuming to be called from the
8615 PM as local pass.
8616 (pass_early_inline): New pass.
8617 (cgraph_gate_ipa_early_inlining): New gate.
8618 (pass_ipa_early_inline): Turn into simple wrapper.
8619 (compute_inline_parameters): New function.
8620 (gate_inline_passes): New gate.
8621 (pass_inline_parameters): New pass.
8622 (apply_inline): Move here from tree-optimize.c
8623 (pass_apply_inline): New pass.
8624 * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
8625 transforming.
8626 * tree-inline.c (optimize_inline_calls): Return TODOs rather than
8627 doing them by hand.
8628 (tree_function_versioning): Do not allocate dummy struct function.
8629 * tree-inline.h (optimize_inline_calls): Update prototype.
8630 * tree-optimize.c (execute_fixup_cfg): Export.
8631 (pass_fixup_cfg): Remove
8632 (tree_rest_of_compilation): Do not apply inlines.
8633 * tree-flow.h (execute_fixup_cfg): Declare.
8634 * Makefile.in (gt-passes.c): New.
8635 * passes.c: Include gt-passes.h
8636 (init_optimization_passes): New passes.
8637 (nnodes, order): New static vars.
8638 (do_per_function_toporder): New function.
8639 (execute_one_pass): Dump current pass here.
8640 (execute_ipa_pass_list): Don't dump current pass here.
8641
8642 2007-01-16 Janis Johnson <janis187@us.ibm.com>
8643
8644 * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
8645 (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
8646
8647 2007-01-16 David Edelsohn <edelsohn@gnu.org>
8648
8649 * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
8650 (strong_alias): Define.
8651 (__gcc_qmul): Provide non-FMA for soft-float.
8652 (__gcc_qdiv): Same.
8653 (__gcc_qneg): New.
8654 (__gcc_qeq): New.
8655 (__gcc_qle): New.
8656 (__gcc_qge): New.
8657 (__gcc_qunord): New.
8658 (__gcc_stoq): New.
8659 (__gcc_dtoq): New.
8660 (__gcc_qtos): New.
8661 (__gcc_qtod): New.
8662 (__gcc_qtoi): New.
8663 (__gcc_qtou): New.
8664 (__gcc_itoq): New.
8665 (__gcc_utoq): New.
8666 (fmsub): New.
8667 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
8668 soft-float functions.
8669 * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
8670 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
8671 about long double soft float.
8672
8673 2007-01-16 Dorit Nuzman <dorit@il.ibm.com>
8674 Tehila Meyzels <tehila@il.ibm.com>
8675
8676 * tree-vectorizer.h (is_pattern_stmt_p): New.
8677 * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
8678 formatting (tabs instead of spaces). Cleanup and clarify setting
8679 of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
8680 * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
8681 (vectorizable_type_demotion): Check that types are integral.
8682 (vectorizable_type_promotion): Likewise.
8683 (vectorizable_store): Fix typo. Eliminate new-line at end of
8684 comments.
8685
8686 2007-01-16 Jan Hubicka <jh@suse.cz>
8687
8688 * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
8689 cgraph edges too.
8690
8691 2007-01-15 Eric Christopher <echristo@apple.com>
8692
8693 * ifcvt.c: Include vec.h, vecprim.h.
8694 (check_cond_move_block): New argument regs.
8695 Reorganize. Add registers used to regs.
8696 (cond_move_process_if_block): Use regs set above as
8697 loop bounds.
8698
8699 2007-01-15 Eric Christopher <echristo@apple.com>
8700
8701 * config/darwin.h: Update copyright.
8702 (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
8703 (LINK_COMMAND_SPEC): Add -u.
8704 (LINK_SPEC): Fix umbrella for above.
8705
8706 2007-01-15 Joseph S. Myers <joseph@codesourcery.com>
8707
8708 * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
8709 glibc CVS.
8710
8711 2007-01-15 Tom Tromey <tromey@redhat.com>
8712
8713 * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
8714 * doc/install.texi (Testing): Don't mention jacks.
8715 (Configuration): Document --enable-java-maintainer-mode. Move
8716 --with-java-home to libgcj-specific section. Document
8717 --with-ecj-jar.
8718 (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
8719
8720 2007-01-15 Jan Hubicka <jh@suse.cz>
8721
8722 * tree-ssa-dce.c (DCE_TODOs): New.
8723 (propagate_necessity): Return if something changed.
8724 (eliminate_unnecessary_stmts): Likewise.
8725 (perform_tree_ssa_dce): Return TODO flags when needed.
8726 (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
8727
8728 2007-01-15 Uros Bizjak <ubizjak@gmail.com>
8729
8730 * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
8731 (fyl2x_extend<mode>xf3_i387): New insn pattern.
8732 (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
8733 patterns using X87MODEF12 mode macro. Extend operand 1
8734 to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
8735 (log10<mode>2): Ditto.
8736 (log2<mode>2): Ditto.
8737 (log1p<mode>2): Ditto.
8738 (logb<mode>2): Ditto.
8739 (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
8740 (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
8741 (*fxtractxf3_i387): Rename from *fxtractxf3.
8742 (fxtract_extend<mode>xf3_i387): New insn pattern.
8743 (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
8744 * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
8745 and gen_fyl2xxf3_i387().
8746
8747 2007-01-14 Zdenek Dvorak <dvorakz@suse.cz>
8748
8749 * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
8750 * cfgloopmanip.c (fix_loop_placement): Made static. Use
8751 get_loop_exit_edges. Changed return type to bool.
8752 * cfgloop.h (fix_loop_placement): Declaration removed.
8753
8754 2007-01-14 Dorit Nuzman <dorit@il.ibm.com>
8755
8756 * param.h (MIN_VECT_LOOP_BOUND): New.
8757 * params.def (MIN_VECT_LOOP_BOUND): New.
8758 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
8759 argument - minimum threshold for number of iterations.
8760 * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
8761 argument to declaration.
8762 * tree-vect-analyze.c (vect_analyze_operations): Check value of
8763 MIN_VECT_LOOP_BOUND.
8764 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
8765 slpeel_tree_peel_loop_to_edge with additional argument.
8766 (vect_do_peeling_for_alignment): Likewise.
8767 * doc/invoke.texi (min-vect-loop-bound): Document new param option.
8768
8769 2007-01-14 Uros Bizjak <ubizjak@gmail.com>
8770
8771 PR target/30413
8772 * config/i386/i386.c (print_operand) ['z']: Output 'b' for
8773 operands of size 1.
8774
8775 2007-01-14 Jan Hubicka <jh@suse.cz>
8776
8777 * tree-dfa.c (remove_referenced_var): New function.
8778 * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
8779 prune referenced vars list too.
8780 * tree-flow.h (remove_referenced_var): Declare.
8781
8782 2007-01-14 Jan Hubicka <jh@suse.cz>
8783
8784 * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
8785 separately.
8786 (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
8787 (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
8788 * except.h (verify_eh_throw_table_statements): Kill prototype.
8789 * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
8790 into call exrepssions.
8791 * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
8792 eh trhow verifier.
8793 * tree-cfg.c: Include pointer-set.h.
8794 (verify_node_sharing): Work on pointer set.
8795 (verify_eh_throw_stmt_node): New.
8796 (verify_stmts): Use pointers sets, verify throw_stmt.
8797
8798 2007-01-13 Zdenek Dvorak <dvorakz@suse.cz>
8799
8800 * ipa-reference.c (analyze_function): Consider also addresses taken
8801 in phi nodes.
8802
8803 2007-01-12 Roger Sayle <roger@eyesopen.com>
8804
8805 * c-typeck.c (null_pointer_constant_p): Replace use of
8806 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
8807 (build_c_cast): Likewise.
8808
8809 2007-01-12 Roger Sayle <roger@eyesopen.com>
8810
8811 * tree.h (force_fit_type_double): Remove unused final argument.
8812 * c-common.c (constant_expression_warning): Replace use of
8813 TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
8814 (convert_and_check): Likewise.
8815 (shorten_compare): Update call to force_fit_type_double.
8816 (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
8817 * convert.c (convert_to_pointer): Update call to
8818 force_fit_type_double.
8819 * fold-const.c (force_fit_type_double): Remove overflowed_const
8820 argument.
8821 (int_const_binop, fold_convert_const_int_from_int,
8822 fold_convert_const_int_from_real, fold_div_compare,
8823 fold_sign_changed_comparison, fold_unary, fold_negate_const,
8824 fold_abs_const, fold_not_const): Remove the final argument from
8825 calls to force_fit_type_double.
8826
8827 2007-01-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
8828
8829 * configure.ac: Set insn to "nop" for spu-*-* also.
8830 * configure: Regenerate.
8831
8832 2007-01-12 Olga Golovanevsky <olga@il.ibm.com>
8833
8834 * builtins.def : Add BUILT_IN_FREE.
8835
8836 2007-01-12 Jan Hubicka <jh@suse.cz>
8837
8838 PR tree-optimization/30443
8839 * tree-inline.c (tree_function_versioning): Do not optimize when
8840 cloning for inlining.
8841
8842 2007-01-12 Zdenek Dvorak <dvorakz@suse.cz>
8843
8844 * doc/loop.texi: Document recording of loop exits.
8845 * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
8846 (update_single_exits_after_duplication,
8847 update_single_exit_for_duplicated_loop,
8848 update_single_exit_for_duplicated_loops): Removed.
8849 (duplicate_loop_to_header_edge): Do not call
8850 update_single_exits_after_duplication and
8851 update_single_exit_for_duplicated_loops.
8852 (loop_version): Do not update single_exit information.
8853 (fix_loop_structure): Use record_loop_exits instead of
8854 mark_single_exit_loops.
8855 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
8856 the lists of loop exits.
8857 * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
8858 split_edge, merge_blocks): Update the lists of loop exits.
8859 * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
8860 loop_optimizer_init.
8861 * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
8862 of mark_single_exit_loops.
8863 (loop_optimizer_finalize): Call release_recorded_exits.
8864 * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
8865 LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
8866 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
8867 update single exit information.
8868 * lambda-code.c (perfect_nestify): Ditto.
8869 * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
8870 (mark_single_exit_loops): Removed.
8871 (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
8872 get_exit_descriptions, rescan_loop_exit, record_loop_exits,
8873 dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
8874 functions.
8875 (get_loop_exit_edges, single_exit): Use recorded exit lists.
8876 (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
8877 (verify_loop_structure): Verify consistency of the exit lists.
8878 (flow_loops_find): Use alloc_loop. Initialize exits hash.
8879 (set_single_exit): Removed.
8880 * cfgloop.h (struct loop_exit): New function.
8881 (struct loop): single_exit_ field replaced by exits field.
8882 (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by LOOPS_HAVE_RECORDED_EXITS.
8883 (struct loops): Added exits hash.
8884 (mark_single_exit_loops, set_single_exit): Declaration removed.
8885 (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
8886
8887 2007-01-12 Richard Sandiford <richard@codesourcery.com>
8888
8889 * doc/invoke.texi: Avoid use of @headitem.
8890
8891 2007-01-12 Richard Sandiford <richard@codesourcery.com>
8892
8893 * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
8894
8895 2007-01-12 Richard Sandiford <richard@codesourcery.com>
8896
8897 * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
8898 list of targets.
8899
8900 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
8901 Richard Sandiford <richard@codesourcery.com>
8902
8903 * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
8904 * config/m68k/m68k.opt: Resort options.
8905 (mbitfield, mrtd, mshort): Remove RejectNegative properties.
8906
8907 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
8908 Richard Sandiford <richard@codesourcery.com>
8909
8910 * doc/invoke.texi: Document the macros that are defined by
8911 m68k's -mtune and -mhard-float options.
8912 * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
8913 (m68k_cpp_cpu_family): Likewise.
8914 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
8915 of __ucfv*__ macros. Define __mcffpu__ if generating code for
8916 ColdFire FPUs. Define __mcf_cpu_* and __mcf_family_* macros.
8917 * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
8918 (m68k_cpp_cpu_family): Likewise.
8919
8920 2007-01-12 Richard Sandiford <richard@codesourcery.com>
8921
8922 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
8923 macros besides mc68000 as tuning macros. Use a switch statement
8924 to set them and mcpu32.
8925
8926 2007-01-12 Julian Brown <julian@codesourcery.com>
8927
8928 * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
8929 (TARGET_68040_ONLY): Rename to...
8930 (TARGET_68040): ...this.
8931 * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
8932 * config/m68k/m68k.md: Likewise.
8933
8934 2007-01-12 Julian Brown <julian@codesourcery.com>
8935 Nathan Sidwell <nathan@codesourcery.com>
8936 Richard Sandiford <richard@codesourcery.com>
8937
8938 * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
8939 the -mcpu= argument associated with the --with-cpu setting.
8940 Define M68K_DEFAULT_TUNE to the default -mtune= option,
8941 if different from the one implied by the -mcpu setting.
8942 Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
8943 using mcpu=FOO as the default CPU option. Set target_cpu_default2.
8944 * doc/invoke.texi: Mention ColdFire in the introduction to the
8945 m68k options. Document the new -march, -mcpu, -mtune, -mdiv,
8946 -mno-div and -mhard-float options. Make -m68881 a synonym for
8947 -mhard-float. Document the previously-undocumented -m5206e,
8948 -m528x, -m5307 and -m5407 options. Tweak the existing option
8949 documentation for consistency.
8950 * doc/install.texi: Mention new --with-cpu arguments.
8951 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
8952 default CPU if neither -mcpu nor -march are specified.
8953 (ASM_CPU_SPEC): Pass down -mcpu and -march options.
8954 (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
8955 TARGET_ISA*. Set the legacy __mcf*__ cpu macros in the same way,
8956 using m68k_tune to decide between families that implement the
8957 same ISA. Use m68k_tune to set __mcfv4e__.
8958 (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
8959 (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
8960 (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
8961 (FL_ISA_C, FL_ISA_MMU): New macros.
8962 (MASK_COLDFIRE): Delete.
8963 (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
8964 (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
8965 (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
8966 (TARGET_HARD_FLOAT): Do not define here.
8967 (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
8968 (TUNE_68000): New macro.
8969 (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
8970 (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
8971 (TUNE_CFV2): Redefine in terms of m68k_tune.
8972 (uarch_type, target_device, fpu_type): New enums.
8973 (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
8974 * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
8975 (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
8976 (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
8977 (FL_FOR_isa_c): New macros.
8978 (m68k_isa): New enum.
8979 (m68k_target_selection): New structure.
8980 (all_devices, all_isas, all_microarchs): New tables.
8981 (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
8982 (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
8983 (MASK_ALL_CPU_BITS): Delete.
8984 (m68k_find_selection): New function.
8985 (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
8986 Map the legacy target options to a combination of the new ones.
8987 (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
8988 m68k_cpu_flags. Handle M68K_DEFAULT_TUNE. Use m68k_cpu_flags
8989 to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
8990 settings.
8991 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
8992 (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
8993 properties.
8994 (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
8995 (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
8996 * config/m68k/m68k-devices.def: New file.
8997
8998 2007-01-12 Richard Sandiford <richard@codesourcery.com>
8999 Nathan Sidwell <nathan@codesourcery.com>
9000
9001 * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
9002 (SUBTARGET_EXTRA_SPECS): New macros.
9003 * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
9004 use %(asm_cpu_spec) instead.
9005 * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
9006 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
9007 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
9008 (EXTRA_SPECS): Rename to...
9009 (SUBTARGET_EXTRA_SPECS): ...this.
9010
9011 2007-01-12 Nathan Sidwell <nathan@codesourcery.com>
9012 Richard Sandiford <richard@codesourcery.com>
9013 Julian Brown <julian@codesourcery.com>
9014
9015 * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
9016 (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
9017 to the configuration's default CPU.
9018 (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
9019 Remove default masks.
9020 (m680[012]0-*-*): Set the default with_cpu to the first part of
9021 the target name.
9022 (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
9023 (m68k*-*-linux): Extend the --with-cpu handling to...
9024 (m680[012]0-*-*, m68k*-*-*): ...these configurations. Allow m68000
9025 and m68010. Don't set target_cpu_default2.
9026 * doc/install.texi: Document --with-cpu for m68k.
9027 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
9028 * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
9029 (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
9030 (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
9031 (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
9032 (ASM_SPEC): Remove use of %(asm_cpu_default).
9033 (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
9034 * config/m68k/linux.h (TARGET_DEFAULT): Delete.
9035 (CPP_SPEC): Merge definitions. Do not handle __HAVE_68881__ here.
9036 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
9037 __HAVE_FPU__ if TARGET_HARD_FLOAT.
9038 (TARGET_DEFAULT): Delete.
9039 (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
9040 cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
9041 (CPP_CPU_SPEC): Delete.
9042 (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
9043 the appropriate string.
9044 (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
9045 (CPP_SPEC): Define to NETBSD_CPP_SPEC.
9046 (ASM_SPEC): Don't use %(asm_default_spec).
9047 * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
9048 TARGET_DEFAULT and add MASK_68881.
9049 * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
9050
9051 2007-01-12 Richard Sandiford <richard@codesourcery.com>
9052
9053 * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
9054 (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
9055 MASK_68010 alongside MASK_68020.
9056 * doc/invoke.texi: Document -m68010.
9057 * config/m68k/m68k.opt (m68010): New.
9058 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
9059 if TUNE_68010.
9060 (TUNE_68010): New macro.
9061 * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
9062 (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
9063 (M68K_CPU_m68332): Add MASK_68010.
9064 * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
9065 fallback definition.
9066 * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
9067 defines.
9068 * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
9069 (m68k_handle_option): Handle OPT_m68010. Add MASK_68010
9070 to all entries that use MASK_68020.
9071 (output_move_simode_const, output_move_himode, output_move_qimode)
9072 (output_move_stricthi, output_move_strictqi): Use TARGET_68010
9073 instead of TARGET_68020 to select clr behavior. Remove comment
9074 about there being no TARGET_68010.
9075 * config/m68k/m68k.md: Likewise throughout.
9076
9077 2007-01-12 Julian Brown <julian@codesourcery.com>
9078
9079 * config/m68k/m68k.h (TARGET_ISAB): New macro.
9080 * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
9081 * config/m68k/m68k.md: Likewise.
9082
9083 2007-01-12 Julian Brown <julian@codesourcery.com>
9084
9085 * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
9086 TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
9087
9088 2007-01-12 Julian Brown <julian@codesourcery.com>
9089
9090 * config/m68k/m68k.h (TUNE_68040_60): New macro.
9091 * config/m68k/m68k.c (standard_68881_constant_p): Use it.
9092 * config/m68k/m68k.md: Likewise.
9093
9094 2007-01-12 Julian Brown <julian@codesourcery.com>
9095 Richard Sandiford <richard@codesourcery.com>
9096
9097 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
9098 instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
9099 TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
9100 TARGET_CPU32.
9101 (TARGET_CPU32): Rename to...
9102 (TUNE_CPU32): ...this.
9103 (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
9104 (TUNE_CFV2): New macros.
9105 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
9106 remove conditions that are implied by TARGET_68020.
9107 * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
9108 instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
9109 (m68k_output_function_epilogue): Likewise.
9110 (m68k_rtx_costs): Likewise. Use TUNE_68060 instead of TARGET_68060
9111 and TUNE_CFV2 instead of TARGET_5200. Use TUNE_68000_10 instead of
9112 "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
9113 non-68000 timings. Refactor multiplication and division costs.
9114 (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
9115 TUNE_CPU32 instead of TARGET_CPU32.
9116 (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
9117 and TUNE_68060 instead of TARGET_68060.
9118 * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
9119 TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
9120 TARGET_CPU32.
9121 (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
9122 && !TARGET_COLDFIRE" to choose between moveq and clr.
9123 Likewise in the unnamed movsf pattern.
9124 (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
9125 "!TARGET_68020 && !TARGET_COLDFIRE". Likewise the unnamed
9126 ashiftrt pattern.
9127
9128 2007-01-12 Richard Sandiford <richard@codesourcery.com>
9129
9130 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
9131 of tabbing before backslashes.
9132
9133 2007-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9134
9135 * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
9136 * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
9137 (ASM_OUTPUT_INTERNAL_LABEL): Define.
9138
9139 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
9140
9141 * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
9142 find_interesting_uses_cond.
9143 (find_interesting_uses_cond): Use extract_cond_operands.
9144 (rewrite_use_compare): Use extract_cond_operands and
9145 force_gimple_operand_bsi. Do not call update_stmt.
9146 (determine_use_iv_cost_condition): Use extract_cond_operands.
9147 Return cheaper of using original bound and changing the exit bound.
9148
9149 2007-01-11 Zdenek Dvorak <dvorakz@suse.cz>
9150
9151 PR tree-optimization/29516
9152 * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
9153 most_expensive_mult_to_index, addr_to_parts,
9154 create_mem_ref, maybe_fold_tmr): Make the type of
9155 fields of TARGET_MEM_REF sizetype.
9156 (move_fixed_address_to_symbol, move_pointer_to_base):
9157 New functions.
9158 * tree.def (TARGET_MEM_REF): Add comment on types of
9159 the operands.
9160
9161 2007-01-11 Joseph Myers <joseph@codesourcery.com>
9162
9163 * c-common.c (vector_types_convertible_p): Treat opaque types as
9164 always convertible if they have the same size, but not otherwise.
9165
9166 2007-01-11 Steven Bosscher <steven@gcc.gnu.org>
9167
9168 * ifcvt.c (struct noce_if_info): Add comments to the fields.
9169 Remove the b_unconditional field.
9170 (noce_try_sign_mask): Do not look at b_unconditional.
9171 (noce_process_if_block): Do not use merge_if_blocks. Update
9172 the CFG here. Do not set b_unconditional.
9173 (cond_move_process_if_block): Likewise.
9174 (find_cond_trap): Likewise.
9175 (check_cond_move_block): Require simple jump insns at the end
9176 of the basic block.
9177
9178 2007-01-11 Jan Hubicka <jh@suse.cz>
9179
9180 PR tree-optimization/1046
9181 * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
9182 when alias info is not ready.
9183 (pass_tail_recursion): Do not require aliasing.
9184 * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
9185 * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
9186 * tree-ssa-copy.c (pass_copy_prop): Likewise.
9187 * tree-ssa-forwprop.c (pass_forwprop): Likewise.
9188 * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
9189 * passes.c (init_optimization_passes): Execute rename_ssa_copies,
9190 ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
9191 before inlining.
9192 * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
9193 When aliasing is not build, mark statement as volatile.
9194
9195 2007-01-11 Tom Tromey <tromey@redhat.com>
9196
9197 PR preprocessor/15185, PR preprocessor/20989:
9198 * doc/cppopts.texi <-MT>: Update description of algorithm for
9199 computing default target.
9200 <-M, -MD>: Reword "basename" text.
9201
9202 2007-01-11 Roger Sayle <roger@eyesopen.com>
9203
9204 * builtins.c (expand_builtin_pow, expand_builtin_powi,
9205 fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
9206 fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
9207 fold_builtin_int_int_roundingfn, fold_builtin_bitop,
9208 fold_builtin_bswap, real_constp, fold_builtin_pow,
9209 fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
9210 do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
9211 uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
9212 * convert.c (convert_to_pointer): Likewise.
9213 * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
9214 * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
9215 const_binop, fold_convert_const_int_from_int,
9216 fold_convert_const_int_from_real,
9217 fold_convert_const_real_from_real, sign_bit_p,
9218 optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
9219 fold_sign_changed_comparison, fold_unary, fold_comparison,
9220 fold_binary, multiple_of_p, tree_Expr_non_zero_p,
9221 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
9222 * print-tree.c (print_node_brief, print_node): Likewise.
9223 * stor-layout.c (place_field, layout_type): Likewise.
9224 * tree-chrec.c (keep_cast): Likewise.
9225 * tree.c (build_vector, build_real, build_real_from_int_cst,
9226 build_complex): Likewise.
9227
9228 2007-01-11 Roger Sayle <roger@eyesopen.com>
9229
9230 * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete. For the time being,
9231 treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
9232
9233 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
9234
9235 * configure.ac (strict1_warn): Rename to strict_warn.
9236 (WERROR, --enable-werror, symlink hacks, stage1_cflags,
9237 cc_set_by_configure, quoted_cc_set_by_configure,
9238 stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
9239 all_boot_languages, all_stagestuff): Remove.
9240 (target_list): Remove bootstrap targets.
9241 * Makefile.in (quickstrap): Unconditionally make a synonym of all.
9242 (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
9243 REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
9244 SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
9245 VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
9246 STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
9247 stage1_copy, stage2_build, stage2_copy, stageprofile_build,
9248 stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
9249 stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
9250 bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
9251 bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
9252 unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
9253 restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
9254 cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
9255 *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
9256 stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
9257 stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
9258 risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
9259 (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
9260 (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
9261 (mostlyclean): Adjust.
9262 (clean, distclean): Don't mention bootstrap stuff.
9263 * configure: Regenerate.
9264 * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
9265 java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
9266 treelang/config-lang.in (stagestuff): Remove.
9267 * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
9268 stageprofile, stagefeedback, stagestuff): Remove mention.
9269
9270 2007-01-11 Nick Clifton <nickc@redhat.com>
9271
9272 * config/mcore/predicates.md (mcore_general_movesrc_operand):
9273 Accept CONSTs.
9274 (mcore_general_movdst_operand): Do not accept CONST_INTs.
9275 (mcore_arith_K_S_operand): Run the test for the S constraint not
9276 the test for the M constraint.
9277 (mcore_addsub_operand): Do not accept integer values that are
9278 larger than 32 bits.
9279 * config/mcore/mcore.md: Remove unused constraints from split.
9280 (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
9281 (addsi3): Likewise.
9282 (allocate_stack): Likewise.
9283 * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
9284 operands to 32 bits.
9285 (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
9286 INTVAL.
9287 (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
9288 mcore_const_ok_for_inline, mcore_const_trick_uses_not,
9289 try_constant_tricks, mcore_num_ones, mcore_num_zeros,
9290 mcore_output_bclri, mcore_output_andn, output_inline_const,
9291 mcore_output_move, mcore_output_movedouble): Likewise.
9292 (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
9293 (output_inline_const): Likewise.
9294 (output_inline_const): Fix format strings used in sprintf
9295 statements.
9296 * config/mcore/mcore-protos.h: Update prototypes for changed
9297 functions in mcore.c.
9298 * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
9299 HOST_WIDE_INT and not int.
9300 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
9301 CONST_OK_FOR_N): Likewise.
9302 (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
9303 (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
9304 an INTVAL.
9305
9306 2007-01-10 Jan Hubicka <jh@suse.cz>
9307
9308 * tree-vrp.c (remove_range_assertions): Release defs.
9309 * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
9310 * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
9311
9312 2007-01-10 Paul Brook <paul@codesourcery.com>
9313
9314 * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
9315 * config/arm/arm.md (mulsi3subsi): New insn.
9316
9317 2007-01-10 Zdenek Dvorak <dvorakz@suse.cz>
9318
9319 * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
9320 (tree_transform_and_unroll_loop): New.
9321 * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
9322 Declare.
9323
9324 2007-01-10 Robert Kennedy <jimbob@google.com>
9325
9326 * fold-const.c (fold_comparison): Fold comparisons like (x *
9327 1000 < 0) to (x < 0).
9328
9329 2007-01-10 Ian Lance Taylor <iant@google.com>
9330
9331 * tree-pretty-print.c (dump_generic_node): Print parentheses when
9332 operands have the same priority.
9333
9334 2007-01-10 Tom Tromey <tromey@redhat.com>
9335
9336 * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
9337 (fold_binary): Likewise.
9338 * langhooks.c (lhd_can_use_bit_fields_p): Removed.
9339 * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
9340 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
9341 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
9342 * langhooks.h (struct lang_hooks): Removed field
9343 'can_use_bit_fields_p'.
9344
9345 2007-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
9346
9347 * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
9348
9349 2007-01-10 Razya Ladelsky <razya@il.ibm.com>
9350
9351 * function.c (get_last_funcdef_no): New function.
9352 * function.h (get_last_funcdef_no): Declare.
9353 * tree-inline.c (initialize_cfun): Add initialization.
9354 (tree_function_versioning): Cleanup.
9355
9356 2007-01-10 Jan Hubicka <jh@suse.cz>
9357
9358 * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
9359 PHIs.
9360
9361 2007-01-10 Sa Liu <saliu@de.ibm.com>
9362 Ben Elliston <bje@au.ibm.com>
9363
9364 * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
9365 for SAVE_NONLOCAL and Pmode for any other save level.
9366 * spu-protos.h (spu_restore_stack_block): Declare.
9367 * spu.md (save_stack_block): Remove.
9368 (restore_stack_block): Call spu_restore_stack_block.
9369 * spu.c (spu_restore_stack_block): New function.
9370 (spu_expand_epilogue): Remove old comment.
9371
9372 2007-01-09 Zdenek Dvorak <dvorakz@suse.cz>
9373
9374 PR tree-optimization/30322
9375 * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
9376 (cand_value_at): Return the value as aff_tree.
9377 (may_eliminate_iv): Convert the bound from aff_tree to tree.
9378 * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
9379 aff_combination_mult): New functions.
9380 (aff_combination_add): Use aff_combination_add_cst.
9381 (aff_combination_convert): Allow conversions to a wider type.
9382 (tree_to_aff_combination): Handle BIT_NOT_EXPR.
9383 * tree-affine.h (aff_combination_mult): Declare.
9384
9385 2007-01-09 Carlos O'Donell <carlos@codesourcery.com>
9386
9387 * doc/tm.texi: Update documentation to reflect reality of exec
9388 and start file search behaviours. Update copyright year.
9389 * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
9390 header file directories.
9391
9392 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
9393
9394 * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
9395 (*cosxf2): Rename to cosxf2_i387.
9396 (*sindf2, *sinsf2): Extend operand 1 to XFmode. Macroize patterns
9397 using X87MODEF12 mode macro. Rename patterns to
9398 *sin_extend<mode>xf2_i387. Use SSE_FLOAT_MODE_P to disable patterns
9399 for SSE math.
9400 (*cosdf2, *cossf2): Ditto.
9401 (sincosdf3, sincossf3): Ditto. Rewrite corresponding splitters
9402 to match extended input operands.
9403 (sincos<mode>3): New expander.
9404 (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
9405 insn patterns and corresponding splitters.
9406
9407 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
9408
9409 * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
9410 (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
9411
9412 2007-01-09 Nicolas Pitre <nico@cam.org>
9413
9414 PR target/30173
9415 * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
9416
9417 2007-01-08 Geoffrey Keating <geoffk@apple.com>
9418
9419 * target.h (struct gcc_target): New field library_rtti_comdat.
9420 * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
9421 (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
9422 * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
9423 * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
9424
9425 2007-01-08 Geoffrey Keating <geoffk@apple.com>
9426
9427 * doc/invoke.texi (Optimize Options): Correct description of -O0.
9428
9429 2007-01-08 Richard Guenther <rguenther@suse.de>
9430
9431 * tree.h (force_fit_type_double): Export.
9432 (force_fit_type): Remove.
9433 * fold-const.c (force_fit_type_double): New function.
9434 (force_fit_type): Remove.
9435 (int_const_binop): Use it.
9436 (fold_convert_const_int_from_int): Likewise.
9437 (fold_convert_const_int_from_real): Likewise.
9438 (fold_div_compare): Likewise.
9439 (fold_sign_changed_comparison): Likewise.
9440 (fold_unary): Likewise.
9441 (fold_negate_const): Likewise.
9442 (fold_abs_const): Likewise.
9443 (fold_not_const): Likewise.
9444 * c-common.c (shorten_compare): Use force_fit_type_double.
9445 * convert.c (convert_to_pointer): Likewise.
9446
9447 2007-01-08 Richard Guenther <rguenther@suse.de>
9448
9449 * tree.h (build_int_cst_wide_type): Export.
9450 * tree.c (build_int_cst_wide_type): New function.
9451 (build_int_cst_wide): Fix comment.
9452 * builtins.c (fold_builtin_object_size): Use build_int_cst
9453 to build -1 or 0 of the correct type. Use fit_double_type
9454 to check for overflow.
9455 * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
9456 to build the mask.
9457 (decode_field_reference): Likewise.
9458 (all_ones_mask_p): Likewise.
9459 (native_interpret_int): Use build_int_cst_wide_type.
9460 (fold_binary): Use build_int_cst_type to build an all-ones
9461 value.
9462 * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
9463
9464 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9465
9466 * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
9467
9468 2007-01-09 Ben Elliston <bje@au.ibm.com>
9469
9470 * genautomata.c (STATS_OPTION): New option.
9471 (stats_flag): New flag.
9472 (gen_automata_option): Handle it.
9473 (initiate_automaton_gen): Ditto.
9474 (write_automata): Output statistics only if stats_flag is
9475 set. Likewise, output time statistics only if time_flag is set.
9476 * doc/md.texi (Processor pipeline description): Document new flag.
9477
9478 2007-01-08 Richard Guenther <rguenther@suse.de>
9479
9480 * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
9481 * tree.c (build_int_cst_type): Likewise.
9482 (size_in_bytes): Don't call force_fit_type on the result.
9483 (int_fits_type_p): Use fit_double_type.
9484 * fold-const.c (fit_double_type): New function.
9485 (force_fit_type): Use it.
9486 * tree.h (fit_double_type): Export.
9487
9488 2007-01-08 Jan Hubicka <jh@suse.cz>
9489
9490 * tree-vectorizer.c (gate_increase_alignment): Fix return type.
9491 * ipa.c (function_and_variable_visibility): Fix return type.
9492
9493 2007-01-08 Richard Guenther <rguenther@suse.de>
9494
9495 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
9496 of offset to build the index.
9497 * tree-pretty-print.c (dump_generic_node): Don't build negated
9498 const just for printing.
9499 * c-pretty-print.c (pp_c_integer_constant): Likewise.
9500 * builtins.c (fold_builtin_int_roundingfn): Check if result
9501 fits the type by using force_fit_type and comparing the result.
9502 * predict.c (predict_loops): Use compare_tree_int for comparison.
9503 * tree.c (build_int_cst): Fall back to integer_type_node for
9504 NULL_TREE type.
9505 (build_int_cst_wide): Assert type is non-null.
9506
9507 2007-01-08 Roberto Costa <roberto.costa@st.com>
9508
9509 * tree-vrp.c (extract_range_from_cond_expr): New.
9510 (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
9511 * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
9512 as expressions.
9513 (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
9514 * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
9515 tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
9516 used as expressions.
9517 * tree-object-size.c (cond_expr_object_size): New.
9518 (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
9519
9520 2007-01-08 Jan Hubicka <jh@suse.cz>
9521
9522 * tree-ssa-forwprop.c (forward_propagate_into_cond,
9523 tree_ssa_forward_propagate_single_use_va): Release defs of propagated
9524 statement.
9525
9526 2007-01-08 Richard Guenther <rguenther@suse.de>
9527
9528 PR tree-optimization/23603
9529 * tree-vrp.c (set_value_range_to_truthvalue): New function.
9530 (extract_range_from_binary): Fall back to truthvalue instead of
9531 varying for TRUTH_*_EXPR.
9532 (extract_range_from_comparison): Fall back to truthvalue instead of
9533 varying.
9534 (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
9535 if all visited PHI values were constant.
9536
9537 2007-01-08 Jan Hubicka <jh@suse.cz>
9538
9539 * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
9540 (cgraph_analyze_function): break out from ...
9541 (cgraph_finalize_compilation_unit): ... here.
9542 (cgraph_expand_function): Remove forgoten commented out line.
9543 (cgraph_optimize): Analyze functions.
9544
9545 2007-01-08 Jan Hubicka <jh@suse.cz>
9546
9547 * tree-pas.h (TODO_remove_function): New flag.
9548 (TODO_update*): Renumber.
9549 (pass_ipa_increase_alignment,
9550 pass_ipa_function_and_variable_visibility): New passes.
9551 * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
9552 (cgraph_function_and_variable_visibility): Move to ipa.c
9553 (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
9554 cgraph_increase_alignment.
9555 * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
9556 (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
9557 calling tree-inline.
9558 (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
9559 (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
9560 * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
9561 (gate_increase_alignment): New function.
9562 (pass_ipa_increase_alignment): New pass.
9563 * ipa.c: Inline tree-pass.h and timevar.h
9564 (function_and_variable_visibility): Move here from cgraphunit.c
9565 * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
9566 * passes.c (init_optimization_passes): Add the two new passes.
9567 (execute_todo): Handle cgraph_remove_functions.
9568
9569 2007-01-08 Nick Clifton <nickc@redhat.com>
9570
9571 * config/frv/predicates.md (reg_or_0_operand): Accept
9572 CONST_DOUBLEs.
9573
9574 2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
9575
9576 * config/bfin/rtems.h, config/bfin/t-rtems: New.
9577 * config.gcc: Add bfin*-rtems*.
9578
9579 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
9580
9581 * c.opt: Add -flax-vector-conversions.
9582 * c-typeck.c (convert_for_assignment): Pass flag to
9583 vector_types_convertible_p to allow emission of note.
9584 (digest_init): Likewise.
9585 * c-opts.c: Handle -flax-vector-conversions.
9586 * c-common.c (flag_lax_vector_conversions): New.
9587 (vector_types_convertible_p): Unless -flax-vector conversions
9588 has been passed, disallow conversions between vectors with
9589 differing numbers of subparts and/or element types. If such
9590 a conversion is disallowed, possibly emit a note on the first
9591 occasion only to inform the user of -flax-vector-conversions.
9592 The new last argument specifies this.
9593 * c-common.h (flag_lax_vector_conversions): New.
9594 (vector_types_convertible_p): Add extra argument.
9595 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
9596 char_type_node for V*QI type vectors.
9597 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
9598 Update to satisfy new typechecking rules.
9599 * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
9600 C and C++ variants.
9601 * doc/invoke.texi (C Dialect Options): Document
9602 -flax-vector-conversions.
9603
9604 2007-01-08 Mark Shinwell <shinwell@codesourcery.com>
9605
9606 PR tree-optimization/29877
9607 * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
9608 a register variable on the RHS to not be replaceable.
9609
9610 2007-01-08 Chen Liqin <liqin@sunnorth.com.cn>
9611 * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
9612 * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
9613 const_simm15, const_pow2, const_npow2): Added.
9614 * config/score/misc.md (insv, extv, extzv, movmemsi,
9615 move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
9616 * config/score/score.c (score_address_cost, score_select_cc_mode):
9617 Added.
9618 Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
9619 Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
9620 Update score_print_operand.
9621 * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
9622 Adjust register allocate order and update some macro define.
9623 * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
9624 mdx_block_move_straight, mdx_block_move_loop_head,
9625 mdx_block_move_loop_body, mdx_block_move_loop_foot, mdx_block_move_loop,
9626 mdx_block_move): Added.
9627 (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
9628 mdp_limm): Updated and fix some bug and typo.
9629 * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
9630 (movsf, movdf, doloop_end): Added.
9631
9632 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
9633
9634 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
9635 config/arm/thumb2.md: Fix comment typos.
9636 * doc/extend.texi: Fix a typo.
9637
9638 2007-01-07 Eric Christopher <echristo@apple.com>
9639
9640 * configure.ac: Check for __stack_chk_fail for darwin.
9641 * configure: Regenerate.
9642
9643 2007-01-07 Richard Guenther <rguenther@suse.de>
9644
9645 * tree-vrp.c (extract_range_from_assert): CSE calls to
9646 compare_values where possible.
9647 (extract_range_from_unary_expr): Likewise.
9648
9649 2007-01-07 Anatoly Sokolov <aesok@post.ru>
9650
9651 * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
9652 * config/avr/avr.c (call_insn_operand): Delete function.
9653 * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
9654 instead of register number. Use predicates.
9655 * config/avr/predicates.md (const0_operand, reg_or_0_operand,
9656 call_insn_operand): Add.
9657
9658 2007-01-06 Jan Hubicka <jh@suse.cz>
9659
9660 * tree-pass.h (pass_build_cgraph_edges): Declare.
9661 * cgraphunit.c (record_refernece): Move to cgraphbuild.c
9662 (visited_nodes): Remove.
9663 (cgraph_create_edges): Move to cgraphbuild.c; rename to
9664 build_cgrpah_edges; make visited_nodes local.
9665 (cgraph_process_new_functions): DO not call initialize_inline_failed.
9666 (record_references_in_initializer): Move to cgraphbuild.c
9667 (initialize_inline_failed, rebuild_cgraph_edges,
9668 pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
9669 (verify_cgraph_node): Make visited_nodes local.
9670 (cgraph_analyze_function): Do not call cgraph_create_edges and
9671 initialize_inline_failed.
9672 (cgraph_expand_function): Do not call cgraph_lower_function;
9673 assert that function is already lowered.
9674 * Makefile.in (cgraphbuild.o): New.
9675 * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
9676 at the end of lowering passes.
9677
9678 2007-01-06 Steven Bosscher <steven@gcc.gnu.org>
9679
9680 * ifcvt.c (cond_move_convert_if_block): New function, code
9681 factored out from...
9682 (cond_move_process_if_block): ...here. Call the new function
9683 on the THEN and ELSE blocks.
9684 (merge_if_block): Do not copy global_live_at_end, merge_blocks
9685 already takes care of this.
9686
9687 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9688
9689 PR c/19978
9690 * tree.h (TREE_OVERFLOW_P): New.
9691 * c-typeck.c (parser_build_unary_op): Warn only if result
9692 overflowed and operands did not.
9693 (parser_build_binary_op): Likewise.
9694 (convert_for_assignment): Remove redundant overflow_warning.
9695 * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
9696
9697 2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9698
9699 * c-typeck.c (store_init_value): Split over two lines to follow
9700 the GNU coding style.
9701
9702 2007-01-05 Benjamin Kosnik <bkoz@redhat.com>
9703
9704 * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
9705 __GXX_EXPERIMENTAL_CXX0X__.
9706 * doc/cpp.texi: Same.
9707
9708 2007-01-05 Richard Guenther <rguenther@suse.de>
9709
9710 PR middle-end/27826
9711 * tree.c (get_narrower): Do not construct COMPONENT_REFs
9712 with mismatched types. Instead explicitly build a
9713 conversion NOP_EXPR.
9714
9715 2007-01-05 Ian Lance Taylor <iant@google.com>
9716
9717 * c-common.c (decl_with_nonnull_addr_p): New function.
9718 (c_common_truthvalue_conversion): Call it.
9719 * c-typeck.c (build_binary_op): Likewise.
9720 * c-common.h (decl_with_nonnull_addr_p): Declare.
9721
9722 2007-01-05 Jakub Jelinek <jakub@redhat.com>
9723
9724 PR c/30360
9725 * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
9726 denom against 0.0.
9727
9728 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9729
9730 * doc/install.texi (Final install): Document the fact that
9731 the GNAT runtime should not be stripped.
9732
9733 2007-01-04 Jan Hubicka <jh@suse.cz>
9734
9735 * tree-inline.c (fold_marked_statements): Update operand caches
9736 and EH after folding
9737
9738 2007-01-04 Ian Lance Taylor <iant@google.com>
9739
9740 * c-common.c (check_function_nonnull): Whitespace fix.
9741
9742 2007-01-04 Jan Hubicka <jh@suse.cz>
9743
9744 * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
9745 comitted older version of patch.
9746 (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
9747 function, celanup cfg and collect garbage.
9748
9749 2007-01-04 Mike Stump <mrs@apple.com>
9750
9751 * Makefile.in (mostlyclean): Don't remove libgcc anymore.
9752 (clean): Likewise.
9753
9754 2007-01-04 Eric Christopher <echristo@apple.com>
9755
9756 * libgcc2.c (__bswapsi2): Use SItype.
9757 (__bswapdi2): Use DItype.
9758 * libgcc2.h: Update for above.
9759
9760 2007-01-04 Paul Brook <paul@codesourcery.com>
9761
9762 * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
9763 mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
9764 mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
9765 umulsidi3, umulsidi3adddi, smulsi3_highpart,
9766 umulsi3_highpart): Make conditional on !arm_arch6.
9767 (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
9768 mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
9769 mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
9770 umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
9771 umulsi3_highpart_v6): New insns.
9772
9773 2007-01-04 Roger Sayle <roger@eyesopen.com>
9774
9775 * fold-const.c (fold_convert): When casting an expression to void,
9776 fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
9777 have a type. Instead of attempting to build a NOP_EXPR, return
9778 these "special" trees directly.
9779
9780 2007-01-04 Joseph Myers <joseph@codesourcery.com>
9781
9782 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
9783 MULT inside MINUS as either argument. Use rs6000_cost->dmul -
9784 rs6000_cost->fp not 0 as adjustment for outer NEG.
9785
9786 2007-01-04 Jan Hubicka <jh@suse.cz>
9787
9788 * cgraph.c (cgraph_release_function_body): New function.
9789 (cgraph_remove_node): Use it.
9790 * cgraph.h (cgraph_release_function_body): Declare.
9791 * cgraphunit.c (cgraph_expand_function): Use it.
9792 * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
9793 * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
9794 is initialized and while compilation of other function is running.
9795 * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
9796 statement CFG annotations from here to ...
9797 * tree-cfg.c (delete_tree_cfg_annotations): ... here.
9798
9799 2007-01-04 Zdenek Dvorak <dvorakz@suse.cz>
9800
9801 * cfgloop.h (enum li_flags): Make the constants powers of two.
9802
9803 2007-01-04 Jan Hubicka <jh@suse.cz>
9804
9805 * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
9806 set.
9807 (fold_marked_statements): New function.
9808 (optimize_inline_calls, tree_function_versioning): Fold new statements.
9809 * tree-inline.h (copy_body_data): Add statements_to_fold.
9810
9811 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9812
9813 * config.gcc: Mention libgcc/config.host.
9814 * Makefile.in: Update comments mentioning libgcc.
9815 (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
9816 (all.cross, start.encap, rest.encap, rest.cross): Update
9817 dependencies for libgcc move.
9818 (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
9819 (clean-target, clean-target-libgcc): Delete.
9820 (srcdirify, GCC_EXTRA_PARTS): New macros.
9821 (libgcc-support, libgcc.mvars): New rules.
9822 (distclean): Remove mention of mklibgcc.
9823 (install): Don't reference INSTALL_LIBGCC.
9824 (install-common): Don't reference EXTRA_PARTS.
9825 (install-libgcc, install-multilib): Delete rules.
9826 * mklibgcc.in: Delete file.
9827 * doc/configfiles.texi: Don't mention mklibgcc.
9828
9829 * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
9830 * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
9831 * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
9832 * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
9833 (mklibgcc, ldblspecs): Likewise.
9834
9835 * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
9836 (posixpre.def): Use $(T).
9837 (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
9838 (SHLIB_SRC, SHLIB_INSTALL): Delete.
9839 (SHLIB_LINK): Make dummy.
9840 * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
9841
9842 * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
9843
9844 * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
9845 * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
9846 config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
9847 config/rs6000/t-newas, config/sparc/t-elf: Likewise.
9848
9849 * configure.ac (all_outputs): Remove mklibgcc.
9850 * configure: Regenerated.
9851
9852 2007-01-03 Josh Conner <jconner@apple.com>
9853
9854 PR middle-end/29683
9855 * calls.c (compute_argument_addresses): Set stack and stack_slot
9856 for partial args, too.
9857 (store_one_arg): Use locate.size.constant for the size when
9858 generating a save_area.
9859
9860 2007-01-03 Robert Kennedy <jimbob@google.com>
9861
9862 * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
9863 whose definitions are deleted due to basic block merging.
9864
9865 2007-01-03 Paul Brook <paul@codesourcery.com>
9866
9867 PR target/16634
9868 * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
9869 functions.
9870 (use_return_insn): Return 0 for Thumb interrupt functions.
9871 (print_multi_reg): Add rfe argument for IRQ returns.
9872 (arm_output_epilogue): Pop interrupt return address directly into PC.
9873 (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
9874
9875 2007-01-03 Paul Brook <paul@codesourcery.com>
9876
9877 Merge from sourcerygxx-4_1.
9878 * config/arm/thumb2.md: New file.
9879 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
9880 Thumb-2.
9881 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
9882 * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
9883 (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
9884 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
9885 tables.
9886 (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
9887 * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
9888 comptibility.
9889 * config/arm/ieee754-sf.S: Ditto.
9890 * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
9891 (thumb1_base_register_rtx_p): ... to this.
9892 (thumb_index_register_rtx_p): Rename...
9893 (thumb1_index_register_rtx_p): ... to this.
9894 (thumb_output_function_prologue): Rename...
9895 (thumb1_output_function_prologue): ... to this.
9896 (thumb_legitimate_address_p): Rename...
9897 (thumb1_legitimate_address_p): ... to this.
9898 (thumb_rtx_costs): Rename...
9899 (thumb1_rtx_costs): ... to this.
9900 (thumb_compute_save_reg_mask): Rename...
9901 (thumb1_compute_save_reg_mask): ... to this.
9902 (thumb_final_prescan_insn): Rename...
9903 (thumb1_final_prescan_insn): ... to this.
9904 (thumb_expand_epilogue): Rename...
9905 (thumb1_expand_epilogue): ... to this.
9906 (arm_unwind_emit_stm): Rename...
9907 (arm_unwind_emit_sequence): ... to this.
9908 (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
9909 thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
9910 thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
9911 arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
9912 thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
9913 thumb2_output_casesi): New functions.
9914 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
9915 (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
9916 FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
9917 THUMB2_WORK_REGS): Define.
9918 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
9919 arm_condexec_mask, arm_condexec_masklen)): New variables.
9920 (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
9921 (arm_override_options): Check new CPU capabilities.
9922 Set new architecture flag variables.
9923 (arm_isr_value): Handle v7m interrupt functions.
9924 (user_return_insn): Return 0 for v7m interrupt functions. Handle
9925 Thumb-2.
9926 (const_ok_for_arm): Handle Thumb-2 constants.
9927 (arm_gen_constant): Ditto. Use movw when available.
9928 (arm_function_ok_for_sibcall): Return false for v7m interrupt
9929 functions.
9930 (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
9931 (thumb_find_work_register, arm_load_pic_register,
9932 legitimize_tls_address, arm_address_cost, load_multiple_sequence,
9933 emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
9934 print_multi_reg, output_mov_long_double_fpa_from_arm,
9935 output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
9936 output_mov_double_fpa_from_arm, output_move_double,
9937 arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
9938 output_return_instruction, arm_output_function_prologue,
9939 arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
9940 arm_output_mi_thunk, thumb_set_return_address): Ditto.
9941 (arm_expand_prologue): Handle Thumb-2. Use arm_save_coproc_regs.
9942 (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
9943 (arithmetic_instr, shift_op): Use arm_shift_nmem.
9944 (arm_print_operand): Use arm_print_condition. Handle '(', ')', '.',
9945 '!' and 'L'.
9946 (arm_final_prescan_insn): Use extract_constrain_insn_cached.
9947 (thumb_expand_prologue): Use thumb_set_frame_pointer.
9948 (arm_file_start): Output directive for unified syntax.
9949 (arm_unwind_emit_set): Handle stack alignment instruction.
9950 * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
9951 Add v6t2, v7, v7a, v7r and v7m.
9952 (RETLDM): Add Thumb-2 code.
9953 (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
9954 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
9955 (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
9956 TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
9957 THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
9958 ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
9959 THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
9960 CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
9961 ADJUST_INSN_LENGTH): Define.
9962 (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
9963 STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
9964 BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
9965 PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
9966 SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
9967 TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
9968 HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
9969 HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
9970 REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
9971 REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
9972 LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
9973 GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
9974 ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
9975 FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
9976 PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
9977 (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
9978 * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
9979 cortex-m3.
9980 * config/arm/arm-tune.md: Regenerate.
9981 * config/arm/arm-protos.h: Update prototypes.
9982 * config/arm/vfp.md: Enable patterns for Thumb-2.
9983 (arm_movsi_vfp): Add movw alternative. Use output_move_vfp.
9984 (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
9985 (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
9986 thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
9987 * config/arm/libunwind.S: Add Thumb-2 code.
9988 * config/arm/constraints.md: Update include Thumb-2.
9989 * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
9990 * config/arm/ieee754-df.S: Ditto.
9991 * config/arm/bpabi.S: Ditto.
9992 * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
9993 * config/arm/predicates.md (low_register_operand,
9994 low_reg_or_int_operand, thumb_16bit_operator): New.
9995 (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
9996 (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
9997 * config/arm/t-arm-elf: Add armv7 multilib.
9998 * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
9999 Include thumb2.md.
10000 (UNSPEC_STACK_ALIGN, ce_count): New.
10001 (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
10002 arm_zero_extendsidi2, arm_zero_extendqidi2): New
10003 insns/expanders.
10004 * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
10005 (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
10006 thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
10007 * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
10008 (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
10009 thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
10010 insns.
10011 * doc/extend.texi: Document ARMv7-M interrupt functions.
10012 * doc/invoke.texi: Document Thumb-2 new cores+architectures.
10013
10014 2007-01-03 Jakub Jelinek <jakub@redhat.com>
10015
10016 * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
10017 (struct _Unwind_Context): Rename args_size to flags, remove
10018 signal_frame field, add a new args_size field and version field.
10019 (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
10020 _Unwind_IsExtendedContext): New inline functions.
10021 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
10022 Assume by_value array is only present if _Unwind_IsExtendedContext.
10023 (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
10024 _Unwind_IsSignalFrame.
10025 (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
10026 (uw_update_context_1): Use _Unwind_SetSignalFrame.
10027 (uw_init_context_1): Initialize context->flags to
10028 EXTENDED_CONTEXT_BIT.
10029 * config/rs6000/linux-unwind.h (frob_update_context): Use
10030 _Unwind_SetSignalFrame.
10031
10032 2007-01-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
10033
10034 PR middle-end/30353
10035 * gimplify.c (gimplify_modify_expr_complex_part): Move below
10036 tree_to_gimple_tuple. Call tree_to_gimple_tuple when we need
10037 the value.
10038
10039 2007-01-03 Kazu Hirata <kazu@codesourcery.com>
10040
10041 * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
10042 REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
10043 RET, AT_SP): Remove.
10044 * config/i386/i386.md (*sse_prologue_save_insn): Use return
10045 instead of RET.
10046
10047 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
10048 * cfgbuild.c (find_basic_blocks): Likewise.
10049 * cfgrtl.c (rtl_create_basic_block): Likewise.
10050 * function.c (temp_slots_at_level): Likewise.
10051 * reg-stack.c (stack_regs_mentioned): Likewise.
10052 * regclass.c (allocate_reg_info): Likewise.
10053 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
10054 set_bb_for_stmt, move_block_to_fn): Likewise.
10055 * tree-complex.c (tree_lower_complex): Likewise.
10056 * vec.h (VEC_safe_grow_cleared): New.
10057
10058 * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
10059
10060 2007-01-03 Zdenek Dvorak <dvorakz@suse.cz>
10061
10062 * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
10063 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
10064 to loop_version.
10065 * cfgloopmanip.c (scale_loop_frequencies): Export.
10066 (loopify): Scale the frequencies by prescribed coefficients.
10067 (set_zero_probability): New function.
10068 (duplicate_loop_to_header_edge): Improve updating of frequencies.
10069 (lv_adjust_loop_entry_edge, loop_version): Set probabilities
10070 and frequencies according to arguments.
10071 * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
10072 correctly.
10073 * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
10074 * modulo-sched.c (sms_schedule): Set probabilities for entering
10075 versioned loop correctly.
10076 * tree-vect-transform.c (vect_transform_loop): Ditto.
10077 * cfgloop.h (loopify, loop_version): Declaration changed.
10078 (scale_loop_frequencies): Declared.
10079
10080 2007-01-02 Jan Hubicka <jh@suse.cz>
10081
10082 * cgraph.c: Include tree-flow.h
10083 (cgraph_add_new-function): Handle IPA_SSA mode; execute
10084 early_local_passes.
10085 * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
10086 * tree-pass.h (pass_all_early_optimizations): Declare.
10087 * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
10088 early_local_passes.
10089 (cgraph_analyze_function): Do early_local_passes.
10090 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
10091 Do not add referenced vars.
10092 * tree-optimize.c (gate_all_optimizations): Do not execute when not in
10093 SSA form.
10094 (gate_all_early_local_passes): New gate.
10095 (pass_early_local_passes): Use new gate.
10096 (execute_early_local_optimizations): New functions.
10097 (gate_all_early_optimizations): New gate.
10098 (pass_all_early_optimizations): New pass.
10099 (execute_free_datastructures): Free SSA only when initialized.
10100 (gate_init_datastructures): Init only when optimizing.
10101 (tree_lowering_passes): Do early local passes when called late.
10102 * tree-profile.c (do_tree_profiling): Don't profile functions added
10103 late.
10104 (do_early_tree_profiling, pass_early_tree_profile): Kill.
10105 * tree-cfg.c (update_modified_stmts): Do not update when operands are
10106 not active.
10107 * passes.c (init_optimizations_passes): Reorder so we go into SSA
10108 during early_local_passes.
10109 * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
10110
10111
10112 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
10113
10114 * Makefile.in: Update copyright year.
10115
10116 2007-01-02 Carlos O'Donell <carlos@codesourcery.com>
10117
10118 * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
10119 in $(lang_checks) and check-consistency targets.
10120
10121 2007-01-02 Jan Hubicka <jh@suse.cz>
10122
10123 * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
10124 Do not add referenced vars.
10125 * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
10126 are not active.
10127 * passes.c (init_optimization_passes): Put mudflap_2 after
10128 free_datastructures.
10129
10130 2007-01-02 Jan Hubicka <jh@suse.cz>
10131
10132 * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
10133 Set NOTHROW flag on call statements proved to be nothrow.
10134 Update statement of local calls so new pure/const functions are
10135 updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
10136 goto receivers.
10137 (tree_rest_of_compilation): Register hooks and initialize bitmap
10138 early. Do not set after_inlining flag.
10139
10140 2007-01-02 Steve Ellcey <sje@cup.hp.com>
10141
10142 * sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to
10143 HOST_BITS_PER_LONGLONG
10144
10145 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
10146
10147 PR c/19977
10148 * c-typeck.c (store_init_value): Don't emit pedantic overflow
10149 warning for non-static initializers.
10150
10151 2007-01-02 Steven Bosscher <steven@gcc.gnu.org>
10152
10153 * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
10154 m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
10155 rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
10156 Always use set_unique_reg_note to add REG_EQUAL notes.
10157
10158 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
10159
10160 Revert:
10161 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
10162
10163 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
10164 * cfgbuild.c (find_basic_blocks): Likewise.
10165 * cfgrtl.c (rtl_create_basic_block): Likewise.
10166 * function.c (temp_slots_at_level): Likewise.
10167 * reg-stack.c (stack_regs_mentioned): Likewise.
10168 * regclass.c (allocate_reg_info): Likewise.
10169 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
10170 set_bb_for_stmt, move_block_to_fn): Likewise.
10171 * tree-complex.c (tree_lower_complex): Likewise.
10172 * vec.h (VEC_safe_grow_cleared): New.
10173
10174 2007-01-02 Ian Lance Taylor <iant@google.com>
10175
10176 * c-common.c (c_common_truthvalue_conversion): When warning about
10177 using an assignment as a truth value, set TREE_NO_WARNING.
10178
10179 2007-01-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
10180
10181 PR middle-end/7651
10182 * c.opt (Wold-style-declaration): New.
10183 * doc/invoke.texi (C-only Warning Options): New.
10184 (Wold-style-declaration): Document it.
10185 (Wextra): Enabled by -Wextra.
10186 * c-opts.c (c_common_post_options): Enabled by -Wextra.
10187 * c-decl.c (declspecs_add_scspec): Replace -Wextra with
10188 -Wold-style-declaration.
10189
10190 2007-01-02 Kazu Hirata <kazu@codesourcery.com>
10191
10192 * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
10193 * cfgbuild.c (find_basic_blocks): Likewise.
10194 * cfgrtl.c (rtl_create_basic_block): Likewise.
10195 * function.c (temp_slots_at_level): Likewise.
10196 * reg-stack.c (stack_regs_mentioned): Likewise.
10197 * regclass.c (allocate_reg_info): Likewise.
10198 * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
10199 set_bb_for_stmt, move_block_to_fn): Likewise.
10200 * tree-complex.c (tree_lower_complex): Likewise.
10201 * vec.h (VEC_safe_grow_cleared): New.
10202
10203 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
10204
10205 * c-common.c (c_common_nodes_and_builtins): Since variants of
10206 void_type_node get built before it is given a name, we need to
10207 give those variants the name, too.
10208 (complete_array_type): We need to work with the canonical main
10209 type of the array, from which we will build the qualified version.
10210 * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
10211 * print-tree.c (print_node): Display canonical type information
10212 for each type.
10213 * stor-layout.c (layout_type): When we don't know the
10214 alignment of a type for which we're building an array, we end up
10215 guessing wrong, so make the type require structural equality.
10216 * tree.c (make_node_stat): When we build a new type, it is its
10217 own canonical type.
10218 (build_type_attribute_qual_variant): When building an attribute
10219 variant, its canonical type is the non-attribute variant. However,
10220 if the attributes are target-dependent and they differ, we need to
10221 use structural equality checks for this type.
10222 (build_qualified_type): A qualified type is not equivalent to its
10223 unqualified variant; set the canonical type appropriately.
10224 (build_distinct_type_copy): When building a distinct type from
10225 another type, the new type is its own canonical type.
10226 (build_variant_type_copy): When building a new type variant, we
10227 assume that it is equivalent to the original type.
10228 (build_pointer_type_for_mode): When building a pointer type, also
10229 build a canonical type pointer.
10230 (build_reference_type_for_mode): When building a reference type,
10231 also build a canonical type reference.
10232 (build_index_type): When we can't hash an index type (e.g.,
10233 because its maximum value is negative), the index type requires
10234 structural equality tests.
10235 (build_array_type): Build the canonical form of an array type.
10236 (build_function_type): Function types require structural equality,
10237 because they contain default arguments, attributes, etc.
10238 (build_method_type_directly): Ditto for method types.
10239 (build_offset_type): Build the canonical offset type.
10240 (build_complex_type): Build the canonical vector type.
10241 (make_vector_type): Build the canonical vector type.
10242 * tree.h (TYPE_CANONICAL): New.
10243 (TYPE_STRUCTURAL_EQUALITY_P): New.
10244 (SET_TYPE_STRUCTURAL_EQUALITY): New.
10245 (struct tree_type): Added "canonical" field.
10246 * params.h (VERIFY_CANONICAL_TYPES): New.
10247 * doc/c-tree.texi (TYPE_CANONICAL): Document.
10248 (TYPE_STRUCTURAL_EQUALITY_P): Document.
10249 (SET_TYPE_STRUCTURAL_EQUALITY): Document.
10250 * doc/invoke.texi (verify-canonical-types): Document --param
10251 parameter for verifying canonical types.
10252
10253 2007-01-02 Joseph Myers <joseph@codesourcery.com>
10254
10255 * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
10256 powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
10257 powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
10258 powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
10259 tm_file.
10260 * config/rs6000/e500.h: New.
10261 * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
10262 TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
10263 Remove.
10264 * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
10265 TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
10266 TARGET_E500_DOUBLE): Remove.
10267 * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
10268 TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
10269 * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
10270 * config/rs6000/rs6000.c (rs6000_override_options): Use
10271 CHECK_E500_OPTIONS.
10272
10273 2007-01-02 Joseph Myers <joseph@codesourcery.com>
10274
10275 * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
10276 TARGET_E500_DOUBLE), not TARGET_E500, for %y.
10277 (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
10278 rs6000_emit_cmove): Don't check TARGET_E500.
10279 * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
10280 sordered): Don't check TARGET_E500.
10281
10282 2007-01-01 Eric Christopher <echristo@apple.com>
10283
10284 * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
10285 HARD_REGISTER_NUM_P.
10286
10287 2007-01-01 Roger Sayle <roger@eyesopen.com>
10288
10289 * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
10290 "X eq/ne (C1^C2)". Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
10291 has no side-effects. Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
10292 eq/ne Y".
10293
10294 2007-01-01 Mike Stump <mrs@apple.com>
10295
10296 * configure.ac: Remove support for building with Apple's gcc-3.1.
10297
10298 2007-01-02 Joseph Myers <joseph@codesourcery.com>
10299
10300 PR middle-end/30311
10301 * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
10302 REG is a hard register. Do not modify REG before calling
10303 subreg_nregs.
10304 * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
10305 multiple of the size of YMODE for certain lowpart cases.
10306
10307 2007-01-01 Andrew Pinski <pinskia@gmail.com>
10308
10309 PR middle-end/30253
10310 * gimplify (voidify_wrapper_expr): Update for
10311 GIMPLE_MODIFY_STMT.
10312
10313 2007-01-01 Andreas Schwab <schwab@suse.de>
10314
10315 PR target/29166
10316 * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
10317 save of BR0 in extra_spill_size instead of spill_size.
10318 (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
10319 area.
10320 (ia64_expand_epilogue): Restore BR0 from its new location.
10321
10322 2007-01-01 Andrew Pinski <pinskia@gmail.com>
10323
10324 * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
10325 Use a temporary variable if the left hand side is not a gimple
10326 register.
10327
10328 2007-01-01 Andrew Pinski <pinskia@gmail.com>
10329
10330 * gimplify.c (gimplify_return_expr): Make the temporary variable
10331 for the return expression, a gimple register variable.
10332
10333 2007-01-01 Jan Hubicka <jh@suse.cz>
10334
10335 * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
10336 INSN_LIST.
10337
10338 2007-01-01 Mike Stump <mrs@apple.com>
10339
10340 * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
10341 .literal16.
10342 * config/darwin.c (machopic_select_rtx_section): Use
10343 HAVE_GAS_LITERAL16.
10344 (darwin_mergeable_constant_section): Likewise.
10345 * configure: Regenerate.
10346 * config.in: Regenerate.
10347
10348 2007-01-01 Jan Hubicka <jh@suse.cz>
10349 Andrew Pinski <pinskia@gmail.com>
10350
10351 * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
10352 before starting IPA passes.