configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version...
[gcc.git] / gcc / ChangeLog
1 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * builtins.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals.
4 * doc/install.texi: Bump recommended MPFR to 2.3.2.
5
6 2008-10-12 Kenneth Zadeck <zadeck@naturalbridge.com>
7
8 PR middle-end/37808
9 * df-scan.c (df_ref_change_reg_with_loc_1): Added test to make
10 sure that ref has valid bb.
11
12 2008-10-12 Richard Henderson <rth@redhat.com>
13
14 PR middle-end/37447
15 * Makefile.in (reload1.o): Depend on EMIT_RTL_H.
16 * alias.c (value_addr_p, stack_addr_p): Remove.
17 (nonoverlapping_memrefs_p): Remove IRA special case.
18 * emit-rtl.c (get_spill_slot_decl, set_mem_attrs_for_spill): New.
19 * emit-rtl.h (set_mem_attrs_for_spill): Declare.
20 * reload1.c (alter_reg): Use it.
21
22 2008-10-12 Uros Bizjak <ubizjak@gmail.com>
23
24 * config/i386/driver-i386.c (detect_caches_cpuid2): Use array
25 of registers instead of eax, ebx, ecx and edx. Use for loop
26 and check register for non-zero value before the call
27 to decode_caches_intel.
28
29 2008-10-11 Kenneth Zadeck <zadeck@naturalbridge.com>
30
31 PR rtl-optimization/37448
32 * df.h: (df_ref_class): New enum.
33 (DF_REF_TYPE_NAMES, df_ref_extract): Removed.
34 (struct df_ref): Replaced with union df_ref_d.
35 (df_base_ref, df_artificial_ref, df_regular_ref, df_extract_ref):
36 New members of df_ref_d union.
37 (DF_REF_REAL_REG, DF_REF_REGNO, DF_REF_REAL_LOC, DF_REF_REG,
38 DF_REF_LOC, DF_REF_BB, DF_REF_INSN_INFO, DF_REF_INSN,
39 DF_REF_CLASS, DF_REF_TYPE, DF_REF_CHAIN, DF_REF_ID, DF_REF_FLAGS,
40 DF_REF_ORDER, DF_REF_IS_ARTIFICIAL, DF_REF_NEXT_REG,
41 DF_REF_PREV_REG, DF_REF_EXTRACT_WIDTH, DF_REF_EXTRACT_OFFSET,
42 DF_REF_EXTRACT_MODE): Replaced definition to access union
43 df_ref_d.
44 (DF_MWS_REG_DEF_P, DF_MWS_REG_USE_P, DF_MWS_TYPE): New macros.
45 (df_scan_bb_info, df_bb_regno_first_def_find,
46 df_bb_regno_last_def_find, df_find_def, df_find_use,
47 df_refs_chain_dump, df_regs_chain_dump, df_ref_debug,
48 debug_df_ref, df_chain_create, df_chain_unlink, df_chain_copy,
49 df_ref_create, df_ref_remove, df_compute_accessed_bytes,
50 df_get_artificial_defs, df_get_artificial_uses, union_defs)
51 Replaced struct df_ref * with df_ref.
52 * df-scan.c (df_collection_rec, df_null_ref_rec,
53 df_ref_chain_delete_du_chain, df_ref_chain_delete, df_install_ref,
54 df_grow_ref_info, df_ref_create, df_reg_chain_unlink,
55 df_ref_compress_rec, df_ref_remove, df_ref_chain_delete_du_chain,
56 df_ref_chain_delete, df_free_collection_rec, df_insn_rescan,
57 df_reorganize_refs_by_reg_by_reg,
58 df_reorganize_refs_by_reg_by_insn, df_reorganize_refs_by_reg,
59 df_ref_change_reg_with_loc_1, df_notes_rescan, df_swap_refs,
60 df_sort_and_compress_refs, df_install_ref, df_install_refs,
61 df_ref_record, df_get_conditional_uses, df_get_call_refs,
62 df_bb_refs_record, df_exit_block_uses_collect,
63 df_record_exit_block_uses, df_reg_chain_mark,
64 df_reg_chain_verify_unmarked, df_refs_verify): Replaced struct
65 df_ref * with df_ref.
66 (df_ref_record, df_uses_record, df_ref_create_structure): Added
67 df_ref_class parameter.
68 (df_scan_problem_data): Added new pools for different types of
69 refs.
70 (df_scan_free_internal, df_scan_alloc, df_free_ref,
71 df_ref_create_structure): Processed new ref pools.
72 (df_scan_start_dump): Added counts of refs and insns.
73 (df_ref_create, df_notes_rescan, df_def_record_1, df_uses_record,
74 df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
75 df_entry_block_defs_collect, df_exit_block_uses_collect): Added
76 code to pass df_ref_class down to ref creation functions.
77 (df_reg_chain_unlink, df_ref_remove, df_ref_change_reg_with_loc_1,
78 df_reg_chain_mark): Use macros to hide references to df_refs.
79 (df_ref_chain_change_bb): Removed.
80 (df_insn_change_bb): Remove calls to df_ref_insn_change_bb.
81 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
82 Enhanced to understand df_ref union structure.
83 * fwprop.c (local_ref_killed_between_p, use_killed_between,
84 all_uses_available_at, update_df, try_fwprop_subst,
85 forward_propagate_subreg, forward_propagate_and_simplify,
86 forward_propagate_into, fwprop, fwprop_addr): Replaced struct
87 df_ref * with df_ref.
88 (use_killed_between, all_uses_available_at): Use macros to hide
89 references to df_refs.
90 * regstat.c (regstat_bb_compute_ri,
91 regstat_bb_compute_calls_crossed): Replaced struct df_ref * with
92 df_ref.
93 * see.c (see_handle_relevant_defs, see_handle_relevant_uses,
94 see_handle_relevant_refs, see_analyze_one_def,
95 see_update_relevancy, see_propagate_extensions_to_uses): Replaced
96 struct df_ref * with df_ref.
97 * ra-conflict.c (record_one_conflict, clear_reg_in_live,
98 global_conflicts): Replaced struct df_ref * with df_ref.
99 * ddg.c (create_ddg_dep_from_intra_loop_link,
100 add_cross_iteration_register_deps, build_inter_loop_deps):
101 Replaced struct df_ref * with df_ref.
102 (create_ddg_dep_from_intra_loop_link,
103 add_cross_iteration_register_deps): Use macros to hide references
104 to df_refs.
105 * auto-inc-dec.c (find_inc, merge_in_block): Replaced struct
106 df_ref * with df_ref.
107 * df-core.c (df_bb_regno_first_def_find,
108 df_bb_regno_last_def_find, df_find_def, df_find_use,
109 df_refs_chain_dump, df_regs_chain_dump, df_ref_debug,
110 debug_df_ref): Replaced struct df_ref * with df_ref.
111 (df_mws_dump, df_ref_debug): Use macros to hide references to df_refs.
112 * cse.c (cse_extended_basic_block): Replaced struct df_ref * with
113 df_ref.
114 * web.c (union_defs, entry_register, replace_ref, web_main):
115 Replaced struct df_ref * with df_ref.
116 (union_defs, replace_ref): Use macros to hide references to df_refs.
117 * global.c (compute_regs_asm_clobbered, build_insn_chain):
118 Replaced struct df_ref * with df_ref.
119 * ifcvt.c (dead_or_predicable): Replaced struct df_ref * with df_ref.
120 * sel-sched-ir.c (maybe_downgrade_id_to_use, setup_id_reg_sets, ):
121 Replaced struct df_ref * with df_ref.
122 * ira-lives.c (mark_ref_live, def_conflicts_with_inputs_p,
123 mark_ref_dead, process_bb_node_lives): Replaced struct df_ref *
124 with df_ref.
125 * local-alloc.c (block_alloc): Replaced struct df_ref * with df_ref.
126 * df-byte-scan.c (df_compute_accessed_bytes_extract,
127 df_compute_accessed_bytes_strict_low_part,
128 df_compute_accessed_bytes_subreg, df_compute_accessed_bytes):
129 Replaced struct df_ref * with df_ref.
130 (df_compute_accessed_bytes): Use macros to hide references to df_refs.
131 * init-regs.c (initialize_uninitialized_regs): Replaced struct
132 df_ref * with df_ref.
133 * loop-invariant.c (invariant_for_use, hash_invariant_expr_1,
134 check_dependency, check_dependencies, record_uses): Replaced
135 struct df_ref * with df_ref.
136 (invariant_for_use, check_dependency): Use macros to hide
137 references to df_refs.
138 * loop-iv.c (iv_analysis_loop_init, iv_get_reaching_def,
139 get_biv_step_1, get_biv_step, record_iv, iv_analyze_def,
140 iv_analyze, biv_p): Replaced struct df_ref * with df_ref.
141 (iv_analysis_loop_init, iv_get_reaching_def): Use macros to hide
142 references to df_refs.
143 * ira.c (compute_regs_asm_clobbered): Replaced struct df_ref *
144 with df_ref.
145 * combine.c (create_log_links): Replaced struct df_ref * with df_ref.
146 * df-problems.c (df_rd_bb_local_compute_process_def,
147 df_lr_bb_local_compute, df_live_bb_local_compute, df_chain_create,
148 df_chain_unlink_1, df_chain_unlink, df_chain_copy,
149 df_chain_remove_problem, df_chain_create_bb_process_use,
150 df_chain_create_bb, df_chain_top_dump, df_chain_bottom_dump,
151 df_byte_lr_check_regs, df_byte_lr_bb_local_compute,
152 df_byte_lr_simulate_defs, df_byte_lr_simulate_uses,
153 df_byte_lr_simulate_artificial_refs_at_top,
154 df_byte_lr_simulate_artificial_refs_at_end, df_create_unused_note,
155 df_note_bb_compute, df_note_add_problem, df_simulate_defs,
156 df_simulate_uses, df_simulate_artificial_refs_at_end,
157 df_simulate_artificial_refs_at_top): Replaced struct df_ref * with
158 df_ref.
159 (df_chain_dump): Use macros to hide references to df_refs.
160 * config/mips/mips.c (r10k_simplify_address): Replaced struct
161 df_ref * with df_ref.
162 * dce.c (mark_nonreg_stores, delete_corresponding_reg_eq_notes,
163 mark_artificial_uses, mark_reg_dependencies,
164 byte_dce_process_block): Replaced struct df_ref * with df_ref.
165
166 2008-10-11 Eric Botcazou <ebotcazou@adacore.com>
167
168 * tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in
169 head comment.
170 (array_ref_element_size): Likewise.
171 (array_ref_low_bound): Likewise.
172 (array_ref_up_bound): Likewise.
173 * expr.c (contains_packed_reference): Likewise.
174 (array_ref_element_size): Likewise.
175 (array_ref_low_bound): Likewise.
176 (array_ref_up_bound): Likewise.
177 * tree-ssa-loop-ivopts.c (idx_contains_abnormal_ssa_name_p): Deal
178 with ARRAY_RANGE_REF.
179 (idx_find_step): Likewise.
180 (idx_record_use): Likewise.
181 (strip_offset_1): Likewise.
182 (idx_remove_ssa_names): Likewise.
183
184 2008-10-11 Uros Bizjak <ubizjak@gmail.com>
185 Andi Kleen <ak@linux.intel.com>
186
187 * config/i386/cpuid.h (__cpuid_count): New defines.
188 * config/i386/driver-i386.c (struct cache_desc): New structure.
189 (describe_cache): Use struct cache_desc to pass cache descriptions.
190 (detect_l2_cache): Ditto. Rename from decode_l2_cache.
191 (detect_caches_amd): Use struct cache_desc to describe caches.
192 (decode_caches_intel): Use struct cache_desc to pass cache
193 descriptions. Update descriptions to match latest (rev -032,
194 December 2007) CPUID documentation. Do not check valid bit here.
195 Check for Xeon MP value 0x49 problems.
196 (detect_caches_cpuid2): New function, split from detect_caches_intel.
197 Check valid bit before calling decode_caches_intel. Detect number
198 of times to repeat CPUID instruction.
199 (detect_caches_cpuid4): New function.
200 (detect_caches_intel): Depending on max_level, call
201 detect_caches_cpuid2 or detect_caches_cpuid4. Call detect_l2_cache
202 only when other methods fail to provide valid L2 cache description.
203
204 2008-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
205
206 PR middle-end/37608
207 * pa.md (call, call_value): Generate an rtx for register r4 and pass
208 it to PIC call patterns.
209 (call_symref_pic): Revise pattern to expose PIC register save. Remove
210 code generation and attributes from pattern. Change peephole2 to split
211 for noreturn case. Revise split pattern for non noreturn case.
212 (call_symref_64bit, call_reg_pic, call_reg_64bit, call_val_symref_pic,
213 call_val_symref_64bit, call_val_reg_pic, call_val_reg_64bit): Likewise.
214 * pa.c (attr_length_call): Simplify extraction of call rtx. Add some
215 asserts.
216
217 2008-10-11 David Edelsohn <edelsohn@gnu.org>
218
219 * config/rs6000/rs6000.md (aux_truncdfsf2): Remove TARGET_SINGLE_FLOAT.
220 (addsf3, subsf3, mulsf3 ! TARGET_POWERPC): Remove TARGET_SINGLE_FLOAT
221 and fp_type.
222 (divdf3): Reformat long line.
223
224 2008-10-11 Michael J. Eager <eager@eagercon.com>
225
226 * config/rs6000/rs6000.c (rs6000_parse_fpu_option): Interpret
227 -mfpu options.
228 (rs6000_handle_option): Process -mfpu options.
229 * config/rs6000/rs6000.h: (TARGET_XILINX_FPU): New.
230 (enum fpu_type_t): New.
231 * config/rs6000/rs6000.md (attr fp_type): New. Include xfpu.md.
232 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3, trunctfdf2): Set
233 fp_type.
234 (floatsisf2): Remove TARGET_SINGLE_FPU condition.
235 (floatdidf2): Add TARGET_SINGLE_FPU condition.
236 * config/rs6000/rs6000.opt (-mfpu): New.
237 (-mxilinx-fpu): New.
238 * config/rs6000/sysv4.h: (DRIVER_SELF_SPECS): New.
239 * config/rs6000/xfpu.h: New. Define TARGET_XILINX_FPU.
240 * config/rs6000/xfpu.md: New. Define Xilinx pipeline.
241 * gcc/config.gcc: powerpc-xilinx-eabi target: New.
242 * gcc/doc/invoke.texi (RS/6000 and PowerPC Options): Add -mfpu option.
243
244 2008-10-11 Jakub Jelinek <jakub@redhat.com>
245
246 PR target/35760
247 * config/rs6000/rs6000.c (rs6000_legitimize_address): Only create
248 LO_SUM on Darwin if mode has just one unit.
249
250 2008-10-10 H.J. Lu <hongjiu.lu@intel.com>
251
252 PR debug/37002
253 * dwarf2out.c (mem_loc_descriptor): Use DRAP for vDRAP which
254 has been optimized out.
255
256 2008-10-10 Richard Sandiford <rdsandiford@googlemail.com>
257
258 * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Test PIC_ADDR_P
259 instead of PIC_DIRECT_ADDR_P.
260 (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
261 (IS_LITERAL_OR_SYMBOLIC_S16_P, IS_LITERAL_OR_SYMBOLIC_U16_P): Delete.
262 (IS_NON_EXPLICIT_CONSTANT_P): Don't test PIC_OFFSET_P.
263 (PIC_OFFSET_P): Rename to...
264 (PCREL_SYMOFF_P): ...this.
265 (PIC_DIRECT_ADDR_P): Delete.
266 (MOVI_SHORI_BASE_OPERAND_P): Check PCREL_SYMOFF_P instead of
267 PIC_OFFSET_P.
268 (OUTPUT_ADDR_CONST_EXTRA): Don't require unspecs to have a
269 single argument. Handle UNSPEC_EXTRACT_S16, UNSPEC_EXTRACT_U16,
270 UNSPEC_SYMOFF and UNSPEC_PCREL_SYMOFF.
271 * config/sh/sh.c (print_operand): Remove CONST handling.
272 (unspec_caller_rtx_p): Rewrite to use split_const and check
273 the operands of UNSPEC bases.
274 (fixup_mova): Replace (unspec [(minus A B)] UNSPEC_PIC)
275 with (unspec [A B] UNSPEC_SYMOFF).
276 (nonpic_symbol_mentioned_p): Check for UNSPEC_SYMOFF and
277 UNSPEC_PCREL_SYMOFF.
278 (sh_secondary_reload): Test PIC_ADDR_P instead of PIC_DIRECT_ADDR_P.
279 * config/sh/sh.md (UNSPEC_EXTRACT_S16): New unspec.
280 (UNSPEC_EXTRACT_U16): Likewise.
281 (UNSPEC_SYMOFF): Likewise.
282 (UNSPEC_PCREL_SYMOFF): Likewise.
283 (movsi_const): Use UNSPEC_EXTRACT_*16s to extract 16-bit portions
284 of constants.
285 (movsi_const_16bit): Likewise.
286 (movdi_const, movdi_const_32bit, movdi_const_16bit): Likewise.
287 (GOTaddr2picreg): Replace (unspec [(minus A (minus B pc))] UNSPEC_PIC)
288 with (unspec [A B] UNSPEC_PCREL_SYMOFF).
289 (sym_label2reg): Replace (minus (const (unspec [A] UNSPEC_PIC)) B)
290 with (unspec [A B] UNSPEC_SYMOFF).
291 (symPLT_label2reg): Replace (minus A (minus B pc)) with
292 (unspec [A B] PCREL_UNSPEC_SYMOFF).
293 * config/sh/constraints.md (Css): Check for an UNSPEC_EXTRACT_S16.
294 (Csu): Likewise UNSPEC_EXTRACT_U16.
295 (Csy): Test PIC_ADDR_P instead of PIC_DIRECT_ADDR_P.
296 (Cpg): Update after changes to IS_NON_EXPLICIT_CONSTANT_P.
297
298 2008-10-10 Stepan Kasal <skasal@redhat.com>
299
300 * gcc/doc/invoke.texi (Optimize Options): Fix typo in examples
301 for loop strip mining and loop blocking.
302
303 2008-10-10 Alexandre Oliva <aoliva@redhat.com>
304
305 * fortran/trans-types.c (gfc_get_nodesc_array_type): Don't
306 vary types depending on debug info.
307
308 2008-10-10 Alexandre Oliva <aoliva@redhat.com>
309
310 * c-gimplify.c (c_genericize): Don't refer to DECL_ASSEMBLER_NAME
311 before ensuring it's already computed.
312
313 2008-10-09 Jakub Jelinek <jakub@redhat.com>
314
315 * rtl.h (locator_eq): New decl.
316 * cfglayout.c (locator_scope): New function.
317 (insn_scope): Use it.
318 (locator_eq): New function.
319 (fixup_reorder_chain): Search for last insn in src bb
320 that has locator set or first insn in dest bb. Use
321 locator_eq instead of == to compare locators.
322 * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
323 * cfgcleanup.c (try_forward_edges): Use locator_eq instead of
324 == to compare locators.
325
326 * tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block
327 as used.
328 * gimple-low.c (lower_function_body, lower_gimple_return,
329 lower_builtin_setjmp): Set gimple_block on the newly created stmts.
330 * tree-cfg.c (make_cond_expr_edges, make_goto_expr_edges): Only set
331 goto_block on edges if goto_locus is known.
332
333 PR middle-end/37774
334 * tree.h (get_object_alignment): Declare.
335 * emit-rtl.c (set_mem_attributes_minus_bitpos): Call
336 get_object_alignment if needed.
337 * builtins.c (get_pointer_alignment): Move ADDR_EXPR operand handling
338 to ...
339 (get_object_alignment): ... here. New function. Try harder to
340 determine alignment from get_inner_reference returned offset.
341
342 2008-10-08 Jakub Jelinek <jakub@redhat.com>
343
344 * graphite.c (gloog): Don't call find_unreachable_blocks
345 before delte_unreachable_blocks.
346
347 * cfgexpand.c (expand_gimple_cond): Convert also goto_block and
348 goto_locus of true_edge into RTL locator.
349
350 2008-10-08 Uros Bizjak <ubizjak@gmail.com>
351
352 * config/i386/i386.md (*jcc_btdi_rex64): Clobber FLAGS_REG.
353 (*jcc_btdi_mask_rex64): Ditto.
354 (*jcc_btsi): Ditto.
355 (*jcc_btsi_mask): Ditto.
356 (*jcc_btsi_1): Ditto.
357 (*jcc_btsi_mask_1): Ditto.
358
359 2008-10-08 Paul Brook <paul@codesourcery.com>
360
361 * config/arm/bpabi.h (ARM_FUNCTION_PROFILER): Define new EABI
362 compatible profiler (__gnu_mcount_nc).
363 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
364
365 2008-10-08 H.J. Lu <hongjiu.lu@intel.com>
366
367 * config/i386/i386.c (initial_ix86_tune_features): Add
368 X86_TUNE_USE_VECTOR_FP_CONVERTS.
369 * config/i386/i386.h (ix86_tune_indices): Likewise.
370 (TARGET_USE_VECTOR_FP_CONVERTS): New.
371
372 * config/i386/i386.md: Check TARGET_USE_VECTOR_FP_CONVERTS
373 instead of (TARGET_USE_VECTOR_CONVERTS || TARGET_GENERIC)
374 for FP to FP splitters.
375
376 2008-10-08 H.J. Lu <hongjiu.lu@intel.com>
377
378 * config/i386/i386.md: Add missing gen_sse2_cvtdq2p to convert
379 splitter.
380
381 2008-10-08 Jakub Jelinek <jakub@redhat.com>
382
383 PR target/36635
384 PR target/37290
385 PR rtl-optimization/37341
386 * cse.c (cse_cc_succs): Add ORIG_BB argument, don't follow edges
387 to ORIG_BB, pass through ORIG_BB recursively.
388 (cse_condition_code_reg): Adjust caller.
389
390 2008-10-08 Kai Tietz <kai.tietz@onevision.com>
391
392 * sdbout.c (sdbout_one_type): Treat the value type
393 CONST_DECL for enumerals.
394
395 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
396
397 * config/i386/i386.md: Remove trailing white spaces.
398
399 2008-10-07 Kenneth Zadeck <zadeck@naturalbridge.com>
400
401 PR rtl-optimization/37448
402 * alloc-pool.c (struct alloc_pool_descriptor) [elt_size]: New field.
403 (stuct alloc_pool_descriptor) [created, allocated, current, peak]:
404 Make unsigned long.
405 (struct output_info) [count]: Renamed total_created and made
406 unsigned long.
407 (struct output_info) [size]: Renamed total_allocated and made
408 unsigned long.
409 (create_alloc_pool, empty_alloc_pool, pool_alloc, pool_free):
410 Properly keep track of desc->size.
411 (print_statistics, dump_alloc_pool_statistics): Enhance the
412 printing of statistics to print the number of elements and to use
413 unsigned longs.
414
415 2008-10-07 Jakub Jelinek <jakub@redhat.com>
416
417 PR middle-end/37576
418 * opts.h (CL_SAVE): Move up to flags range.
419 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET,
420 CL_COMMON): Renumber.
421 (CL_MIN_OPTION_CLASS): Set to CL_PARAMS.
422 * opts.c (common_handle_option): Revert last change.
423
424 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
425
426 * config/i386/i386-protos.h (ix86_schedule): New.
427
428 * config/i386/i386.c (ix86_schedule): New.
429 (override_options): Add schedule to processor_alias_table. Set
430 ix86_schedule from the schedule field in processor_alias_table.
431 (ix86_function_specific_save): Save ix86_schedule.
432 (ix86_function_specific_restore): Restore ix86_schedule.
433
434 * config/i386/i386.md (cpu): Map to ix86_schedule instead of
435 ix86_tune. Add none and remove i386, i486, pentium4, nocona
436 and generic32.
437
438 * config/i386/i386.opt: Add schedule.
439
440 * config/i386/ppro.md: Remove generic32.
441
442 2008-10-07 Simon Martin <simartin@users.sourceforge.net>
443
444 PR c/35437
445 * expr.c (count_type_elements): Handle ERROR_MARK.
446
447 2008-10-07 Jakub Jelinek <jakub@redhat.com>
448
449 PR debug/29609
450 PR debug/36690
451 PR debug/37616
452 * basic-block.h (struct edge_def): Add goto_block field.
453 * cfglayout.c (fixup_reorder_chain): Ensure that there is at least
454 one insn with locus corresponding to edge's goto_locus if !optimize.
455 * profile.c (branch_prob): Copy edge's goto_block.
456 * cfgrtl.c (force_nonfallthru_and_redirect): Use goto_locus for
457 emitted jumps.
458 (cfg_layout_merge_blocks): Emit a nop with edge's goto_locus
459 locator in between the merged basic blocks if !optimize and needed.
460 * cfgexpand.c (expand_gimple_cond): Convert goto_block and
461 goto_locus into RTL locator. For unconditional jump use that
462 locator for the jump insn.
463 (expand_gimple_cond): Convert goto_block and goto_locus into
464 RTL locator for all remaining edges. For unconditional jump
465 use that locator for the jump insn.
466 * cfgcleanup.c (try_forward_edges): Avoid the optimization if
467 there is more than one edge or insn locator along the forwarding
468 edges and !optimize. If there is just one, set e->goto_locus.
469 * tree-cfg.c (make_cond_expr_edges, make_goto_expr_edges): Set also
470 edge's goto_block.
471 (move_block_to_fn): Adjust edge's goto_block.
472
473 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
474
475 PR middle-end/37731
476 * expmed.c (expand_mult): Properly check DImode constant in
477 CONST_DOUBLE.
478
479 2008-10-07 Jakub Jelinek <jakub@redhat.com>
480
481 PR debug/37738
482 * dwarf2out.c (common_block_die_table): New variable.
483 (common_block_die_table_hash, common_block_die_table_eq): New
484 functions.
485 (gen_variable_die): Look up a DW_TAG_common_block die for a particular
486 COMMON block in the current scope rather than globally. Optimize
487 DW_OP_addr SYMBOL_REF DW_OP_plus_uconst off into
488 DW_OP_addr SYMBOL_REF+off.
489
490 2008-10-07 Eric Botcazou <ebotcazou@adacore.com>
491
492 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <VIEW_CONVERT_EXPR>:
493 Return true for non-addressable GIMPLE operands.
494
495 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
496
497 PR target/24765
498 * config/i386/i386.c (initial_ix86_tune_features): Remove
499 X86_TUNE_USE_BIT_TEST.
500 * config/i386/i386.h (ix86_tune_indices): Likewise.
501 (TARGET_USE_BIT_TEST): Removed.
502
503 2008-10-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
504
505 * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
506
507 2008-10-06 Adam Nemet <anemet@caviumnetworks.com>
508
509 * config/mips/mips.md (mulsi3_mul3, muldi3_mul3): Merge these ...
510 (mul<mode>3_mul3): ... into this new template.
511
512 2008-10-06 Aldy Hernandez <aldyh@redhat.com>
513
514 * gimplify.c (gimplify_arg): Add location argument. Use it.
515 (gimplify_call_expr): Pass location to gimplify_arg.
516 (gimplify_modify_expr_to_memcpy): Same.
517 (gimplify_modify_expr_to_memset): Same.
518
519 2008-10-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
520
521 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
522 Update calls to build_unary_op and build_indirect_ref for location
523 changes.
524
525 2008-10-06 Aldy Hernandez <aldyh@redhat.com>
526
527 build_modify_expr.
528 * c-decl.c (finish_decl): Pass input_location to build_unary_op.
529 * c-typeck.c (array_to_pointer_conversion): Pass location to
530 build_unary_op.
531 (function_to_pointer_conversion): Use error_at and warning_at.
532 (build_indirect_ref): Same.
533 (build_array_ref): Pass location to build_binary_op.
534 (parser_build_unary_op): Do not set location after calling
535 build_unary_op.
536 (build_unary_op): Add location argument. Use it throughout. Set
537 EXPR_LOCATION before returning new tree.
538 (build_modify_expr): Same.
539 (build_binary_op): Use location throughout. Set EXPR_LOCATION before
540 returning node.
541 * c-omp.c (c_finish_omp_atomic): Pass location to build_unary_op,
542 build_indirect_ref, build_modify_expr.
543 (c_finish_omp_for): Same. Use error_at instead of error.
544 * c-common.c (c_common_truthvalue_conversion): Pass location to
545 build_unary_op.
546 (warn_for_div_by_zero): Add location argument.
547 * c-common.h: Add argument to build_modify_expr, build_indirect_ref,
548 build_unary_op, warn_for_div_by_zero.
549 * c-parser.c (c_parser_typeof_specifier): Use
550 protected_set_expr_location.
551 (c_parser_statement_after_labels): Same.
552 (c_parser_condition): Same.
553 (c_parser_expr_no_commas): Pass correct location to build_modify_expr.
554 (c_parser_conditional_expression): Use protected_set_expr_location.
555 (c_parser_unary_expression): Pass location to build_indirect_ref.
556 (c_parser_postfix_expression_after_primary): Pass location to
557 build_indirect_ref, build_unary_op.
558 (c_parser_omp_for_loop): Set the increment expression's EXPR_LOCATION.
559
560 2008-10-06 Joshua Kinard <kumba@gentoo.org>
561
562 * doc/invoke.texi: List r1x000 family under the -march MIPS option.
563 * config/mips/mips.h (PROCESSOR_R10000): New processor_type.
564 * config/mips/mips.c (mips_cpu_info_table): Add r10000, r12000,
565 r14000 and r16000.
566 (mips_rtx_cost_data): Add a PROCESSOR_R10000 entry.
567 (mips_issue_rate): Handle PROCESSOR_R10000.
568 * config/mips/mips.md (cpu): Add r10000.
569 Include r10000.md.
570 * config/mips/10000.md: New file.
571
572 2008-10-06 Richard Sandiford <rdsandiford@googlemail.com>
573
574 * config/rs6000/rs6000-protos.h (rs6000_find_base_term): Declare.
575 * config/rs6000/rs6000.h (FIND_BASE_TERM): New macro.
576 * config/rs6000/rs6000.c (rs6000_find_base_term): New function.
577
578 2008-10-06 Richard Sandiford <rdsandiford@googlemail.com>
579
580 * config/darwin-protos.h (machopic_function_base_name): Delete.
581 (machopic_function_base_sym): Likewise.
582 (machopic_gen_offset): Declare.
583 * config/darwin.h (MACHOPIC_FUNCTION_BASE_NAME): New macro.
584 (ASM_OUTPUT_LABELREF): Use it instead of a hard-coded string constant.
585 * config/darwin.c (machopic_function_base_name): Delete.
586 (machopic_function_base_sym): Likewise.
587 (gen_pic_offset): Rename to...
588 (machopic_gen_offset): ...this and remove the pic_base argument.
589 Instead use MACHO_DYNAMIC_NO_PIC_P to decide whether a PIC offset
590 is needed. Create an UNSPEC_MACHOPIC_OFFSET if so, and set
591 crtl->uses_pic_offset_table.
592 (machopic_indirect_data_reference): Use new machopic_gen_offset
593 interface.
594 (machopic_legitimize_pic_address): Likewise.
595 (machopic_operand_p): Check for UNSPEC_MACHOPIC_OFFSET.
596
597 * config/i386/darwin.h (GOT_SYMBOL_NAME): Use
598 MACHOPIC_FUNCTION_BASE_NAME instead of machopic_function_base_name.
599 * config/i386/i386.c (output_set_got): Likewise.
600 (darwin_local_data_pic): Check for an UNSPEC_MACHOPIC_OFFSET
601 instead of a MINUS.
602 (legitimate_pic_operand_p): Handle UNSPEC_MACHOPIC_OFFSET.
603 (legitimate_address_p): Likewise.
604 (output_pic_addr_const): Likewise.
605 (output_addr_const_extra): Likewise.
606 (ix86_delegitimize_address): Expect darwin_local_data_pic to
607 match an UNSPEC rather than a MINUS.
608 * config/i386/i386.md (UNSPEC_MACHOPIC_OFFSET): Define.
609 (builtin_setjmp_receiver): Use machopic_gen_offset.
610 * config/i386/predicates.md (pic_symbolic_operand): Handle
611 UNSPEC_MACHOPIC_OFFSET.
612
613 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
614 Use machopic_gen_offset and machopic_operand_p.
615 (rs6000_output_addr_const_extra): Handle UNSPEC_MACHOPIC_OFFSET.
616 (rs6000_emit_prologue): Use MACHOPIC_FUNCTION_BASE_NAME.
617 * config/rs6000/rs6000.md (UNSPEC_MACHOPIC_OFFSET): Define.
618 (builtin_setjmp_receiver): Use MACHOPIC_FUNCTION_BASE_NAME.
619 Set crtl->uses_pic_offset_table.
620
621 2008-10-06 Richard Sandiford <rdsandiford@googlemail.com>
622
623 * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
624 Declare.
625 * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): New macro.
626 * config/rs6000/rs6000.md (UNSPEC_TOCREL): New constant.
627 * config/rs6000/rs6000.c (constant_pool_expr_1): Delete.
628 (constant_pool_expr_p): Use split_const and check the base.
629 (toc_relative_expr_p): Likewise, checking for an UNSPEC_TOCREL
630 instead of a MINUS.
631 (legitimate_constant_pool_address_p): Check toc_relative_p
632 instead of constant_pool_expr_p.
633 (print_operand_address): Always use output_addr_const for
634 constant pool addresses.
635 (rs6000_output_addr_const_extra): New function.
636 (create_TOC_reference): Create an UNSPEC_TOCREL instead of a MINUS.
637
638 2008-10-06 Vladimir Makarov <vmakarov@redhat.com>
639
640 PR middle-end/37535
641
642 * ira-lives.c (mark_reg_live, mark_reg_dead): New functions.
643 (mark_ref_live, mark_ref_dead): Use them.
644 (def_conflicts_with_inputs_p): Remove.
645 (mark_early_clobbers): New function.
646 (process_bb_node_lives): Call preprocess_constraints and
647 mark_early_clobbers.
648
649 * doc/rtx.texi (clobber): Change how RA deals with clobbers.
650
651 2008-10-06 Danny Smith <dannysmith@users.sourceforge.net>
652
653 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup
654 lib with -mthread switch.
655
656 2008-10-05 Dodji Seketeli <dodji@redhat.com>
657
658 PR c++/37410
659 * dwarf2out.c (dwarf2out_imported_module_or_decl): Split this
660 function in two, making it call a new and reusable
661 dwarf2out_imported_module_or_decl() that takes the containing
662 BLOCK of the declaration in argument.
663 (dwarf2out_imported_module_or_decl_real): New function.
664 (decls_for_scope, gen_decl_die, dwarf2out_decl): Take
665 IMPORTED_DECL in account.
666 * tree.def: Added IMPORTED_DECL node type.
667 * tree.h: Added accessors for IMPORTED_DECL nodes.
668 * tree.c (init_ttree): Initialise IMPORTED_DECL node type.
669
670 2008-10-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
671
672 * doc/gimple.texi: Fix some typos, wrap some long lines,
673 fix some broken wraps with continuations.
674 * tree-ssa-reassoc.c: Fix comment typos.
675
676 2000-10-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
677
678 PR target/37603
679 * pa.c (legitimize_pic_address): Force function labels to memory in
680 word mode.
681
682 2008-10-04 Anton Blanchard <anton@samba.org>
683
684 * config/rs6000/rs6000.c (rs6000_emit_sync): Use gen_lwsync().
685 (rs6000_split_atomic_op): Same.
686 (rs6000_split_compare_and_swap): Same.
687 (rs6000_split_compare_and_swapqhi): Same.
688
689 2008-10-04 Richard Guenther <rguenther@suse.de>
690
691 * tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p
692 instead of pointer equality.
693 (vn_nary_op_eq): Likewise.
694
695 2008-10-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
696
697 * config/rs6000/rs6000.md (fseldfsf4): Add TARGET_SINGLE_FLOAT
698 condition.
699 (fselsfdf4): Make condition on "TARGET_HARD_FLOAT && TARGET_FPRS &&
700 TARGET_DOUBLE_FLOAT && TARGET_SINGLE_FLOAT".
701
702 2008-10-03 Danny Smith <dannysmith@users.sourceforge.net>
703
704 * config/i386/winnt.c (i386_pe_strip_name_encoding_full):
705 Revert previous change.
706
707 2008-10-03 Tom Tromey <tromey@redhat.com>
708
709 * stringpool.c (ggc_alloc_string): Terminate string.
710
711 2008-10-03 Jakub Jelinek <jakub@redhat.com>
712
713 * gimplify.c (gimplify_function_tree): For -finstrument-functions
714 use gimple_bind_{,set_}block instead of gimple_{,set_}block.
715 * gimple.h (gimple_bind_set_block): Allow second argument to be NULL.
716
717 PR debug/37726
718 * gimplify.c (declare_vars): Use gimple_bind_block instead of
719 gimple_block.
720
721 2008-10-03 Pascal Obry <obry@adacore.com>
722
723 * gcov.c (create_file_names): Properly handle UNIX and DOS
724 directory separators.
725 (make_gcov_file_name): Likewise + convert the ':' DOS drive
726 separator to '~' to ensure clean filenames on Windows.
727
728 2008-10-02 Danny Smith <dannysmith@users.sourceforge.net>
729
730 * config/i386/winnt.c (i386_pe_strip_name_encoding_full):
731 Add a null terminator to the stripped name.
732
733 2008-10-02 David Edelsohn <edelsohn@gnu.org>
734
735 * config/rs6000/rs6000.c (USE_FP_FOR_ARG_P): Revert
736 TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
737 (function_arg_advance): Condition on TARGET_DOUBLE_FLOAT,
738 TARGET_SINGLE_FLOAT. Revert SCALAR_FLOAT_MODE_P condition.
739 (function_arg): Condition on TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
740 (rs6000_function_value): Revert TARGET_DOUBLE_FLOAT,
741 TARGET_SINGLE_FLOAT.
742
743 2008-10-02 Daniel Jacobowitz <dan@codesourcery.com>
744
745 * builtins.c (fold_builtin_pow): Check for 0 ** NEGATIVE.
746
747 2008-10-02 Richard Guenther <rguenther@suse.de>
748
749 PR middle-end/37713
750 * tree-ssa.c (useless_type_conversion_p_1): For COMPLEX_TYPE
751 and VECTOR_TYPE recurse with useless_type_conversion_p which
752 properly handles void pointer conversion.
753
754 2008-10-02 Danny Smith <dannysmith@users.sourceforge.net>
755
756 PR target/37528
757 * config/i386/mingw32.h (LIBGCC_SPEC) : Replace with ..
758 (REAL_LIBGCC_SPEC): New. Always include -lgcc.
759
760 2008-10-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
761
762 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
763 Handle ALTIVEC_BUILTIN_VEC_SPLATS, ALTIVEC_BUILTIN_VEC_PROMOTE,
764 ALTIVEC_BUILTIN_VEC_EXTRACT, and ALTIVEC_BUILTIN_VEC_INSERT specially,
765 they translate to non builtins.
766 * config/rs6000/rs6000.c (altivec_init_builtins): Add new variable
767 opaque_ftype_opaque. Define builtins __builtin_vec_splats,
768 __builtin_vec_promote, __builtin_vec_extract, and
769 __builtin_vec_insert.
770 * config/rs6000/rs6000.h (enum rs6000_builtins): Add
771 ALTIVEC_BUILTIN_VEC_EXTRACT, ALTIVEC_BUILTIN_VEC_PROMOTE,
772 ALTIVEC_BUILTIN_VEC_INSERT, and ALTIVEC_BUILTIN_VEC_SPLATS.
773 * config/rs6000/altivec.h (vec_extract): Define
774 (vec_insert): Define.
775 (vec_splats): Define.
776 (vec_promote): Define.
777
778 2008-10-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
779 Yukishige Shibata <shibata@rd.scei.sony.co.jp>
780 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
781
782 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add Cell
783 Altivec intrinsics.
784 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Delete
785 prototype. Add new parameter, blk.
786 Use BLKmode for the MEM if blk is true.
787 (altivec_expand_builtin): Handle ALTIVEC_BUILTIN_STVLX,
788 ALTIVEC_BUILTIN_STVLXL, ALTIVEC_BUILTIN_STVRX, and
789 ALTIVEC_BUILTIN_STVRXL.
790 Update usage of altivec_expand_lv_builtin.
791 Handle ALTIVEC_BUILTIN_LVLX, ALTIVEC_BUILTIN_LVLXL,
792 ALTIVEC_BUILTIN_LVRX, and ALTIVEC_BUILTIN_LVRXL.
793 (altivec_init_builtins): If compiling for the Cell, also define the
794 cell VMX builtins.
795 * config/rs6000/rs6000.h (rs6000_builtins): Define
796 ALTIVEC_BUILTIN_LVLX, ALTIVEC_BUILTIN_LVLXL, ALTIVEC_BUILTIN_LVRX,
797 ALTIVEC_BUILTIN_LVRXL, ALTIVEC_BUILTIN_STVLX, ALTIVEC_BUILTIN_STVLXL,
798 ALTIVEC_BUILTIN_STVRX, ALTIVEC_BUILTIN_STVRXL,
799 ALTIVEC_BUILTIN_VEC_LVLX, ALTIVEC_BUILTIN_VEC_LVLXL,
800 ALTIVEC_BUILTIN_VEC_LVRX, ALTIVEC_BUILTIN_VEC_LVRXL,
801 ALTIVEC_BUILTIN_VEC_STVLX, ALTIVEC_BUILTIN_VEC_STVLXL,
802 ALTIVEC_BUILTIN_VEC_STVRX, and ALTIVEC_BUILTIN_VEC_STVRXL.
803 * config/rs6000/altivec.md (define_constants): Define UNSPEC_LVLX,
804 UNSPEC_LVLXL, UNSPEC_LVRX, UNSPEC_LVRXL, UNSPEC_STVLX, UNSPEC_STVLXL,
805 UNSPEC_STVRX, and UNSPEC_STVRXL.
806 (altivec_lvlx): New pattern.
807 (altivec_lvlxl): New pattern.
808 (altivec_lvrx): New pattern.
809 (altivec_lvrxl): New pattern.
810 (altivec_stvlx): New pattern.
811 (altivec_stvlxl): New pattern.
812 (altivec_stvrx): New pattern.
813 (altivec_stvrxl): New pattern.
814 * config/rs6000/altivec.h (vec_lvlx): Define if PPU is defined.
815 (vec_lvlxl): Likewise.
816 (vec_lvrx): Define if PPU is defined.
817 (vec_lvrxl): Likewise.
818 (vec_stvlx): Define if PPU is defined.
819 (vec_stvlxl): Likewise.
820 (vec_stvrx): Define if PPU is defined.
821 (vec_stvrxl): Likewise.
822
823 2008-10-01 Geert Bosch <bosch@adacore.com>
824
825 * tree.c (contains_placeholder_p): Return 0 for a SAVE_EXPR.
826
827 2008-10-01 Richard Guenther <rguenther@suse.de>
828
829 PR tree-optimization/37617
830 * tree-ssa-pre.c (create_expression_by_pieces): During FRE
831 do not add to the NEW_SETS.
832
833 2008-10-01 Richard Guenther <rguenther@suse.de>
834
835 PR middle-end/37285
836 * tree-vrp.c (execute_vrp): If we optimized away the default
837 case make sure to promote the label that got in place of it
838 to a default case label.
839
840 2008-10-01 Richard Henderson <rth@redhat.com>
841
842 PR tree-opt/35737
843 * tree-complex.c (set_component_ssa_name): Don't optimize
844 is_gimple_min_invariant values with ssa_names in abnormal phis.
845
846 2008-09-30 Paolo Bonzini <bonzini@gnu.org>
847
848 PR tree-optimization/37662
849 * tree-ssa-ccp.c (fold_gimple_assign): Invert the operands of a
850 commutative binary operation if they are in the wrong order and
851 fold_build2 produces non-GIMPLE.
852
853 2008-09-30 Jakub Jelinek <jakub@redhat.com>
854
855 PR tree-optimization/37662
856 PR tree-optimization/37663
857 * tree-vrp.c (simplify_truth_ops_using_ranges): Don't call
858 get_value_range with non-SSA_NAME. Don't assert operands have been
859 folded, instead just bail out.
860
861 2008-09-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
862
863 * config/rs6000/rs6000.md (fnmadds combiner): Revert typo.
864
865 2008-09-30 Richard Guenther <rguenther@suse.de>
866
867 PR middle-end/37491
868 * tree-vect-transform.c (vect_create_data_ref_ptr): Properly
869 build restrict-qualified pointers.
870 (vectorizable_store): Move alias check later.
871 (vectorizable_load): Likewise.
872
873 2008-09-30 Paolo Bonzini <bonzini@gnu.org>
874
875 * c-common.c (empty_if_body_warning): Remove.
876 * c-common.h (empty_if_body_warning): Remove.
877 * c-parser.c (c_parser_if_body, c_parser_else_body): Implement
878 here the -Wempty-body warning for `if' and `else' statements.
879 * c-typeck.c (c_finish_if_stmt): Do not call empty_body_warning.
880
881 2008-09-29 H.J. Lu <hongjiu.lu@intel.com>
882
883 * config/i386/i386.opt: Add msse2avx.
884
885 * config/i386/linux.h (ASM_SPEC): New. Support -msse2avx.
886 * config/i386/linux64.h (ASM_SPEC): Likewise.
887
888 * doc/invoke.texi: Document -msse2avx.
889
890 2008-09-29 Eric Botcazou <ebotcazou@adacore.com>
891
892 * dwarf2out.c (constant_size): Use HOST_WIDE_INT in parameter type.
893
894 2008-09-29 Joseph Myers <joseph@codesourcery.com>
895
896 * ifcvt.c (noce_emit_store_flag): If using condition from original
897 jump, reverse it if if_info->cond was reversed.
898
899 2008-09-29 Eric Botcazou <ebotcazou@adacore.com>
900
901 * expr.c (expand_expr_real_1) <normal_inner_ref>: Force op0 to
902 non-constant memory if it cannot be forced to constant memory.
903 Overhaul surrounding code and factor out common condition.
904
905 2008-09-29 Jeff Law <law@redhat.com>
906
907 * reload1.c (alter_reg): Add missing curly braces.
908
909 2008-09-29 Michael J. Eager <eager@eagercon.com>
910
911 * config/rs6000/predicates.md (easy_fp_constant): Single FP consts
912 are easy.
913 * config/rs6000/rs6000.c (rs6000_override_options): Move
914 rs6000_init_hard_regno_mode_ok after all options changed.
915 Set rs6000_single_float, rs6000_double_float if TARGET_HARD_FLOAT.
916 (rs6000_handle_option): Process -msingle-float, -mdouble-float,
917 -msimple-fpu flags. Add warning messages if single FP not configured.
918 (rs6000_file_start): Output gnu_attribute for single-float.
919 (legitimate_lo_sum_address_p): Condition on TARGET_DOUBLE_FLOAT.
920 (rs6000_legitimize_address): Likewise.
921 (rs6000_legitimize_reload_address): Likewise.
922 (rs6000_emit_move): Condition on TARGET_DOUBLE_FLOAT,
923 TARGET_SINGLE_FLOAT.
924 (function_arg_advance): Likewise (partial conversion).
925 (setup_incoming_varargs): Condition on TARGET_DOUBLE_FLOAT.
926 (rs6000_gimplify_va_arg): Condition on TARGET_DOUBLE_FLOAT,
927 TARGET_SINGLE_FLOAT.
928 (rs6000_split_multireg_move): Condition on TARGET_DOUBLE_FLOAT.
929 (rs6000_emit_prologue): Likewise.
930 (rs6000_function_value): Condition on TARGET_DOUBLE_FLOAT,
931 TARGET_SINGLE_FLOAT.
932 (rs6000_libcall_value): Likewise.
933 * config/rs6000/rs6000.h (TARGET_SINGLE_FLOAT): New default to 1.
934 (TARGET_DOUBLE_FLOAT): New default to 1
935 (TARGET_SIMPLE_FPU): New default to 0
936 (TARGET_SINGLE_FPU): New default to 0
937 (TARGET_SINGLE_FLOAT_MODE): New.
938 (TARGET_DOUBLE_FLOAT_MODE): New.
939 * config/rs6000/singlefp.h: New; redefine TARGET_SINGLE_FLOAT,
940 TARGET_DOUBLE_FLOAT, TARGET_SIMPLE_FPU, TARGET_SINGLE_FPU,
941 UNITS_PER_FP_WORD
942 * config/rs6000/rs6000.md (define_mode_iterator): Condition on
943 TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
944 (extendsfdf2, extendsfdf2_fpr, truncdfsf2, truncdfsf2_fpr,
945 copysigndf3,fseldfsf4, negdf2, negdf2_fpr, absdf2, absdf2_fpr,
946 nabsdf2_fpr, adddf3, adddf3_fpr, subdf3, subdf3_fpr, muldf3,
947 muldf3_fpr, divdf3, divdf3_fpr, sqrtdf2, smaxdf3, smindf3,
948 movdfcc, *fseldfdf4, floatsidf2, *floatsidf2_internal,
949 floatunssidf2, *floatunssidf2_internal, fix_truncdfsi2,
950 *fix_truncdfsi2_internal, fix_truncdfsi2_internal_gfxopt,
951 fix_truncdfsi2_mfpgpr, fctiwz, btruncdf2, ceildf2, floordf2,
952 rounddf2, floatdidf2, floatsidf_ppc64_mfpgpr, floatsidf_ppc64,
953 floatunssidf_ppc64, fix_truncdfdi2, movdf_hardfloat32,
954 movdf_hardfloat64_mfpgpr, movdf_hardfloat64, extenddftf2_fprs,
955 extenddftf2_internal, trunctfdf2_internal2, fix_trunc_helper,
956 abstf2_internal, movdf_update1, movdf_update2, cmpdf_internal1,
957 cmptf_internal1, *cmptf_internal2): Condition on
958 TARGET_DOUBLE_FLOAT.
959 (aux_truncdfsf2, negsf2, *negsf2, abssf2, *abssf2, addsf3, subsf3,
960 mulsf3, divsf3, sqrtsf2, copysignsf3, smaxsf3, sminsf3, movsfcc,
961 *fselsfsf4, fixuns_truncsfsi2, fix_truncsfsi2, floatunssisf2,
962 btruncsf2, ceilsf2, floorsf2, roundsf2, floatdisf2_internal1,
963 floatdisf2_internal2, *movsf_hardfloat, trunctfsf2_fprs,
964 *movsf_update1, *movsf_update2, *cmpsf_internal1): Condition on
965 TARGET_SINGLE_FLOAT.
966 (divsf3, sqrtsf2, divdf3, divdf3_fpr): Condition on TARGET_SIMPLE_FPU.
967 * config/rs6000/rs6000.opt (-msingle-float): New.
968 (-mdouble-float): New.
969 (-msimple-fpu): New.
970 * doc/invoke.texi (RS/6000 and PowerPC Options): Add
971 -msingle-float, -mdouble-float, -msimple-fpu options.
972 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Set
973 _SOFT_DOUBLE for -msingle-float.
974 * config.gcc: New config for target=powerpc-xilinx-eabi.
975
976 2008-09-29 Tobias Grosser <grosser@fim.uni-passau.de>
977
978 * graphite.c (dot_all_scops_1): Remove unused checks. SCoPs always
979 have exit and entry.
980 (new_scop): Take entry and exit edge to define new SCoP.
981 (sd_region_p): New structure used during SCoP detection.
982 (move_scops): Delete.
983 (move_sd_regions): New.
984 (scopdet_info): Change the definition from edges back to basic_blocks.
985 (scopdet_edge_info): Work on basic_blocks and rename to
986 scopdet_basic_block_info.
987 (split_difficult_bb): At the moment removed. We should later
988 add it at another place.
989 (build_scops_1): Work on basic_blocks.
990 (bb_in_sd_region): New.
991 (find_single_entry_edge): New.
992 (find_single_exit_edge): New.
993 (create_single_entry_edge): New.
994 (sd_region_without_exit): New.
995 (create_single_exit_edge): New.
996 (unmark_exit_edges): New.
997 (mark_exit_edges): New.
998 (create_sese_edges): New.
999 (build_graphite_scops): New.
1000 (build_scops): Make SCoPs SESE.
1001 (limit_scops): Use the new functions.
1002
1003 2008-09-29 Hans-Peter Nilsson <hp@axis.com>
1004
1005 * config/cris/cris.h (IRA_COVER_CLASSES): Define.
1006
1007 2008-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
1008
1009 PR target/37640
1010 * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Force
1011 address to a register before taking the lower part.
1012
1013 2008-09-28 Kaz Kojima <kkojima@gcc.gnu.org>
1014
1015 * config/sh/sh.h (OVERRIDE_OPTIONS): Unset flag_dwarf2_cfi_asm
1016 for SHmedia.
1017
1018 2008-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
1019 Kaushal Kantawala <kaushal_kantawala@playstation.sony.com>
1020
1021 PR tree-opt/36891
1022 * tree-ssa-loop-im.c (rewrite_reciprocal): Set DECL_GIMPLE_REG_P on
1023 the newly created variable.
1024 Create a VECTOR_CST of all 1s for vector types.
1025
1026 2008-09-28 Eric Botcazou <ebotcazou@adacore.com>
1027
1028 PR middle-end/36575
1029 * fold-const.c (div_and_round_double) <ROUND_DIV_EXPR>: Fix typo.
1030
1031 2008-09-28 Eric Botcazou <ebotcazou@adacore.com>
1032
1033 * expmed.c (store_fixed_bit_field): Always use convert_to_mode in
1034 order to convert between modes.
1035 (extract_bit_field_1): Test TRULY_NOOP_TRUNCATION on the right mode.
1036
1037 2008-09-27 Kaz Kojima <kkojima@gcc.gnu.org>
1038
1039 * config/sh/sh.c (sh_gimplify_va_arg_expr): Use VIEW_CONVERT_EXPR
1040 if needed.
1041
1042 2008-09-26 Vladimir Makarov <vmakarov@redhat.com>
1043
1044 Revert:
1045 2008-09-25 Vladimir Makarov <vmakarov@redhat.com>
1046 * ira-lives.c:...
1047 * doc/rtl.texi:...
1048
1049 2008-09-26 Adam Nemet <anemet@caviumnetworks.com>
1050
1051 * config/mips/mips.h (ISA_HAS_DMUL3, ISA_HAS_BADDU, ISA_HAS_BBIT,
1052 ISA_HAS_CINS, ISA_HAS_EXTS, ISA_HAS_SEQ_SNE, ISA_HAS_POP): Change
1053 them to yield false with MIPS16.
1054
1055 2008-09-26 Jakub Jelinek <jakub@redhat.com>
1056
1057 PR middle-end/37275
1058 * dwarf2out.c (tls_mem_loc_descriptor): New function.
1059 (mem_loc_descriptor): Use it for MEM. For PLUS fail if second
1060 mem_loc_descriptor failed. Accept UNSPEC.
1061 (loc_descriptor): Use tls_mem_loc_descriptor for MEM. For PARALLEL
1062 fail if one of the loc_descriptor calls for pieces failed.
1063 (loc_descriptor_from_tree_1): Handle even DECL_EXTERNAL __thread vars,
1064 as long as they bind locally. For COMPONENT_REF, ARRAY_REF etc. fail
1065 if loc_descriptor_from_tree_1 on offset failed.
1066
1067 PR middle-end/37576
1068 * opts.c (common_handle_option): Don't call print_specific_help with
1069 CL_SAVE as first argument.
1070
1071 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1072 Steve Ellcey <sje@cup.hp.com>
1073
1074 * configure: Regenerate for new libtool.
1075 * aclocal.m4: Ditto.
1076
1077 2008-09-26 Pat Haugen <pthaugen@us.ibm.com>
1078
1079 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Use correct
1080 alias set on MEM when saving stack pointer.
1081 * config/rs6000/rs6000.md (allocate_stack): Likewise
1082
1083 2008-09-26 Dorit Nuzman <dorit@il.ibm.com>
1084
1085 PR tree-optimization/37574
1086 * tree-vectorizer.c (vect_is_simple_use): Fix indentation.
1087 * tree-vect-transform.c (vect_get_constant_vectors): Use vectype
1088 instead of vector_type for constants. Take computation out of loop.
1089 (vect_get_vec_def_for_operand): Use only vectype for constant case,
1090 and use only vector_type for invariant case.
1091 (get_initial_def_for_reduction): Use vectype instead of vector_type.
1092
1093 2008-09-25 Jakub Jelinek <jakub@redhat.com>
1094
1095 PR c/37645
1096 * c-common.c (handle_weakref_attribute): Ignore the attribute unless
1097 the decl is a VAR_DECL or FUNCTION_DECL.
1098
1099 2008-09-25 Vladimir Makarov <vmakarov@redhat.com>
1100
1101 PR middle-end/37535
1102 * ira-lives.c (mark_reg_live, mark_reg_dead): New functions.
1103 (mark_ref_live, mark_ref_dead): Use them.
1104 (def_conflicts_with_inputs_p): Remove.
1105 (mark_early_clobbers): New function.
1106 (process_bb_node_lives): Call preprocess_constraints and
1107 mark_early_clobbers.
1108
1109 * doc/rtl.texi (clobber): Change how RA deals with clobbers.
1110
1111 2008-09-25 Vladimir Makarov <vmakarov@redhat.com>
1112
1113 PR middle-end/37448
1114 * ira-int.h (IRA_ALLOCNO_TEMP): Rename to ALLOCNO_TEMP.
1115 (ira_compress_allocno_live_ranges): New prototype.
1116
1117 * ira-color.c: Rename IRA_ALLOCNO_TEMP to ALLOCNO_TEMP.
1118 (coalesced_allocnos_living_at_program_points): New.
1119 (coalesced_allocnos_live_at_points_p,
1120 set_coalesced_allocnos_live_points): New functions.
1121 (coalesce_spill_slots): Rewrite.
1122
1123 * ira-lives.c (remove_some_program_points_and_update_live_ranges,
1124 ira_compress_allocno_live_ranges): New functions.
1125
1126 * ira-build.c (ira_flattening): Call
1127 ira_compress_allocno_live_ranges.
1128 (ira_build): Ditto.
1129
1130 2008-09-25 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * config/i386/i386.md: Check cmp/branch fuse for cmp peephole
1133 optimization.
1134
1135 2008-09-25 Richard Sandiford <rdsandiford@googlemail.com>
1136
1137 * combine.c (make_compound_operation): Handle the 'E' format.
1138 (count_rtxs): Likewise.
1139 (update_table_tick): Likewise.
1140 (get_last_value_validate): Likewise.
1141
1142 2008-09-25 Eric Botcazou <ebotcazou@adacore.com>
1143
1144 * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL.
1145
1146 2008-09-25 Sergei Dyshel <sergeid@il.ibm.com>
1147
1148 * matrix-reorg.c (transform_allocation_sites): Initializers
1149 added to avoid the warning.
1150
1151 2008-09-25 Martin Jambor <mjambor@suse.cz>
1152
1153 * cgraph.c (free_nodes): New variable.
1154 (NEXT_FREE_NODE): New macro.
1155 (cgraph_create_node): Reuse nodes from the free list. Do not
1156 update uid if doing so.
1157 (cgraph_remove_node): Add the node to the free list.
1158
1159 2008-09-25 Gerald Pfeifer <gerald@pfeifer.com>
1160
1161 * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
1162
1163 2008-09-24 Richard Henderson <rth@redhat.com>
1164
1165 * dwarf2.h (DW_OP_GNU_encoded_addr): New.
1166 * unwind-dw2.c (execute_stack_op): Handle it.
1167
1168 2008-09-24 David Edelsohn <edelsohn@gnu.org>
1169
1170 Revert:
1171 2008-09-24 Michael J. Eager <eager@eagercon.com>
1172
1173 2008-09-24 Aldy Hernandez <aldyh@redhat.com>
1174
1175 * c-common.c (fname_decl): New location argument.
1176 * c-common.h (fname_decl): Same.
1177 * c-parser.c (c_lex_one_token): Use {warning,error}_at instead of
1178 {warning,error}.
1179 (c_parser_typeof_specifier): Same.
1180 (c_parser_parms_list_declarator): Same.
1181 (c_parser_asm_string_literal): Same.
1182 (c_parser_compound_statement_nostart): Same.
1183 (c_parser_label): Same.
1184 (c_parser_do_statement): Same.
1185 (c_parser_asm_statement): Same.
1186 (c_parser_unary_expression): Same.
1187 (c_parser_sizeof_expression): Same.
1188 (c_parser_postfix_expression): Same.
1189 (c_parser_pragma): Same.
1190 (c_parser_omp_clause_collapse): Same.
1191 (c_parser_omp_clause_num_threads): Same.
1192 (c_parser_omp_clause_schedule): Same.
1193 (c_parser_omp_all_clauses): Same.
1194 (c_parser_omp_sections_scope): Same.
1195 (c_parser_omp_for_loop): Same. Pass condition's location to
1196 c_objc_common_truthvalue_conversion.
1197 (c_parser_enum_specifier): Remove comment.
1198
1199 2008-09-24 Michael J. Eager <eager@eagercon.com>
1200
1201 * config/rs6000/predicates.md (easy_fp_constant): Single FP consts
1202 are easy.
1203 * config/rs6000/rs6000.c (rs6000_override_options): Move
1204 rs6000_init_hard_regno_mode_ok after all options changed.
1205 Set rs6000_single_float, rs6000_double_float if TARGET_HARD_FLOAT.
1206 (rs6000_handle_option): Process -msingle-float, -mdouble-float,
1207 -msimple-fpu flags. Add warning messages if single FP not configured.
1208 (rs6000_file_start): Output gnu_attribute for single-float.
1209 (legitimate_lo_sum_address_p): Condition on TARGET_DOUBLE_FLOAT.
1210 (rs6000_legitimize_address): Likewise.
1211 (rs6000_legitimize_reload_address): Likewise.
1212 (rs6000_emit_move): Condition on TARGET_DOUBLE_FLOAT,
1213 TARGET_SINGLE_FLOAT.
1214 (function_arg_advance): Likewise.
1215 (function_arg): Likewise.
1216 (setup_incoming_varargs): Condition on TARGET_DOUBLE_FLOAT.
1217 (rs6000_gimplify_va_arg): Condition on TARGET_DOUBLE_FLOAT,
1218 TARGET_SINGLE_FLOAT.
1219 (rs6000_split_multireg_move): Condition on TARGET_DOUBLE_FLOAT.
1220 (rs6000_emit_prologue): Likewise.
1221 (rs6000_function_value): Condition on TARGET_DOUBLE_FLOAT,
1222 TARGET_SINGLE_FLOAT.
1223 (rs6000_libcall_value): Likewise.
1224 * config/rs6000/rs6000.h (TARGET_SINGLE_FLOAT): New default to 1.
1225 (TARGET_DOUBLE_FLOAT): New default to 1
1226 (TARGET_SIMPLE_FPU): New default to 0
1227 (TARGET_SINGLE_FPU): New default to 0
1228 (TARGET_SINGLE_FLOAT_MODE): New.
1229 (TARGET_DOUBLE_FLOAT_MODE): New.
1230 * config/rs6000/singlefp.h: New; redefine TARGET_SINGLE_FLOAT,
1231 TARGET_DOUBLE_FLOAT, TARGET_SIMPLE_FPU, TARGET_SINGLE_FPU,
1232 UNITS_PER_FP_WORD
1233 * config/rs6000/rs6000.md (define_mode_iterator): Condition on
1234 TARGET_DOUBLE_FLOAT, TARGET_SINGLE_FLOAT.
1235 (extendsfdf2, extendsfdf2_fpr, truncdfsf2, truncdfsf2_fpr,
1236 copysigndf3,fseldfsf4, negdf2, negdf2_fpr, absdf2, absdf2_fpr,
1237 nabsdf2_fpr, adddf3, adddf3_fpr, subdf3, subdf3_fpr, muldf3,
1238 muldf3_fpr, divdf3, divdf3_fpr, sqrtdf2, smaxdf3, smindf3,
1239 movdfcc, *fseldfdf4, floatsidf2, *floatsidf2_internal,
1240 floatunssidf2, *floatunssidf2_internal, fix_truncdfsi2,
1241 *fix_truncdfsi2_internal, fix_truncdfsi2_internal_gfxopt,
1242 fix_truncdfsi2_mfpgpr, fctiwz, btruncdf2, ceildf2, floordf2,
1243 rounddf2, floatdidf2, floatsidf_ppc64_mfpgpr, floatsidf_ppc64,
1244 floatunssidf_ppc64, fix_truncdfdi2, movdf_hardfloat32,
1245 movdf_hardfloat64_mfpgpr, movdf_hardfloat64, extenddftf2_fprs,
1246 extenddftf2_internal, trunctfdf2_internal2, fix_trunc_helper,
1247 abstf2_internal, movdf_update1, movdf_update2, cmpdf_internal1,
1248 cmptf_internal1, *cmptf_internal2): Condition on
1249 TARGET_DOUBLE_FLOAT.
1250 (aux_truncdfsf2, negsf2, *negsf2, abssf2, *abssf2, addsf3, subsf3,
1251 mulsf3, divsf3, sqrtsf2, copysignsf3, smaxsf3, sminsf3, movsfcc,
1252 *fselsfsf4, fixuns_truncsfsi2, fix_truncsfsi2, floatunssisf2,
1253 btruncsf2, ceilsf2, floorsf2, roundsf2, floatdisf2_internal1,
1254 floatdisf2_internal2, *movsf_hardfloat, trunctfsf2_fprs,
1255 *movsf_update1, *movsf_update2, *cmpsf_internal1): Condition on
1256 TARGET_SINGLE_FLOAT.
1257 (divsf3, sqrtsf2, divdf3, divdf3_fpr): Condition on TARGET_SIMPLE_FPU.
1258 * config/rs6000/rs6000.opt (-msingle-float): New.
1259 (-mdouble-float): New.
1260 (-msimple-fpu): New.
1261 * doc/invoke.texi (RS/6000 and PowerPC Options): Add
1262 -msingle-float, -mdouble-float, -msimple-fpu options.
1263 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Set
1264 _SOFT_DOUBLE for -msingle-float.
1265 * config.gcc: New config for target=powerpc-xilinx-eabi.
1266
1267 2008-09-23 Eric Botcazou <ebotcazou@adacore.com>
1268
1269 * config/sparc/constraints.md: New file.
1270 * config/sparc/sparc.md: Include it.
1271 * config/sparc/sparc-protos.h (memory_ok_for_ldd): Declare.
1272 (sparc_extra_constraint_check): Delete.
1273 * config/sparc/sparc.c (register_ok_for_ldd): Minor tweaks.
1274 (memory_ok_for_ldd): New predicate.
1275 (sparc_extra_constraint_check): Delete.
1276 * config/sparc/sparc.h (REG_CLASS_FROM_LETTER): Likewise.
1277 (CONST_OK_FOR_LETTER_P): Likewise.
1278 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
1279 (EXTRA_CONSTRAINT): Likewise.
1280
1281 2008-08-23 Steve Ellcey <sje@cup.hp.com>
1282
1283 * regrename.c (do_replace): Copy REG_POINTER value to new reg.
1284
1285 2008-09-23 Richard Sandiford <rdsandiford@googlemail.com>
1286
1287 * alias.c (find_base_value): Use FIND_BASE_TERM.
1288 * doc/tm.texi (FIND_BASE_TERM): Update documentation.
1289
1290 2008-09-23 Richard Sandiford <rdsandiford@googlemail.com>
1291
1292 * config/i386/i386.c: Include cselib.h.
1293 (ix86_pic_register_p): New function.
1294 (ix86_delegitimize_address): Use it to check for the PIC register.
1295
1296 2008-09-23 Richard Sandiford <rdsandiford@googlemail.com>
1297
1298 * doc/tm.texi (FIND_BASE_TERM): Expand documentation.
1299 * config/i386/i386.c (ix86_find_base_term): Don't check for
1300 SYMBOL_REF and LABEL_REF.
1301
1302 2008-09-23 Richard Sandiford <rdsandiford@googlemail.com>
1303
1304 * config/i386/i386.c (ix86_delegitimize_address): Wrap the
1305 constant PLUS in a CONST.
1306
1307 2008-09-23 Kai Tietz <kai.tietz@onevision.com>
1308
1309 * config/i386/i386.c (ix86_function_ok_for_sibcall): Correct
1310 check for sibcall support for w64.
1311
1312 2008-09-23 Eric Botcazou <ebotcazou@adacore.com>
1313
1314 * c-ppoutput.c (cb_used_define): Do nothing for a builtin node.
1315
1316 2008-09-23 Aldy Hernandez <aldyh@redhat.com>
1317
1318 * c-tree.h: Add argument to c_objc_common_truthvalue_conversion,
1319 parser_build_binary_op.
1320 * c-decl.c (build_enumerator): Pass location to build_binary_op.
1321 * c-typeck.c (build_array_ref): Same.
1322 (parser_build_unary_op): New location argument.
1323 (pointer_diff): Pass location to build_binary_op,
1324 c_objc_common_truthvalue_conversion.
1325 (build_modify_expr): Same.
1326 (build_unary_op): New location argument.
1327 (build_binary_op): New location argument.
1328 (c_objc_common_truthvalue_conversion): Pass location to
1329 c_*common_truthvalue_conversion.
1330 * c-convert.c (convert): Same.
1331 * c-common.c (binary_op_error): New location argument.
1332 (pointer_int_sum): Pass location to build_binary_op.
1333 (c_common_truthvalue_conversion): New location argument.
1334 (warn_for_sign_compare): Same.
1335 * c-common.h: Add location argument to c_common_truthvalue_conversion,
1336 binary_op_error, build_binary_op, warn_for_sign_compare.
1337 * c-parser.c (c_parser_condition): Pass location to
1338 c_*common_truthvalue_conversion.
1339 (c_parser_conditional_expression): Save condition's location and pass
1340 it on down.
1341 (c_parser_binary_expression): Same, but for the binary operator's
1342 location.
1343 (c_parser_omp_for_loop): Pass location to
1344 c_objc_common_truthvalue_conversion.
1345
1346 2008-09-23 Martin Jambor <mjambor@suse.cz>
1347
1348 * cgraph.c (cgraph_free_edge): Use sizeof(*e).
1349 (cgraph_node_remove_callees): New temporary f. Hold the next item
1350 in f when looping.
1351 (cgraph_node_remove_callers): Likewise.
1352
1353 * ipa-prop.c (ipa_edge_removal_hook): Use ATTRIBUTE_UNUSED.
1354 (ipa_node_removal_hook): Likewise.
1355
1356 * doc/gimple.texi (gimple_copy_call_skip_args): Changed to
1357 gimple_call_copy_skip_args and moved to the gimple_call section.
1358 * gimple.c (gimple_copy_call_skip_args): Renamed to
1359 gimple_call_copy_skip_args. Changed al users.
1360
1361 2008-09-22 Vladimir Makarov <vmakarov@redhat.com>
1362
1363 * ira-color.c (start_allocno_priorities): Rename to
1364 setup_allocno_priorities. Use costs and
1365 ALLOCNO_EXCESS_PRESSURE_POINTS_NUM instead of frequencies and
1366 range lengths. Get rid off doubles.
1367 (ira_fast_allocations): Call start_allocno_priorities.
1368
1369 2008-09-22 David Daney <ddaney@avtrex.com>
1370
1371 PR target/37593
1372 * config/mips/mips.h (FUNCTION_PROFILER): Call _mcount via a
1373 register if TARGET_LONG_CALLS.
1374
1375 2008-09-22 Richard Guenther <rguenther@suse.de>
1376
1377 PR tree-optimization/37145
1378 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Re-enable
1379 value-numbering union accesses with their offset and size only.
1380 (visit_reference_op_load): Fix simplification of inserted conversions.
1381 * tree-ssa-pre.c (find_or_generate_expression): Do not
1382 recursively generate expressions if running FRE.
1383
1384 2008-09-22 Adam Nemet <anemet@caviumnetworks.com>
1385
1386 * config/mips/mips.h (ISA_HAS_BADDU): New macro.
1387 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el, *baddu_di<mode>):
1388 New patterns.
1389
1390 2008-09-22 Richard Guenther <rguenther@suse.de>
1391
1392 PR tree-optimization/37145
1393 * tree-ssa-pre.c (fully_constant_expression): Simplify builtin calls.
1394 (phi_translate_1): Constant fold references.
1395
1396 2008-09-22 Ira Rosen <irar@il.ibm.com>
1397
1398 PR tree-optimization/37482
1399 * tree-vectorizer.h (struct _slp_instance): Add new field.
1400 (SLP_INSTANCE_FIRST_LOAD_STMT): New.
1401 (get_earlier_stmt): New function.
1402 * tree-vect-analyze.c (vect_find_first_load_in_slp_instance): New
1403 function.
1404 (vect_analyze_slp_instance): Set SLP_INSTANCE_FIRST_LOAD_STMT.
1405 * tree-vect-transform.c (vect_finish_stmt_generation): Remove the
1406 asserts that GSI points to the scalar statement being vectorized.
1407 Set new statement location according to GSI.
1408 (vect_schedule_slp_instance): Use GSI of
1409 SLP_INSTANCE_FIRST_LOAD_STMT when vectorizing loads.
1410
1411 2008-09-21 Jan Hubicka <jh@suse.cz>
1412
1413 * ipa-cp.c (ipcp_estimate_growth): Check recursive calls.
1414 (ipcp_insert_stage): Update dead_nodes bitmap.
1415
1416 2008-09-22 Danny Smith <dannysmith@users.sourceforge.net>
1417
1418 PR target/37528
1419 * config/i386/t-cygming (SHLIB_LC): Remove.
1420 (SHLIB_LINK): Don't add static objects to SHLIB_IMPLIB
1421 * config/i386/t-cygwin (SHLIB_LC): Specify all required libraries.
1422
1423 2008-09-22 Hans-Peter Nilsson <hp@axis.com>
1424
1425 PR middle-end/37170
1426 PR middle-end/37280
1427 * final.c (mark_symbol_ref_as_used): New helper function.
1428 (output_operand): Instead of just looking inside MEMs for
1429 SYMBOL_REFs, use new helper function and for_each_rtx.
1430 * varasm.c (assemble_external): Move #ifndef ASM_OUTPUT_EXTERNAL
1431 to after weak-handling. Don't mark decls with TREE_STATIC as weak.
1432 Make head comment more general.
1433 * config/darwin.c (machopic_output_indirection): Handle weak
1434 references here, like in assemble_external.
1435
1436 2008-09-21 Eric Botcazou <ebotcazou@adacore.com>
1437
1438 * config/sparc/sparc-protos.h (gen_compare_operator): Declare.
1439 (sparc_emit_float_lib_cmp): Change return type.
1440 * config/sparc/sparc.c (gen_compare_reg): Add comment about TFmode.
1441 (gen_compare_operator): New function.
1442 (sparc_emit_float_lib_cmp): Return the new operator to be used in
1443 the comparison sequence. Minor tweaks.
1444 * config/sparc/sparc.md (seq, sne, sgt, slt, sge, sle): Assert
1445 that the final operator and the result of sparc_emit_float_lib_cmp
1446 match for software TFmode; use emit_insn in lieu of emit_jump_insn.
1447 (beq, bne, bgt, blt, bge, ble, bunordered, bordered, bungt, bunlt,
1448 buneq, bunge, bunle, bltgt): Assert that the final operator and the
1449 result of sparc_emit_float_lib_cmp match for software TFmode.
1450 (movqicc, movhicc, movsicc, movdicc): Merge into...
1451 (mov<I:mode>cc): ...this.
1452 (movsfcc, movdfcc, movtfcc): Merge into...
1453 (mov<F:mode>cc): ...this.
1454 (movqi_cc_sp64, movhi_cc_sp64, movsi_cc_sp64, movdi_cc_sp64): Merge
1455 into...
1456 (mov<I:mode>_cc_v9): ...this.
1457 (movdi_cc_sp64_trunc): Delete.
1458 (movqi_cc_reg_sp64, movhi_cc_reg_sp64, movsi_cc_reg_sp64,
1459 movdi_cc_reg_sp64): Merge into...
1460 (mov<I:mode>_cc_reg_sp64): ...this.
1461 (movsf_cc_sp64): Rename into...
1462 (movsf_cc_v9): ...this.
1463 (movdf_cc_sp64): Rename into...
1464 (movdf_cc_v9): ...this.
1465 (movtf_cc_hq_sp64): Rename into...
1466 (movtf_cc_hq_v9): ...this.
1467 (movtf_cc_sp64): Rename into...
1468 (movtf_cc_v9): ...this. Adjust for renaming of movdf_cc_sp64.
1469
1470 2008-09-21 Diego Novillo <dnovillo@google.com>
1471
1472 * doc/gccint.texi: Include generic.texi and gimple.texi.
1473 Re-order index.
1474 * doc/tree-ssa.texi (GENERIC): Move to generic.texi.
1475 (GIMPLE): Move to gimple.texi.
1476 (Annotations): Remove references to to stmt_ann_t and
1477 ssa_name_ann_t.
1478 (SSA Operands): Rename from 'Statement Operands'.
1479 * doc/generic.texi: New.
1480 * doc/gimple.texi: New.
1481 * Makefile.in (TEXI_GCCINT_FILES): Add generic.texi and gimple.texi.
1482 * Makefile.in (TEXI_GCCINT_FILES):
1483 * gimple.c (gimple_copy_call_skip_args): Rename from
1484 giple_copy_call_skip_args. Update all users.
1485 * doc/gimple.texi (gimple_copy_call_skip_args): Document.
1486
1487 2008-09-21 Ira Rosen <irar@il.ibm.com>
1488
1489 PR tree-optimization/37539
1490 * tree-vect-transform.c (vect_transform_strided_load): Save vector
1491 statement in related statement field only for the first load of the
1492 group of loads with the same data reference.
1493
1494 2008-09-20 Adam Nemet <anemet@caviumnetworks.com>
1495
1496 * config/mips/mips.h (TUNE_OCTEON): New macro.
1497 * config/mips/mips.c (mips_issue_rate): Return 2 for Octeon.
1498 (mips_multipass_dfa_lookahead): Return 2 for Octeon.
1499 * config/mips/octeon.md: New file.
1500 * config/mips/mips.md: Include octeon.md. Restore
1501 semi-alphabetical order of include files.
1502
1503 2008-09-20 H.J. Lu <hongjiu.lu@intel.com>
1504
1505 PR target/37571
1506 * config/i386/i386.md (*jcc_fused_1): Removed.
1507 (*jcc_fused_2): Likewise.
1508 (*jcc_fused_3): Likewise.
1509 (*jcc_fused_4): Likewise.
1510
1511 2008-09-20 Richard Sandiford <rdsandiford@googlemail.com>
1512
1513 * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Define.
1514 (IRA_COVER_CLASSES): Refer to TARGET_IRA_COVER_CLASSES.
1515 * target.h (gcc_target): Add ira_cover_classes.
1516 * ira.c: Remove IRA_COVER_CLASSES guards.
1517 (setup_cover_and_important_classes): Use targetm.ira_cover_classes
1518 instead of IRA_COVER_CLASSES.
1519 (setup_cover_and_important_classes): Remove IRA_COVER_CLASSES guard.
1520 (setup_class_translate): Likewise.
1521 (setup_reg_class_intersect_union): Likewise.
1522 (find_reg_class_closure): Replace IRA_COVER_CLASSES guard with a
1523 test of targetm.ira_cover_classes.
1524 * opts.c (decode_options): Use targetm.ira_cover_classes instead
1525 of IRA_COVER_CLASSES.
1526 * target-def.h (TARGET_IRA_COVER_CLASSES): Define.
1527 (TARGET_INITIALIZER): Include it.
1528 * targhooks.h (default_ira_cover_classes): Declare.
1529 * targhooks.c (default_ira_cover_classes): New function.
1530
1531 2008-09-19 Bob Wilson <bob.wilson@acm.org>
1532
1533 * config/xtensa/xtensa.md (reload<mode>_literal): Handle MEM operands.
1534
1535 2008-09-19 Ian Lance Taylor <iant@google.com>
1536
1537 * varasm.c (narrowing_initializer_constant_valid_p): Return
1538 NULL_TREE if ENDTYPE is not an integer.
1539
1540 2008-09-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
1541
1542 PR tree-opt/30930
1543 * tree-ssa.c (execute_update_addresses_taken): Also update
1544 DECL_GIMPLE_REG_P for vector and complex types.
1545
1546 2008-09-19 Andrew MacLeod <amacleod@redhat.com>
1547 Jan Hubicka <jh@suse.cz>
1548
1549 PR middle-end/37567
1550 * tree-ssa-ter.c (free_temp_expr_table): Make sure fields are actually
1551 empty before freeing them.
1552 (find_replaceable_exprs): Move asserts to free_temp_expr_table.
1553
1554 2008-09-18 Bob Wilson <bob.wilson@acm.org>
1555
1556 * configure.ac: Add HAVE_AS_TLS check for Xtensa.
1557 * config/xtensa/predicates.md (tls_symbol_operand): New.
1558 * config/xtensa/xtensa.c (TARGET_HAVE_TLS): Define.
1559 (TARGET_CANNOT_FORCE_MEM): Define.
1560 (xtensa_tls_symbol_p): New.
1561 (xtensa_emit_move_sequence): Check for and legitimize TLS addresses.
1562 (xtensa_legitimate_address_p): Disallow constant pool TLS references.
1563 (xtensa_tls_module_base): New.
1564 (xtensa_call_tls_desc): New.
1565 (xtensa_legitimize_tls_address): New.
1566 (xtensa_legitimize_address): Handle TLS symbols.
1567 (xtensa_tls_referenced_p_1): New.
1568 (xtensa_tls_referenced_p): New.
1569 (xtensa_output_addr_const_extra): Handle UNSPEC_TPOFF and
1570 UNSPEC_DTPOFF.
1571 (XTENSA_BUILTIN_THREAD_POINTER): New.
1572 (XTENSA_BUILTIN_SET_THREAD_POINTER): New.
1573 (xtensa_init_builtins): Set NOTHROW and READONLY for umulsidi3
1574 builtin. Add declarations for __builtin_thread_pointer and
1575 __builtin_set_thread_pointer.
1576 (xtensa_fold_builtin): Recognize new builtins.
1577 (xtensa_expand_builtin): Expand new builtins.
1578 * config/xtensa/xtensa.h (XCHAL_HAVE_THREADPTR): Define default value.
1579 (TARGET_THREADPTR): Define.
1580 (HAVE_AS_TLS): Define default value.
1581 (LEGITIMATE_CONSTANT_P): Disallow TLS references.
1582 * config/xtensa/xtensa.md (UNSPEC_TPOFF, UNSPEC_DTPOFF): New.
1583 (UNSPEC_TLS_FUNC, UNSPEC_TLS_ARG, UNSPEC_TLS_CALL, UNSPEC_TP): New.
1584 (UNSPECV_SET_TP): New.
1585 (sym_TPOFF, sym_DTPOFF): New.
1586 (load_tp, set_tp, tls_func, tls_arg, tls_call): New.
1587 * config/xtensa/xtensa-protos.h (xtensa_tls_referenced_p): Declare.
1588 * configure: Regenerated.
1589
1590 2008-09-18 H.J. Lu <hongjiu.lu@intel.com>
1591
1592 PR target/37394
1593 * config/ia64/ia64.c (ia64_optimization_options): Move
1594 checking and setting flag_schedule_insns_after_reload and
1595 ia64_flag_schedule_insns2 back to ...
1596 (ia64_override_options): Here.
1597
1598 2008-09-18 Andrew Pinski <andrew_pinski@playstation.sony.com>
1599
1600 PR rtl-opt/37451
1601 * loop-doloop.c (doloop_modify): New argument zero_extend_p and
1602 zero extend count after the correction to it is done.
1603 (doloop_optimize): Update call to doloop_modify, don't zero extend
1604 count before call.
1605
1606 2008-09-18 Martin Jambor <mjambor@suse.cz>
1607
1608 * ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.
1609
1610 * ipa-prop.c: Correct comments.
1611 * ipa-prop.h: Likewise.
1612
1613 2008-09-18 Jan Hubicka <jh@suse.cz>
1614
1615 PR middle-end/37448
1616 * ipa-reference.c (ipa_reference_local_vars_info_d,
1617 ipa_reference_global_vars_info_d,
1618 ipa_reference_local_vars_info_t, ipa_reference_global_vars_info_t,
1619 ipa_reference_vars_info_t): Move here from ipa-reference.h
1620 (node_duplication_hook_holder, node_removal_hook_holder): New.
1621 (get_reference_vars_info_from_cgraph): Rename to ...
1622 (get_reference_vars_info): ... this one, use cgraph uids.
1623 (get_local_reference_vars_info, get_global_reference_vars_info):
1624 Use cgraph instead of decl.
1625 (ipa_reference_get_read_local, ipa_reference_get_written_local):
1626 Remove.
1627 (ipa_reference_get_read_global, ipa_reference_get_not_read_global
1628 ipa_reference_get_written_global,
1629 ipa_reference_get_not_written_global): Use cgraph argument.
1630 (check_call): Simplify avail check.
1631 (scan_stmt_for_static_refs): Update.
1632 (propagate_bits): Update.
1633 (merge_callee_local_info): Remove.
1634 (init_function_info): Use cgraph nodes.
1635 (clean_function_local_data): Break out from ...
1636 (clean_function): ... here.
1637 (copy_local_bitmap, copy_global_bitmap): New functions.
1638 (duplicate_node_data, remove_node_data): New functions.
1639 (generate_summary): Register hooks; use visibility instead of
1640 master clones.
1641 (propafate): Use cgraph nodes; copy bitmap to each node in cycle.
1642 * ipa-reference.h (ipa_reference_local_vars_info_d,
1643 ipa_reference_global_vars_info_d,
1644 ipa_reference_local_vars_info_t, ipa_reference_global_vars_info_t,
1645 ipa_reference_vars_info_t): Move to ipa-reference.c
1646 (ipa_reference_get_read_local, ipa_reference_get_written_local):
1647 Remove.
1648 (ipa_reference_get_read_global, ipa_reference_get_written_global,
1649 ipa_reference_get_not_read_global,
1650 ipa_reference_get_not_written_global): Update prototype.
1651 * ipa-pure-const.c (funct_state_vec): Turn into VECtor.
1652 (init_state): Remove.
1653 (node_duplication_hook_holder, node_removal_hook_holder): New.
1654 (get_function_state, set_function_state): Use VECtor.
1655 (analyze_function): Check body availability.
1656 (add_new_function): Likewise.
1657 (duplicate_node_data, remove_node_data): New.
1658 (generate_summary): Register hooks; do not care about clones.
1659 (propafate): Do not care about clones; recursive functions are
1660 not looping.
1661 * ipa-utils.c (searchc, ipa_utils_reduced_inorder): Do not skip clones.
1662 * ipa-prop.c (edge_removal_hook_holder, node_removal_hook_holder,
1663 * edge_duplication_hook_holder, node_duplication_hook_holder): Make
1664 static.
1665 * tree-flow.h (function_ann_d): Remove reference_vars_info.
1666 * tree-ssa-opreands.c (add_call_clobber_ops, add_call_read_ops):
1667 Update call of ipa-reference accesors.
1668
1669 2008-09-18 Simon Baldwin <simonb@google.com>
1670
1671 * c-opts.c (c_common_handle_option): Add handling for
1672 -Wbuiltin-macro-redefined command line option.
1673 * c.opt: Added builtin-macro-redefined option.
1674 * doc/invoke.texi (Warning Options): Add -Wbuiltin-macro-redefined
1675 documentation.
1676
1677 2008-09-18 Richard Guenther <rguenther@suse.de>
1678
1679 PR tree-optimization/37258
1680 * tree-ssa-sccvn.c (vn_phi_compute_hash): Include the precision
1681 and signedness for integral types.
1682 (vn_phi_eq): Require compatible types.
1683
1684 2008-09-18 Jakub Jelinek <jakub@redhat.com>
1685
1686 PR debug/34037
1687 * gimplify.c (gimplify_type_sizes): When not optimizing, ensure
1688 TYPE_MIN_VALUE and TYPE_MAX_VALUE is not is not DECL_IGNORED_P
1689 VAR_DECL.
1690 * cfgexpand.c (expand_used_vars): Keep DECL_ARTIFICIAL
1691 !DECL_IGNORED_P vars in local_decls list for instantiate_decls,
1692 ggc_free other TREE_LIST nodes from that chain.
1693 * function.c (instantiate_decls): Instantiate also DECL_RTL
1694 of vars in cfun->local_decls, free that list afterwards.
1695
1696 2008-09-18 Eric Botcazou <ebotcazou@adacore.com>
1697
1698 * config/sparc/sol2.h (WIDEST_HARDWARE_FP_SIZE): Move to...
1699 * config/sparc/sparc.h (WIDEST_HARDWARE_FP_SIZE): ...here.
1700
1701 2008-09-18 Andrew MacLeod <amacleod@redhat.com>
1702
1703 * tree-outof-ssa.c (eliminate_useless_phis): Fix formatting.
1704 * tree-flow-.h (struct immediate_use_iterator_d): Fix comment.
1705
1706 2008-09-18 Andrew MacLeod <amacleod@redhat.com>
1707
1708 PR tree-optimization/37102
1709 * tree-outof-ssa.c (remove_gimple_phi_args): Remove all the PHI args
1710 from a node. Check to see if another PHI is dead.
1711 (eliminate_useless_phis): Rename from eliminate_virtual_phis and
1712 remove real PHIs which have no uses.
1713 (rewrite_out_of_ssa): Call eliminate_useless_phis.
1714
1715 2008-09-18 Richard Guenther <rguenther@suse.de>
1716
1717 PR middle-end/37284
1718 * tree-cfg.c (remove_useless_stmts_1): Remove
1719 GIMPLE_CHANGE_DYNAMIC_TYPE if not optimizing.
1720
1721 2008-09-18 Nick Clifton <nickc@redhat.com>
1722
1723 * config/frv/frv.h (IRA_COVER_CLASSES): Define.
1724 (SECONDARY_INPUT_RELOAD_CLASS): Omit unused argument in call
1725 to frv_secondary_reload_class.
1726 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
1727 * config/frv/frv.c (TARGET_SECONDARY_RELOAD): Define.
1728 (frv_secondary_reload_class): Omit unused parameter.
1729 (frv_secondary_reload): New function. Handle the case when
1730 secondary_reload_class() is called before the reload_(in|out)
1731 _optabs have been initialised.
1732 * config/frv/frv-protos.h (frv_secondary_reload_class): Omit
1733 unused parameter.
1734 * config/frv/frv.md: Define an exclusion set between fr550_m0
1735 and fr550_f0.
1736
1737 2008-09-18 Richard Guenther <rguenther@suse.de>
1738
1739 PR tree-optimization/37456
1740 * tree-ssa-reassoc.c (build_and_add_sum): If the stmt we
1741 want to insert after ends a BB insert on the single fallthru
1742 outgoing edge.
1743
1744 2008-09-18 Andreas Krebbel <krebbel1@de.ibm.com>
1745
1746 * doc/invoke.texi: Document -mhard-dfp, -mno-hard-dfp.
1747 Mention -march=z9-109, z9-ec and z10.
1748
1749 2008-09-18 Uros Bizjak <ubizjak@gmail.com>
1750
1751 PR rtl-optimization/37544
1752 * regrename.c (maybe_mode_change): Exit early when copy_mode
1753 is narrower than orig_mode and narrower than new_mode.
1754
1755 2008-09-18 Alexander Monakov <amonakov@ispras.ru>
1756
1757 PR middle-end/37499
1758 * sched-int.h (struct _haifa_insn_data): Remove unused field ref_count.
1759
1760 * sched-rgn.c (ref_counts): Remove.
1761 (insn_referenced): New static variable.
1762 (INSN_REF_COUNT): Remove.
1763 (sched_run_compute_dependencies): Use insn_referenced instead of
1764 INSN_REF_COUNT.
1765 (add_branch_dependences): Likewise. Delete dead assignment.
1766
1767 2008-09-17 Adam Nemet <anemet@caviumnetworks.com>
1768
1769 * haifa-sched.c (dep_cost_1): Recognize the producer even if the
1770 consumer is an asm. Add comment why this is important.
1771 (choose_ready): Add comment to the "INSN_CODE (insn) >= 0 ||
1772 recog_memoized (insn) < 0" assert. Put ENABLE_CHECKING around it.
1773
1774 2008-09-17 Joseph Myers <joseph@codesourcery.com>
1775
1776 * expr.c (emit_group_store): Do not shift before moving via a
1777 stack slot.
1778
1779 2008-09-17 Eric Botcazou <ebotcazou@adacore.com>
1780
1781 * varasm.c (initializer_constant_valid_p): Forbid view-conversions
1782 from aggregate to non-aggregate type if the bit pattern is not fully
1783 preserved afterwards.
1784
1785 2008-09-17 Richard Guenther <rguenther@suse.de>
1786
1787 * tree-cfg.c (verify_types_in_gimple_assign): Rename to ...
1788 (verify_gimple_assign): ... this. Split into ...
1789 (verify_gimple_assign_unary): ... this,
1790 (verify_gimple_assign_binary): ... that,
1791 (verify_gimple_assign_single): ... and this.
1792 (verify_types_in_gimple_stmt): Call verify_gimple_assign.
1793 Fix GIMPLE_CHANGE_DYNAMIC_TYPE handling.
1794 (verify_types_in_gimple_min_lval): Handle TARGET_MEM_REF.
1795 (verify_types_in_gimple_reference): Be forgiving with
1796 VIEW_CONVERT_EXPRs.
1797 (verify_gimple_phi): Deal with virtual operands.
1798
1799 * tree.def (PREDICT_EXPR): Change to tcc_expression.
1800
1801 2008-09-17 Andrew Pinski <andrew_pinski@playstation.sony.com>
1802
1803 * tree.c (get_callee_fndecl): Don't call the language hook.
1804 * langhooks.h (lang_hooks): Remove lang_get_callee_fndecl.
1805 * langhooks-def.h (LANG_HOOKS_GET_CALLEE_FNDECL): Kill.
1806 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_GET_CALLEE_FNDECL.
1807
1808 2008-09-17 Jakub Jelinek <jakub@redhat.com>
1809
1810 * tree.c (protected_set_expr_location): Don't unnecessarily
1811 check for error_mark_node.
1812
1813 2008-09-17 Art Haas <ahaas@impactweather.com>
1814
1815 * ipa-reference.c (analyze_function): Declare step only if
1816 ENABLE_CHECKING is defined.
1817
1818 2008-09-17 Jan Hubicka <jh@suse.cz>
1819
1820 PR c++/18071
1821 * tree.h (DECL_INLINE): remove.
1822 (DECL_DECLARED_INLINE_P): Update docs.
1823 (DECL_NO_INLINE_WARNING_P): new.
1824 (tree_function_decl): Replace inline_flag by no_inline_warning_flag.
1825 * tree-inline.c (inlinable_function_p): Set DECL_NO_INLINE_WARNING_P.
1826
1827 2008-09-17 Jakub Jelinek <jakub@redhat.com>
1828 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1829
1830 PR bootstrap/37441
1831 * dwarf2out.c (dwarf2out_do_cfi_asm) [MIPS_DEBUGGING_INFO]: Return
1832 false.
1833
1834 2008-09-17 Jan Hubicka <jh@suse.cz>
1835
1836 * ipa-reference.c (ipa_obstack): Remove.
1837 (local_info_obstack, global_info_obstack): New.
1838 (add_static_var): We now handle variables only.
1839 (mark_address_taken, mark_load, mark_store): New functions based on ...
1840 (check_operand): ... remove.
1841 (get_asm_stmt_operands): Rename to ...
1842 (check_asm_memory_clobber): ... this. Look only for memory clobber.
1843 (scan_stmt_for_static_refs): Rewrite.
1844 (scan_op_for_static_refs): Rename to ...
1845 (scan_initializer_for_static_refs): do not look for VAR_DECL
1846 initializers; stop recursion on types and decls.
1847 (ipa_init): Use proper obstacks.
1848 (analyze_variable): Use scan_initializer_for_static_refs.
1849 (init_function_info): Use local obstack.
1850 (analyze_function): Simplify.
1851 (add_new_function): We don't need visited_nodes obstack.
1852 (generate_summary): Use proper obstacks; cleanup after propagation.
1853
1854 2008-09-17 Richard Guenther <rguenther@suse.de>
1855
1856 PR middle-end/37385
1857 PR tree-optimization/37491
1858 * alias.c (get_alias_set): Use the canonical type.
1859 * tree-vect-transform.c (vectorizable_store): Use the type of
1860 the lhs for the vector type. Adjust checking.
1861 (vectorizable_load): Adjust checking.
1862
1863 2008-09-16 Jakub Jelinek <jakub@redhat.com>
1864 Adam Nemet <anemet@caviumnetworks.com>
1865
1866 PR rtl-optimization/37483
1867 * ifcvt.c (noce_try_sign_mask): Use if_info->test_bb instead of
1868 if_info->insn_b's bb as argument to optimize_bb_for_speed_p.
1869 Rearrange code to better match the original comment. Check
1870 t_unconditional first. Improve comment.
1871
1872 2008-09-16 Jakub Jelinek <jakub@redhat.com>
1873
1874 PR c/37529
1875 * gimplify.c (gimplify_expr) <case GOTO_EXPR>: If gimplification of
1876 GOTO_DESTINATION failed, don't create GIMPLE_GOTO.
1877
1878 PR c++/37530
1879 * gimplify.c (gimplify_expr) <case TRY_CATCH_EXPR>: Don't create
1880 GIMPLE_TRY if cleanup sequence is empty.
1881
1882 2008-09-16 Andrew Pinski <andrew_pinski@playstation.sony.com>
1883
1884 PR middle-end/37263
1885 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Prefer the
1886 eliminate IV if the cost are the same.
1887
1888 2008-09-16 Richard Guenther <rguenther@suse.de>
1889
1890 PR middle-end/37380
1891 * tree-sra.c (sra_build_assignment): Do not call the gimplifier
1892 if not necessary.
1893
1894 2008-09-16 Richard Guenther <rguenther@suse.de>
1895
1896 PR tree-optimization/37508
1897 * tree-vrp.c (simplify_truth_ops_using_ranges): Also allow -1.
1898
1899 2008-09-15 Kaz Kojima <kkojima@gcc.gnu.org>
1900
1901 * config/sh/sh.md (movsf_ie): Fix length for TARGET_SH2A.
1902
1903 2008-09-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
1904
1905 * config/rs6000/rs6000.md (floatsidf2): Rewrite PowerPC64 case to
1906 use gen_floatdidf2 directly.
1907 (floatunssidf2): Likewise.
1908 (floatsidf_ppc64_mfpgpr): Remove.
1909 (floatsidf_ppc64): Remove.
1910 (floatunssidf_ppc64): Remove.
1911
1912 2008-09-15 Jakub Jelinek <jakub@redhat.com>
1913
1914 * ira-color.c (finish_cost_update): Free update_cost_queue_elems
1915 rather than update_cost_queue.
1916
1917 * tree-ssa-alias.c (init_alias_info): Call bitmap_obstack_release
1918 in every call starting with the second one, instead of only when
1919 alias_bitmap_obstack.elements != NULL.
1920
1921 * tree-predcom.c (filter_suitable_components): Free all refs in
1922 act->refs vector before calling release_component.
1923 (add_ref_to_chain): Free ref if not adding it to chain->refs.
1924
1925 * tree-data-ref.c (free_subscripts): Free all subscript objects.
1926
1927 * tree-loop-linear.c (linear_transform_loops): Initialize
1928 lambda_obstack only after calling perfect_loop_nest_depth.
1929 Goto free_and_continue instead of just continue for later failures.
1930
1931 PR middle-end/37479
1932 * doc/invoke.texi: Document -fno-dwarf2-cfi-asm.
1933
1934 PR libmudflap/36397
1935 * tree-mudflap.c (mf_xform_derefs_1): Handle VIEW_CONVERT_EXPR.
1936
1937 2008-09-14 Andreas Schwab <schwab@suse.de>
1938
1939 * tree-call-cdce.c (check_target_format): Accept Motorola formats.
1940
1941 2008-09-14 Jan Hubicka <jh@suse.cz>
1942
1943 * invoke.texi (-fconserve-stack): Document.
1944 * opts.c (decode_options): Handle conserve_stack.
1945 * common.opt (fconvserve_stack): New.
1946
1947 2008-09-14 David Edelsohn <edelsohn@gnu.org>
1948
1949 * config.host: Add x-aix to host_xmake_file.
1950 * config/rs6000/t-aix52: Do not override LDFLAGS.
1951 * config/rs6000/x-aix: New file.
1952
1953 2008-09-14 Andy Hutchinson <hutchinsonandy@aim.com>
1954
1955 PR target/19636
1956 PR target/24894
1957 PR target/31644
1958 PR target/31786
1959 * config/avr/avr.c (legitimate_address_p): Fix problem where subreg
1960 is not recognized as a valid register usage. Allow REG_X to be used
1961 as a base pointer.
1962 * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Remove code that
1963 forces a reload when using a base register.
1964
1965 2008-09-14 Danny Smith <dannysmith@users.sourceforge.net>
1966
1967 * config/i386/cygming-crtend.c (register_frame_ctor): If
1968 DEFAULT_USE_CXA_ATEXIT, register __gcc_deregister_frame
1969 directly with atexit.
1970 (deregister_frame_ctor): Rename to ...
1971 (deregister_frame_dtor): Use to call __gcc_deregister_frame
1972 if !DEFAULT_USE_CXA_ATEXIT.
1973
1974 2008-09-13 Jan Hubicka <jh@suse.cz>
1975
1976 * cgraph.c: Include value-prof.h
1977 * Makefile.in (cgraph.o): Add value-prof.h dependency.
1978
1979 2008-09-13 Jan Hubicka <jh@suse.cz>
1980
1981 PR middle-end/32581
1982 * tree-profile.c (add_abnormal_goto_call_edges): New function.
1983 (tree_gen_interval_profiler, tree_gen_pow2_profiler,
1984 tree_gen_one_value_profiler, tree_gen_average_profiler,
1985 tree_gen_ic_func_profiler, tree_gen_ior_profiler): Use it.
1986
1987 2008-09-13 Jan Hubicka <jh@suse.cz>
1988
1989 * i386.c (ix86_expand_movmem, ix86_expand_movstr): Avoid processing
1990 too many bytes on misalligned blocks.
1991
1992 2008-09-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1993
1994 * doc/cfg.texi: Fix some typos.
1995 * doc/extend.texi: Likewise.
1996 * doc/install.texi: Likewise.
1997 * doc/invoke.texi: Likewise.
1998 * doc/rtl.texi: Likewise.
1999 * doc/tree-ssa.texi: Likewise.
2000
2001 2008-09-13 Richard Guenther <rguenther@suse.de>
2002
2003 PR middle-end/30141
2004 * tree-nested.c (finalize_nesting_tree_1): Generate valid
2005 gimple stores for memory rhs.
2006
2007 2008-09-13 H.J. Lu <hongjiu.lu@intel.com>
2008
2009 PR rtl-optimization/37489
2010 * cse.c (fold_rtx): Don't return const_true_rtx for float
2011 compare if FLOAT_STORE_FLAG_VALUE is undefined.
2012
2013 2008-09-13 Jan Hubicka <jh@suse.cz>
2014
2015 PR tree-optimization/37392
2016 * tree-inline.c (remap_gimple_stmt): Do not remap return value.
2017
2018 2008-09-13 Martin Jambor <mjambor@suse.cz>
2019 Jan Hubicka <jh@suse.cz>
2020
2021 * cgraph.c (free_edges): New variable.
2022 (NEXT_FREE_EDGE): New macro.
2023 (cgraph_free_edge): New function.
2024 (cgraph_remove_edge): Call cgraph_remove_edge_1.
2025 (cgraph_node_remove_callees): Likewise.
2026 (cgraph_node_remove_callers): Likewise.
2027 (cgraph_create_edge): Reuse edges from the free list. Do not
2028 update uid if doing so.
2029 (cgraph_remove_*_hook): Add free call.
2030
2031 2008-09-13 Richard Sandiford <rdsandiford@googlemail.com>
2032
2033 * ira-color.c (conflict_allocno_vec): Delete.
2034 (update_cost_queue_elem): New structure.
2035 (update_cost_queue): New variable.
2036 (update_cost_queue_tail): Likewise.
2037 (update_cost_queue_elems): Likewise.
2038 (allocno_update_cost_check): Delete.
2039 (initiate_cost_update): Allocate update_cost_queue_elems
2040 instead of allocno_update_cost_check.
2041 (finish_cost_update): Update the free()s accordingly.
2042 (start_update_cost): New function.
2043 (queue_update_cost): Likewise.
2044 (get_next_update_cost): Likewise.
2045 (update_copy_costs_1): Inline into...
2046 (update_copy_costs): ...here. Use a queue instead of recursive calls.
2047 Use cover_class instead of ALLOCNO_COVER_CLASS (another_allocno),
2048 once we've established they are equal. Don't allocate update
2049 costs if there is nothing to add to them.
2050 (update_conflict_hard_regno_costs): Remove ALLOCNO and
2051 DIVISOR arguments. Use a queue instead of recursive calls;
2052 process all the allocnos in the initial queue, rather than
2053 a single allocno.
2054 (assign_hard_reg): Use queue_update_cost instead of
2055 conflict_allocno_vec. Queue coalesced allocnos instead
2056 of calling update_conflict_hard_regno_costs for each one.
2057 Just call update_conflict_hard_regno_costs once for the
2058 entire queue.
2059 (ira_color): Remove conflict_allocno_vec handling.
2060
2061 2008-09-12 Sebastian Pop <sebastian.pop@amd.com>
2062
2063 PR tree-optimization/37484
2064 * graphite.c (scop_record_loop): Use snprintf instead of sprintf.
2065 (save_var_name): Same.
2066 (initialize_cloog_names): Same.
2067 (initialize_cloog_names): Same.
2068
2069 2008-09-12 Sebastian Pop <sebastian.pop@amd.com>
2070
2071 * tree-scalar-evolution.c (set_instantiated_value): Set
2072 instantiated_below.
2073
2074 2008-09-12 Vladimir Makarov <vmakarov@redhat.com>
2075
2076 PR rtl-opt/37377
2077
2078 * ira-build.c (common_loop_tree_node_dominator): Remove.
2079 (copy_live_ranges_to_removed_store_destinations): New function.
2080 (regno_top_level_allocno_map): Move to top level from ...
2081 (ira_flattening): ... here. Use
2082 copy_live_ranges_to_removed_store_destinations.
2083
2084 * ira-emit.c (generate_edge_moves): Fix a comment.
2085
2086 2008-09-12 Anatoly Sokolov <aesok@post.ru>
2087
2088 PR target/37466
2089 * config/avr/avr.md (movsi_lreg_const peephole2): Add match_dup for
2090 scratch register after 'set' pattern.
2091
2092 2008-09-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2093
2094 * emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment
2095 information passed to mark_reg_pointer.
2096 * explow.c (force_reg): Likewise.
2097
2098 2008-09-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2099
2100 * config/spu/spu.c (spu_override_options): Default to -mno-safe-hints
2101 when building for the celledp architecture.
2102
2103 2008-09-12 Richard Guenther <rguenther@suse.de>
2104
2105 * tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.
2106
2107 2008-09-12 Eric Botcazou <ebotcazou@adacore.com>
2108
2109 PR rtl-optimization/37424
2110 * ira-color.c (coalesced_pseudo_reg_slot_compare): Untie by comparing
2111 the regnos instead of the addresses.
2112
2113 2008-09-11 Janis Johnson <janis187@us.ibm.com>
2114
2115 * ginclude/float.h (DEC_EVAL_METHOD): Correct the macro name.
2116
2117 2008-09-11 Richard Guenther <rguenther@suse.de>
2118
2119 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Avoid
2120 entering the weaker equivalence recording.
2121
2122 * tree-ssa-phiprop.c (propagate_with_phi): Fix tuplification.
2123
2124 2008-09-11 Jeff Law <law@redhat.com>
2125
2126 * reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed
2127 by assign_stack_local on the IRA path for stack slot sharing
2128 as well as the non-IRA path.
2129
2130 2008-09-11 Uros Bizjak <ubizjak@gmail.com>
2131
2132 * config/i386/i386.h: Fix whitespace issues.
2133
2134 2008-09-11 Martin Jambor <mjambor@suse.cz>
2135
2136 * ipa-prop.h (struct ipa_param_flags): Removed.
2137 (struct ipa_param_descriptor): New structure.
2138 (struct ipa_node_params): ipcp_lattices, param_decls and
2139 param_flags moved to ipa_param_description.
2140 (ipa_get_ith_param): Renamed to ipa_get_param, changed to access
2141 descriptors. Renamed all users.
2142 (ipa_is_ith_param_modified): Renamed to ipa_is_param_modified,
2143 changed to access descriptors. Renamed all users.
2144 (ipa_is_ith_param_called): Renamed to ipa_is_param_called, changed
2145 to access descriptors. Renamed all users.
2146 * ipa-cp.c (ipcp_init_cloned_node): Call
2147 ipa_initialize_node_params instead of ipa_count_formal_params and
2148 ipa_create_param_decls_array.
2149 (ipcp_analyze_node): Likewise.
2150 (ipcp_get_ith_lattice): Renamed to ipcp_get_lattice, changed to access
2151 descriptors. Renamed all users.
2152 (ipcp_initialize_node_lattices): Remove allocation.
2153 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
2154 ipa_initialize_node_params instead of ipa_count_formal_params and
2155 ipa_create_param_decls_array.
2156 * ipa-prop.c (ipa_create_param_decls_array): Renamed to
2157 ipa_populate_param_decls, made static, added parameter info,
2158 renamed mt to node, removed allocation, changed to use
2159 descriptors.
2160 (ipa_count_formal_params): Made static, added parameter info,
2161 renamed mt to node.
2162 (ipa_initialize_node_params): New function.
2163 (ipa_check_stmt_modifications): Changed to use descriptors.
2164 (ipa_detect_param_modifications): Removed allocation, changed to
2165 use descriptors.
2166 (ipa_note_param_call): Changed to use descriptors.
2167 (ipa_analyze_params_uses): Removed allocation.
2168 (ipa_free_node_params_substructures): Changed to use descriptors.
2169 (ipa_edge_duplication_hook): Use the unused attribute.
2170 (ipa_node_duplication_hook): Use the unused attribute, changed to
2171 use descriptors, changed to duplicate descriptors.
2172
2173 * ipa-inline.c (cgraph_mark_inline_edge): New parameter new_edges,
2174 changed all callers. Call ipa_propagate_indirect_call_infos if doing
2175 indirect inlining. Made static.
2176 (cgraph_decide_inlining): Freeing ipa-prop structures after inlining
2177 functions called only once.
2178 (cgraph_decide_recursive_inlining): Don't call
2179 ipa_propagate_indirect_call_infos, pass new_edges to
2180 cgraph_mark_inline_edge instead.
2181 (cgraph_decide_inlining_of_small_functions): Don't call
2182 ipa_propagate_indirect_call_infos, pass new_edges to
2183 cgraph_mark_inline_edge instead.
2184 (cgraph_decide_inlining): Don't call
2185 ipa_propagate_indirect_call_infos.
2186 * ipa-prop.c: Check that vectors are allocated.
2187
2188 * ipa-inline.c (cgraph_mark_inline_edge): Returns boolean, true
2189 iff a new cgraph edges have been created.
2190 (cgraph_decide_inlining): New variable redo_always_inline.
2191 Flattening and always_inlining loop until callgraph stabilizes.
2192 * ipa-prop.c (update_call_notes_after_inlining): Returns boolean,
2193 true iff new cgraph edges have been created.
2194 (propagate_info_to_inlined_callees): Likewise.
2195 (ipa_propagate_indirect_call_infos): Likewise.
2196
2197 2008-09-11 Richard Guenther <rguenther@suse.de>
2198
2199 * tree-vectorizer.c (slpeel_add_loop_guard): Fix types.
2200 (set_prologue_iterations): Likewise.
2201 * tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
2202 Likewise.
2203 (vect_update_init_of_dr): Likewise.
2204 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Fix
2205 type verification.
2206 * fold-const.c (fold_unary): Do not generate calculations
2207 in sub-types.
2208
2209 2008-09-11 Paolo Bonzini <bonzini@gnu.org>
2210
2211 * dojump.c (do_jump) [BIT_AND_EXPR]: Move below. Fall through to
2212 TRUTH_AND_EXPR for boolean (1-bit precision) expressions.
2213 (do_jump) [BIT_IOR_EXPR]: Compile as TRUTH_OR_EXPR.
2214
2215 * tree-flow.h (simplify_stmt_using_ranges): Accept a GSI, return
2216 a bool.
2217 * tree-ssa-propagate.c (substitute_and_fold): Pass a GSI to
2218 VRP's simplify_stmt_using_ranges. Do simplify_stmt_using_ranges
2219 before finalizing the changes.
2220 * tree-vrp.c (extract_range_from_binary_expr): Add limited support
2221 for BIT_IOR_EXPR.
2222 (simplify_truth_ops_using_ranges): New.
2223 (simplify_div_or_mod_using_ranges, simplify_abs_using_ranges,
2224 simplify_cond_using_ranges, simplify_switch_using_ranges): Return
2225 whether a simplification was made.
2226 (simplify_stmt_using_ranges): Ditto, and accept a GSI. For GS_ASSIGN,
2227 use a switch statement and also call simplify_truth_ops_using_ranges.
2228
2229 2008-09-11 Jan Hubicka <jh@suse.cz>
2230
2231 * ggc-common.c (loc_array): Make static.
2232 * dce.c (rest_of_handle_ud_dce): Free worklist.
2233
2234 2008-09-11 Jan Hubicka <jh@suse.cz>
2235
2236 * cgraph.c (cgraph_release_function_body): Plug memory leak on
2237 ipa_transforms_to_apply and CFG; ggc_free gimple df and struct
2238 function so we are sure we do not dangle it forever.
2239 * function.c (outer_function_chain, find_function_data): Remove.
2240 (function_context_stack): New.
2241 (push_function_context, pop_function_context): Update.
2242 * function.h (struct function): Remove pointer outer.
2243 (outer_function_chain, find_function_data): Remove.
2244 * stmt.c (force_label_rtx): Remove dead call of find_function_data.
2245
2246 2008-09-11 Jan Hubicka <jh@suse.cz>
2247
2248 PR middle-end/37448
2249 * cgraph.c (cgraph_create_edge): Use !cgraph_edge for sanity check.
2250
2251 2008-09-11 Jan Hubicka <jh@suse.cz>
2252
2253 * tree-ssa-pre.c (phi_translate_1): Fix memory leak
2254
2255 2008-09-11 Jan Hubicka <jh@suse.cz>
2256
2257 * tree-ssa.c (redirect_edge_var_map_clear): Fix formatting.
2258 (free_var_map_entry): New function.
2259 (redirect_edge_var_map_destroy): Use it.
2260
2261 2008-09-11 Jan Hubicka <jh@suse.cz>
2262
2263 PR middle-end/37448
2264 * tree-inline.c (add_lexical_block): Replace with ...
2265 (prepend_lexical_block): ... prepend at begginig.
2266 (remap_blocks): Use it and reverse later.
2267 (expand_call_inline): Use prepend_lexical_block.
2268
2269 2008-09-11 Jan Hubicka <jh@suse.cz>
2270
2271 * gimplify.c (pop_gimplify_context): Free bind_expr_stack.
2272
2273 2008-09-11 Jan Hubicka <jh@suse.cz>
2274
2275 * function.c (free_after_compilation): Call insn_locators_free.
2276 * cfglayout.c (insn_locators_free): New function.
2277 * rtl.h (insn_locators_free): Declare.
2278
2279 2008-09-11 Jan Hubicka <jh@suse.cz>
2280
2281 * ifcvt.c (check_cond_move_block): Make regs argument pointer to
2282 vector pointer.
2283 (cond_move_process_if_block): Update call.
2284
2285 2008-09-11 Jan Hubicka <jh@suse.cz>
2286
2287 * toplev.c (dump_memory_report): Call dump_vec_loc_statistics.
2288 * vec.c: Include hashtab.h
2289 (vec_descriptor, ptr_hash_entry): New structures.
2290 (vec_desc_hash, vec_ptr_map): New static variables.
2291 (hash_descriptor, eq_descriptor, hash_ptr, eq_ptr, vec_descriptor,
2292 register_overhead, free_overhead, vec_heap_free): New functions.
2293 (vec_gc_o_reserve_1): ggc_free when resizing to 0.
2294 (vec_heap_o_reserve_1): free when resizing to 0; add statistics.
2295 (cmp_statistic, add_statistics, dump_vec_loc_statistics):
2296 New functions.
2297
2298 2008-09-11 Ira Rosen <irar@il.ibm.com>
2299
2300 PR tree-optimization/37474
2301 * tree-vect-analyze.c (vect_supported_load_permutation_p): Check the
2302 length of load permutation.
2303
2304 2008-09-11 Andreas Schwab <schwab@suse.de>
2305
2306 * config/m68k/m68k.h (IRA_COVER_CLASSES): Define.
2307
2308 2008-09-11 Jakub Jelinek <jakub@redhat.com>
2309
2310 PR target/37382
2311 * expmed.c (extract_low_bits): Avoid creating invalid subregs.
2312 * dse.c (find_shift_sequence): Use extract_low_bits instead of
2313 simplify_gen_subreg.
2314
2315 2008-09-11 Ira Rosen <irar@il.ibm.com>
2316
2317 * tree-vect-transform.c (vectorizable_store): Use the rhs vector type
2318 for alias check.
2319
2320 2008-09-10 Jakub Jelinek <jakub@redhat.com>
2321
2322 PR middle-end/37338
2323 * gimplify.c (gimplify_body): Call default_rtl_profile.
2324
2325 PR target/36904
2326 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): Return NULL
2327 instead of tok->val.node if not expanding to something else. Handle
2328 intervening CPP_PADDING tokens.
2329 (altivec_categorize_keyword): Remove unneeded comparisons.
2330
2331 2008-09-10 Richard Guenther <rguenther@suse.de>
2332
2333 * tree-ssa-pre.c (phi_translate_1): Fix memory leak.
2334
2335 2008-09-10 Richard Guenther <rguenther@suse.de>
2336
2337 PR middle-end/37432
2338 * tree-inline.c (insert_init_stmt): Make sure to not
2339 insert invalid gimple stores.
2340
2341 2008-09-10 Sebastian Pop <sebastian.pop@amd.com>
2342
2343 PR tree-optimization/37388
2344 * toplev.c (process_options): Fail and warn when graphite
2345 flags are used, but the compiler has not been configured
2346 with graphite libraries.
2347 * graphite.c (graphite_transform_loops): Remove printfs
2348 to dump_file for the case when graphite is not available.
2349
2350 2008-09-10 H.J. Lu <hongjiu.lu@intel.com>
2351
2352 PR target/37434:
2353 * config/i386/i386.c (ix86_expand_vector_init_interleave): Force
2354 the even element into register.
2355 (ix86_expand_vector_init_general): Don't use
2356 ix86_expand_vector_init_interleave on V16QImode and V8HImode
2357 if we can't move from GPR to SSE register directly.
2358
2359 2008-09-10 Bernd Schmidt <bernd.schmidt@analog.com>
2360
2361 * config/bfin/bfin.c (workaround_speculation): Correct algorithm to
2362 not lose track of the number of NOPs needed. Number of NOPs needed
2363 for sync vs. loads workaround was switched; corrected. Run second
2364 pass for all workarounds. No NOPs needed after call insns. Change
2365 second pass to use find_next_insn_start and find_load helpers in order
2366 to properly detect parallel insns.
2367 * config/bfin/bfin.md (cbranch_with_nops): Increase length.
2368
2369 2008-09-10 Jan Hubicka <jh@suse.cz>
2370
2371 * value-prof.c (gimple_ic): Fix tuplification bug.
2372 * sched-deps.c (sched_insns_conditions_mutex_p): Silence unitialized
2373 var warning.
2374
2375 2008-09-10 Jakub Jelinek <jakub@redhat.com>
2376
2377 PR tree-optimization/37353
2378 * tree-call-cdce.c (cond_dead_built_in_calls): Remove.
2379 (shrink_wrap_conditional_dead_built_in_calls): Add calls argument, use
2380 calls instead of cond_dead_built_in_calls.
2381 (tree_call_cdce): Add cond_dead_built_in_calls automatic variable,
2382 initalize the vector only before adding first entry. Use VEC_safe_push
2383 instead of VEC_quick_push. Pass cond_dead_built_in_calls to
2384 shrink_wrap_conditional_dead_built_in_calls call.
2385
2386 2008-09-10 Ira Rosen <irar@il.ibm.com>
2387
2388 PR tree-optimization/37385
2389 * tree-vect-transform.c (vect_create_data_ref_ptr): Add a new
2390 argument, and use it as a vector type if not NULL.
2391 (vectorizable_store): Call vect_create_data_ref_ptr with the type of
2392 vectorized rhs.
2393 (vect_setup_realignment): Call vect_create_data_ref_ptr with
2394 additional argument.
2395 (vectorizable_load): Likewise.
2396
2397 2008-09-10 Jakub Jelinek <jakub@redhat.com>
2398
2399 * config/i386/i386.md (SWI32): New mode iterator.
2400 (jcc_fused_1, jcc_fused_2, jcc_fused_3, jcc_fused_4): Use it instead
2401 of SWI.
2402
2403 2008-09-09 Vladimir Makarov <vmakarov@redhat.com>
2404
2405 PR rtl-optimization/37435
2406 * caller-save.c (insert_restore, insert_save): Check the mode by
2407 reg_save_code.
2408
2409 2008-09-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2410
2411 PR other/37265
2412 * dwarf2asm.c (dw2_force_const_mem): Use unstripped symbol name for
2413 splay tree lookup.
2414 (dw2_output_indirect_constant_1): Use unstripped name in symbol
2415 reference.
2416
2417 2008-09-09 Sandra Loosemore <sandra@codesourcery.com>
2418
2419 * doc/invoke.texi (ARM Options): Correct errors in discussion
2420 of -mfloat-abi, -mhard-float, and -msoft-float.
2421
2422 2008-09-09 Jakub Jelinek <jakub@redhat.com>
2423 Jan Hubicka <jh@suse.cz>
2424
2425 PR middle-end/37356
2426 * tree-inline.c (copy_bb): Insert stmt into copy_basic_block before
2427 calling gimple_regimplify_operands on it. Iterate over all newly
2428 added statements, not just the last one.
2429 (insert_init_stmt): Insert stmt into seq first, then call
2430 gimple_regimplify_operands on it. Don't create new gimplification
2431 context, nor find referenced vars.
2432
2433 2008-09-09 Jakub Jelinek <jakub@redhat.com>
2434
2435 PR other/37419
2436 * ipa-prop.h (ipa_propagate_indirect_call_infos): Change last argument
2437 to pointer to vector pointer.
2438 * ipa-prop.c (ipa_propagate_indirect_call_infos,
2439 propagate_info_to_inlined_callees): Likewise.
2440 (update_call_notes_after_inlining): Likewise. Push new indirect edge
2441 to *new_edges instead of new_edges. Reread IPA_EDGE_REF after
2442 ipa_check_create_edge_args.
2443 * ipa-inline.c (cgraph_decide_recursive_inlining): Change last
2444 argument to pointer to vector pointer.
2445 (cgraph_decide_inlining_of_small_function): Adjust
2446 cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos
2447 calls.
2448
2449 PR target/37438
2450 * config/i386/i386.md (zero_extendqihi2_movzbl): Enable when
2451 optimizing for size, not speed.
2452
2453 PR rtl-optimization/37408
2454 * function.c (assign_parm_find_stack_rtl): Set correct MEM_SIZE
2455 if parm is promoted.
2456
2457 2008-09-09 Sebastian Pop <sebastian.pop@amd.com>
2458
2459 PR tree-optimization/37375
2460 * tree-scalar-evolution.c (scev_info_str): Add field
2461 instantiated_below.
2462 (new_scev_info_str, eq_scev_info, find_var_scev_info,
2463 set_scalar_evolution, get_scalar_evolution, get_instantiated_value,
2464 set_instantiated_value): Pass instantiated_below.
2465 (analyze_scalar_evolution_1, analyze_scalar_evolution): Update calls
2466 to above functions.
2467 (instantiate_scev_1, instantiate_scev): Pass a basic block above which
2468 the definitions are not instantiated.
2469
2470 * tree-scalar-evolution.h (instantiate_scev): Update declaration.
2471 (block_before_loop): New.
2472 * tree-data-ref.c (dr_analyze_indices): Update uses of
2473 instantiate_scev.
2474 * graphite.c (block_before_scop): New.
2475 (loop_affine_expr, stmt_simple_for_scop_p, harmful_stmt_in_bb): Pass a
2476 basic block, not a loop for determining the parameters.
2477 (scopdet_edge_info, build_scops_1): Do not pass outermost loop in the
2478 scop.
2479 (idx_record_params, find_params_in_bb, find_scop_parameters,
2480 build_loop_iteration_domains, add_conditions_to_domain): Update calls
2481 to instantiate_scev.
2482
2483 * Makefile.in (cfgloopmanip.o): Add missing dependency on TREE_FLOW_H.
2484
2485 2008-09-09 Vladimir Makarov <vmakarov@redhat.com>
2486
2487 PR rtl-opt/37333
2488
2489 * ira-build.c (ira_create_allocno): Setup frequency to 0.
2490
2491 * ira-color.c (update_conflict_hard_regno_costs): Remove assert.
2492 Check zero freq and increase if necessary.
2493
2494 2008-09-09 Vladimir Makarov <vmakarov@redhat.com>
2495
2496 * ira-conflicts.c (process_regs_for_copy): Check that the hard
2497 regno is in the right range. Add comments.
2498
2499 2008-09-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2500
2501 * Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.c
2502 warnings.
2503 * mips-tfile.c (copy_object): Cast alloca result to int *.
2504 * mips-tdump.c (print_symbol): Cast xmalloc return values to
2505 proper types.
2506 Rename class to sclass.
2507 (read_tfile): Cast read_seek return values to proper types.
2508 Cast xcalloc return value to proper type.
2509
2510 2008-09-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2511
2512 * config/sol2.h (REGISTER_TARGET_PRAGMAS): Move ...
2513 * config/i386/sol2.h (REGISTER_SUBTARGET_PRAGMAS): ... here.
2514 * config/sparc/sol2.h (REGISTER_TARGET_PRAGMAS): ... and here.
2515
2516 2008-09-09 Jan Hubicka <jh@suse.cz>
2517
2518 * profile.c (is_edge_inconsistent): Add debug output; ignore
2519 negative count on fake edges.
2520 (is_inconsistent): Add debug output.
2521
2522 2008-09-09 Andrey Belevantsev <abel@ispras.ru>
2523
2524 * haifa-sched.c (advance_one_cycle): Do not print '\n' before printing
2525 dump message.
2526 (choose_ready): When first insn is chosen from the ready list, also
2527 dump it.
2528
2529 2008-09-09 Andrey Belevantsev <abel@ispras.ru>
2530
2531 PR rtl-optimization/37360
2532 * haifa-sched.c (max_issue): Do not assert that we never issue more
2533 insns than issue_rate. Add comment.
2534
2535 2008-09-09 Richard Guenther <rguenther@suse.de>
2536
2537 * tree-cfg.c (verify_types_in_gimple_op): Remove.
2538 (verify_types_in_gimple_call): Rename to ...
2539 (verify_gimple_call): ... this. Enhance.
2540 (verify_types_in_gimple_cond): Remove.
2541 (verify_gimple_comparison): New function ...
2542 (verify_types_in_gimple_assign): ... split out from here.
2543 (verify_types_in_gimple_return): Rename to ...
2544 (verify_gimple_return): ... this. Enhance.
2545 (verify_types_in_gimple_switch): Rename to ...
2546 (verify_gimple_switch): ... this. Enhance.
2547 (verify_gimple_goto): New function.
2548 (verify_types_in_gimple_phi): Rename to ...
2549 (verify_gimple_phi): ... this. Enhance.
2550 (verify_types_in_gimple_stmt): Adjust calls to helper functions.
2551 Fold in single-statement cases from verify_types_in_gimple_seq_2.
2552 (verify_types_in_gimple_seq_2): Remove cases handled in
2553 verify_types_in_gimple_stmt.
2554
2555 2008-09-09 Bernd Schmidt <bernd.schmidt@analog.com>
2556
2557 * config/bfin/bfin.c (n_regs_to_save): New static variable.
2558 (push_multiple_operation, pop_multiple_operation): Set it.
2559 (workaround_rts_anomaly): New function.
2560 (workaround_speculation): New function, broken out of bfin_reorg.
2561 (bfin_reorg): Call the new functions.
2562
2563 2008-09-09 Richard Guenther <rguenther@suse.de>
2564
2565 PR middle-end/37354
2566 PR middle-end/30165
2567 * gimplify.c (gimplify_conversion): Change conversions of
2568 non-register type to VIEW_CONVERT_EXPRs.
2569 (gimplify_addr_expr): If we need to make the operand
2570 addressable make sure to use a properly initialized
2571 temporary for that so it gets a valid gimple store.
2572
2573 2008-09-09 Aldy Hernandez <aldyh@redhat.com>
2574
2575 * function.h (struct function): Add function_start_locus.
2576 * cfgexpand.c (gimple_expand_cfg): Use it.
2577 * c-parser.c (c_parser_declaration_or_fndef): Set it.
2578
2579 2008-09-09 Richard Guenther <rguenther@suse.de>
2580
2581 PR tree-optimization/37433
2582 * tree-ssa-ccp.c (ccp_fold): Properly guard folding of
2583 function calls.
2584
2585 2008-09-09 Richard Guenther <rguenther@suse.de>
2586
2587 PR tree-optimization/37387
2588 * tree-ssa-ifcombine.c (ifcombine_iforif): Convert the name
2589 and bits to a common type.
2590
2591 2008-09-09 Nick Clifton <nickc@redhat.com>
2592
2593 * config/v850/v850.md (return): Restore frame size restriction.
2594
2595 2008-09-09 Paolo Bonzini <bonzini@gnu.org>
2596
2597 * c-common.c (c_expand_decl): Remove.
2598 * c-common.h (anon_aggr_type_p): Remove prototype.
2599 (DECL_ANON_UNION_ELEMS): Remove.
2600 * c-objc-common.h (LANG_HOOKS_EXPAND_DECL): Remove.
2601 * c-decl.c (anon_aggr_type_p): Remove.
2602 * langhooks-def.h (LANG_HOOKS_EXPAND_DECL): Remove.
2603 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_EXPAND_DECL.
2604 * langhooks.h (struct lang_hooks): Remove expand_decl.
2605 * langhooks.c (lhd_expand_decl): Remove.
2606 * stmt.c (expand_anon_union_decl): Remove.
2607 * tree.h (expand_anon_union_decl): Remove prototype.
2608
2609 2008-08-09 Andy Hutchinson <hutchinsonandy@aim.com>
2610
2611 PR target/36609
2612 * config/avr/avr.c (avr_reorg): Create RTL for reversed compare with
2613 zero.
2614 * config/avr/avr.md (QISI) : Define mode iterator.
2615 (negated_tst<mode>) : Redefine as split using mode macro.
2616 (reversed_tstqi): Define insn as reversed compare with zero.
2617 (reversed_tsthi): Ditto.
2618 (reversed_tstsi): Ditto.
2619
2620 2008-09-08 Jakub Jelinek <jakub@redhat.com>
2621
2622 PR middle-end/37393
2623 * tree-inline.c (copy_bb): When replacing a gimple_call_va_arg_pack_p
2624 call stmt by new_call, clear gimple_bb on stmt after gsi_replace.
2625
2626 PR middle-end/37414
2627 * predict.c (optimize_function_for_size_p): Don't segfault if
2628 FUN is NULL.
2629 * fold-const.c (LOGICAL_OP_NON_SHORT_CIRCUIT, fold_truthop,
2630 tree_swap_operands_p): Don't test cfun != NULL before calling
2631 optimize_function_for_s*_p.
2632
2633 2008-09-08 Eric Botcazou <ebotcazou@adacore.com>
2634
2635 * ira-color.c (ira_reuse_stack_slot): Set slot_num on success at the
2636 end of the search.
2637
2638 2008-09-08 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2639
2640 * crx/crx.h (IRA_COVER_CLASSES): Define.
2641
2642 2008-09-08 Jakub Jelinek <jakub@redhat.com>
2643
2644 PR middle-end/37337
2645 * tree-ssa-dom.c (optimize_stmt): Call maybe_clean_or_replace_eh_stmt
2646 even when a stmt has been gimple_modified_p, but after fold_stmt is
2647 not any longer. Remove unneeded may_have_exposed_new_symbols
2648 initializations.
2649
2650 2008-09-08 Richard Guenther <rguenther@suse.de>
2651
2652 PR tree-optimization/37421
2653 * tree-ssa-sccvn.c (visit_copy): Make sure to fully
2654 valueize the RHS.
2655
2656 2008-09-08 Jakub Jelinek <jakub@redhat.com>
2657
2658 PR middle-end/37415
2659 * opts.c (common_handle_option): Handle OPT_ftree_store_ccp.
2660
2661 2008-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2662
2663 PR driver/37409
2664 * pa-hpux.h (LINK_SPEC): Strip -fwhole-program.
2665 * pa-hpux10.h (LINK_SPEC): Likewise.
2666 * pa-hpux11.h (LINK_SPEC): Likewise.
2667
2668 2008-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2669
2670 * pa32-regs.h (IRA_COVER_CLASSES): Define.
2671 * pa64-regs.h (IRA_COVER_CLASSES): Define.
2672
2673 2008-09-07 Helge Deller <deller@gmx.de>
2674
2675 * pa/linux-atomic.c: New file.
2676 * pa/t-linux (LIB2FUNCS_STATIC_EXTRA): Define.
2677 * pa/t-linux64 (LIB2FUNCS_STATIC_EXTRA): Define.
2678
2679 2008-09-07 Richard Guenther <rguenther@suse.de>
2680 Ira Rosen <irar@il.ibm.com>
2681
2682 PR tree-optimization/36630
2683 * tree-vect-transform.c (vect_update_ivs_after_vectorizer):
2684 Call STRIP_NOPS before calling evolution_part_in_loop_num.
2685
2686 2008-09-07 Dorit Nuzman <dorit@il.ibm.com>
2687 Ira Rosen <irar@il.ibm.com>
2688
2689 PR tree-optimization/35642
2690 * config/rs6000/altivec.md (mulv8hi3): Implement.
2691
2692 2008-09-06 Jeff Law <law@redhat.com>
2693
2694 * h8300/h8300.h (IRA_COVER_CLASSES): Define.
2695
2696 2008-09-06 Jan Hubicka <jh@suse.cz>
2697
2698 PR tree-optimization/14703
2699 * tree-ssa-live.c (remove_unused_scope_block_p): Remove ignored
2700 declarations.
2701 * passes.c (init_optimization_passes): Recompute inline parameters.
2702
2703 2008-09-06 Richard Sandiford <rdsandiford@googlemail.com>
2704
2705 * config/mips/mips.c (mips_function_ok_for_sibcall): Check for
2706 DECL being null.
2707
2708 2008-09-06 Richard Sandiford <rdsandiford@goolemail.com>
2709 Peter Fuerst <post@pfrst.de>
2710
2711 * doc/invoke.texi: Document -mr10k-cache-barrier=.
2712 * doc/extend.texi: Document __builtin_mips_cache.
2713 * config/mips/mips-ftypes.def: Add a (VOID, SI, CVPOINTER) entry.
2714 * config/mips/mips.opt (mr10k-cache-barrier=): New option.
2715 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
2716 __GCC_HAVE_BUILTIN_MIPS_CACHE.
2717 (TARGET_CACHE_BUILTIN, ISA_HAS_CACHE): New macros.
2718 * config/mips/mips.c (mips_r10k_cache_barrier_setting): New enum.
2719 (set_push_mips_isas): New variable.
2720 (mips_r10k_cache_barrier): New variable.
2721 (cache): New availability predicate.
2722 (mips_builtins): Add an entry for __builtin_mips_cache.
2723 (mips_build_cvpointer_type): New function.
2724 (MIPS_ATYPE_CVPOINTER): New macro.
2725 (mips_prepare_builtin_arg): Only use the insn's mode if the rtx's
2726 mode is VOIDmode.
2727 (r10k_simplified_address_p, r10k_simplify_address)
2728 (r10k_uncached_address_p, r10k_safe_address_p)
2729 (r10k_needs_protection_p_1, r10k_needs_protection_p_store)
2730 (r10k_needs_protection_p_call, r10k_needs_protection_p)
2731 (r10k_insert_cache_barriers): New functions.
2732 (mips_reorg_process_insns): Delete cache barriers after a
2733 branch-likely instruction.
2734 (mips_reorg): Call r10k_insert_cache_barriers.
2735 (mips_handle_option): Handle OPT_mr10k_cache_barrier_.
2736 * config/mips/mips.md (UNSPEC_MIPS_CACHE): New constant.
2737 (UNSPEC_R10K_CACHE_BARRIER): Likewise.
2738 (mips_cache, r10k_cache_barrier): New define_insns.
2739
2740 2008-09-06 Richard Sandiford <rdsandiford@googlemail.com>
2741
2742 * ira-int.h (ira_zero_hard_reg_set, ira_one_hard_reg_set): Delete.
2743 * ira-color.c (setup_allocno_left_conflicts_num): Use
2744 hard_reg_set_equal_p instead of a comparison with
2745 ira_zero_hard_reg_set.
2746 * ira.c (setup_reg_subclasses): Likewise.
2747 (setup_cover_and_important_classes): Likewise.
2748 (setup_class_translate): Likewise.
2749 (setup_reg_class_intersect_union): Likewise.
2750 (ira_zero_hard_reg_set, ira_one_hard_reg_set): Delete.
2751 (ira_init_once): Don't initialize them.
2752
2753 2008-09-05 Vladimir Makarov <vmakarov@redhat.com>
2754
2755 * doc/tm.texi (IRA_COVER_CLASSES): Fix a typo.
2756
2757 2008-09-05 Vladimir Makarov <vmakarov@redhat.com>
2758
2759 * ira-color.c (ira_fast_allocation): Permit global allocno allocation.
2760
2761 2008-09-05 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
2762
2763 Improved branch hints, safe hints, and scheduling.
2764
2765 * haifa-sched.c (sched_emit_insn) : Define.
2766 * sched-int.h (sched_emit_insn) : Add prototype.
2767 * doc/invoke.texi (-mdual-nops, -mhint-max-nops,
2768 -mhint-max-distance -msafe-hints) : Document.
2769 * config/spu/spu.c (spu_flag_var_tracking): New.
2770 (TARGET_SCHED_INIT_GLOBAL, TARGET_SCHED_INIT,
2771 TARGET_SCHED_REORDER, TARGET_SCHED_REORDER2,
2772 TARGET_ASM_FILE_START): Define.
2773 (TARGET_SCHED_ADJUST_PRIORITY): Remove.
2774 (STOP_HINT_P, HINTED_P, SCHED_ON_EVEN_P): Define.
2775 (spu_emit_branch_hint): Add blocks argument.
2776 (insert_branch_hints, insert_nops): Remove.
2777 (pad_bb, insert_hbrp_for_ilb_runout, insert_hbrp, in_spu_reorg,
2778 uses_ls_unit, spu_sched_init_global, spu_sched_init,
2779 spu_sched_reorder, asm_file_start): New functions.
2780 (clock_var, spu_sched_length, pipe0_clock,
2781 pipe1_clock, prev_clock_var, prev_priority,
2782 spu_ls_first, prev_ls_clock): New static variables.
2783 * config/spu/spu.h (TARGET_DEFAULT): Add MASK_SAFE_HINTS.
2784 * config/spu.md (iprefetch): Add operand, make it clobber MEM.
2785 (nopn_nv): Add a non-volatile version of nop.
2786 * config/spu/spu.opt (-mdual-nops, -mhint-max-nops,
2787 -mhint-max-distance, -msafe-hints): New options.
2788
2789 2008-09-05 Janis Johnson <janis187@us.ibm.com>
2790 Samuel Tardieu <sam@rfc1149.net>
2791
2792 * opts.c (decode_options): Combine nested if statements.
2793
2794 PR target/37283
2795 * opts.c (decode_options): Handle more relationships among
2796 unit-at-a-time, toplevel-reorder, and section-anchors.
2797
2798 2008-09-05 David Daney <ddaney@avtrex.com>
2799
2800 * doc/install.texi (--enable-reduced-reflection): Document new option.
2801
2802 2008-09-05 Bob Wilson <bob.wilson@acm.org>
2803
2804 * config/xtensa/predicates.md (nonimmed_operand, mem_operand): Use
2805 constantpool_mem_p.
2806 (constantpool_operand): New.
2807 (move_operand): Disallow sub-word modes for the constant pool.
2808 * config/xtensa/xtensa.c (TARGET_SECONDARY_RELOAD): Define.
2809 (xtensa_secondary_reload_class): Replace with....
2810 (xtensa_secondary_reload): this function. Remove SIGN_EXTEND check.
2811 Set icode for sub-word reloads from the constant pool.
2812 * config/xtensa/xtensa.h (SECONDARY_INPUT_RELOAD_CLASS): Delete.
2813 (SECONDARY_OUTPUT_RELOAD_CLASS): Delete.
2814 * config/xtensa/xtensa.md (reload<mode>_literal): New.
2815 * config/xtensa/xtensa-protos.h: Update prototypes.
2816
2817 2008-09-05 Joseph Myers <joseph@codesourcery.com>
2818
2819 * config/mips/mips.h (enum reg_class): Add FRAME_REGS.
2820 (REG_CLASS_NAMES): Update.
2821 (REG_CLASS_CONTENTS): Update.
2822 * config/mips/mips.c (mips_regno_to_class): Use FRAME_REGS instead
2823 of ALL_REGS for regs 77 and 78.
2824 * function.c (instantiate_virtual_regs_in_insn): Assert that
2825 return value of simplify_gen_subreg is not NULL.
2826
2827 2008-09-05 Paolo Bonzini <bonzini@gnu.org>
2828
2829 * emit-rtl.c (gen_rtvec): Rewrite not using gen_rtvec_v.
2830 (gen_rtvec_v): Fix coding standards.
2831
2832 2008-09-04 Jan Hubicka <jh@suse.cz>
2833
2834 * i386.c (decide_alg): Be more conservative about optimizing for size.
2835
2836 2008-09-04 Ian Lance Taylor <iant@google.com>
2837
2838 * varasm.c (narrowing_initializer_constant_valid_p): New
2839 static function.
2840 (initializer_constant_valid_p): Call it.
2841
2842 2008-09-04 Jeff Law <law@redhat.com>
2843
2844 * fold-const.c (native_encode_real): Fix computation of WORDS.
2845 (native_interpret_real): Likewise.
2846
2847 2008-09-04 Janis Johnson <janis187@us.ibm.com>
2848
2849 * config/rs6000/t-rs6000: Remove target gt-rs6000.h.
2850
2851 2008-09-04 Vladimir Makarov <vmakarov@redhat.com>
2852
2853 * ira-conflicts.c (process_regs_for_copy): Check insn to check
2854 that the cost is already taken into account in ira-costs.c
2855
2856 * ira-int.h (ira_debug_copy, ira_debug_copies): New.
2857
2858 * ira-build.c (print_copy, print_copies, ira_debug_copy,
2859 ira_debug_copies): New.
2860 (ira_bulid): Call print_copies.
2861
2862 * doc/tm.texi (IRA_COVER_CLASSES): Fix the description.
2863
2864 2008-09-04 Samuel Tardieu <sam@rfc1149.net>
2865
2866 PR target/32783
2867 * config/rs6000/rs6000.c (optimization_options): Remove check of
2868 flag_toplevel_order.
2869
2870 2008-09-04 Adam Nemet <anemet@caviumnetworks.com>
2871
2872 * config/mips/mips.h (ISA_HAS_SEQ_SNE): New macro.
2873 * config/mips/mips.c (mips_expand_scc): Also expand seq and sne if
2874 second operand is a reg_imm10_operand.
2875 * config/mips/mips.md (*seq_<GPR:mode><GPR2:mode>_seq,
2876 *sne_<GPR:mode><GPR2:mode>_sne): New patterns.
2877 (*seq_<GPR:mode><GPR2:mode>): Rename to
2878 *seq_zero_<GPR:mode><GPR2:mode>. Don't match if
2879 ISA_HAS_SEQ_SNE.
2880 (*seq_<GPR:mode><GPR2:mode>_mips16): Rename to
2881 *seq_zero_<GPR:mode><GPR2:mode>_mip16. Don't match if
2882 ISA_HAS_SEQ_SNE.
2883 (*sne_<GPR:mode><GPR2:mode>): Rename to
2884 *sne_zero_<GPR:mode><GPR2:mode>. Don't match if
2885 ISA_HAS_SEQ_SNE.
2886
2887 2008-09-04 Adam Nemet <anemet@caviumnetworks.com>
2888
2889 * config/mips/mips.h (ISA_HAS_EXTS): New macro.
2890 * config/mips/mips.md (*ashr_trunc<mode>): Name the pattern
2891 combining an arithmetic right shift by more than 31 and a
2892 trunction. Don't match for out-of-range shift amounts. Set
2893 attribute mode to <MODE>.
2894 (*lshr32_trunc<mode>): Name the pattern combining a logical right
2895 shift by 32 and and a truncation. Set attribute mode to <MODE>.
2896 (*<optab>_trunc<mode>_exts): New pattern for truncated right
2897 shifts by less than 32.
2898 (extv): Change predicate on first operand to accept registers.
2899 Change predicate of the other operands from immediate_operand to
2900 const_int_operand. Expand exts when source is a register.
2901 (extzv): Change predicate of the constant operands from
2902 immediate_operand to const_int_operand.
2903 (extzv<mode>): Change predicate of the constant operands from
2904 immediate_operand to const_int_operand and no constraint. Also
2905 remove mode.
2906 (*extzv_trunc<mode>_exts): New pattern.
2907
2908 2008-09-04 Adam Nemet <anemet@caviumnetworks.com>
2909
2910 * config/mips/mips.h (ISA_HAS_CINS): New macro.
2911 * config/mips/mips-protos.h (mask_low_and_shift_p,
2912 mask_low_and_shift_len): Declare.
2913 * config/mips/mips.c (mask_low_and_shift_p,
2914 mask_low_and_shift_len): New functions.
2915 (mips_print_operand): Handle new operand prefix "m".
2916 * config/mips/mips.md (*cins<mode>): New pattern.
2917
2918 2008-09-04 Bernd Schmidt <bernd.schmidt@analog.com>
2919
2920 * config/bfin/bfin.c (gen_one_bundle): Don't create new nops when
2921 optimizing for size.
2922
2923 2008-09-04 Richard Sandiford <rdsandiford@googlemail.com>
2924
2925 * df-scan.c (df_get_entry_block_def_set): Add STACK_POINTER_REGNUM
2926 regardless of epilogue_completed.
2927
2928 2008-09-04 Vladimir Makarov <vmakarov@redhat.com>
2929
2930 PR middle-end/37359
2931 * ira-lives.c (process_bb_node_lives): Check setjmp.
2932
2933 2008-09-04 Richard Sandiford <rdsandiford@googlemail.com>
2934
2935 PR middle-end/37243
2936 * ira-build.c (form_loop_tree): Reverse BB walk.
2937 (create_bb_allocnos): Likewise.
2938 * ira-lives.c (make_regno_born_and_dead, regs_set): Delete.
2939 (mark_reg_store): Rename to...
2940 (mark_ref_live): ...this and take a df_ref argument instead of
2941 note_stores arguments. Assert that we have a register.
2942 (mark_reg_clobber): Delete.
2943 (def_conflicts_with_inputs_p): New function.
2944 (mark_reg_conflicts): Delete.
2945 (mark_reg_death): Rename to...
2946 (mark_ref_dead): ...this and take a df_ref argument instead of
2947 a register. Assert that we have a register.
2948 (process_bb_node_lives): Hoist frequency calculation out of
2949 instruction walk. Convert from a forwards scan to a backwards scan.
2950 Use DF_REF_USES and DF_REF_DEFS instead of register notes and
2951 note_stores. Remove EH_RETURN_DATA_REGNO and regs_set handling.
2952 (create_allocno_live_ranges): Don't create regs_set.
2953
2954 2008-09-04 Ian Lance Taylor <iant@google.com>
2955
2956 * rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND
2957 or REG_LABEL_TARGET.
2958 * calls.c (emit_library_call_value_1): Use MEM_P rather than
2959 comparing MODE with MEM.
2960 * gimple.c (gimple_build_predict): Cast END_PREDICTORS before
2961 comparing with GF_PREDICT_TAKEN.
2962 (gimple_get_lhs): Change code to enum gimple_code.
2963 (gimple_set_lhs): Likewise.
2964 * ifcvt.c (noce_process_if_block): Correct GET_MODE to GET_CODE.
2965 * omp-low.c (find_omp_clause): Change kind parameter to enum
2966 omp_clause_code.
2967 * tree-flow.h (find_omp_clause): Update declaration.
2968 * regrename.c (clear_dead_regs): Change kind parameter to enum
2969 reg_note.
2970 * reload1.c (eliminate_regs_1): Use REG_NOTE_KIND rather than
2971 GET_MODE.
2972 * see.c (see_get_extension_data): Change return type to enum
2973 entry_type. Change UNKNOWN to NOT_RELEVANT, SIGN_EXTEND to
2974 SIGNED_EXTENDED_DEF, ZERO_EXTEND to ZERO_EXTENDED_DEF.
2975 (see_gen_normalized_extension): Change extension_code parameter to
2976 enum entry_type.
2977 (see_seek_pre_extension_expr): Change extension_code to enum
2978 entry_type.
2979 (see_merge_one_def_extension): Likewise.
2980 (see_handle_relevant_defs): Likewise.
2981 (see_handle_relevant_uses): Likewise.
2982 (see_analyze_one_def): Likewise.
2983 * tree-cfg.c (need_fake_edge_p): Compare gimple code with
2984 GIMPLE_ASM rather than ASM_EXPR.
2985 * tree-ssa-alias.c (is_escape_site): Compare gimple code with
2986 GIMPLE_RETURN rather than RETURN_EXPR.
2987 * tree-ssa-ccp.c (likely_value): Change code to enum gimple_code.
2988 (evaluate_stmt): Likewise.
2989 * tree-vect-analyze.c (vect_analyze_operations): Change relevance
2990 to enum vect_relevant.
2991 (vect_mark_stmts_to_be_vectorized): Change assertion to not
2992 compare gimple codes with tree codes.
2993
2994 2008-09-04 Paul Brook <paul@codesourcery.com>
2995
2996 * config/arm/arm.c (arm_size_rtx_costs): Call cost function.
2997
2998 2008-09-04 Bernd Schmidt <bernd.schmidt@analog.com>
2999
3000 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Restore a null
3001 pointer check lost in the recent no-unit-at-a-time patch.
3002
3003 2008-09-04 Jan Hubicka <jh@suse.cz>
3004
3005 PR middle-end/37343
3006 * tree-switch-conversion.c (check_final_bb): Accept only IP
3007 invariants.
3008
3009 2008-09-04 Jan Hubicka <jh@suse.cz>
3010
3011 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
3012 Break out from ...
3013 (vrp_evaluate_conditional_warnv_with_ops): ... this one. Add
3014 using_ranges argument.
3015 (vrp_evaluate_conditional): Avoid bogus warning for type range.
3016 (vrp_visit_cond_stmt): Update call of
3017 vrp_evaluate_conditional_warnv_with_ops
3018
3019 2008-09-04 Jan Hubicka <jh@suse.cz>
3020
3021 PR tree-optimization/37345
3022 PR tree-optimization/37358
3023 PR tree-optimization/37357
3024 * tree.c (build_function_type_skip_args): Build distinct type copy;
3025 set TYPE_CONTEXT.
3026 (build_function_decl_skip_args): Set type of new decl not orig decl;
3027 clear DECL_VINDEX for methods turned into functions.
3028
3029 2008-09-04 Nick Clifton <nickc@redhat.com>
3030
3031 * configure.ac (HAVE_GAS_LCOMM_WITH_ALIGNMENT): New assembler check.
3032 * configure: Regenerate.
3033 * config.in: Regenerate.
3034 * config/i386/bsd.h (ASM_OUTPUT_ALIGNED_LOCAL): Use .lcomm with an
3035 alignment field, if it is supported.
3036
3037 2008-09-04 Kai Tietz <kai.tietz@onevision.com>
3038
3039 * config/i386/t-mingw32 (SHLIB_LC): Change order of import
3040 libraries.
3041
3042 2008-09-03 David Edelsohn <edelsohn@gnu.org>
3043
3044 * config/rs6000/rs6000.c (processor_target_table): Do not
3045 enable VMX for POWER6.
3046
3047 2008-09-03 Anton Blanchard <anton@samba.org>
3048
3049 * config/rs6000/rs6000.c (rs6000_split_lock_test_and_set): Do not
3050 emit memory barrier before operation.
3051
3052 2008-09-03 John David Anglin <dave.anglin@nrc.cnrc.gc.ca>
3053
3054 PR testsuite/37325
3055 * config/pa/pa64-hpux.h (ASM_OUTPUT_EXTERNAL_REAL): Call
3056 default_elf_asm_output_external.
3057
3058 2008-09-03 Jeff Law <law@redhat.com>
3059
3060 * h8300.c (expand_a_shift): Avoid invalid RTL sharing.
3061
3062 2008-09-03 Richard Henderson <rth@redhat.com>
3063
3064 * config/alpha/alpha.c (alpha_split_lock_test_and_set): Move
3065 memory barrier to below the test-and-set.
3066 (alpha_split_lock_test_and_set_12): Likewise.
3067
3068 2008-09-03 Vladimir Makarov <vmakarov@redhat.com>
3069
3070 PR rtl-opt/37243
3071
3072 * ira-int.h (ira_loop_tree_node): Rename mentioned_allocnos to
3073 all_allocnos.
3074
3075 * ira-color.c (print_loop_title): Use all_allocnos.
3076 (color_pass): Ditto. Don't add border_allocnos. Check that
3077 subloop allocno in the correspdoning bitmap all_allocnos.
3078
3079 * ira-emit.c (change_loop): Use all_allocnos.
3080
3081 * ira-build.c (create_loop_tree_nodes, finish_loop_tree_node): Ditto.
3082 (ira_create_allocno): Set up all_allocnos bit for the created allocno.
3083 (create_cap_allocno): Remove setting mentioned_allocnos.
3084 (create_insn_allocnos): Ditto.
3085 (remove_unnecessary_allocnos): Use all_allocnos.
3086 (check_allocno_creation): Check that allocnos are in the
3087 corresponding bitmap all_allocnos.
3088
3089 2008-09-03 Vladimir Makarov <vmakarov@redhat.com>
3090
3091 PR rtl-opt/37243
3092
3093 * ira-conflicts.c (REG_SUBREG_P, go_through_subreg): New.
3094 (process_regs_for_copy): Process subregs. Refine check when cost
3095 is taken into account in ira-costs.c.
3096 (process_reg_shuffles): Use REG_SUBREG_P.
3097 (add_insn_allocno_copies): Ditto. Ignore modes.
3098
3099 * ira-color.c (conflict_allocno_vec): New.
3100 (COST_HOP_DIVISOR): New macro.
3101 (update_copy_costs_1): Use it.
3102 (update_conflict_hard_regno_costs): New function.
3103 (assign_hard_reg): Use it.
3104 (ira_color): Allocate and free conflict_allocno_vec.
3105
3106 2008-09-03 Vladimir Makarov <vmakarov@redhat.com>
3107
3108 PR rtl-opt/37296
3109
3110 * ira-int.h (ira_sort_insn_chain): Remove.
3111
3112 * ira.c (basic_block_order_nums, chain_insn_order,
3113 chain_freq_compare, chain_bb_compare, ira_sort_insn_chain): Remove.
3114 (ira): Don't call ira_sort_insn_chain.
3115
3116 * reload1.c (reload): Don't call ira_sort_insn_chain.
3117
3118 2008-09-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
3119
3120 PR middle-end/37293
3121 * cgraphunit.c (update_call_expr): Remove eh regions from statements
3122 which become non throw.
3123 (cgraph_function_versioning): Also clear DECL_WEAK. Call
3124 update_call_expr after updating the flags on the decl.
3125
3126 2008-09-03 Jan Hubicka <jh@suse.cz>
3127
3128 PR tree-optimization/37315
3129 * cgraph.c (cgraph_create_edge): Use gimple_has_body_p.
3130 * cgraphunit.c (verify_cgraph_node): drop gimple_body check.
3131 (cgraph_analyze_functions): Use node->analyzed
3132 (cgraph_mark_functions_to_output): Likewise.
3133 (cgraph_expand_function): All functions can be released after
3134 expanding.
3135 (cgraph_optimize): Use gimple_has_body_p.
3136 * ipa-inline.c (cgraph_clone_inlined_nodes): Use analyzed flag.
3137 (cgraph_decide_inlining_incrementally): Likewise.
3138 (inline_transform): Inline transform.
3139 * tree-inline.c (initialize_cfun): Do now shallow copy structure;
3140 copy fields needed.
3141 (inlinable_function_p): Drop gimple_body check.
3142 (expand_call_inline): Use gimple_has_body_p.
3143 * gimple.c (gimple_has_body_p): New.
3144 * gimple.h (gimple_has_body_p): Add prototype.
3145 * tree-cfg.c (execute_build_cfg): Remove gimple_body.
3146 (dump_function_to_file): Use gimple_has_body_p check.
3147
3148 2008-09-03 Jakub Jelinek <jakub@redhat.com>
3149
3150 PR c++/37346
3151 * gimple.h (gimple_has_substatements): GIMPLE_OMP_CRITICAL has
3152 substatements.
3153 * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_OMP_CRITICAL.
3154
3155 2008-09-03 Bernd Schmidt <bernd.schmidt@analog.com>
3156
3157 From Michael Frysinger <michael.frysinger@analog.com>
3158 * config/bfin/bfin.c (bfin_cpus[]): Add 0.1 for bf522, bf523, bf524,
3159 bf525, bf526, bf527, bf542, bf544, bf547, bf548, and bf549. Add 0.2
3160 for bf538.
3161
3162 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3163
3164 Add picoChip port.
3165 * doc/extend.texi: Document picoChip builtin functions.
3166 * doc/invoke.texi: Document picoChip options.
3167 * doc/contrib.texi: Add picoChip contribution.
3168 * doc/md.texi: Document picoChip constraints.
3169 * config.gcc: Add picochip-*-*.
3170 * config/picochip/: Add new port.
3171
3172 2008-09-03 Richard Guenther <rguenther@suse.de>
3173
3174 PR tree-optimization/37328
3175 * tree-sra.c (sra_build_assignment): Gimplify properly.
3176 (generate_copy_inout): Take the correct stmt as definition,
3177 remove bogus assert.
3178
3179 2008-09-03 Bernd Schmidt <bernd.schmidt@analog.com>
3180
3181 * config/bfin/bfin.c (bfin_expand_prologue): Honour no_stack_limit
3182 attributes.
3183
3184 From Michael Frysinger <michael.frysinger@analog.com>
3185 * config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning.
3186
3187 2008-09-03 Danny Smith <dannysmith@usrs.sourceforge.net>
3188
3189 * gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is defined.
3190 (__gthread_setspecific): Revert 2008-08-31 change to
3191 __GTHREAD_HIDE_W32API case. Apply it to !__GTHREAD_HIDE_W32API case.
3192
3193 2008-09-02 Aldy Hernandez <aldyh@redhat.com>
3194
3195 * diagnostic.c (error_at): New.
3196 * toplev.h (error_at): New prototype.
3197 * c-typeck.c (build_array_ref): Call error_at instead of error.
3198 Pass location to pedwarn.
3199
3200 2008-09-02 Adam Nemet <anemet@caviumnetworks.com>
3201
3202 * sel-sched.c (sel_hard_regno_rename_ok): Mark arguments unused.
3203
3204 2008-09-02 Jakub Jelinek <jakub@redhat.com>
3205
3206 * dwarf2out.c (tree_add_const_value_attribute): Only handle
3207 VAR_DECL and CONST_DECL.
3208
3209 2008-09-02 H.J. Lu <hongjiu.lu@intel.com>
3210 Jakub Jelinek <jakub@redhat.com>
3211
3212 * config/i386/i386.c (X86_64_VARARGS_SIZE): Removed.
3213 (setup_incoming_varargs_64): Assume cum != NULL. Set/check
3214 ix86_varargs_gpr_size and ix86_varargs_fpr_size. Use
3215 ix86_varargs_gpr_size instead of X86_64_REGPARM_MAX.
3216 Don't set ix86_save_varrargs_registers.
3217 (ix86_setup_incoming_varargs): Assume cum != NULL.
3218 (ix86_va_start): Check ix86_varargs_gpr_size and
3219 ix86_varargs_fpr_size instead of cfun->va_list_gpr_size and
3220 cfun->va_list_fpr_size, respectively. Subtract 8*X86_64_REGPARM_MAX
3221 from frame pointer if ix86_varargs_gpr_size == 0.
3222 (ix86_compute_frame_layout): Updated.
3223 * config/i386/i386.h (ix86_save_varrargs_registers): Removed.
3224 (ix86_varargs_gpr_size): Define.
3225 (ix86_varargs_fpr_size): Likewise.
3226 (machine_function): Remove save_varrargs_registers.
3227 Add varargs_gpr_size and varargs_fpr_size.
3228
3229 2008-09-02 Jakub Jelinek <jakub@redhat.com>
3230
3231 * config/alpha/alpha.c (va_list_skip_additions,
3232 alpha_stdarg_optimize_hook, alpha_gimplify_va_arg_1): Tuplify.
3233 (alpha_gimplify_va_arg): Call unshare_expr on second use of
3234 offset_field.
3235
3236 PR tree-optimization/36766
3237 * tree-cfg.c (gimple_purge_all_dead_eh_edges): Do nothing
3238 for already removed basic blocks.
3239
3240 PR target/36332
3241 * real.c (real_maxval): Clear a lower bit to make real_maxval
3242 match get_max_float for IBM long double format.
3243
3244 2008-09-02 Andreas Schwab <schwab@suse.de>
3245
3246 * configure.ac: Use m4_quote to quote the expansion of m4_do.
3247 * configure: Regenerate.
3248
3249 2008-09-02 Richard Sandiford <rdsandiford@googlemail.com>
3250
3251 * simplify-rtx.c (simplify_binary_operation_1): Check for CONST,
3252 SYMBOL_REF and LABEL_REF when applying plus_constant, instead of
3253 checking for a non-VOID CONSTANT_P.
3254
3255 2008-09-02 Jan Hubicka <jh@suse.cz>
3256
3257 * predict.c (pass_strip_predict_hints): Avoid bugs dump file.
3258 * expmed.c (expand_divmod): Fix test of smod_pow2_cheap and
3259 sdiv_pow2_cheap
3260
3261 2008-09-02 H.J. Lu <hongjiu.lu@intel.com>
3262
3263 * expr.c (emit_group_store): Don't assert stack temp mode size.
3264
3265 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3266 Tobias Grosser <grosser@fim.uni-passau.de>
3267 Jan Sjodin <jan.sjodin@amd.com>
3268 Harsha Jagasia <harsha.jagasia@amd.com>
3269 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3270 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3271 Adrien Eliche <aeliche@isty.uvsq.fr>
3272
3273 Merge from graphite branch.
3274 * graphite.c: New.
3275 * graphite.h: New.
3276 * tree-loop-linear.c (perfect_loop_nest_depth): Export.
3277 * doc/invoke.texi (-floop-block, -floop-interchange,
3278 -floop-strip-mine): Document new flags.
3279 * tree-into-ssa.c (gimple_vec): Moved...
3280 * tree-loop-distribution.c (rdg_component): Moved...
3281 * cfgloopmanip.c: Include tree-flow.h.
3282 (update_dominators_in_loop): New.
3283 (create_empty_if_region_on_edge): New.
3284 (create_empty_loop_on_edge): New.
3285 (loopify): Use update_dominators_in_loop.
3286 * tree-pass.h (pass_graphite_transforms): Declared.
3287 * configure: Regenerate.
3288 * tree-phinodes.c (make_phi_node): Export.
3289 (add_phi_node_to_bb): New, split from create_phi_node.
3290 * tree-chrec.c (for_each_scev_op): New.
3291 * tree-chrec.h (for_each_scev_op): Declared.
3292 * tree-ssa-loop-ivopts.c (get_phi_with_result): New.
3293 (remove_statement): Call get_phi_with_result.
3294 * config.in (HAVE_cloog): Undef.
3295 * gdbinit.in (pgg): New.
3296 * timevar.def (TV_GRAPHITE_TRANSFORMS): New.
3297 * tree-ssa-loop.c (graphite_transforms): New.
3298 (gate_graphite_transforms): New.
3299 (pass_graphite_transforms): New.
3300 * configure.ac (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC,
3301 HAVE_cloog): Defined.
3302 * tree-vectorizer.c (rename_variables_in_bb): Export.
3303 * tree-data-ref.c (dr_may_alias_p): Export.
3304 (stmt_simple_memref_p): New.
3305 (find_data_references_in_stmt): Export.
3306 (find_data_references_in_loop): Export.
3307 (create_rdg_edge_for_ddr): Initialize RDGE_RELATION.
3308 (create_rdg_edges_for_scalar): Initialize RDGE_RELATION.
3309 (create_rdg_vertices): Export.
3310 (build_empty_rdg): New.
3311 (build_rdg): Call build_empty_rdg. Free dependence_relations.
3312 * tree-data-ref.h (rdg_component): ... here.
3313 (scop_p): New.
3314 (struct data_reference): Add a field scop.
3315 (DR_SCOP): New.
3316 (find_data_references_in_loop): Declared.
3317 (find_data_references_in_stmt): Declared.
3318 (create_rdg_vertices): Declared.
3319 (dr_may_alias_p): Declared.
3320 (stmt_simple_memref_p): Declared.
3321 (struct rdg_edge): Add a field ddr_p relation.
3322 (build_empty_rdg): Declared.
3323 * lambda.h (lambda_matrix): Declare a VEC of.
3324 (find_induction_var_from_exit_cond): Declared.
3325 (lambda_vector_compare): New.
3326 * common.opt (fgraphite, floop-strip-mine,
3327 floop-interchange, floop-block): New flags.
3328 * lambda-code.c (find_induction_var_from_exit_cond): Export.
3329 * cfgloop.c (is_loop_exit): New.
3330 * cfgloop.h (is_loop_exit): Declared.
3331 (create_empty_if_region_on_edge): Declared.
3332 (create_empty_loop_on_edge): Declared.
3333 * tree-flow.h (add_phi_node_to_bb): Declared.
3334 (make_phi_node): Declared.
3335 (rename_variables_in_bb): Declared.
3336 (perfect_loop_nest_depth): Declared.
3337 (graphite_transform_loops): Declared.
3338 * Makefile.in (cfgloopmanip.o): Depend on TREE_FLOW_H.
3339 (graphite.o-warn): Add -Wno-error.
3340 (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): Declared.
3341 (LIBS): Add GMPLIBS, CLOOGLIBS, PPLLIBS.
3342 (INCLUDES): Add PPLINC, CLOOGINC.
3343 (OBJS-common): Add graphite.o.
3344 (graphite.o): Add rule.
3345 * gimple.h (gimple_vec): ... here.
3346 * tree-cfg.c (print_loops): Start printing at ENTRY_BLOCK_PTR.
3347 * passes.c (init_optimization_passes): Schedule
3348 pass_graphite_transforms.
3349
3350 2008-09-02 Samuel Tardieu <sam@rfc1149.net>
3351
3352 PR target/37283
3353 * opts.c (decode_options): Move processing of -fno-unit-at-a-time
3354 and -fno-toplevel-reorder after handle_options.
3355
3356 2008-09-02 Paul Brook <paul@codesourcery.com>
3357
3358 * config/arm/arm.c (arm_tune_cortex_a9): Define.
3359 (arm_override_options): Set arm_tune_cortex_a9.
3360 (arm_rtx_costs_1): Make register shifts more expensive on Cortex-A9.
3361 (arm_issue_rate): Handle cortexa9.
3362 * config/arm/arm.h (arm_tune_cortex_a9): Declare.
3363 * config/arm/arm-cores.def: Add cortex-a9.
3364 * config/arm/arm-tune.md: Regenerate.
3365 * config/arm/arm.md: Include cortex-a9.md.
3366 (generic_sched, generic_vfp): Add cortexa9.
3367 * config/arm/cortex-a9.md: New file.
3368
3369 2008-09-02 Richard Guenther <rguenther@suse.de>
3370
3371 PR tree-optimization/37327
3372 * tree-vrp.c (register_new_assert_for): Make sure to not have
3373 TREE_OVERFLOW set on the bound.
3374
3375 2008-09-02 Alexander Monakov <amonakov@ispras.ru>
3376
3377 Fixed typo in date of the 2008-09-01 MOVE_RATIO commit.
3378
3379 * config/ia64/ia64.opt (msched-ar-data-spec): Default to 1.
3380 * config/ia64/ia64.c (ia64_set_sched_flags): Always initialize
3381 spec_info->mask.
3382
3383 2008-09-02 Victor Kaplansky <victork@il.ibm.com>
3384
3385 * gcc/config/spu/spu.md (divdf3): Removed.
3386
3387 2008-09-02 Jakub Jelinek <jakub@redhat.com>
3388
3389 PR tree-optimization/37095
3390 * cgraph.c (cgraph_node): When creating new cgraph node after
3391 assembler_name_hash has been populated, record it in the hash
3392 table.
3393
3394 2008-09-01 Paul Brook <paul@codesourcery.com>
3395
3396 * doc/invoke.texi: Document -mword-relocations.
3397 * config/arm/uclinux-elf.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
3398 * config/arm/symbian.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
3399 * config/arm/vxworks.h (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
3400 * config/arm/arm.c (arm_split_constant): Use arm_emit_movpair.
3401 (arm_rtx_costs_1, arm_size_rtx_costs): Handle HIGH and LO_SUM.
3402 (arm_emit_movpair): New function.
3403 (arm_print_operand <c>): Handle sybolic addresses.
3404 * config/arm/arm.h (TARGET_USE_MOVT): Define.
3405 (TARGET_DEFAULT_WORD_RELOCATIONS): Define.
3406 * config/arm/arm-protos.h (arm_emit_movpair): Add prototype.
3407 * config/arm/arm.opt: Add -mword-relocations.
3408 * config/arm/arm.md (movsi): Use arm_emit_movpair.
3409 (arm_movt, arm_movw): New.
3410
3411 2008-09-01 Paul Brook <paul@codesourcery.com>
3412
3413 * config/arm/arm.c (arm_override_options): Set arm_abi earlier.
3414 Allow Interworking on ARMv4 EABI based targets.
3415 * config/arm/bpabi.h (TARGET_FIX_V4BX_SPEC): Define.
3416 (SUBTARGET_EXTRA_ASM_SPEC, LINK_SPEC): Add TARGET_FIX_V4BX_SPEC.
3417
3418 2008-09-01 Paul Brook <paul@codesourcery.com>
3419
3420 * config/arm/thumb2.md (thumb2_negscc): Match the correct operand for
3421 optimized LT0 test. Remove optimization for GT.
3422
3423 2008-09-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3424
3425 * pa64-hpux.h (LIB_SPEC): Link against librt when building static
3426 openmp applications.
3427 * pa-hpux11.h (LIB_SPEC): Likewise.
3428
3429 * ira.c (setup_eliminable_regset): Only declare i if ELIMINABLE_REGS
3430 is defined.
3431
3432 2008-09-01 Jan Hubicka <jh@suse.cz>
3433
3434 * predict.c (maybe_hot_count_p, maybe_hot_edge_p): When profile is
3435 present, use only counts; when guessed use only frequencies.
3436 (estimate_bb_frequencies): Use function_frequency.
3437 * profile.c (compute_branch_probabilities): Exit early when
3438 profile reading failed. Set profile_status.
3439 (branch_prob): Do not set profile_status.
3440
3441 2008-09-01 Aldy Hernandez <aldyh@redhat.com>
3442
3443 * tree.c (protected_set_expr_location): New.
3444 * tree.h (protected_set_expr_location): New prototype.
3445 * c-tree.h (build_array_ref): Add argument.
3446 (parser_build_unary_op): Same.
3447 * c-typeck.c (build_indirect_ref): Handle new location argument.
3448 (build_array_ref): Same.
3449 (parser_build_unary_op): Same.
3450 * gimplify.c (gimplify_asm_expr): Set input_location before calling
3451 error.
3452 * c-omp.c (c_finish_omp_atomic): Pass location when calling
3453 build_indirect_ref.
3454 * c-common.c (finish_label_address_expr): Handle new location argument.
3455 * c-common.h (build_indirect_ref): Add argument.
3456 (finish_label_address_expr): Same.
3457 * c-parser.c (c_parser_unary_expression): Pass location to build
3458 functions.
3459 (c_parser_postfix_expression): Same.
3460
3461 2008-09-01 Paul Brook <paul@codesourcery.com>
3462
3463 * config/arm/arm.md: Include cortex-r4f.md.
3464 (attr fpu): Update type list.
3465 (attr type): Add fcpys, ffariths, ffarithd, fadds, faddd, fconsts,
3466 fconstd, fcmps and fcmpd.
3467 (attr tune_cortexr4): Define.
3468 (attr generic_sched, attr generic_vfp): Use tune_cortexr4.
3469 * config/arm/vfp.md: Document fcpys, ffariths, ffarithd, fadds, faddd,
3470 fconsts, fconstd, fcmps and fcmpd. Use them in insn patterns.
3471 * config/arm/arm.c (arm_issue_rate): Add cortexr4f.
3472 * config/arm/arm1020e.md (v10_ffarith, v10_farith): Use new insn types.
3473 * config/arm/cortex-a8-neon.md (cortex_a8_vfp_add_sub,
3474 cortex_a8_vfp_farith: Ditto.
3475 * config/arm/vfp11.md (vfp_ffarith, vfp_farith): Ditto.
3476 * config/arm/cortex-r4.md: Use tune_cortexr4.
3477 * config/arm/cortex-r4f.md: New file.
3478
3479 2008-09-01 Richard Guenther <rguenther@suse.de>
3480
3481 PR tree-optimization/37305
3482 * tree-ssa-ccp.c (ccp_fold): Do not set TREE_OVERFLOW on
3483 the result of constant conversions.
3484 (fold_gimple_assign): Likewise.
3485
3486 2008-09-01 Andrey Belevantsev <abel@ispras.ru>
3487
3488 * sel-sched-ir.c (cmp_v_in_regset_pool): Surround with
3489 #ifdef ENABLE_CHECKING.
3490
3491 2008-09-01 Andrey Belevantsev <abel@ispras.ru>
3492
3493 * sel-sched-dump.c: Surround with #ifdef INSN_SCHEDULING.
3494 * sched-int.h (print_insn, print_pattern, print_value): Declare also
3495 when !INSN_SCHEDULING.
3496
3497 2008-09-01 Andreas Schwab <schwab@suse.de>
3498
3499 * config/ia64/ia64.c (TARGET_ADDRESS_COST): Update.
3500
3501 2008-09-01 Paul Brook <paul@codesourcery.com>
3502
3503 * config/arm/arm.c (arm_no_early_mul_dep): Handle multiply-subtract.
3504
3505 2008-09-01 Jan Hubicka <jh@suse.cz>
3506
3507 * config/spu/spu.c (spu_expand_block_move) Update call of MOVE_RATIO.
3508
3509 * expr.c (MOVE_BY_PIECES_P, CLEAR_BY_PIECES_P, SET_BY_PIECES_P):
3510 Pass speed operand.
3511 * expr.h (MOVE_RATIO, CLEAR_RATIO, SET_RATIO): Update.
3512 * gimplify.c (gimplify_init_constructor): Add speed operand.
3513 * tree-sra.c (decide_block_copy): Likewise.
3514 * tree-inline.c (estimate_move_cost): Likewise.
3515 * config/alpha/alpha.h (MOVE_RATIO): Update.
3516 * config/frv/frv.c (MOVE_RATIO): Update.
3517 * config/spu/spu.h (MOVE_RATIO): Update.
3518 * config/sparc/sparc.h (MOVE_RATIO): Update.
3519 * config/i386/i386.h (MOVE_RATIO, CLEAR_RATIO): Update.
3520 * config/m68hc11/m68hc11.h (MOVE_RATIO): Update.
3521 * config/cris/cris.h (MOVE_RATIO): Update.
3522 * config/mn10300/mn10300.h (MOVE_RATIO): Update.
3523 * config/arm/arm.h (MOVE_RATIO): Update.
3524 * config/pa/pa.md: Update uses of MOVE_RATIO
3525 * config/pa/pa.h (MOVE_RATIO): Update.
3526 * config/mips/mips.h (MOVE_RATIO, MOVE_BY_PIECES,
3527 CLEAR_RATIO, SET_RATIO): Update.
3528 * config/h8300/h8300.h (MOVE_RATIO): Update.
3529 * config/v850/v850.h (MOVE_RATIO): Update.
3530 * config/bfin/bfin.h (MOVE_RATIO): Update.
3531
3532 2008-08-31 Andrey Belevantsev <abel@ispras.ru>
3533 Dmitry Melnik <dm@ispras.ru>
3534 Dmitry Zhurikhin <zhur@ispras.ru>
3535 Alexander Monakov <amonakov@ispras.ru>
3536 Maxim Kuvyrkov <maxim@codesourcery.com>
3537
3538 * sel-sched.h, sel-sched-dump.h, sel-sched-ir.h, sel-sched.c,
3539 sel-sched-dump.c, sel-sched-ir.c: New files.
3540 * Makefile.in (OBJS-common): Add selective scheduling object files.
3541 (sel-sched.o, sel-sched-dump.o, sel-sched-ir.o): New entries.
3542 (SEL_SCHED_IR_H, SEL_SCHED_DUMP_H): New entries.
3543 (sched-vis.o): Add dependency on $(INSN_ATTR_H).
3544 * cfghooks.h (get_cfg_hooks, set_cfg_hooks): New prototypes.
3545 * cfghooks.c (get_cfg_hooks, set_cfg_hooks): New functions.
3546 (make_forwarder_block): Update loop latch if we have redirected
3547 the loop latch edge.
3548 * cfgloop.c (get_loop_body_in_custom_order): New function.
3549 * cfgloop.h (LOOPS_HAVE_FALLTHRU_PREHEADERS): New enum field.
3550 (CP_FALLTHRU_PREHEADERS): Likewise.
3551 (get_loop_body_in_custom_order): Declare.
3552 * cfgloopmanip.c (has_preds_from_loop): New.
3553 (create_preheader): Honor CP_FALLTHRU_PREHEADERS.
3554 Assert that the preheader edge will be fall thru when it is set.
3555 * common.opt (fsel-sched-bookkeeping, fsel-sched-pipelining,
3556 fsel-sched-pipelining-outer-loops, fsel-sched-renaming,
3557 fsel-sched-substitution, fselective-scheduling): New flags.
3558 * cse.c (hash_rtx_cb): New.
3559 (hash_rtx): Use it.
3560 * dbgcnt.def (sel_sched_cnt, sel_sched_region_cnt,
3561 sel_sched_insn_cnt): New counters.
3562 * final.c (compute_alignments): Export. Free dominance
3563 info after loop_optimizer_finalize.
3564 * genattr.c (main): Output maximal_insn_latency prototype.
3565 * genautomata.c (output_default_latencies): New.
3566 Factor its code from ...
3567 (output_internal_insn_latency_func): ... here.
3568 (output_internal_maximal_insn_latency_func): New.
3569 (output_maximal_insn_latency_func): New.
3570 * hard-reg-set.h (UHOST_BITS_PER_WIDE_INT): Define unconditionally.
3571 (struct hard_reg_set_iterator): New.
3572 (hard_reg_set_iter_init, hard_reg_set_iter_set,
3573 hard_reg_set_iter_next): New functions.
3574 (EXECUTE_IF_SET_IN_HARD_REG_SET): New macro.
3575 * lists.c (remove_free_INSN_LIST_node,
3576 remove_free_EXPR_LIST_node): New functions.
3577 * loop-init.c (loop_optimizer_init): When
3578 LOOPS_HAVE_FALLTHRU_PREHEADERS, set CP_FALLTHRU_PREHEADERS when
3579 calling create_preheaders.
3580 (loop_optimizer_finalize): Do not verify flow info after reload.
3581 * recog.c (validate_replace_rtx_1): New parameter simplify.
3582 Default it to true. Update all uses. Factor out simplifying
3583 code to ...
3584 (simplify_while_replacing): ... this new function.
3585 (validate_replace_rtx_part,
3586 validate_replace_rtx_part_nosimplify): New.
3587 * recog.h (validate_replace_rtx_part,
3588 validate_replace_rtx_part_nosimplify): Declare.
3589 * rtl.c (rtx_equal_p_cb): New.
3590 (rtx_equal_p): Use it.
3591 * rtl.h (rtx_equal_p_cb, hash_rtx_cb): Declare.
3592 (remove_free_INSN_LIST_NODE, remove_free_EXPR_LIST_node,
3593 debug_bb_n_slim, debug_bb_slim, print_rtl_slim): Likewise.
3594 * vecprim.h: Add a vector type for unsigned int.
3595 * haifa-sched.c: Include vecprim.h and cfgloop.h.
3596 (issue_rate, sched_verbose_param, note_list, dfa_state_size,
3597 ready_try, cycle_issued_insns, spec_info): Make global.
3598 (readyp): Initialize.
3599 (dfa_lookahead): New global variable.
3600 (old_max_uid, old_last_basic_block): Remove.
3601 (h_i_d): Make it a vector.
3602 (INSN_TICK, INTER_TICK, QUEUE_INDEX, INSN_COST): Make them work
3603 through HID macro.
3604 (after_recovery, adding_bb_to_current_region_p):
3605 New variables to handle correct insertion of the recovery code.
3606 (struct ready_list): Move declaration to sched-int.h.
3607 (rgn_n_insns): Removed.
3608 (rtx_vec_t): Move to sched-int.h.
3609 (find_insn_reg_weight): Remove.
3610 (find_insn_reg_weight1): Rename to find_insn_reg_weight.
3611 (haifa_init_h_i_d, haifa_finish_h_i_d):
3612 New functions to initialize / finalize haifa instruction data.
3613 (extend_h_i_d, init_h_i_d): Rewrite.
3614 (unlink_other_notes): Move logic to add_to_note_list. Handle
3615 selective scheduler.
3616 (ready_lastpos, ready_element, ready_sort, reemit_notes,
3617 find_fallthru_edge): Make global, remove static prototypes.
3618 (max_issue): Make global. Add privileged_n and state parameters. Use
3619 them.
3620 (extend_global, extend_all): Removed.
3621 (init_before_recovery): Add new param. Fix the handling of the case
3622 when we insert a recovery code before the EXIT which has a predecessor
3623 with a fallthrough edge to it.
3624 (create_recovery_block): Make global. Rename to
3625 sched_create_recovery_block. Update.
3626 (change_pattern): Rename to sched_change_pattern. Make global.
3627 (speculate_insn): Rename to sched_speculate_insn. Make global.
3628 Split haifa-specific functionality into ...
3629 (haifa_change_pattern): New static function.
3630 (sched_extend_bb): New static function.
3631 (sched_init_bbs): New function.
3632 (current_sched_info): Change type to struct haifa_sched_info.
3633 (insn_cost): Adjust for selective scheduling.
3634 (dep_cost_1): New function. Move logic from ...
3635 (dep_cost): ... here.
3636 (dep_cost): Use dep_cost_1.
3637 (contributes_to_priority_p): Use sched_deps_info instead of
3638 current_sched_info.
3639 (priority): Adjust to work with selective scheduling. Process the
3640 corner case when all dependencies don't contribute to priority.
3641 (rank_for_schedule): Use ds_weak instead of dep_weak.
3642 (advance_state): New function. Move logic from ...
3643 (advance_one_cycle): ... here.
3644 (add_to_note_list, concat_note_lists): New functions.
3645 (rm_other_notes): Make static. Adjust for selective scheduling.
3646 (remove_notes, restore_other_notes): New functions.
3647 (move_insn): Add two arguments. Update assert. Don't call
3648 reemit_notes.
3649 (choose_ready): Remove lookahead variable, use dfa_lookahead.
3650 Remove more_issue, max_points. Move the code to initialize
3651 max_lookahead_tries to max_issue.
3652 (schedule_block): Remove rgn_n_insns1 parameter. Don't allocate
3653 ready. Adjust use of move_insn. Call restore_other_notes.
3654 (luid): Remove.
3655 (sched_init, sched_finish): Move Haifa-specific initialization/
3656 finalization to ...
3657 (haifa_sched_init, haifa_sched_finish): ... respectively.
3658 New functions.
3659 (setup_sched_dump): New function.
3660 (haifa_init_only_bb): New static function.
3661 (haifa_speculate_insn): New static function.
3662 (try_ready): Use haifa_* instead of speculate_insn and change_pattern.
3663 (extend_ready, extend_all): Remove.
3664 (sched_extend_ready_list, sched_finish_ready_list): New functions.
3665 (create_check_block_twin, add_to_speculative_block): Use
3666 haifa_insns_init instead of extend_global. Update to use new
3667 initialization functions. Change parameter. Factor out code from
3668 create_check_block_twin to ...
3669 (sched_create_recovery_edges) ... this new function.
3670 (add_block): Remove.
3671 (sched_scan_info): New.
3672 (extend_bb): Use sched_scan_info.
3673 (init_bb, extend_insn, init_insn, init_insns_in_bb, sched_scan): New
3674 static functions for walking through scheduling region.
3675 (sched_luids): New vector variable to replace uid_to_luid.
3676 (luids_extend_insn): New function.
3677 (sched_max_luid): New variable.
3678 (luids_init_insn): New function.
3679 (sched_init_luids, sched_finish_luids): New functions.
3680 (insn_luid): New debug function.
3681 (sched_extend_target): New function.
3682 (haifa_init_insn): New static function.
3683 (sched_init_only_bb): New hook.
3684 (sched_split_block): New hook.
3685 (sched_split_block_1): New function.
3686 (sched_create_empty_bb): New hook.
3687 (sched_create_empty_bb_1): New function.
3688 (common_sched_info, ready): New global variables.
3689 (current_sched_info_var): Remove.
3690 (move_block_after_check): Use common_sched_info.
3691 (haifa_luid_for_non_insn): New static function.
3692 (init_before_recovery): Use haifa_init_only_bb instead of add_block.
3693 (increase_insn_priority): New.
3694 * modulo-sched.c: (issue_rate): Remove static declaration.
3695 (sms_sched_info): Change type to haifa_sched_info.
3696 (sms_sched_deps_info, sms_common_sched_info): New variables.
3697 (setup_sched_infos): New.
3698 (sms_schedule): Initialize them. Call haifa_sched_init/finish.
3699 Do not call regstat_free_calls_crossed.
3700 (sms_print_insn): Use const_rtx.
3701 * params.def (PARAM_MAX_PIPELINE_REGION_BLOCKS,
3702 PARAM_MAX_PIPELINE_REGION_INSNS, PARAM_SELSCHED_MAX_LOOKAHEAD,
3703 PARAM_SELSCHED_MAX_SCHED_TIMES, PARAM_SELSCHED_INSNS_TO_RENAME,
3704 PARAM_SCHED_MEM_TRUE_DEP_COST): New.
3705 * sched-deps.c (sched_deps_info): New. Update all relevant uses of
3706 current_sched_info to use it.
3707 (enum reg_pending_barrier_mode): Move to sched-int.h.
3708 (h_d_i_d): New variable. Initialize to NULL.
3709 ({true, output, anti, spec, forward}_dependency_cache): Initialize
3710 to NULL.
3711 (estimate_dep_weak): Remove static declaration.
3712 (sched_has_condition_p): New function. Adjust users of
3713 sched_get_condition to use it instead.
3714 (conditions_mutex_p): Add arguments indicating which conditions are
3715 reversed. Use them.
3716 (sched_get_condition_with_rev): Rename from sched_get_condition. Add
3717 argument to indicate whether returned condition is reversed. Do not
3718 generate new rtx when condition should be reversed; indicate it by
3719 setting new argument instead.
3720 (add_dependence_list_and_free): Add deps parameter.
3721 Update all users. Do not free dependence list when
3722 deps context is readonly.
3723 (add_insn_mem_dependence, flush_pending_lists): Adjust for readonly
3724 contexts.
3725 (remove_from_dependence_list, remove_from_both_dependence_lists): New.
3726 (remove_from_deps): New. Use the above functions.
3727 (cur_insn, can_start_lhs_rhs_p): New static variables.
3728 (add_or_update_back_dep_1): Initialize present_dep_type.
3729 (haifa_start_insn, haifa_finish_insn, haifa_note_reg_set,
3730 haifa_note_reg_clobber, haifa_note_reg_use, haifa_note_mem_dep,
3731 haifa_note_dep): New functions implementing dependence hooks for
3732 the Haifa scheduler.
3733 (note_reg_use, note_reg_set, note_reg_clobber, note_mem_dep,
3734 note_dep): New functions.
3735 (ds_to_dt, extend_deps_reg_info, maybe_extend_reg_info_p): New
3736 functions.
3737 (init_deps): Initialize last_reg_pending_barrier and deps->readonly.
3738 (free_deps): Initialize deps->reg_last.
3739 (sched_analyze_reg, sched_analyze_1, sched_analyze_2,
3740 sched_analyze_insn): Update to use dependency hooks infrastructure
3741 and readonly contexts.
3742 (deps_analyze_insn): New function. Move part of logic from ...
3743 (sched_analyze): ... here. Also move some logic to ...
3744 (deps_start_bb): ... here. New function.
3745 (add_forw_dep, delete_forw_dep): Guard use of INSN_DEP_COUNT with
3746 sel_sched_p.
3747 (sched_deps_init): New function. Move code from ...
3748 (init_dependency_caches): ... here. Remove.
3749 (init_deps_data_vector): New.
3750 (sched_deps_finish): New function. Move code from ...
3751 (free_dependency_caches): ... here. Remove.
3752 (init_deps_global, finish_deps_global): Adjust for use with
3753 selective scheduling.
3754 (get_dep_weak): Move logic to ...
3755 (get_dep_weak_1): New function.
3756 (ds_merge): Move logic to ...
3757 (ds_merge_1): New static function.
3758 (ds_full_merge, ds_max_merge, ds_get_speculation_types): New functions.
3759 (ds_get_max_dep_weak): New function.
3760 * sched-ebb.c (sched_n_insns): Rename to sched_rgn_n_insns.
3761 (n_insns): Rename to rgn_n_insns.
3762 (debug_ebb_dependencies): New function.
3763 (init_ready_list): Use it.
3764 (begin_schedule_ready): Use sched_init_only_bb.
3765 (ebb_print_insn): Indicate when an insn starts a new cycle.
3766 (contributes_to_priority, compute_jump_reg_dependencies,
3767 add_remove_insn, fix_recovery_cfg): Add ebb_ prefix to function names.
3768 (add_block1): Remove to ebb_add_block.
3769 (ebb_sched_deps_info, ebb_common_sched_info): New variables.
3770 (schedule_ebb): Initialize them. Use remove_notes instead of
3771 rm_other_notes. Use haifa_local_init/finish.
3772 (schedule_ebbs): Use haifa_sched_init/finish.
3773 * sched-int.h: Include vecprim.h, remove rtl.h.
3774 (struct ready_list): Delete declaration.
3775 (sched_verbose_param, enum sched_pass_id_t,
3776 bb_vec_t, insn_vec_t, rtx_vec_t): New.
3777 (struct sched_scan_info_def): New structure.
3778 (sched_scan_info, sched_scan, sched_init_bbs,
3779 sched_init_luids, sched_finish_luids, sched_extend_target,
3780 haifa_init_h_i_d, haifa_finish_h_i_d): Declare.
3781 (struct common_sched_info_def): New.
3782 (common_sched_info, haifa_common_sched_info,
3783 sched_emulate_haifa_p): Declare.
3784 (sel_sched_p): New.
3785 (sched_luids): Declare.
3786 (INSN_LUID, LUID_BY_UID, SET_INSN_LUID): Declare.
3787 (sched_max_luid, insn_luid): Declare.
3788 (note_list, remove_notes, restore_other_notes, bb_note): Declare.
3789 (sched_insns_init, sched_insns_finish, xrecalloc, reemit_notes,
3790 print_insn, print_pattern, print_value, haifa_classify_insn,
3791 sel_find_rgns, sel_mark_hard_insn, dfa_state_size, advance_state,
3792 setup_sched_dump, sched_init, sched_finish,
3793 sel_insn_is_speculation_check): Export.
3794 (struct ready_list): Move from haifa-sched.c.
3795 (ready_try, ready, max_issue): Export.
3796 (ebb_compute_jump_reg_dependencies, find_fallthru_edge,
3797 sched_init_only_bb, sched_split_block, sched_split_block_1,
3798 sched_create_empty_bb, sched_create_empty_bb_1,
3799 sched_create_recovery_block, sched_create_recovery_edges): Export.
3800 (enum reg_pending_barrier_mode): Export.
3801 (struct deps): New fields `last_reg_pending_barrier' and `readonly'.
3802 (deps_t): New.
3803 (struct sched_info): Rename to haifa_sched_info. Use const_rtx for
3804 print_insn field. Move add_block and fix_recovery_cfg to
3805 common_sched_info_def. Move compute_jump_reg_dependencies,
3806 use_cselib ...
3807 (struct sched_deps_info_def): ... this new structure.
3808 (sched_deps_info): Declare.
3809 (struct spec_info_def): Remove weakness_cutoff, add
3810 data_weakness_cutoff and control_weakness_cutoff.
3811 (spec_info): Declare.
3812 (struct _haifa_deps_insn_data): Split from haifa_insn_data. Add
3813 dep_count field.
3814 (struct haifa_insn_data): Rename to struct _haifa_insn_data.
3815 (haifa_insn_data_def, haifa_insn_data_t): New typedefs.
3816 (current_sched_info): Change type to struct haifa_sched_info.
3817 (haifa_deps_insn_data_def, haifa_deps_insn_data_t): New typedefs.
3818 (h_d_i_d): New variable.
3819 (HDID): New accessor macro.
3820 (h_i_d): Change type to VEC (haifa_insn_data_def, heap) *.
3821 (HID): New accessor macro. Rewrite h_i_d accessor macros through HID
3822 and HDID.
3823 (IS_SPECULATION_CHECK_P): Update for selective scheduler.
3824 (enum SCHED_FLAGS): Update for selective scheduler.
3825 (enum SPEC_SCHED_FLAGS): New flag SEL_SCHED_SPEC_DONT_CHECK_CONTROL.
3826 (init_dependency_caches, free_dependency_caches): Delete declarations.
3827 (deps_analyze_insn, remove_from_deps, get_dep_weak_1,
3828 estimate_dep_weak, ds_full_merge, ds_max_merge, ds_weak,
3829 ds_get_speculation_types, ds_get_max_dep_weak, sched_deps_init,
3830 sched_deps_finish, haifa_note_reg_set, haifa_note_reg_use,
3831 haifa_note_reg_clobber, maybe_extend_reg_info_p, deps_start_bb,
3832 ds_to_dt): Export.
3833 (rm_other_notes): Delete declaration.
3834 (schedule_block): Remove one argument.
3835 (cycle_issued_insns, issue_rate, dfa_lookahead, ready_sort,
3836 ready_element, ready_lastpos, sched_extend_ready_list,
3837 sched_finish_ready_list, sched_change_pattern, sched_speculate_insn,
3838 concat_note_lists): Export.
3839 (struct region): Move from sched-rgn.h.
3840 (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
3841 RGN_NR_BLOCKS, RGN_BLOCKS, RGN_DONT_CALC_DEPS, RGN_HAS_REAL_EBB,
3842 BLOCK_TO_BB, CONTAINING_RGN): Export.
3843 (ebb_head, BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB, INSN_BB): Likewise.
3844 (current_nr_blocks, current_blocks, target_bb): Likewise.
3845 (dep_cost_1, sched_is_disabled_for_current_region_p, sched_rgn_init,
3846 sched_rgn_finish, rgn_setup_region, sched_rgn_compute_dependencies,
3847 sched_rgn_local_init, extend_regions,
3848 rgn_make_new_region_out_of_new_block, compute_priorities,
3849 debug_rgn_dependencies, free_rgn_deps, contributes_to_priority,
3850 extend_rgns, deps_join rgn_setup_common_sched_info,
3851 rgn_setup_sched_infos, debug_regions, debug_region, dump_region_dot,
3852 dump_region_dot_file, haifa_sched_init, haifa_sched_finish): Export.
3853 (get_rgn_sched_max_insns_priority, sel_add_to_insn_priority,
3854 increase_insn_priority): Likewise.
3855 * sched-rgn.c: Include sel-sched.h.
3856 (ref_counts): New static variable. Use it ...
3857 (INSN_REF_COUNT): ... here. Rewrite and move closer to uses.
3858 (FED_BY_SPEC_LOAD, IS_LOAD_INSN): Rewrite to use HID accessor macro.
3859 (sched_is_disabled_for_current_region_p): Delete static declaration.
3860 (struct region): Move to sched-int.h.
3861 (nr_regions, rgn_table, rgn_bb_table, block_to_bb, containing_rgn,
3862 ebb_head): Define and initialize.
3863 (RGN_NR_BLOCKS, RGN_BLOCKS, RGN_DONT_CALC_DEPS, RGN_HAS_REAL_EBB,
3864 BLOCK_TO_BB, CONTAINING_RGN, debug_regions, extend_regions,
3865 BB_TO_BLOCK, EBB_FIRST_BB, EBB_LAST_BB): Move to
3866 sched-int.h.
3867 (find_single_block_region): Add new argument to indicate that EBB
3868 regions should be constructed.
3869 (debug_live): Delete declaration.
3870 (current_nr_blocks, current_blocks, target_bb):
3871 Remove static qualifiers.
3872 (compute_dom_prob_ps, check_live, update_live, set_spec_fed): Delete
3873 declaration.
3874 (init_regions): Delete declaration.
3875 (debug_region, bb_in_region_p, dump_region_dot_file, dump_region_dot,
3876 rgn_estimate_number_of_insns): New.
3877 (too_large): Use estimate_number_of_insns.
3878 (haifa_find_rgns): New. Move the code from ...
3879 (find_rgns): ... here. Call either sel_find_rgns or haifa_find_rgns.
3880 (free_trg_info): New.
3881 (compute_trg_info): Allocate candidate tables here instead of ...
3882 (init_ready_list): ... here.
3883 (rgn_print_insn): Use const_rtx.
3884 (contributes_to_priority, extend_regions): Delete static declaration.
3885 (add_remove_insn, fix_recovery_cfg): Add rgn_ to function names.
3886 (add_block1): Rename to rgn_add_block.
3887 (debug_rgn_dependencies): Delete static qualifier.
3888 (new_ready): Use sched_deps_info. Simplify.
3889 (rgn_common_sched_info, rgn_const_sched_deps_info,
3890 rgn_const_sel_sched_deps_info, rgn_sched_deps_info, rgn_sched_info):
3891 New.
3892 (region_sched_info): Rename to rgn_const_sched_info.
3893 (deps_join): New, extracted from ...
3894 (propagate_deps): ... here.
3895 (compute_block_dependences, debug_dependencies): Update for selective
3896 scheduling.
3897 (free_rgn_deps, compute_priorities): New functions.
3898 (sched_rgn_init, sched_rgn_finish, rgn_setup_region,
3899 sched_rgn_compute_dependencies): New functions.
3900 (schedule_region): Use them.
3901 (sched_rgn_local_init, sched_rgn_local_free, sched_rgn_local_finish,
3902 rgn_setup_common_sched_info, rgn_setup_sched_infos):
3903 New functions.
3904 (schedule_insns): Call new functions that were split out.
3905 (rgn_make_new_region_out_of_new_block): New.
3906 (get_rgn_sched_max_insns_priority): New.
3907 (rest_of_handle_sched, rest_of_handle_sched2): Call selective
3908 scheduling when appropriate.
3909 * sched-vis.c: Include insn-attr.h.
3910 (print_value, print_pattern): Make global.
3911 (print_rtl_slim, debug_bb_slim, debug_bb_n_slim): New functions.
3912 * target-def.h (TARGET_SCHED_ADJUST_COST_2,
3913 TARGET_SCHED_ALLOC_SCHED_CONTEXT, TARGET_SCHED_INIT_SCHED_CONTEXT,
3914 TARGET_SCHED_SET_SCHED_CONTEXT, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
3915 TARGET_SCHED_FREE_SCHED_CONTEXT, TARGET_SCHED_GET_INSN_CHECKED_DS,
3916 TARGET_SCHED_GET_INSN_SPEC_DS, TARGET_SCHED_SKIP_RTX_P): New target
3917 hooks. Initialize them to 0.
3918 (TARGET_SCHED_GEN_CHECK): Rename to TARGET_SCHED_GEN_SPEC_CHECK.
3919 * target.h (struct gcc_target): Add them. Rename gen_check field to
3920 gen_spec_check.
3921 * flags.h (sel_sched_switch_set): Declare.
3922 * opts.c (sel_sched_switch_set): New variable.
3923 (decode_options): Unset flag_sel_sched_pipelining_outer_loops if
3924 pipelining is disabled from command line.
3925 (common_handle_option): Record whether selective scheduling is
3926 requested from command line.
3927 * doc/invoke.texi: Document new flags and parameters.
3928 * doc/tm.texi: Document new target hooks.
3929 * config/ia64/ia64.c (TARGET_SCHED_GEN_SPEC_CHECK): Define to
3930 ia64_gen_check.
3931 (dfa_state_size): Do not declare locally.
3932 * config/ia64/ia64.opt (msched-ar-data-spec): Default to 0.
3933 * config/rs6000/rs6000.c (rs6000_init_sched_context,
3934 rs6000_alloc_sched_context, rs6000_set_sched_context,
3935 rs6000_free_sched_context): New functions.
3936 (struct _rs6000_sched_context): New.
3937 (rs6000_sched_reorder2): Do not modify INSN_PRIORITY for selective
3938 scheduling.
3939 (rs6000_sched_finish): Do not run for selective scheduling.
3940
3941 2008-08-31 Jan Hubicka <jh@suse.cz>
3942
3943 * frv.c (frv_rtx_costs): Update forward declaration.
3944 * spu.c (spu_rtx_costs): Likewise.
3945 * pdp11.c: Include df.h
3946 (pdp11_output_function_epilogue): Use df_set_regs_ever_live.
3947 * m68hc11.c (m68hc11_gen_highpart): Fix call of gen_rtx_SUBREG.
3948 (m68hc11_rtx_costs_1): Fix call of rtx_cost.
3949 * iq2000.c (iq2000_address_cost): Add speed argument.
3950 (iq2000_rtx_costs): Likewise.
3951 * mn10300.c (mn10300_address_cost_1): Remove speed argument;
3952 update call of mn10300_address_cost.
3953 * mcore.c: Include df.h
3954 (mcore_rtx_costs): Update prototype.
3955 * score3.c: Include df.h
3956 (score3_rtx_costs): Remove speed argument.
3957 * score7.c: Include df.h
3958 (score7_address_cost): Remove speed argument.
3959 * score-protos.h (score_address_cost): Update prototype.
3960 * score.c: Include df.h
3961 (score_rtx_costs): Update call of costs functions.
3962 * v850.c (v850_rtx_costs): Add bool argument.
3963
3964 2008-08-31 Hans-Peter Nilsson <hp@axis.com>
3965
3966 * config/cris/cris.c (cris_rtx_costs): Correct call to rtx_costs.
3967
3968 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3969
3970 * gthr-win32.h (__gthread_setspecific): Use CONST_CAST2.
3971 * config/i386/gthr-win32.c (__gthread_setspecific): Same.
3972
3973 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3974
3975 * mkmap-flat.awk: Add option pe_dll.
3976 * config/i386/t-cygming (SHLIB_LINK): Support building libgcc_s.
3977 * config/i386/t-cygwin (SHLIB_LC): Add.
3978 * config/i386/t-mingw32 (SHLIB_LC): Add.
3979 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): New.
3980 (SUBTARGET_EXTRA_SPECS): Use SHARED_LIBGCC_UNDEFS_SPEC.
3981 (LINK_SPEC): Support libgcc_s.
3982 (LIBGCC_SPEC): Support libgcc_s.
3983 (LIBGCC_SONAME): New.
3984
3985 2008-08-31 Jan Hubicka <jh@suse.cz>
3986
3987 * predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previous commit
3988 mistakely had old version of patch.
3989
3990 * ipa-cp.c (ipcp_need_original_clone_p): Remove.
3991 (ipcp_estimate_growth): New.
3992 (ipcp_insert_stage): Use ipcp_estimate_growth.
3993 * profile.c (branch_prob): When reading failed, do not consider
3994 profile as read.
3995
3996 2008-08-31 Jan Hubicka <jh@suse.cz>
3997
3998 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that
3999 loop is optimized for speed.
4000
4001 2008-08-31 Richard Guenther <rguenther@suse.de>
4002
4003 PR middle-end/37289
4004 * fold-const.c (fold_binary): Retain conversions in folding
4005 ~A + 1 to -A.
4006
4007 2008-08-31 Jan Hubicka <jh@suse.cz>
4008
4009 * postreload-gcse.c (eliminate_partially_redundant_loads):
4010 Use optimize_bb_for_size_p.
4011 * predict.c (maybe_hot_frequency_p): Make inline.
4012 (maybe_hot_count_p): Break out from ...
4013 (maybe_hot_bb_p): ... this one.
4014 (maybe_hot_edge_p): Simplify.
4015 * basic-block.h (probably_cold_bb_p): Remove.
4016
4017 2008-08-31 Jakub Jelinek <jakub@redhat.com>
4018
4019 PR target/37168
4020 * config/rs6000/rs6000-protos.h (const_vector_elt_as_int): Add
4021 prototype.
4022 * config/rs6000/rs6000.c (const_vector_elt_as_int): No longer static.
4023 * config/rs6000/altivec.md (easy_vector_constant_add_self splitter):
4024 Also split V4SFmode.
4025 * config/rs6000/predicates.md (easy_vector_constant_add_self): Handle
4026 vector float modes.
4027
4028 2008-08-31 Jan Hubicka <jh@suse.cz>
4029
4030 * predict.c (PROB_VERY_LIKELY): Make small enough so things
4031 become cold.
4032 * predict.def (PRED_NORETURN_CALL, PRED_COLD_CALL): Use it.
4033
4034 2008-08-31 Jakub Jelinek <jakub@redhat.com>
4035
4036 PR debug/37287
4037 * dwarf2out.c (gen_namespace_die): For DECL_EXTERNAL modules don't
4038 add source coords.
4039
4040 * dwarf2out.c (native_encode_initializer): Subtract min_index for
4041 non-range array index. Handle VIEW_CONVERT_EXPR and NON_LVALUE_EXPR.
4042
4043 2008-08-31 Jan Hubicka <jh@suse.cz>
4044
4045 * sparc.h (BRANCH_COST): Fix macro definition.
4046 * avr.c (avr_operand_rtx_cost): Add speed argument.
4047 (avr_rtx_costs): Update calls of avr_operand_rtx_cost.
4048
4049 2008-08-31 Richard Guenther <rguenther@suse.de>
4050
4051 * tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched
4052 types instead of operands. Re-instantiate verifying of
4053 binary expression operands.
4054
4055 2008-08-30 Jan Hubicka <jh@suse.cz>
4056
4057 * fwprop.c (should_replace_address): Add speed attribute.
4058 (PR_OPTIMIZE_FOR_SPEED): New flag.
4059 (propagate_rtx_1): Use it.
4060 (propagate_rtx): Set it.
4061 (try_fwprop_subst): Update call of rtx_costs.
4062 (forward_propagate_and_simplify): LIkewise.
4063 * hooks.c (hook_int_rtx_bool_0): New
4064 (hook_bool_rtx_int_int_intp_false): Replace by ...
4065 (hook_bool_rtx_int_int_intp_bool_false): .. thisone.
4066 * hooks.h (hook_int_rtx_bool_0): New
4067 (hook_bool_rtx_int_int_intp_false): Replace by ...
4068 (hook_bool_rtx_int_int_intp_bool_false): .. thisone.
4069 * optabs.c (avoid_expensive_constant): UPdate call of rtx_cost.
4070 (prepare_cmp_insn): UPdate call of rtx_cost.
4071 * postreload.c (reload_cse_simplify_set): Update call of rtx_cost.
4072 (reload_cse_simplify_operands): Update call of rtx_cost.
4073 (reload_cse_move2add): call of rtx_cost.
4074 * target.h (struct gcc_target): Update rtx_costs and address_costs.
4075 * rtlanal.c (rtx_cost): Add speed argument.
4076 (address_cost): Add speed argument
4077 (default_address_cost): Likewise.
4078 (insn_rtx_cost): Likewise.
4079 * cfgloopanal.c (seq_cost): Add speed argument.
4080 (target_reg_cost, target_spill_cost): Turn to array.
4081 (init_set_costs): Update for speed.
4082 (estimate_reg_pressure_cost): Add speed argument.
4083 * auto-inc-dec.c (attempt_change): Update call of rtx_cost.
4084 * dojump.c (prefer_and_bit_test): UPdate call of rtx_cost.
4085 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field speed.
4086 (seq_cost): Add speed argument.
4087 (computation_cost): Add speed arugment.
4088 (add_cost, multiply_by_const, get_address_cost): add speed argument.
4089 (force_expr_to_var_cost): Update for profile info.
4090 (force_var_cost): Likewise.
4091 (split_address_cost): Likewise.
4092 (ptr_difference_cost): Likewise.
4093 (difference_cost): Likewise.
4094 (get_computation_cost_at): Likewise.
4095 (determine_iv_cost): Likewise.
4096 (ivopts_global_cost_for_size): Likewise.
4097 (rewrite_use_address): Likewise.
4098 (tree_ssa_iv_optimize_loop): Initialize speed field.
4099 * cse.c (optimize_this_for_speed_p): New static var.
4100 (notreg_cost): Update call of rtx_cost.
4101 (cse_extended_basic_block): set optimize_this_for_speed_p.
4102 * ifcvt.c (cheap_bb_rtx_cost_p): Update call of rtx_cost.
4103 (noce_try_cmove_arith): Likewise.
4104 (noce_try_sign_mask): LIkewise.
4105 * expr.c (compress_float_constant): Update rtx_cost calls.
4106 * tree-ssa-address.c (most_expensive_mult_to_index): Add speed
4107 argument.
4108 (addr_to_parts): Likewise.
4109 (create_mem_ref): Likewise.
4110 * dse.c (find_shift_sequence): Add speed argument.
4111 (replace_read): Update call.
4112 * calls.c (precompute_register_parameters): Update call of rtx_cost.
4113 * expmed.c (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost,
4114 * neg_cost, shift_cost, shiftadd_cost,
4115 shiftsub_cost, mul_cost, sdiv_cost, udiv_cost ,mul_widen_cost,
4116 mul_highpart_cost): Increase dimension.
4117 (init_expmed): Initialize for both size and speed.
4118 (expand_shift): Use profile.
4119 (synth_mult): Use profile.
4120 (choose_mult_variant): Use profile.
4121 (expand_mult): Use profile.
4122 (expand_mult_highpart_optab): Use profile.
4123 (expand_mult_highpart): Use profile.
4124 (expand_smod_pow2): Use profile.
4125 (expand_divmod): Use profile.
4126 * simplify-rtx.c (simplify_binary_operation_1): Update call of
4127 rtx_cost.
4128 * loop-invariant.c (create_new_invariant): Use profile.
4129 (gain_for_invariant): Add speed parameter.
4130 (best_gain_for_invariant): Likewise.
4131 (find_invariants_to_move): Likewise.
4132 (move_single_loop_invariants): Set it.
4133 * target-def.h (TARGET_RTX_COSTS): Use hook.
4134 * rtl.h (rtx_cost, address_cost, insn_rtx_cost): Update prototpe.
4135 (optimize_insn_for_size_p, optimize_insn_for_speed_p): Declare.
4136 * output.h (default_address_cost): Update prototype.
4137 * combine.c (optimize_this_for_speed_p): New static var.
4138 (combine_validate_cost): Update call of rtx_cost.
4139 (combine_instructions): Set optimize_this_for_speed_p.
4140 (expand_compound_operation): Update call of rtx_cost.
4141 (make_extraction):Update call of rtx_cost.
4142 (force_to_mode):Update call of rtx_cost.
4143 (distribute_and_simplify_rtx):Update call of rtx_cost.
4144 * cfgloop.h (target_reg_cost, target_spill_cost): Turn to array.
4145 (estimate_reg_pressure_cost): Update prototype.
4146 * tree-flow.h (multiply_by_cost, create_mem_ref): Update prototype.
4147 * basic-block.h (optimize_insn_for_size_p, optimize_insn_for_speed_p):
4148 Remove.
4149 * config/alpha/alpha.c (alpha_rtx_costs): Update.
4150 (alpha_rtx_costs): Update.
4151 * config/frv/frv.c (frv_rtx_costs): Update.
4152 * config/s390/s390.c (s390_rtx_costs): Update.
4153 * config/m32c/m32c.c (m32c_memory_move_cost): Update.
4154 (m32c_rtx_costs): Update.
4155 * config/spu/spu.c (TARGET_ADDRESS_COST): Upate.
4156 (spu_rtx_costs): Update.
4157 * config/sparc/sparc.c (sparc_rtx_costs): Update.
4158 * config/m32r/m32r.c (m32r_rtx_costs): Update.
4159 * config/i386/i386.c (:ix86_address_cost): Update.
4160 (ix86_rtx_costs): Update.
4161 * config/sh/sh.c (sh_rtx_costs, sh_address_cost): Update.
4162 * config/pdp11/pdp11.c (pdp11_rtx_costs): Update.
4163 * config/avr/avr.c (avr_rtx_costs, avr_address_cost): Update.
4164 * config/crx/crx.c (crx_address_cost): Update.
4165 * config/xtensa/xtensa.c (xtensa_rtx_costs): Update.
4166 * config/stormy16/stormy16.c
4167 (xstormy16_address_cost, xstormy16_rtx_costs): Update.
4168 * config/m68hc11/m68hc11.c
4169 (m68hc11_address_cost, m68hc11_rtx_costs): Update.
4170 * config/cris/cris.c (cris_rtx_costs, cris_address_cost): Update.
4171 * config/iq2000/iq2000.c (iq2000_rtx_costs, iq2000_address_cost):
4172 Update.
4173 * config/mn10300/mn10300.c (mn10300_address_cost, mn10300_rtx_costs):
4174 Update
4175 * config/ia64/ia64.c (ia64_rtx_costs): Update.
4176 * config/m68k/m68k.c (m68k_rtx_costs): Update.
4177 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update.
4178 * config/arc/arc.c (arc_rtx_costs, arc_address_cost): Update.
4179 * config/mcore/mcore.c (TARGET_ADDRESS_COST): Update.
4180 (mcore_rtx_costs): update.
4181 * config/score/score3.c (score3_rtx_costs): Update.
4182 * config/score/score7.c (score7_rtx_costs): Update.
4183 * config/score/score3.h (score3_rtx_costs):Update.
4184 * config/score/score7.h (score7_rtx_costs): Update.
4185 * config/score/score.c (score_rtx_costs): Update.
4186 * config/arm/arm.c (arm_address_cost): Update.
4187 (arm_rtx_costs_1): Update.
4188 (arm_rtx_costs_1): Update.
4189 (arm_size_rtx_costs): Update.
4190 (arm_size_rtx_costs): Update.
4191 (arm_size_rtx_costs): Update.
4192 (arm_xscale_rtx_costs): Update.
4193 (arm_thumb_address_cost): Update.
4194 * config/pa/pa.c (hppa_address_cost): Update.
4195 * config/mips/mips.c (mips_rtx_costs): Update.
4196 * config/vax/vax.c (vax_address_cost): Update.
4197 * config/h8300/h8300.c (h8300_shift_costs): Update.
4198 (h8300_rtx_costs): Update.
4199 * config/v850/v850.c (TARGET_ADDRESS_COST): Update.
4200 (v850_rtx_costs): Update.
4201 * config/mmix/mmix.c (mmix_rtx_costs, mmix_rtx_costs): Update.
4202 * config/bfin/bfin.c
4203 (bfin_address_cost): Update.
4204 (bfin_rtx_costs): Update.
4205 * stmt.c (lshift_cheap_p): Update.
4206
4207 2008-08-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
4208
4209 PR middle-end/36444
4210 * expmed.c (extract_bit_field_1): Check the mode size to make
4211 sure the vector modes have the same size.
4212
4213 2008-08-29 Michael Meissner <gnu@the-meissners.org>
4214
4215 * dojump.c (top level): Include basic-block.h to declare
4216 optimize_insn_for_speed_p
4217
4218 * Makefile.in (dodump.h): Add $(BASIC_BLOCK_H) dependency.
4219
4220 * opts.h (CL_SAVE): New option class for marking options that are
4221 target specific options usable in the target attribute.
4222 (CL_MIN_OPTION_CLASS): CL_SAVE is now the minimum option.
4223
4224 * opt-functions.awk (switch_flags): Add CL_SAVE flag so backends
4225 can easily find the target specific options that are safe to use
4226 in the attribute or pragma.
4227
4228 * attribs.c (decl_attributes): Change #pragma GCC option to
4229 #pragma GCC target, and attribute((option(...))) to
4230 attribute((target(...))).
4231
4232 * doc/extend.texi (target attribute): Change from option
4233 attribute. Delete push/pop/reset.
4234 (#pragma GCC target): Change from #pragma GCC option. Delete
4235 push/pop/reset.
4236 (#pragma GCC push_options): Document new pragma.
4237 (#pragma GCC pop_options): Document new pragma.
4238 (#pragma GCC reset_options): Document new pragma.
4239
4240 * targhooks.c (default_target_option_valid_attribute_p): Add
4241 warning about port not supporting target attributes.
4242 (default_target_option_pragma_parse): New function, warn about
4243 #pragma GCC target not being supported.
4244
4245 * targhooks.h (default_target_option_pragma_parse): Add
4246 declaration.
4247
4248 * tree.h (TI_CURRENT_TARGET_PRAGMA): Rename from
4249 TI_CURRENT_OPTION_PRAGMA.
4250 (current_target_pragma): Rename from current_option_pragma.
4251
4252 * target.h: (struct target_option): Delete booleans for changing
4253 the optimization level on hot/cold functions. Change signature of
4254 pragma_parse hook to take a second tree.
4255
4256 * c-tree.h (c_builtin_function_ext_scope): Add declaration.
4257
4258 * c-decl.c (c_builtin_function_ext_scope): New function, guarantee
4259 that the declaration is done at global scope.
4260
4261 * langhooks.c (add_builtin_function_common): Move most of the code
4262 from add_builtin_function here, calling the hook passed in.
4263 (add_builtin_function): Call add_builtin_function_common with
4264 standard builtin hook.
4265 (add_builtin_function_ext_scope): New function to add builtins to
4266 global scope.
4267
4268 * langhooks.h (struct lang_hooks): Add builtin_function_ext_scope
4269 hook.
4270 (add_builtin_function_ext_scope): Add declaration.
4271
4272 * c-pragma.c (handle_pragma_target): Rename from
4273 handle_pragma_option, #pragma GCC option is now #pragma GCC
4274 target. Move warning about port not supporting target options to
4275 default pragma parse hook. Remove push/pop/reset from this
4276 pragma.
4277 (handle_pragma_optimize): Remove push/pop/reset from this pragma.
4278 (option_stack): Delete static variable.
4279 (optimize_stack): Ditto.
4280 (optons_stack): New stack of saved target and optimization
4281 options.
4282 (handle_pragma_push_options): New function to handle pushing both
4283 target and optimization options.
4284 (handle_pragma_pop_options): New function to handle popping both
4285 target and optimization options.
4286 (handle_pragma_reset_options): New function to handle resetting
4287 both target and optimization options to their initial state.
4288 (init_pragma): Rename handle_pragma_option to
4289 handle_pragma_target. Add support for push_options, pop_options,
4290 and reset_options pragmas.
4291
4292 * target-def.h (TARGET_OPTION_PRAGMA_PARSE): Change default to
4293 default_target_option_pragma_parse.
4294 (TARGET_OPTION_VALID_ATTRIBUTE_P): Change default to
4295 default_target_option_valid_attribute_p.
4296 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
4297 (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
4298 (TARGET_OPTION_HOOKS): Delete the fields for whether to change
4299 optimization level on hot/cold functions.
4300
4301 * tree-inline.c (tree_can_inline_p): Disable suppressing inlining
4302 if the caller and callee have different optimization levels.
4303
4304 * c-common.c (handle_target_attribute): Rename from
4305 handle_option_attribute, attribute((option(...))) is now
4306 attribute((target(...))). Move warning if the port does not
4307 support target attributes to the default hook.
4308 (handle_hot_attribute): Delete code to change the optimization
4309 level of hot functions.
4310 (handle_cold_attribute): Ditto.
4311
4312 * config/i386/i386-c.c (ix86_pragma_target_parse): Take a second
4313 argument that is the binary tree options to use if there are no
4314 arguments. Call ix86_valid_target_attribute_tree instead of
4315 ix86_valid_option_attribute_tree.
4316 (ix86_pragma_target_parse): Rename from ix86_pragma_option_parse.
4317 (ix86_register_pragmas): Use ix86_pragma_target_parse instead of
4318 ix86_pragma_option_parse.
4319
4320 * config/i386/i386-protos.h (ix86_valid_target_attribute_tree):
4321 Rename from ix86_valid_option_attribute_tree.
4322
4323 * config/i386/i386.c (ix86_add_new_builtins): New function to add
4324 new builtins when the ISA changes.
4325 (ix86_valid_target_attribute_tree): Rename from
4326 ix86_valid_option_attribute_tree. Change callers. If the
4327 function specified optimization options, use those as the starting
4328 point before setting up the target attributes. If the
4329 optimization options were changed in the course of setting the
4330 target attributes, record the new optimization options.
4331 (ix86_valid_target_attribute_tree_inner_p): Rename from
4332 ix86_valid_option_attribute_tree_inner_p. Change callers. Call
4333 ix86_add_new_builtins if the ISA changed.
4334 (ix86_valid_target_attribute_p): Rename from
4335 ix86_valid_option_attribute_p. Change callers.
4336 (enum ix86_builtins): Add IX86_BUILTIN_PCMOV to allow both
4337 __builtin_ia32_pcmov and __builtin_ia32_pcmov_v2di to be declared
4338 as delayed builtin functions.
4339 (struct builtin_isa): New structure to record builtin functions
4340 that should be delayed until the ISA for that function is used.
4341 (ix86_builtins_isa): Change from int to struct to track builtin
4342 functions we want to declare at some point.
4343 (def_builtin): If the front end can delay defining the builtin
4344 functions, don't create builtins for ISAs not part of the default
4345 options.
4346 (def_builtin_const): Ditto.
4347 (bdesc_multi_arg): Declare __builtin_ia32_pcmov and
4348 __builtin_ia32_pcmov_v2di to be different builtin functions.
4349 (ix86_expand_builtin): Changes due to ix86_builtins_isa now being
4350 a structure instead of an int.
4351 (TARGET_OPTION_VALID_ATTRIBUTE_P): Use
4352 ix86_valid_target_attribute_p, not ix86_valid_option_attribute_p.
4353 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
4354 (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
4355
4356 * config/ia64/ia64.h
4357 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Delete.
4358 (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Ditto.
4359
4360 * langhooks-def.h (LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE): New
4361 hook, default to being the same as LANG_HOOKS_BUILTIN_FUNCTION.
4362 (LANG_HOOKS_INITIALIZER): Add
4363 LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE hook.
4364
4365 2008-08-30 Kaz Kojima <kkojima@gcc.gnu.org>
4366
4367 PR target/37270
4368 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Generate
4369 the reload address with the index register for SFmode
4370 access with a displacement.
4371
4372 2008-08-30 Jan Hubicka <jh@suse.cz>
4373
4374 * optabs.c (expand_abs_nojump): Update BRANCH_COST call.
4375 * fold-cost.c (LOGICAL_OP_NON_SHORT_CIRCUIT, fold_truthop): Likewise.
4376 * dojump.c (do_jump): Likewise.
4377 * ifcvt.c (MAX_CONDITIONAL_EXECUTE): Likewise.
4378 (note-if_info): Add BRANCH_COST.
4379 (noce_try_store_flag_constants, noce_try_addcc,
4380 noce_try_store_flag_mask, noce_try_cmove_arith, noce_try_cmove_arith,
4381 noce_try_cmove_arith, noce_find_if_block, find_if_case_1,
4382 find_if_case_2): Use computed branch cost.
4383 * expr.h (BRANCH_COST): Update default.
4384 * predict.c (predictable_edge_p): New function.
4385 * expmed.c (expand_smod_pow2, expand_sdiv_pow2, emit_store_flag):
4386 Update BRANCH_COST call.
4387 * basic-block.h (predictable_edge_p): Declare.
4388 * config/alpha/alpha.h (BRANCH_COST): Update.
4389 * config/frv/frv.h (BRANCH_COST): Update.
4390 * config/s390/s390.h (BRANCH_COST): Update.
4391 * config/spu/spu.h (BRANCH_COST): Update.
4392 * config/sparc/sparc.h (BRANCH_COST): Update.
4393 * config/m32r/m32r.h (BRANCH_COST): Update.
4394 * config/i386/i386.h (BRANCH_COST): Update.
4395 * config/i386/i386.c (ix86_expand_int_movcc): Update use of
4396 BRANCH_COST.
4397 * config/sh/sh.h (BRANCH_COST): Update.
4398 * config/pdp11/pdp11.h (BRANCH_COST): Update.
4399 * config/avr/avr.h (BRANCH_COST): Update.
4400 * config/crx/crx.h (BRANCH_COST): Update.
4401 * config/xtensa/xtensa.h (BRANCH_COST): Update.
4402 * config/stormy16/stormy16.h (BRANCH_COST): Update.
4403 * config/m68hc11/m68hc11.h (BRANCH_COST): Update.
4404 * config/iq2000/iq2000.h (BRANCH_COST): Update.
4405 * config/ia64/ia64.h (BRANCH_COST): Update.
4406 * config/rs6000/rs6000.h (BRANCH_COST): Update.
4407 * config/arc/arc.h (BRANCH_COST): Update.
4408 * config/score/score.h (BRANCH_COST): Update.
4409 * config/arm/arm.h (BRANCH_COST): Update.
4410 * config/pa/pa.h (BRANCH_COST): Update.
4411 * config/mips/mips.h (BRANCH_COST): Update.
4412 * config/vax/vax.h (BRANCH_COST): Update.
4413 * config/h8300/h8300.h (BRANCH_COST): Update.
4414 * params.def (PARAM_PREDICTABLE_BRANCH_OUTCOME): New.
4415 * doc/invoke.texi (predictable-branch-cost-outcome): Document.
4416 * doc/tm.texi (BRANCH_COST): Update.
4417
4418 2008-08-30 Samuel Tardieu <sam@rfc1149.net>
4419
4420 PR target/37283
4421 * config/arm/arm.c (arm_optimization_options): Set
4422 flag_section_anchors to 2 instead of 1 to distinguish it from
4423 -fsection-anchors given explicitely on the command line.
4424
4425 2008-08-30 Richard Sandiford <rdsandiford@googlemail.com>
4426
4427 * recog.c (split_insn): Consider attaching a REG_EQUAL note to the
4428 final insn of a split.
4429
4430 2008-08-30 Jan Hubicka <jh@suse.cz>
4431
4432 * postreload-gcse.c (gate_handle_gcse2): Disable for functions
4433 optimized for speed.
4434 * final.c (compute_alignments): Use optimize_bb_for_size_p.
4435 * tree-call-cdce.c (gate_call_cdce): Use optimize_function_for_speed_p.
4436 * opts.c (flag_predictive_commoning_set, flag_unswitch_loops_set,
4437 flag_gcse_after_reload_set): New static vars.
4438 (common_handle_option): Enable those flags for profile-use.
4439 (decode_options): Remove optimize_size flags that are handled
4440 on higher granuality.
4441 * tree-vectorizer.c (vectorize_loops): Use
4442 optimize_loop_nest_for_speed_p.
4443 * tree-ssa-pre.c (do_pre): Use optimize_function_for_speed_p.
4444 * tree-predcom.c (tree_predictive_commoning): Use
4445 optimize_loop_for_speed_p.
4446 * varasm.c (assemble_start_function): Use
4447 optimize_function_for_speed_p.
4448 * bb-reorder.c (rest_of_handle_reorder_blocks): Likewise.
4449 * predict.c (optimize_loop_for_speed_p): Fix walk.
4450
4451 2008-08-30 Jan Hubicka <jh@suse.cz>
4452
4453 * ipa-inline.c (cgraph_estimate_growth): Discover self recursive
4454 functions.
4455 (cgraph_decide_inlining_of_small_function): Use edge->count to detect
4456 profile presence locally.
4457
4458 2008-08-29 Joseph Myers <joseph@codesourcery.com>
4459
4460 PR bootstrap/37086
4461 * tree-vrp.c (find_switch_asserts): Make idx volatile for GCC
4462 versions before 4.0.
4463
4464 2008-08-29 Jan Hubicka <jh@suse.cz>
4465
4466 * tree-inline.c (insert_init_stmt): Insert sequence even when
4467 not in SSA form.
4468
4469 2008-08-29 Jeff Law <law@redhat.com>
4470
4471 * mn10300.c (mn10300_secondary_reload_class): We need secondary
4472 reloads for AM33-2 if IN is a pseudo with an equivalent memory
4473 location and class is an FP register.
4474
4475 2008-08-29 Jan Hubicka <jh@suse.cz>
4476
4477 * see.c (see_merge_one_def_extension): Silence used uninitialized
4478 warning.
4479 * matrix-reorg.c (check_allocation_function): Likewise.
4480 * config/i386/driver-i386.c (detect_caches_amd): Likewise.
4481
4482 2008-08-29 Jakub Jelinek <jakub@redhat.com>
4483
4484 PR c/37261
4485 * fold-const.c (fold_binary): In (X | C1) & C2 canonicalization
4486 compute new & and | in type rather than TREE_TYPE (arg0).
4487
4488 * dwarf2out.c (fortran_common): Update comment.
4489 (gen_variable_die): Swap com_die and var_die variables in Fortran
4490 COMMON block handling code.
4491
4492 * dwarf2out.c (descr_info_loc): Handle VAR_DECL.
4493
4494 * dwarf2out.c (gen_const_die): New function.
4495 (size_of_die, value_format, output_die): Output larger
4496 dw_val_class_vec using DW_FORM_block2 or DW_FORM_block4.
4497 (native_encode_initializer): New function.
4498 (tree_add_const_value_attribute): Call it.
4499 (gen_decl_die, dwarf2out_decl): Handle CONST_DECLs if is_fortran ().
4500
4501 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): For
4502 DECL_BY_REFERENCE decls don't pass TREE_READONLY and
4503 TREE_THIS_VOLATILE to add_type_attribute.
4504
4505 * dwarf2out.c (add_subscript_info): Stop on Fortran TYPE_STRING_FLAG
4506 types.
4507 (gen_array_type_die): Emit DW_TAG_string_type for Fortran character
4508 types.
4509
4510 * dwarf2out.c (loc_by_reference): New function.
4511 (add_location_or_const_value_attribute): Use it.
4512
4513 PR fortran/23057
4514 * dwarf2out.c (gen_variable_die): Represent Fortran COMMON vars
4515 as DW_TAG_variable children of DW_TAG_common_block rather than
4516 DW_TAG_member children. Put DW_AT_external to individual
4517 DW_TAG_variable DIEs, not to DW_TAG_common_block.
4518
4519 * dwarf2out.c (add_bound_info): If lookup_decl_die failed, try
4520 loc_descriptor_from_tree_1.
4521
4522 PR fortran/29635
4523 PR fortran/23057
4524 * debug.h (struct gcc_debug_hooks): Add NAME and CHILD
4525 arguments to imported_module_or_decl.
4526 (debug_nothing_tree_tree): Removed.
4527 (debug_nothing_tree_tree_tree_bool): New prototype.
4528 * debug.c (do_nothing_debug_hooks): Adjust.
4529 (debug_nothing_tree_tree): Removed.
4530 (debug_nothing_tree_tree_tree_bool): New function.
4531 * dwarf2out.c (is_symbol_die): Handle DW_TAG_module.
4532 (gen_variable_die): Put all common vars for the
4533 same COMMON block under one DW_TAG_common_block.
4534 (declare_in_namespace): Return new context_die, for Fortran
4535 return the module DIE instead of adding extra declarations into
4536 the namespace.
4537 (gen_type_die_with_usage): Adjust declare_in_namespace caller.
4538 (gen_namespace_die): If is_fortran (), generate DW_TAG_module
4539 instead of DW_TAG_namespace. If DECL_EXTERNAL is set, add
4540 DW_AT_declaration.
4541 (dwarf2out_global_decl): Don't skip Fortran global vars.
4542 (gen_decl_die): Likewise. Adjust declare_in_namespace callers.
4543 (dwarf2out_imported_module_or_decl): Add NAME and CHILD arguments.
4544 If NAME is non-NULL, add DW_AT_name. If CHILD is non-NULL, put
4545 DW_TAG_imported_declaration as child of previous
4546 DW_TAG_imported_module.
4547 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Adjust.
4548 * sdbout.c (sdb_debug_hooks): Likewise.
4549 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
4550
4551 2008-08-29 Jan Hubicka <jh@suse.cz>
4552
4553 * cgraph.c (cgraph_remove_node): Do not remove nested nodes.
4554
4555 * cgraph.h (cgraph_maybe_hot_edge_p): Declare.
4556 * ipa-cp.c (n_cloning_candidates): New static variable.
4557 (ipcp_print_profile_data, ipcp_function_scale_print): Forward declare.
4558 (ipcp_print_all_lattices): Improve debug output.
4559 (ipcp_cloning_candidate_p): New function.
4560 (ipcp_initialize_node_lattices): Use it.
4561 (ipcp_init_stage): Do only analyzis here; prettier debug output.
4562 (ipcp_propagate_stage): Prettier debug output.
4563 (ipcp_iterate_stage): Initialize latices here; prettier debug output.
4564 (ipcp_print_all_structures): Remove.
4565 (ipcp_need_redirect_p): Test !n_cloning_candidates.
4566 (ipcp_insert_stage): Prettier debug output; call
4567 cgraph_remove_unreachable_nodes before propagating.
4568 (pass_ipa_cp): Schedule function removal pass.
4569 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Better
4570 debug output.
4571 (cgraph_maybe_hot_edge_p): Move to ...
4572 * predict.c (cgraph_maybe_hot_edge_p) ... here.
4573 * opts.c (flag_ipa_cp_set, flag_ipa_cp_clone_set): New.
4574 (common_handle_option): Set them; enable ipa-cp when profiling.
4575 * ipa-prop.c (ipa_print_node_jump_functions): Prettier output.
4576 (ipa_print_all_jump_functions): Likewise.
4577 (ipa_print_all_tree_maps, ipa_print_node_param_flags): Remove.
4578 (ipa_print_node_params, ipa_print_all_params): New.
4579 * ipa-prop.h (ipa_print_all_tree_maps, ipa_print_node_param_flags,
4580 ipa_print_all_param_flags): Remove.
4581 (ipa_print_node_params, ipa_print_all_params): New.
4582
4583 2008-08-29 Bob Wilson <bob.wilson@acm.org>
4584
4585 * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Revert
4586 change from 2008-04-03.
4587 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Define.
4588
4589 2008-08-29 Vladimir Makarov <vmakarov@redhat.com>
4590
4591 PR rtl-opt/37251
4592 * ira-color.c (push_allocnos_to_stack): Truncate
4593 removed_splay_allocno_vec.
4594
4595 2008-08-29 Vladimir Makarov <vmakarov@redhat.com>
4596
4597 PR rtl-opt/37243
4598 * ira-color (ira_fast_allocation): Don't assign hard registers to
4599 global allocnos.
4600
4601 2008-08-29 Jan Hubicka <jh@suse.cz>
4602
4603 PR middle-end/37278
4604 * predict.c (optimize_loop_nest_for_speed_p): Do not ICE
4605 for cold internal loops.
4606
4607 2008-08-29 Richard Guenther <rguenther@suse.de>
4608
4609 * tree-ssa-structalias.c (create_variable_info_for): Do not
4610 create fields for heap vars or vars with a noalias state.
4611 For NO_ALIAS_ANYTHING variables add a self-constraint, not one
4612 from ESCAPED.
4613
4614 2008-08-29 Richard Guenther <rguenther@suse.de>
4615
4616 * common.opt (ftree-store-ccp): Mark as preserved for
4617 backward compatibility.
4618 * doc/invoke.texi (-ftree-store-ccp): Remove documentation.
4619 * tree-pass.h (pass_store_ccp): Remove.
4620 * tree-ssa-propagate.h (struct prop_value_d): Remove mem_ref field.
4621 (first_vdef): Remove declaration.
4622 (get_value_loaded_by): Likewise.
4623 * tree-ssa-ccp.c (do_store_ccp): Remove.
4624 (get_default_value): Simplify as do_store_ccp is always false
4625 now. Do not initialize mem_ref.
4626 (set_value_varying): Likewise.
4627 (canonicalize_float_value): Likewise.
4628 (set_lattice_value): Likewise.
4629 (likely_value): Likewise.
4630 (surely_varying_stmt_p): Likewise.
4631 (ccp_initialize): Likewise.
4632 (ccp_lattice_meet): Likewise.
4633 (ccp_visit_phi_node): Likewise.
4634 (ccp_fold): Likewise.
4635 (evaluate_stmt): Likewise.
4636 (visit_assignment): Likewise.
4637 (ccp_visit_stmt): Likewise.
4638 (execute_ssa_ccp): Fold into ...
4639 (do_ssa_ccp): ... this.
4640 (do_ssa_store_ccp): Remove.
4641 (gate_store_ccp): Likewise.
4642 (pass_store_ccp): Likewise.
4643 * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not
4644 initialize mem_ref.
4645 * tree-ssa-propagate.c (first_vdef): Remove.
4646 (get_value_loaded_by): Likewise.
4647 (replace_vuses_in): Likewise.
4648 (substitute_and_fold): Do not call replace_vuses_in.
4649 * opts.c (decode_options): Do not set flag_tree_store_ccp.
4650
4651 2008-08-29 Richard Guenther <rguenther@suse.de>
4652
4653 PR middle-end/37236
4654 * tree-ssa-structalias.c (intra_create_variable_infos): Mark
4655 PARAM_NOALIAS tags with is_heapvar.
4656 * tree-ssa-operands.c (access_can_touch_variable): Offset
4657 based tests do not apply for heapvars. Fix offset test.
4658
4659 2008-08-29 Jan Hubicka <jh@suse.cz>
4660
4661 * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3
4662 (-fipa-cp-clone): Enabled by default at -O3.
4663 * opts.c (decode_options): Enable ipa-cp at -O2, ipa-cp-clone at -O3;
4664 make ipa-cp-clone to imply ipa-cp; disable cloning at -Os.
4665
4666 2008-08-29 Jan Hubicka <jh@suse.cz>
4667
4668 * tree.c (build_function_type_skip_args,
4669 build_function_decl_skip_args): New functions.
4670 * tree.h (build_function_type_skip_args,
4671 build_function_decl_skip_args): Declare.
4672 * gimple.c (giple_copy_call_skip_args): New function.
4673 (giple_copy_call_skip_args): Declare.
4674
4675 * cgraph.h (cgraph_function_versioning): Add skip_args arugmnet
4676 * ipa-cp.c (ipcp_node_not_modifiable_p): Rename to ...
4677 (ipcp_node_modifiable_p): ... this one; use
4678 tree_versionable_function_p.
4679 (ipcp_create_replace_map): Improve debug output.
4680 (ipcp_need_redirect_p): Return false when not clonning.
4681 (ipcp_update_callgraph): Skip args.
4682 (ipcp_insert_stage): UPdate call of !ipcp_node_modifiable_p;
4683 skip args.
4684 * cgraphunit.c (cgraph_function_versioning): Add skip_args argument.
4685 (save_inline_function_body): Update call of tree_function_versioning.
4686 * ipa-prop.c (ipa_edge_removal_hook): Do not ICE on unanalyzed nodes.
4687 * tree-inline.c (copy_arguments_for_versioning): Add skip_args
4688 argument.
4689 (tree_function_versioning): Likewise.
4690 * tree-inline.h (tree_function_versioning): Update prototype.
4691
4692 2008-08-29 Jan Hubicka <jh@suse.cz>
4693
4694 * loop-unswitch.c (unswitch_single_loop): Use
4695 optimize_loop_for_speed_p.
4696 * tree-ssa-threadupdate.c (mark_threaded_blocks):
4697 Use optimize_function_for_size_p.
4698 * tracer.c (ignore_bb_p): Use optimize_bb_for_size_p.
4699 * postreload-gcse.c (eliminate_partially_redundant_load):
4700 Use optimize_bb_for_size_p.
4701 * value-prof.c (gimple_divmod_fixed_value_transform,
4702 gimple_mod_pow2_value_transform, gimple_mod_subtract_transform,
4703 gimple_stringops_transform): Use optimize_bb_for_size_p.
4704 * ipa-cp.c (ipcp_insert_stage): Use optimize_function_for_size_p.
4705 * final.c (compute_alignments): Use optimize_function_for_size_p.
4706 * builtins.c (fold_builtin_cabs): Use optimize_function_for_speed_p.
4707 (fold_builtin_strcpy, fold_builtin_fputs): Use
4708 optimize_function_for_size_p.
4709 * fold-const.c (tree_swap_operands_p): Use
4710 optimize_function_for_size_p.
4711 * recog.c (relax_delay_slots): Likewise.
4712 * tree-ssa-math-opts.c (replace_reciprocal):
4713 Use optimize_bb_for_speed_p.
4714 (execute_cse_reciprocals): Use optimize_bb_for_size_p.
4715 * ipa-inline.c (cgraph_decide_recursive_inlining): Use
4716 optimize_function_for_size_p.
4717 (cgraph_decide_inlining_of_small_function): Use
4718 optimize_function_for_size_p.
4719 * global.c (find_reg): Use optimize_function_for_size_p.
4720 * opts.c (decode_options): Do not clear flag_tree_ch,
4721 flag_inline_functions, flag_unswitch_loops, flag_unroll_loops,
4722 flag_unroll_all_loops and flag_prefetch_loop_arrays. Those can
4723 work it out from profile.
4724 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Use
4725 optimize_loop_for_speed_p.
4726 * predict.c (optimize_bb_for_size_p, optimize_bb_for_speed_p):
4727 Constify argument.
4728 (optimize_loop_nest_for_size_p, optimize_loop_nest_for_speed_p): New.
4729 * tree-parloops.c (parallelize_loops): Use optimize_loop_for_size_p.
4730 * tree-eh.c (decide_copy_try_finally): Use
4731 optimize_function_for_size_p.
4732 * local-alloc.c (block_alloc): Pass BB pointer.
4733 (find_free_reg): Add BB pointer, use optimize_bb_for_size_p.
4734 * gcse.c (gcse_main): Use optimize_function_for_size_p.
4735 * loop-unroll.c (decide_unrolling_and_peeling):
4736 Use optimize_loop_for_size_p.
4737 (decide_peel_completely): Likewise.
4738 * tree-vect-analyze.c (vect_mark_for_runtime_alias_test): Use
4739 optimize_loop_for_size_p.
4740 (vect_enhance_data_refs_alignment): Likewise.
4741 * tree-ssa-coalesce.c (coalesce_cost): Add optimize_for_size argument.
4742 (coalesce_cost_bb, coalesce_cost_edge, create_outofssa_var_map):
4743 Update call.
4744 * cfgcleanup.c (outgoing_edges_match): Use optimize_bb_for_speed_p.
4745 (try_crossjump_bb): Use optimize_bb_for_size_p.
4746 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
4747 optimize_loop_for_speed_p.
4748 * bb-reorder.c (find_traces_1_round): Likewise.
4749 (copy_bb): Use optimize_bb_for_speed_p.
4750 (duplicate_computed_gotos): Likewise.
4751 * basic-block.h (optimize_loop_nest_for_size_p,
4752 optimize_loop_nest_for_speed_p): New.
4753 * stmt.c (expand_case): Use optimize_insn_for_size_p.
4754
4755 2008-08-29 Tristan Gingold <gingold@adacore.com>
4756
4757 * gcov.c (main): Call expandargv.
4758
4759 2008-08-29 Jan Hubicka <jh@suse.cz>
4760
4761 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop
4762 is not cold.
4763 * predict.c (optimize_bb_for_size_p, optimize_bb_for_speed_p):
4764 Constify arguments.
4765 (optimize_loop_for_size_p, optimize_loop_for_speed_p): New functions.
4766 * basic-block.h (optimize_bb_for_size_p, optimize_bb_for_speed_p):
4767 Constify.
4768 (optimize_loop_for_size_p, optimize_loop_for_speed_p): Declare.
4769
4770 2008-08-29 Jan Hubicka <jh@suse.cz>
4771
4772 * tree-pass.h (pass_strip_predict_hints): Declare.
4773 * predict.c (strip_builtin_expect): Rename to ...
4774 (strip_predict_hints): ... this one; strip also GIMPLE_PREDICT.
4775 (tree_bb_level_predictions): Do not remove GIMPLE_PREDICT.
4776 (tree_estimate_probability): Do not strip builtin_expect.
4777 (pass_strip_predict_hints): New pass.
4778 * tree-inline.c (expand_call_inline): When inlining cold function,
4779 predict it as unlikely.
4780 * passes.c (init_optimization_passes): Add pass_strip_predict_hints.
4781
4782 2008-08-29 Richard Guenther <rguenther@suse.de>
4783
4784 PR tree-optimization/37207
4785 * tree-vrp.c (extract_range_from_binary_expr): Also try
4786 to constant fold if only one of the operands is a constant.
4787
4788 2008-08-29 Nick Clifton <nickc@redhat.com>
4789
4790 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Treat LABEL_REFs in
4791 the same way as SYMBOL_REFs.
4792
4793 2008-08-28 Bob Wilson <bob.wilson@acm.org>
4794
4795 * config/xtensa/xtensa.md (<u>mulsidi3): Use a temporary register.
4796
4797 2008-08-28 Adam Nemet <anemet@caviumnetworks.com>
4798
4799 * config/mips/mips.h (ISA_HAS_BBIT): New macro.
4800 * config/mips/mips.md (branch_likely): Remove const. Fix
4801 comment formatting.
4802 (define_delay for type "branch"): Change to only apply for branch
4803 with likely variant.
4804 (define_delay for type "branch" and "branch_likely" no). New delay
4805 definition.
4806 (equality_op): New code iterator.
4807 (bbv, bbinv): New code attributes.
4808 (*branch_bit<bbv><mode>, *branch_bit<bbv><mode>_inverted): New
4809 patterns.
4810
4811 2008-08-28 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4812 Andrew Pinski <pinskia@gcc.gnu.org>
4813
4814 PR 18050
4815 * c-common.c (verify_tree): Fix handling of ADDR_EXPR.
4816
4817 2008-08-28 Paolo Carlini <paolo.carlini@oracle.com>
4818
4819 * gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix
4820 rule that a symbolic constant must be defined and >= 0 for the
4821 corresponding facility to be present at compile-time.
4822 * gthr-posix.c: Likewise.
4823
4824 2008-08-28 Adam Nemet <anemet@caviumnetworks.com>
4825
4826 * config/mips/mips.h (ISA_HAS_DMUL3): New macro.
4827 * config/mips/mips.md (D): New mode attribute.
4828 (mulsi3, muldi3): Merge it into ...
4829 (mul<mode>3): ... new template. Use _mul3 ending for 3-op patterns.
4830 (muldi3_mul3): New pattern.
4831 (mulsi3_mult3): Rename to mulsi3_mul3.
4832
4833 2008-08-28 Jan Hubicka <jh@suse.cz>
4834
4835 * expmed.c (store_bit_field_1): Be prepared for movstrict expander
4836 to fail.
4837 * predict.c (always_optimize_for_size_p): Rename to ...
4838 (optimize_function_for_size): ... this one; make extern.
4839 (optimize_function_for_speed_p): New.
4840 (optimize_bb_for_size_p, optimize_bb_for_size_p,
4841 optimize_edge_for_size_p,optimize_edge_for_size_p,
4842 optimize_insn_for_size_p, optimize_insn_for_size_p): Update.
4843 * basic-block.h (optimize_function_for_size_p,
4844 optimize_function_for_speed_p): Declare.
4845 * i386.md (optimize_size checks): Replace them by appropriate
4846 predicate.
4847 (standard_80387_constant_p, ix86_compute_frame_layout,
4848 ix86_expand_epilogue, ix86_decompose_address,
4849 print_operand, emit_i387_cw_initialization,
4850 inline_memory_move_cost, ix86_pad_returns,
4851 ix86_reorg): Replace optimize_size checks.
4852
4853 2008-08-28 Richard Sandiford <rdsandiford@googlemail.com>
4854
4855 * rtl.h (simplify_subreg_regno): Declare.
4856 * rtlanal.c (simplify_subreg_regno): New function, split out from...
4857 * simplify-rtx.c (simplify_subreg): ...here.
4858 * reload.c (find_reloads): Use simplify_subreg_regno instead of
4859 subreg_offset_representable_p.
4860
4861 2008-08-28 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4862
4863 PR c/30949
4864 * c-typeck.c (convert_for_assignment): Give a note describing what
4865 was passed and what was expected.
4866
4867 2008-08-28 Joey Ye <joey.ye@intel.com>
4868
4869 * doc/extend.texi: Document AVX built-in functions.
4870 * doc/invoke.texi: Document -mavx.
4871
4872 2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
4873 Joey Ye <joey.ye@intel.com>
4874 Xuepeng Guo <xuepeng.guo@intel.com>
4875
4876 * config.gcc (extra_headers): Add gmmintrin.h for x86 and x86-64.
4877
4878 * config/i386/cpuid.h (bit_FMA): New.
4879 (bit_XSAVE): Likewise.
4880 (bit_OSXSAVE): Likewise.
4881 (bit_AVX): Likewise.
4882
4883 * config/i386/gas.h (ASM_OUTPUT_OPCODE): Undefine before
4884 define. Use ASM_OUTPUT_AVX_PREFIX.
4885
4886 * config/i386/gmmintrin.h: New.
4887
4888 * config/i386/i386.c (x86_64_reg_class): Add X86_64_AVX_CLASS.
4889 (OPTION_MASK_ISA_AVX_SET): New.
4890 (OPTION_MASK_ISA_FMA_SET): Likewise.
4891 (OPTION_MASK_ISA_AVX_UNSET): Likewise.
4892 (OPTION_MASK_ISA_FMA_SET): Likewise.
4893 (OPTION_MASK_ISA_SSE4_2_UNSET): Updated.
4894 (ix86_handle_option): Handle OPT_mavx and OPT_mfma.
4895 (pta_flags): Add PTA_AVX and PTA_FMA.
4896 (override_options): Handle PTA_AVX and PTA_FMA.
4897 (init_cumulative_args): Handle warn_avx.
4898 (classify_argument): Return 0 for COImode and OImode. Return
4899 1 and X86_64_AVX_CLASS for 256bit vector types.
4900 (examine_argument): Handle X86_64_AVX_CLASS.
4901 (construct_container): Likewise.
4902 (function_arg_advance_32): Pass OImode and 256bit vector types
4903 in AVX register.
4904 (function_arg_advance_64): Take a new argument to indicate if a
4905 parameter is named. Handle 256bit vector types. Return
4906 immediately for unnamed 256bit vector mode parameters.
4907 (function_arg_advance): Updated.
4908 (function_arg_32): Add comments for TImode. Handle OImode
4909 and 256bit vector types.
4910 (function_arg_64): Take a new argument to indicate if a
4911 parameter is named. Handle 256bit vector types. Return NULL
4912 for unnamed 256bit vector mode parameters.
4913 (function_arg): Updated.
4914 (setup_incoming_varargs_64): Support
4915 AVX encoding for *sse_prologue_save_insn.
4916 (ix86_gimplify_va_arg): Handle 256bit vector mode parameters.
4917 (standard_sse_constant_p): Return -2 for all 1s if SSE2 isn't
4918 enabled. For all 1s in 256bit vector modes, return 3 if AVX is
4919 enabled, otherwise return -3.
4920 (standard_sse_constant_opcode): Handle AVX and 256bit vector
4921 modes.
4922 (print_reg): Support AVX registers. Handle 'x' and 't'.
4923 Handle 'd' to duplicate the operand.
4924 (print_operand): Likewise. Also support AVX vector compare
4925 instructions.
4926 (output_387_binary_op): Support AVX.
4927 (output_fp_compare): Likewise.
4928 (ix86_expand_vector_move_misalign): Likewise.
4929 (ix86_attr_length_vex_default): New.
4930 (ix86_builtins): Add IX86_BUILTIN_ADDPD256,
4931 IX86_BUILTIN_ADDPS256, IX86_BUILTIN_ADDSUBPD256,
4932 IX86_BUILTIN_ADDSUBPS256, IX86_BUILTIN_ANDPD256,
4933 IX86_BUILTIN_ANDPS256, IX86_BUILTIN_ANDNPD256,
4934 IX86_BUILTIN_ANDNPS256, IX86_BUILTIN_BLENDPD256,
4935 IX86_BUILTIN_BLENDPS256, IX86_BUILTIN_BLENDVPD256,
4936 IX86_BUILTIN_BLENDVPS256, IX86_BUILTIN_DIVPD256,
4937 IX86_BUILTIN_DIVPS256, IX86_BUILTIN_DPPS256,
4938 IX86_BUILTIN_HADDPD256, IX86_BUILTIN_HADDPS256,
4939 IX86_BUILTIN_HSUBPD256, IX86_BUILTIN_HSUBPS256,
4940 IX86_BUILTIN_MAXPD256, IX86_BUILTIN_MAXPS256,
4941 IX86_BUILTIN_MINPD256, IX86_BUILTIN_MINPS256,
4942 IX86_BUILTIN_MULPD256, IX86_BUILTIN_MULPS256,
4943 IX86_BUILTIN_ORPD256, IX86_BUILTIN_ORPS256,
4944 IX86_BUILTIN_SHUFPD256, IX86_BUILTIN_SHUFPS256,
4945 IX86_BUILTIN_SUBPD256, IX86_BUILTIN_SUBPS256,
4946 IX86_BUILTIN_XORPD256, IX86_BUILTIN_XORPS256,
4947 IX86_BUILTIN_CMPSD, IX86_BUILTIN_CMPSS, IX86_BUILTIN_CMPPD,
4948 IX86_BUILTIN_CMPPS, IX86_BUILTIN_CMPPD256,
4949 IX86_BUILTIN_CMPPS256, IX86_BUILTIN_CVTDQ2PD256,
4950 IX86_BUILTIN_CVTDQ2PS256, IX86_BUILTIN_CVTPD2PS256,
4951 IX86_BUILTIN_CVTPS2DQ256, IX86_BUILTIN_CVTPS2PD256,
4952 IX86_BUILTIN_CVTTPD2DQ256, IX86_BUILTIN_CVTPD2DQ256,
4953 IX86_BUILTIN_CVTTPS2DQ256, IX86_BUILTIN_EXTRACTF128PD256,
4954 IX86_BUILTIN_EXTRACTF128PS256, IX86_BUILTIN_EXTRACTF128SI256,
4955 IX86_BUILTIN_VZEROALL, IX86_BUILTIN_VZEROUPPER,
4956 IX86_BUILTIN_VZEROUPPER_REX64, IX86_BUILTIN_VPERMILVARPD,
4957 IX86_BUILTIN_VPERMILVARPS, IX86_BUILTIN_VPERMILVARPD256,
4958 IX86_BUILTIN_VPERMILVARPS256, IX86_BUILTIN_VPERMILPD,
4959 IX86_BUILTIN_VPERMILPS, IX86_BUILTIN_VPERMILPD256,
4960 IX86_BUILTIN_VPERMILPS256, IX86_BUILTIN_VPERMIL2PD,
4961 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256,
4962 IX86_BUILTIN_VPERMIL2PS256, IX86_BUILTIN_VPERM2F128PD256,
4963 IX86_BUILTIN_VPERM2F128PS256, IX86_BUILTIN_VPERM2F128SI256,
4964 IX86_BUILTIN_VBROADCASTSS, IX86_BUILTIN_VBROADCASTSD256,
4965 IX86_BUILTIN_VBROADCASTSS256, IX86_BUILTIN_VBROADCASTPD256,
4966 IX86_BUILTIN_VBROADCASTPS256, IX86_BUILTIN_VINSERTF128PD256,
4967 IX86_BUILTIN_VINSERTF128PS256, IX86_BUILTIN_VINSERTF128SI256,
4968 IX86_BUILTIN_LOADUPD256, IX86_BUILTIN_LOADUPS256,
4969 IX86_BUILTIN_STOREUPD256, IX86_BUILTIN_STOREUPS256,
4970 IX86_BUILTIN_LDDQU256, IX86_BUILTIN_LOADDQU256,
4971 IX86_BUILTIN_STOREDQU256, IX86_BUILTIN_MASKLOADPD,
4972 IX86_BUILTIN_MASKLOADPS, IX86_BUILTIN_MASKSTOREPD,
4973 IX86_BUILTIN_MASKSTOREPS, IX86_BUILTIN_MASKLOADPD256,
4974 IX86_BUILTIN_MASKLOADPS256, IX86_BUILTIN_MASKSTOREPD256,
4975 IX86_BUILTIN_MASKSTOREPS256, IX86_BUILTIN_MOVSHDUP256,
4976 IX86_BUILTIN_MOVSLDUP256, IX86_BUILTIN_MOVDDUP256,
4977 IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS256,
4978 IX86_BUILTIN_SQRTPS_NR256, IX86_BUILTIN_RSQRTPS256,
4979 IX86_BUILTIN_RSQRTPS_NR256, IX86_BUILTIN_RCPPS256,
4980 IX86_BUILTIN_ROUNDPD256, IX86_BUILTIN_ROUNDPS256,
4981 IX86_BUILTIN_UNPCKHPD256, IX86_BUILTIN_UNPCKLPD256,
4982 IX86_BUILTIN_UNPCKHPS256, IX86_BUILTIN_UNPCKLPS256,
4983 IX86_BUILTIN_SI256_SI, IX86_BUILTIN_PS256_PS,
4984 IX86_BUILTIN_PD256_PD, IX86_BUILTIN_SI_SI256,
4985 IX86_BUILTIN_PS_PS256, IX86_BUILTIN_PD_PD256,
4986 IX86_BUILTIN_VTESTZPD, IX86_BUILTIN_VTESTCPD,
4987 IX86_BUILTIN_VTESTNZCPD, IX86_BUILTIN_VTESTZPS,
4988 IX86_BUILTIN_VTESTCPS, IX86_BUILTIN_VTESTNZCPS,
4989 IX86_BUILTIN_VTESTZPD256, IX86_BUILTIN_VTESTCPD256,
4990 IX86_BUILTIN_VTESTNZCPD256, IX86_BUILTIN_VTESTZPS256,
4991 IX86_BUILTIN_VTESTCPS256, IX86_BUILTIN_VTESTNZCPS256,
4992 IX86_BUILTIN_PTESTZ256, IX86_BUILTIN_PTESTC256,
4993 IX86_BUILTIN_PTESTNZC256, IX86_BUILTIN_MOVMSKPD256
4994 and IX86_BUILTIN_MOVMSKPS256,
4995 (ix86_special_builtin_type): Add V32QI_FTYPE_PCCHAR,
4996 V8SF_FTYPE_PCV4SF, V8SF_FTYPE_PCFLOAT, V4DF_FTYPE_PCV2DF,
4997 V4DF_FTYPE_PCDOUBLE, V8SF_FTYPE_PCV8SF_V8SF,
4998 V4DF_FTYPE_PCV4DF_V4DF, V4SF_FTYPE_PCV4SF_V4SF,
4999 V2DF_FTYPE_PCV2DF_V2DF, VOID_FTYPE_PCHAR_V32QI,
5000 VOID_FTYPE_PFLOAT_V8SF, VOID_FTYPE_PDOUBLE_V4DF,
5001 VOID_FTYPE_PV8SF_V8SF_V8SF, VOID_FTYPE_PV4DF_V4DF_V4DF,
5002 VOID_FTYPE_PV4SF_V4SF_V4SF and VOID_FTYPE_PV2DF_V2DF_V2DF,
5003 (ix86_builtin_type): Add INT_FTYPE_V8SF_V8SF_PTEST,
5004 INT_FTYPE_V4DI_V4DI_PTEST, INT_FTYPE_V4DF_V4DF_PTEST,
5005 INT_FTYPE_V4SF_V4SF_PTEST, INT_FTYPE_V2DF_V2DF_PTEST,
5006 INT_FTYPE_V8SF, INT_FTYPE_V4DF, V8SI_FTYPE_V8SF, V8SI_FTYPE_V4SI,
5007 V8SF_FTYPE_V8SF, V8SF_FTYPE_V8SI, V8SF_FTYPE_V4SF,
5008 V4SI_FTYPE_V8SI, V4SI_FTYPE_V4DF, V4DF_FTYPE_V4DF,
5009 V4DF_FTYPE_V4SI, V4DF_FTYPE_V4SF, V4DF_FTYPE_V2DF,
5010 V4SF_FTYPE_V4DF, V4SF_FTYPE_V8SF, V2DF_FTYPE_V4DF,
5011 V8SF_FTYPE_V8SF_V8SF, V8SF_FTYPE_V8SF_V8SI,
5012 V4DF_FTYPE_V4DF_V4DF, V4DF_FTYPE_V4DF_V4DI,
5013 V4SF_FTYPE_V4SF_V4SI, V2DF_FTYPE_V2DF_V2DI,
5014 V8SF_FTYPE_V8SF_INT, V4SI_FTYPE_V8SI_INT, V4SF_FTYPE_V8SF_INT,
5015 V2DF_FTYPE_V4DF_INT, V4DF_FTYPE_V4DF_INT,
5016 V8SF_FTYPE_V8SF_V8SF_V8SF, V4DF_FTYPE_V4DF_V4DF_V4DF,
5017 V8SI_FTYPE_V8SI_V8SI_INT, V8SF_FTYPE_V8SF_V8SF_INT,
5018 V4DF_FTYPE_V4DF_V4DF_INT, V4DF_FTYPE_V4DF_V2DF_INT,
5019 V8SF_FTYPE_V8SF_V8SF_V8SI_INT, V4DF_FTYPE_V4DF_V4DF_V4DI_INT,
5020 V4SF_FTYPE_V4SF_V4SF_V4SI_INT and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
5021 (bdesc_special_args): Add IX86_BUILTIN_VZEROALL,
5022 IX86_BUILTIN_VZEROUPPER. IX86_BUILTIN_VZEROUPPER_REX64,
5023 IX86_BUILTIN_VBROADCASTSS, IX86_BUILTIN_VBROADCASTSD256,
5024 IX86_BUILTIN_VBROADCASTSS256, IX86_BUILTIN_VBROADCASTPD256,
5025 IX86_BUILTIN_VBROADCASTPS256, IX86_BUILTIN_LOADUPD256,
5026 IX86_BUILTIN_LOADUPS256, IX86_BUILTIN_STOREUPD256,
5027 IX86_BUILTIN_STOREUPS256, IX86_BUILTIN_LOADDQU256,
5028 IX86_BUILTIN_STOREDQU256, IX86_BUILTIN_LDDQU256,
5029 IX86_BUILTIN_MASKLOADPD, IX86_BUILTIN_MASKLOADPS,
5030 IX86_BUILTIN_MASKLOADPD256, IX86_BUILTIN_MASKLOADPS256,
5031 IX86_BUILTIN_MASKSTOREPD, IX86_BUILTIN_MASKSTOREPS,
5032 IX86_BUILTIN_MASKSTOREPD256 and IX86_BUILTIN_MASKSTOREPS256.
5033 (ix86_builtins): Add IX86_BUILTIN_ADDPD256,
5034 IX86_BUILTIN_ADDPS256, IX86_BUILTIN_ADDSUBPD256,
5035 IX86_BUILTIN_ADDSUBPS256, IX86_BUILTIN_ANDPD256,
5036 IX86_BUILTIN_ANDPS256, IX86_BUILTIN_ANDNPD256,
5037 IX86_BUILTIN_ANDNPS256, IX86_BUILTIN_DIVPD256,
5038 IX86_BUILTIN_DIVPS256, IX86_BUILTIN_HADDPD256,
5039 IX86_BUILTIN_HSUBPS256, IX86_BUILTIN_HSUBPD256,
5040 IX86_BUILTIN_HADDPS256, IX86_BUILTIN_MAXPD256,
5041 IX86_BUILTIN_MAXPS256, IX86_BUILTIN_MINPD256,
5042 IX86_BUILTIN_MINPS256, IX86_BUILTIN_MULPD256,
5043 IX86_BUILTIN_MULPS256, IX86_BUILTIN_ORPD256,
5044 IX86_BUILTIN_ORPS256, IX86_BUILTIN_SUBPD256,
5045 IX86_BUILTIN_SUBPS256, IX86_BUILTIN_XORPD256,
5046 IX86_BUILTIN_XORPS256, IX86_BUILTIN_VPERMILVARPD,
5047 IX86_BUILTIN_VPERMILVARPS, IX86_BUILTIN_VPERMILVARPD256,
5048 IX86_BUILTIN_VPERMILVARPS256, IX86_BUILTIN_BLENDPD256,
5049 IX86_BUILTIN_BLENDPS256, IX86_BUILTIN_BLENDVPD256,
5050 IX86_BUILTIN_BLENDVPS256, IX86_BUILTIN_DPPS256,
5051 IX86_BUILTIN_SHUFPD256, IX86_BUILTIN_SHUFPS256,
5052 IX86_BUILTIN_CMPSD, IX86_BUILTIN_CMPSS, IX86_BUILTIN_CMPPD,
5053 IX86_BUILTIN_CMPPS,
5054 IX86_BUILTIN_CMPPD256,IX86_BUILTIN_CMPPS256,
5055 IX86_BUILTIN_EXTRACTF128PD256, IX86_BUILTIN_EXTRACTF128PS256,
5056 IX86_BUILTIN_EXTRACTF128SI256, IX86_BUILTIN_CVTDQ2PD256,
5057 IX86_BUILTIN_CVTDQ2PS256, IX86_BUILTIN_CVTPD2PS256,
5058 IX86_BUILTIN_CVTPS2DQ256, IX86_BUILTIN_CVTPS2PD256,
5059 IX86_BUILTIN_CVTTPD2DQ256, IX86_BUILTIN_CVTPD2DQ256,
5060 IX86_BUILTIN_CVTTPS2DQ256, IX86_BUILTIN_VPERM2F128PD256,
5061 IX86_BUILTIN_VPERM2F128PS256, IX86_BUILTIN_VPERM2F128SI256,
5062 IX86_BUILTIN_VPERMILPD, IX86_BUILTIN_VPERMILPS,
5063 IX86_BUILTIN_VPERMILPD256, IX86_BUILTIN_VPERMILPS256,
5064 IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMILPS,
5065 IX86_BUILTIN_VPERMILPD256, IX86_BUILTIN_VPERMILPS256,
5066 IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
5067 IX86_BUILTIN_VPERMIL2PD256, IX86_BUILTIN_VPERMIL2PS256,
5068 IX86_BUILTIN_VINSERTF128PD256, IX86_BUILTIN_VINSERTF128PS256,
5069 IX86_BUILTIN_VINSERTF128SI256, IX86_BUILTIN_MOVSHDUP256,
5070 IX86_BUILTIN_MOVSLDUP256, IX86_BUILTIN_MOVDDUP256,
5071 IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS256,
5072 IX86_BUILTIN_SQRTPS_NR256, IX86_BUILTIN_RSQRTPS256,
5073 IX86_BUILTIN_RSQRTPS_NR256, IX86_BUILTIN_RCPPS256,
5074 IX86_BUILTIN_ROUNDPD256, IX86_BUILTIN_ROUNDPS256,
5075 IX86_BUILTIN_UNPCKHPD256, IX86_BUILTIN_UNPCKLPD256,
5076 IX86_BUILTIN_UNPCKHPS256, IX86_BUILTIN_UNPCKLPS256,
5077 IX86_BUILTIN_SI256_SI, IX86_BUILTIN_PS256_PS,
5078 IX86_BUILTIN_PD256_PD, IX86_BUILTIN_SI_SI256,
5079 IX86_BUILTIN_PS_PS256, IX86_BUILTIN_PD_PD256,
5080 IX86_BUILTIN_VTESTZPD, IX86_BUILTIN_VTESTCPD,
5081 IX86_BUILTIN_VTESTNZCPD, IX86_BUILTIN_VTESTZPS,
5082 IX86_BUILTIN_VTESTCPS, IX86_BUILTIN_VTESTNZCPS,
5083 IX86_BUILTIN_VTESTZPD256, IX86_BUILTIN_VTESTCPD256,
5084 IX86_BUILTIN_VTESTNZCPD256, IX86_BUILTIN_VTESTZPS256,
5085 IX86_BUILTIN_VTESTCPS256, IX86_BUILTIN_VTESTNZCPS256,
5086 IX86_BUILTIN_PTESTZ256, IX86_BUILTIN_PTESTC256,
5087 IX86_BUILTIN_PTESTNZC256, IX86_BUILTIN_MOVMSKPD256 and
5088 IX86_BUILTIN_MOVMSKPS256.
5089 (ix86_init_mmx_sse_builtins): Support AVX builtins.
5090 (ix86_expand_args_builtin): Likewise.
5091 (ix86_expand_special_args_builtin): Likewise.
5092 (ix86_hard_regno_mode_ok): Handle AVX modes.
5093 (ix86_expand_vector_init_duplicate): Likewise.
5094 (ix86_expand_vector_init_one_nonzero): Likewise.
5095 (ix86_expand_vector_init_one_var): Likewise.
5096 (ix86_expand_vector_init_concat): Likewise.
5097 (ix86_expand_vector_init_general): Likewise.
5098 (ix86_expand_vector_set): Likewise.
5099 (ix86_vector_mode_supported_p): Likewise.
5100 (x86_extended_reg_mentioned_p): Check INSN_P before using
5101 PATTERN.
5102
5103 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
5104 OPTION_MASK_ISA_AVX and OPTION_MASK_ISA_FMA.
5105
5106 * config/i386/i386.h (TARGET_AVX): New.
5107 (TARGET_FMA): Likewise.
5108 (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AVX and TARGET_FMA.
5109 (BIGGEST_ALIGNMENT): Set to 256 for TARGET_AVX.
5110 (VALID_AVX256_REG_MODE): New.
5111 (AVX256_VEC_FLOAT_MODE_P): Likewise.
5112 (AVX_FLOAT_MODE_P): Likewise.
5113 (AVX128_VEC_FLOAT_MODE_P): Likewise.
5114 (AVX256_VEC_FLOAT_MODE_P): Likewise.
5115 (AVX_VEC_FLOAT_MODE_P): Likewise.
5116 (ASM_OUTPUT_AVX_PREFIX): Likewise.
5117 (ASM_OUTPUT_OPCODE): Likewise.
5118 (UNITS_PER_SIMD_WORD): Add a FIXME for 32byte vectorizer
5119 support.
5120 (SSE_REG_MODE_P): Allow 256bit vector modes.
5121 (ix86_args): Add a warn_avx field.
5122
5123 * config/i386/i386.md (UNSPEC_PCMP): New.
5124 (UNSPEC_VPERMIL): Likewise.
5125 (UNSPEC_VPERMIL2): Likewise.
5126 (UNSPEC_VPERMIL2F128): Likewise.
5127 (UNSPEC_MASKLOAD): Likewise.
5128 (UNSPEC_MASKSTORE): Likewise.
5129 (UNSPEC_CAST): Likewise.
5130 (UNSPEC_VTESTP): Likewise.
5131 (UNSPECV_VZEROALL): Likewise.
5132 (UNSPECV_VZEROUPPER): Likewise.
5133 (XMM0_REG): Likewise.
5134 (XMM1_REG): Likewise.
5135 (XMM2_REG): Likewise.
5136 (XMM3_REG): Likewise.
5137 (XMM4_REG): Likewise.
5138 (XMM5_REG): Likewise.
5139 (XMM6_REG): Likewise.
5140 (XMM8_REG): Likewise.
5141 (XMM9_REG): Likewise.
5142 (XMM10_REG): Likewise.
5143 (XMM11_REG): Likewise.
5144 (XMM12_REG): Likewise.
5145 (XMM13_REG): Likewise.
5146 (XMM14_REG): Likewise.
5147 (XMM15_REG): Likewise.
5148 (prefix): Likewise.
5149 (prefix_vex_imm8): Likewise.
5150 (prefix_vex_w): Likewise.
5151 (length_vex): Likewise.
5152 (maxmin): Likewise.
5153 (movoi): Likewise.
5154 (*avx_ashlti3): Likewise.
5155 (*avx_lshrti3): Likewise.
5156 (*avx_setcc<mode>): Likewise.
5157 (*fop_<mode>_comm_mixed_avx): Likewise.
5158 (*fop_<mode>_comm_avx): Likewise.
5159 (*fop_<mode>_1_mixed_avx): Likewise.
5160 (*fop_<mode>_1_avx): Likewise.
5161 (*avx_<code><mode>3): Likewise.
5162 (*avx_ieee_smin<mode>3): Likewise.
5163 (*avx_ieee_smax<mode>3): Likewise.
5164 (mode): Add OI, V8SF and V4DF.
5165 (length): Support VEX prefix.
5166 (*cmpfp_i_mixed): Set prefix attribute.
5167 (*cmpfp_i_sse): Likewise.
5168 (*cmpfp_iu_mixed): Likewise.
5169 (*cmpfp_iu_sse): Likewise.
5170 (*movsi_1): Support AVX.
5171 (*movdi_2): Likewise.
5172 (*movdi_1_rex64): Likewise.
5173 (*movti_internal): Likewise.
5174 (*movti_rex64): Likewise.
5175 (*movsf_1): Likewise.
5176 (*movdf_nointeger): Likewise.
5177 (*movdf_integer_rex64): Likewise.
5178 (*movtf_internal): Likewise.
5179 (zero_extendsidi2_32): Likewise.
5180 (zero_extendsidi2_rex64): Likewise.
5181 (*extendsfdf2_mixed): Likewise.
5182 (*extendsfdf2_sse): Likewise.
5183 (*truncdfsf_fast_mixed): Likewise.
5184 (*truncdfsf_fast_sse): Likewise.
5185 (*truncdfsf_mixed): Likewise.
5186 (fix_trunc<mode>di_sse): Likewise.
5187 (fix_trunc<mode>si_sse): Likewise.
5188 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
5189 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
5190 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
5191 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
5192 (*rcpsf2_sse): Likewise.
5193 (*rsqrtsf2_sse): Likewise.
5194 (*sqrt<mode>2_sse): Likewise.
5195 (sse4_1_round<mode>2): Likewise.
5196 (*sse_prologue_save_insn): Disallow REX prefix for AVX.
5197 Support AVX. Set length attribute properly for AVX.
5198
5199 * config/i386/i386-modes.def (VECTOR_MODES (INT, 32)): New.
5200 (VECTOR_MODES (FLOAT, 32)): Likewise.
5201 (VECTOR_MODE (INT, DI, 8)): Likewise.
5202 (VECTOR_MODE (INT, HI, 32)): Likewise.
5203 (VECTOR_MODE (INT, QI, 64)): Likewise.
5204 (VECTOR_MODE (FLOAT, DF, 8)): Likewise.
5205 (VECTOR_MODE (FLOAT, SF, 16)): Likewise.
5206 (VECTOR_MODE (INT, DI, 4)): Removed.
5207 (VECTOR_MODE (INT, SI, 8)): Likewise.
5208 (VECTOR_MODE (INT, HI, 16)): Likewise.
5209 (VECTOR_MODE (INT, QI, 32)): Likewise.
5210 (VECTOR_MODE (FLOAT, SF, 8)): Likewise.
5211 (INT_MODE (OI, 32)): Likewise.
5212
5213 * config/i386/i386.opt (mavx): New.
5214 (mfma): Likewise.
5215
5216 * config/i386/i386-protos.h (ix86_attr_length_vex_default): New.
5217
5218 * config/i386/mmx.md (*mov<mode>_internal_rex64): Support AVX.
5219 (*mov<mode>_internal_avx): New.
5220 (*movv2sf_internal_rex64_avx): Likewise.
5221 (*movv2sf_internal_avx): Likewise.
5222
5223 * config/i386/predicates.md (const_4_to_5_operand): New.
5224 (const_6_to_7_operand): Likewise.
5225 (const_8_to_11_operand): Likewise.
5226 (const_12_to_15_operand): Likewise.
5227 (avx_comparison_float_operator): Likewise.
5228
5229 * config/i386/sse.md (AVX256MODEI): New.
5230 (AVX256MODE): Likewise.
5231 (AVXMODEQI): Likewise.
5232 (AVXMODE): Likewise.
5233 (AVX256MODEF2P): Likewise.
5234 (AVX256MODE2P): Likewise.
5235 (AVX256MODE4P): Likewise.
5236 (AVX256MODE8P): Likewise.
5237 (AVXMODEF2P): Likewise.
5238 (AVXMODEF4P): Likewise.
5239 (AVXMODEDCVTDQ2PS): Likewise.
5240 (AVXMODEDCVTPS2DQ): Likewise.
5241 (avxvecmode): Likewise.
5242 (avxvecpsmode): Likewise.
5243 (avxhalfvecmode): Likewise.
5244 (avxscalarmode): Likewise.
5245 (avxcvtvecmode): Likewise.
5246 (avxpermvecmode): Likewise.
5247 (avxmodesuffixf2c): Likewise.
5248 (avxmodesuffixp): Likewise.
5249 (avxmodesuffixs): Likewise.
5250 (avxmodesuffix): Likewise.
5251 (vpermilbits): Likewise.
5252 (pinsrbits): Likewise.
5253 (mov<mode>): Likewise.
5254 (*mov<mode>_internal): Likewise.
5255 (push<mode>1): Likewise.
5256 (movmisalign<mode>): Likewise.
5257 (avx_movup<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5258 (avx_movdqu<avxmodesuffix>): Likewise.
5259 (avx_lddqu<avxmodesuffix>): Likewise.
5260 (<plusminus_insn><mode>3): Likewise.
5261 (*avx_<plusminus_insn><mode>3): Likewise.
5262 (*avx_vm<plusminus_insn><mode>3): Likewise.
5263 (mul<mode>3): Likewise.
5264 (*avx_mul<mode>3): Likewise.
5265 (*avx_vmmul<mode>3): Likewise.
5266 (divv8sf3): Likewise.
5267 (divv4df3): Likewise.
5268 (avx_div<mode>3): Likewise.
5269 (*avx_div<mode>3): Likewise.
5270 (*avx_vmdiv<mode>3): Likewise.
5271 (avx_rcpv8sf2): Likewise.
5272 (*avx_vmrcpv4sf2): Likewise.
5273 (sqrtv8sf2): Likewise.
5274 (avx_sqrtv8sf2): Likewise.
5275 (*avx_vmsqrt<mode>2): Likewise.
5276 (rsqrtv8sf2): Likewise.
5277 (avx_rsqrtv8sf2): Likewise.
5278 (*avx_vmrsqrtv4sf2): Likewise.
5279 (<code><mode>3): Likewise.
5280 (*avx_<code><mode>3_finite): Likewise.
5281 (*avx_<code><mode>3): Likewise.
5282 (*avx_vm<code><mode>3): Likewise.
5283 (*avx_ieee_smin<mode>3): Likewise.
5284 (*avx_ieee_smax<mode>3): Likewise.
5285 (avx_addsubv8sf3): Likewise.
5286 (avx_addsubv4df3): Likewise.
5287 (*avx_addsubv4sf3): Likewise.
5288 (*avx_addsubv2df3): Likewise.
5289 (avx_h<plusminus_insn>v4df3): Likewise.
5290 (avx_h<plusminus_insn>v8sf3): Likewise.
5291 (*avx_h<plusminus_insn>v4sf3): Likewise.
5292 (*avx_h<plusminus_insn>v2df3): Likewise.
5293 (avx_cmpp<avxmodesuffixf2c><mode>3): Likewise.
5294 (avx_cmps<ssemodesuffixf2c><mode>3): Likewise.
5295 (*avx_maskcmp<mode>3): Likewise.
5296 (avx_nand<mode>3): Likewise.
5297 (*avx_<code><mode>3): Likewise.
5298 (*avx_nand<mode>3): Likewise.
5299 (*avx_<code><mode>3): Likewise.
5300 (*avx_cvtsi2ss): Likewise.
5301 (*avx_cvtsi2ssq): Likewise.
5302 (*avx_cvtsi2sd): Likewise.
5303 (*avx_cvtsi2sdq): Likewise.
5304 (*avx_cvtsd2ss): Likewise.
5305 (avx_cvtss2sd): Likewise.
5306 (avx_cvtdq2ps<avxmodesuffix>): Likewise.
5307 (avx_cvtps2dq<avxmodesuffix>): Likewise.
5308 (avx_cvttps2dq<avxmodesuffix>): Likewise.
5309 (*avx_cvtsi2sd): Likewise.
5310 (*avx_cvtsi2sdq): Likewise.
5311 (avx_cvtdq2pd256): Likewise.
5312 (avx_cvtpd2dq256): Likewise.
5313 (avx_cvttpd2dq256): Likewise.
5314 (*avx_cvtsd2ss): Likewise.
5315 (*avx_cvtss2sd): Likewise.
5316 (avx_cvtpd2ps256): Likewise.
5317 (avx_cvtps2pd256): Likewise.
5318 (*avx_movhlps): Likewise.
5319 (*avx_movlhps): Likewise.
5320 (avx_unpckhps256): Likewise.
5321 (*avx_unpckhps): Likewise.
5322 (avx_unpcklps256): Likewise.
5323 (*avx_unpcklps): Likewise.
5324 (avx_movshdup256): Likewise.
5325 (avx_movsldup256): Likewise.
5326 (avx_shufps256): Likewise.
5327 (avx_shufps256_1): Likewise.
5328 (*avx_shufps_<mode>): Likewise.
5329 (*avx_loadhps): Likewise.
5330 (*avx_storelps): Likewise.
5331 (*avx_loadlps): Likewise.
5332 (*avx_movss): Likewise.
5333 (*vec_dupv4sf_avx): Likewise.
5334 (*vec_concatv2sf_avx): Likewise.
5335 (*vec_concatv4sf_avx): Likewise.
5336 (*vec_setv4sf_0_avx): Likewise.
5337 (*vec_setv4sf_avx): Likewise.
5338 (*avx_insertps): Likewise.
5339 (avx_vextractf128<mode>): Likewise.
5340 (vec_extract_lo_<mode>): Likewise.
5341 (vec_extract_hi_<mode>): Likewise.
5342 (vec_extract_lo_<mode>): Likewise.
5343 (vec_extract_hi_<mode>): Likewise.
5344 (vec_extract_lo_v16hi): Likewise.
5345 (vec_extract_hi_v16hi): Likewise.
5346 (vec_extract_lo_v32qi): Likewise.
5347 (vec_extract_hi_v32qi): Likewise.
5348 (avx_unpckhpd256): Likewise.
5349 (*avx_unpckhpd): Likewise.
5350 (avx_movddup256): Likewise.
5351 (*avx_movddup): Likewise.
5352 (avx_unpcklpd256): Likewise.
5353 (*avx_unpcklpd): Likewise.
5354 (avx_shufpd256): Likewise.
5355 (avx_shufpd256_1): Likewise.
5356 (*avx_punpckhqdq): Likewise.
5357 (*avx_punpcklqdq): Likewise.
5358 (*avx_shufpd_<mode>): Likewise.
5359 (*avx_storehpd): Likewise.
5360 (*avx_loadhpd): Likewise.
5361 (*avx_loadlpd): Likewise.
5362 (*avx_movsd): Likewise.
5363 (*vec_concatv2df_avx): Likewise.
5364 (*avx_<plusminus_insn><mode>3): Likewise.
5365 (*avx_<plusminus_insn><mode>3): Likewise.
5366 (*avx_mulv8hi3): Likewise.
5367 (*avxv8hi3_highpart): Likewise.
5368 (*avx_umulv8hi3_highpart): Likewise.
5369 (*avx_umulv2siv2di3): Likewise.
5370 (*avx_mulv2siv2di3): Likewise.
5371 (*avx_pmaddwd): Likewise.
5372 (*avx_mulv4si3): Likewise.
5373 (*avx_ashr<mode>3): Likewise.
5374 (*avx_lshr<mode>3): Likewise.
5375 (*avx_ashl<mode>3): Likewise.
5376 (*avx_<code><mode>3): Likewise.
5377 (*avx_eq<mode>3): Likewise.
5378 (*avx_gt<mode>3): Likewise.
5379 (*avx_nand<mode>3): Likewise.
5380 (*avx_nand<mode>3): Likewise.
5381 (*avx_<code><mode>3): Likewise.
5382 (*avx_<code><mode>3): Likewise.
5383 (*avx_packsswb): Likewise.
5384 (*avx_packssdw): Likewise.
5385 (*avx_packuswb): Likewise.
5386 (*avx_punpckhbw): Likewise.
5387 (*avx_punpcklbw): Likewise.
5388 (*avx_punpckhwd): Likewise.
5389 (*avx_punpcklwd): Likewise.
5390 (*avx_punpckhdq): Likewise.
5391 (*avx_punpckldq): Likewise.
5392 (*avx_pinsr<avxmodesuffixs>): Likewise.
5393 (*avx_pinsrq): Likewise.
5394 (*avx_loadld): Likewise.
5395 (*vec_extractv2di_1_rex64_avx): Likewise.
5396 (*vec_extractv2di_1_avx): Likewise.
5397 (*vec_dupv2di_avx): Likewise.
5398 (*vec_concatv2si_avx): Likewise.
5399 (*vec_concatv4si_1_avx): Likewise.
5400 (*vec_concatv2di_avx): Likewise.
5401 (*vec_concatv2di_rex64_avx): Likewise.
5402 (*avx_uavgv16qi3): Likewise.
5403 (*avx_uavgv8hi3): Likewise.
5404 (*avx_psadbw): Likewise.
5405 (avx_movmskp<avxmodesuffixf2c>256): Likewise.
5406 (*avx_phaddwv8hi3): Likewise.
5407 (*avx_phadddv4si3): Likewise.
5408 (*avx_phaddswv8hi3): Likewise.
5409 (*avx_phsubwv8hi3): Likewise.
5410 (*avx_phsubdv4si3): Likewise.
5411 (*avx_phsubswv8hi3): Likewise.
5412 (*avx_pmaddubsw128): Likewise.
5413 (*avx_pmulhrswv8hi3): Likewise.
5414 (*avx_pshufbv16qi3): Likewise.
5415 (*avx_psign<mode>3): Likewise.
5416 (*avx_palignrti): Likewise.
5417 (avx_blendp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5418 (avx_blendvp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5419 (avx_dpp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5420 (*avx_mpsadbw): Likewise.
5421 (*avx_packusdw): Likewise.
5422 (*avx_pblendvb): Likewise.
5423 (*avx_pblendw): Likewise.
5424 (avx_vtestp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5425 (avx_ptest256): Likewise.
5426 (avx_roundp<avxmodesuffixf2c>256): Likewise.
5427 (*avx_rounds<ssemodesuffixf2c>): Likewise.
5428 (*avx_aesenc): Likewise.
5429 (*avx_aesenclast): Likewise.
5430 (*avx_aesdec): Likewise.
5431 (*avx_aesdeclast): Likewise.
5432 (avx_vzeroupper): Likewise.
5433 (avx_vzeroupper_rex64): Likewise.
5434 (avx_vpermil<mode>): Likewise.
5435 (avx_vpermilvar<mode>3): Likewise.
5436 (avx_vpermil2<mode>3): Likewise.
5437 (avx_vperm2f128<mode>3): Likewise.
5438 (avx_vbroadcasts<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5439 (avx_vbroadcastss256): Likewise.
5440 (avx_vbroadcastf128_p<avxmodesuffixf2c>256): Likewise.
5441 (avx_vinsertf128<mode>): Likewise.
5442 (vec_set_lo_<mode>): Likewise.
5443 (vec_set_hi_<mode>): Likewise.
5444 (vec_set_lo_<mode>): Likewise.
5445 (vec_set_hi_<mode>): Likewise.
5446 (vec_set_lo_v16hi): Likewise.
5447 (vec_set_hi_v16hi): Likewise.
5448 (vec_set_lo_v32qi): Likewise.
5449 (vec_set_hi_v32qi): Likewise.
5450 (avx_maskloadp<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5451 (avx_maskstorep<avxmodesuffixf2c><avxmodesuffix>): Likewise.
5452 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
5453 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Likewise.
5454 (vec_init<mode>): Likewise.
5455 (*vec_concat<mode>_avx): Likewise.
5456 (blendbits): Support V8SF and V4DF.
5457 (sse2_movq128): Support AVX.
5458 (<sse>_movnt<mode>): Likewise.
5459 (sse2_movntv2di): Likewise.
5460 (sse_rcpv4sf2): Likewise.
5461 (sse_sqrtv4sf2): Likewise.
5462 (sse_rsqrtv4sf2): Likewise.
5463 (<sse>_comi): Likewise.
5464 (<sse>_ucomi): Likewise.
5465 (sse_cvtss2si): Likewise.
5466 (sse_cvtss2si_2): Likewise.
5467 (sse_cvtss2siq): Likewise.
5468 (sse_cvtss2siq_2): Likewise.
5469 (sse_cvttss2si): Likewise.
5470 (sse_cvttss2siq): Likewise.
5471 (sse2_cvtsd2si): Likewise.
5472 (sse2_cvtsd2si_2): Likewise.
5473 (sse2_cvtsd2siq): Likewise.
5474 (sse2_cvtsd2siq_2): Likewise.
5475 (sse2_cvttsd2si): Likewise.
5476 (sse2_cvttsd2siq): Likewise.
5477 (sse2_cvtdq2pd): Likewise.
5478 (*sse2_cvtpd2dq): Likewise.
5479 (*sse2_cvttpd2dq): Likewise.
5480 (*sse2_cvtpd2ps): Likewise.
5481 (sse2_cvtps2pd): Likewise.
5482 (sse3_movshdup): Likewise.
5483 (sse3_movsldup): Likewise.
5484 (sse_storehps): Likewise.
5485 (*sse4_1_extractps): Likewise.
5486 (sse2_storelpd): Likewise.
5487 (vec_dupv2df_sse3): Likewise.
5488 (*vec_concatv2df_sse3): Likewise.
5489 (*sse4_1_pextrb): Likewise.
5490 (*sse4_1_pextrb_memory): Likewise.
5491 (*sse2_pextrw): Likewise.
5492 (*sse4_1_pextrw_memory): Likewise.
5493 (*sse4_1_pextrd): Likewise.
5494 (*sse4_1_pextrq): Likewise.
5495 (sse2_pshufd_1): Likewise.
5496 (sse2_pshuflw_1): Likewise.
5497 (sse2_pshufhw_1): Likewise.
5498 (*sse2_storeq_rex64): Likewise.
5499 (*vec_dupv4si): Likewise.
5500 (<sse>_movmskp<ssemodesuffixf2c>): Likewise.
5501 (sse2_pmovmskb): Likewise.
5502 (*sse2_maskmovdqu): Likewise.
5503 (*sse2_maskmovdqu_rex64): Likewise.
5504 (sse_ldmxcsr): Likewise.
5505 (sse_stmxcsr): Likewise.
5506 (abs<mode>2): Likewise.
5507 (sse4_1_movntdqa): Likewise.
5508 (sse4_1_phminposuw): Likewise.
5509 (sse4_1_extendv8qiv8hi2): Likewise.
5510 (*sse4_1_extendv8qiv8hi2): Likewise.
5511 (sse4_1_extendv4qiv4si2): Likewise.
5512 (*sse4_1_extendv4qiv4si2): Likewise.
5513 (sse4_1_extendv2qiv2di2): Likewise.
5514 (*sse4_1_extendv2qiv2di2): Likewise.
5515 (sse4_1_extendv4hiv4si2): Likewise.
5516 (*sse4_1_extendv4hiv4si2): Likewise.
5517 (sse4_1_extendv2hiv2di2): Likewise.
5518 (*sse4_1_extendv2hiv2di2): Likewise.
5519 (sse4_1_extendv2siv2di2): Likewise.
5520 (*sse4_1_extendv2siv2di2): Likewise.
5521 (sse4_1_zero_extendv8qiv8hi2): Likewise.
5522 (*sse4_1_zero_extendv8qiv8hi2): Likewise.
5523 (sse4_1_zero_extendv4qiv4si2): Likewise.
5524 (*sse4_1_zero_extendv4qiv4si2): Likewise.
5525 (sse4_1_zero_extendv2qiv2di2): Likewise.
5526 (*sse4_1_zero_extendv2qiv2di2): Likewise.
5527 (sse4_1_zero_extendv4hiv4si2): Likewise.
5528 (*sse4_1_zero_extendv4hiv4si2): Likewise.
5529 (sse4_1_zero_extendv2hiv2di2): Likewise.
5530 (*sse4_1_zero_extendv2hiv2di2): Likewise.
5531 (sse4_1_zero_extendv2siv2di2): Likewise.
5532 (*sse4_1_zero_extendv2siv2di2): Likewise.
5533 (sse4_1_ptest): Likewise.
5534 (sse4_1_roundp<ssemodesuffixf2c>): Likewise.
5535 (sse4_2_pcmpestri): Likewise.
5536 (sse4_2_pcmpestrm): Likewise.
5537 (sse4_2_pcmpistri): Likewise.
5538 (sse4_2_pcmpistrm): Likewise.
5539 (aesimc): Likewise.
5540 (aeskeygenassist): Likewise.
5541
5542 2008-08-28 Uros Bizjak <ubizjak@gmail.com>
5543
5544 * config/i386/predicates.md (vzeroall_operation): New.
5545
5546 * config/i386/sse.md (avx_vzeroall): New.
5547 (*avx_vzeroall): Likewise.
5548
5549 2008-08-28 Paul Brook <paul@codesourcery.com>
5550 Mark Shinwell <shinwell@codesourcery.com>
5551 Richard Earnshaw <richard.earnshaw@arm.com>
5552
5553 * config/arm/arm.c (TARGET_MAX_ANCHOR_OFFSET): New.
5554 (TARGET_MIN_ANCHOR_OFFSET): New.
5555 (arm_override_options): Set correct anchor ranges for Thumb-1
5556 and Thumb-2 if required.
5557 (legitimize_pic_address): Handle case involving a TLS symbol
5558 reference with an addend.
5559 (arm_optimization_options): Enable section anchors at -O1 and
5560 above.
5561 * config/arm/arm.h (OPTIMIZATION_OPTIONS): New.
5562 * config/arm/arm-protos.h (arm_optimization_options): New.
5563
5564 2008-08-28 Nick Clifton <nickc@redhat.com>
5565
5566 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Define.
5567 * config/stormy16/stormy16.md (zero_extendqihi2): Fix length
5568 attribute.
5569
5570 * config/v850/v850.h (IRA_COVER_CLASSES): Define.
5571 * config/v850/v850.md (return): Remove frame size restriction.
5572
5573 * config/mcore/mcore.h (IRA_COVER_CLASSES): Define.
5574
5575 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define.
5576
5577 * config/fr30/fr30.h (IRA_COVER_CLASSES): Define.
5578
5579 * config/m32r/m32r.h (IRA_COVER_CLASSES): Define.
5580
5581 2008-08-28 Paul Brook <paul@codesourcery.com>
5582
5583 * config/arm/vfp11.md: Update license notice.
5584 * config/arm/cortex-r4.md: Ditto.
5585
5586 2008-08-28 Richard Guenther <rguenther@suse.de>
5587
5588 PR tree-optimization/37207
5589 * tree-ssa-ifcombine.c (recognize_single_bit_test): Fix
5590 tuplification bug.
5591
5592 2008-08-28 Dodji Seketeli <dodji@redhat.com>
5593
5594 PR c++/36741
5595 * tree.c (int_fits_type_p): Don't forget unsigned integers
5596 of type sizetype which higher end word equals -1.
5597
5598 2008-08-28 Ira Rosen <irar@il.ibm.com>
5599
5600 * target.h (struct vectorize): Add new target builtin.
5601 * tree-vectorizer.c (destroy_loop_vec_info): Call
5602 vect_free_slp_instance instead of vect_free_slp_node.
5603 * tree-vectorizer.h (enum slp_load_perm_type): New.
5604 (struct _slp_instance): Add new fields.
5605 (SLP_INSTANCE_LOAD_PERMUTATION): New.
5606 (SLP_INSTANCE_LOADS): New.
5607 (vect_free_slp_tree): Remove.
5608 (vect_free_slp_instance): Declare.
5609 (SLP_TREE_LOADS_PERM_TYPE, TARG_VEC_PERMUTE_COST): New.
5610 (vectorizable_load): Add argument.
5611 (vect_transform_slp_perm_load): New.
5612 * tree-vect-analyze.c (vect_analyze_operations): Add an argument to
5613 vectorizable_load.
5614 (vect_get_place_in_interleaving_chain): New function.
5615 (vect_free_slp_tree): Make static.
5616 (vect_free_slp_instance): New function.
5617 (vect_build_slp_tree): Add new arguments. Allow load permutations and
5618 collect the load location in the interleaving chain.
5619 (vect_supported_slp_permutation_p): New function.
5620 (vect_supported_load_permutation_p): Likewise.
5621 (vect_analyze_slp_instance): In case of loads permutation, call
5622 vect_supported_load_permutation_p to check that the permutation is
5623 supported.
5624 * target-def.h (TARGET_VECTORIZE_BUILTIN_VEC_PERM): New.
5625 * tree-vect-transform.c (vect_transform_stmt): Add new argument.
5626 (vect_create_mask_and_perm): New function.
5627 (vect_get_mask_element, vect_transform_slp_perm_load): Likewise.
5628 (vectorizable_load): Add an argument. Don't keep the created vectors
5629 statements in the node if permutation is required. Call
5630 vect_transform_slp_perm_load to generate the permutation.
5631 (vect_transform_stmt): Add new argument. Call vectorizable_load with
5632 additional argument.
5633 (vect_schedule_slp_instance): In case of loads permutation, allocate
5634 vectorized statements structure for all the related SLP nodes. Call
5635 vect_transform_stmt with addditional argument.
5636 (vect_transform_loop): Call vect_transform_stmt with correct arguments.
5637 * config/spu/spu.c (spu_builtin_vec_perm): New.
5638 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Redefine.
5639 * config/spu/spu.h (TARG_VEC_PERMUTE_COS): Define.
5640 * config/rs6000/rs6000.c (rs6000_builtin_vec_perm): New.
5641 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Redefine.
5642
5643 2008-08-28 Chris Fairles <chris.fairles@gmail.com>
5644
5645 * gthr-posix.h (__gthread_create, __gthread_join, __gthread_detach,
5646 __gthread_mutex_timed_lock, __gthread_recursive_mutex_timed_lock,
5647 __gthread_cond_signal, __gthread_cond_timedwait,
5648 __gthread_cond_timedwait_recursive): New functions.
5649 * gthr-posix.c (pthread_mutex_timedlock, pthread_cond_timedwait):
5650 Likewise.
5651 * gthr.h: Comment on defining __GTHREADS_CXX0X macro in conforming
5652 thread interfaces.
5653
5654 2008-08-28 Richard Guenther <rguenther@suse.de>
5655
5656 PR middle-end/37005
5657 * fold-const.c (maybe_canonicalize_comparison_1): Require
5658 undefined overflow only for canonicalizing A +- CST cmp CST.
5659 Make sure to not generate new constants that are not inside
5660 their TYPE_MIN/MAX_VALUE range.
5661 (maybe_canonicalize_comparison): Remove undefined overflow
5662 checking from here.
5663 (fold_binary): Remove now duplicate folding.
5664
5665 2008-08-27 Paolo Carlini <paolo.carlini@oracle.com>
5666
5667 * c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT
5668 use not updated in the last change.
5669
5670 2008-08-27 Kaz Kojima <kkojima@gcc.gnu.org>
5671
5672 * config/sh/sh.h (REG_CLASS_CONTENTS): Drop fr32 from FPUL_REGS.
5673 (IRA_COVER_CLASSES): Add FPUL_REGS.
5674
5675 2008-08-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5676
5677 PR 37217
5678 * c-common.c (conversion_warning): Check for null operands.
5679
5680 2008-08-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5681
5682 PR c/31673
5683 * c-decl.c (check_for_loop_decls): Improve error message. Give
5684 hint.
5685
5686 2008-08-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5687
5688 PR c/37186
5689 * c-typeck.c (WARN_FOR_ASSIGNMENT): Add OPT parameter.
5690 (convert_for_assignment): Pass corrent OPT_W* parameter to
5691 WARN_FOR_ASSIGNMENT.
5692
5693 2008-08-27 Paolo Carlini <paolo.carlini@oracle.com>
5694
5695 PR c++/35321
5696 * c-common.c (fold_offsetof_1): Handle TARGET_EXPR like CALL_EXPR.
5697
5698 2008-08-27 Paul Brook <paul@codesourcery.com>
5699
5700 * config.gcc: Loosen checks for arm uclinux eabi targets.
5701
5702 2008-08-27 Paul Brook <paul@codesourcery.com>
5703
5704 * config/arm/t-arm-coff (LIB1ASMFUNCS): Add missing undescrore on
5705 _clzsi2.
5706 * config/arm/t-linux (LIB1ASMFUNCS): Ditto.
5707
5708 2008-08-26 Douglas Gregor <doug.gregor@gmail.com>
5709
5710 * c-common.c (do_switch_warnings): Look through the CONST_DECLs in
5711 the enumerators of an ENUMERAL_TYPE.
5712 * dbxout.c (dbxout_type): Ditto.
5713
5714 2008-08-26 Andrew Pinski <andrew_pinski@playstation.sony.com>
5715
5716 PR rtl-opt/37219
5717 * fwprop.c (fwprop): Check that the loop_father is the outer loop.
5718 (fwprop_addr): Check that the loop_father is not the outer loop.
5719
5720 2008-08-26 Paul Brook <paul@codesourcery.com>
5721
5722 * config/arm/vfp.md: Document fmul{s,d} and fmac{s,d} types.
5723 Remove documentation entry for fmul type.
5724 Use fmuls to annotate single-precision multiplication patterns,
5725 fmuld to annotate double-precision multiplication patterns,
5726 fmacs to annotate single-precision multiply-accumulate patterns
5727 and fmacd to annotate double-precision multiply-accumulate patterns.
5728 * config/arm/vfp11.md: Update reservations accordingly.
5729 * config/arm/arm.md: Note that certain values of the "type"
5730 attribute are documented in vfp.md.
5731 * config/arm/arm1020e.md: Remove out of date duplicate comment.
5732 (v10_cvt): Use new fmul types.
5733
5734 2008-08-26 Paul Brook <paul@codesourcery.com>
5735
5736 * config/arm/vfp.md: Move pipeline description for VFP11 to...
5737 * config/arm/vfp11.md: ...here. New.
5738 * config/arm/arm.md: Include vfp11.md.
5739
5740 2008-08-26 Hans-Peter Nilsson <hp@axis.com>
5741
5742 * opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
5743 parameter to inform call.
5744
5745 2008-08-26 Jeff Law <law@redhat.com>
5746
5747 * mn10300.md (movqi, movhi): Split i->d*a case into two cases to
5748 avoid the possibility of getting DATA_OR_ADDRESS_REGS as the
5749 preferred class when copying a constant into a partial word register.
5750
5751 2008-08-26 Ben Elliston <bje@au.ibm.com>
5752
5753 * rtlanal.c: Fix uses of "it's" with "its" where appropriate.
5754 * cp/typeck.c: Likewise.
5755 * cp/tree.c: Likewise.
5756 * gimple-low.c: Likewise.
5757 * jump.c: Likewise.
5758
5759 2008-08-26 Vladimir Makarov <vmakarov@redhat.com>
5760
5761 * ira-build.c, ira-color.c, ira-costs.c, ira.h, ira-lives.c,
5762 ira.c, ira-conflicts.c, ira-emit.c, ira-int.h: New files.
5763
5764 * doc/passes.texi: Describe IRA.
5765
5766 * doc/tm.texi (IRA_COVER_CLASSES,
5767 IRA_HARD_REGNO_ADD_COST_MULTIPLIER): Describe the new macros.
5768
5769 * doc/invoke.texi (ira-max-loops-num): Describe the new parameter.
5770 (-fira, -fira-algorithm, -fira-coalesce, -fno-ira-move-spills,
5771 -fira-propagate-cost, -fno-ira-share-save-slots,
5772 -fno-ira-share-spill-slots, -fira-verbose): Describe new options.
5773
5774 * flags.h (ira_algorithm): New enumeration.
5775 (flag_ira_algorithm, flag_ira_verbose): New external variable
5776 declarations.
5777
5778 * postreload.c (gate_handle_postreload): Don't do post reload
5779 optimizations unless the reload is completed.
5780
5781 * reload.c (push_reload, find_dummy_reload): Use DF_LR_OUT for
5782 IRA.
5783
5784 * tree-pass.h (pass_ira): New external variable declaration.
5785
5786 * reload.h: Add 2008 to the Copyright.
5787
5788 * cfgloopanal.c: Include params.h.
5789 (estimate_reg_pressure_cost): Decrease cost for IRA optimization
5790 mode.
5791
5792 * params.h (IRA_MAX_LOOPS_NUM): New macro.
5793
5794 * toplev.c (ira.h): New include.
5795 (flag_ira_algorithm, flag_ira_verbose): New external variables.
5796 (backend_init_target): Call ira_init.
5797 (backend_init): Call ira_init_once.
5798 (finalize): Call finish_ira_once.
5799
5800 * toplev.h (flag_ira, flag_ira_coalesce, flag_ira_move_spills,
5801 flag_ira_share_save_slots, flag_ira_share_spill_slots): New
5802 external variables.
5803
5804 * regs.h (contains_reg_of_mode, move_cost, may_move_in_cost,
5805 may_move_out_cost): New external variable declarations.
5806 (move_table): New typedef.
5807
5808 * caller-save.c: Include headers output.h and ira.h.
5809 (no_caller_save_reg_set): New global variable.
5810 (save_slots_num, save_slots): New variables.
5811 (reg_save_code, reg_restore_code, add_stored_regs): Add
5812 prototypes.
5813 (init_caller_save): Set up no_caller_save_reg_set.
5814 (init_save_areas): Reset save_slots_num.
5815 (saved_hard_reg): New structure.
5816 (hard_reg_map, saved_regs_num, all_saved_regs): New variables.
5817 (initiate_saved_hard_regs, new_saved_hard_reg,
5818 finish_saved_hard_regs, saved_hard_reg_compare_func): New
5819 functions.
5820 (setup_save_areas): Add code for sharing stack slots.
5821 (all_blocks): New variable.
5822 (save_call_clobbered_regs): Process pseudo-register too.
5823 (mark_set_regs): Process pseudo-register too.
5824 (insert_one_insn): Put the insn after bb note in a empty basic
5825 block. Add insn check.
5826
5827 * global.c (eliminable_regset): Make it external.
5828 (mark_elimination): Use DF_LR_IN for IRA.
5829 (pseudo_for_reload_consideration_p): New.
5830 (build_insn_chain): Make it external. Don't ignore spilled
5831 pseudos for IRA. Use pseudo_for_reload_consideration_p.
5832 (gate_handle_global_alloc): New function.
5833 (pass_global_alloc): Add the gate function.
5834
5835 * opts.c (decode_options): Set up flag_ira. Print the warning for
5836 -fira.
5837 (common_handle_option): Process -fira-algorithm and -fira-verbose.
5838
5839 * timevar.def (TV_IRA, TV_RELOAD): New passes.
5840
5841 * regmove.c (regmove_optimize): Don't do replacement of output for
5842 IRA.
5843
5844 * hard-reg-set.h (no_caller_save_reg_set, reg_class_subclasses):
5845 New external variable declarations.
5846
5847 * local-alloc.c (update_equiv_regs): Make it external. Return
5848 true if jump label rebuilding should be done. Rescan new_insn for
5849 notes.
5850 (gate_handle_local_alloc): New function.
5851 (pass_local_alloc): Add the gate function.
5852
5853 * alias.c (value_addr_p, stack_addr_p): New functions.
5854 (nonoverlapping_memrefs_p): Use them for IRA.
5855
5856 * common.opt (fira, fira-algorithm, fira-coalesce,
5857 fira-move-spills, fira-share-save-slots, fira-share-spill-slots,
5858 fira-verbose): New options.
5859
5860 * regclass.c (reg_class_subclasses, contains_reg_of_mode,
5861 move_cost, may_move_in_cost, may_move_out_cost): Make the
5862 variables external.
5863 (move_table): Remove typedef.
5864 (init_move_cost): Make it external.
5865 (allocate_reg_info, resize_reg_info, setup_reg_classes): New
5866 functions.
5867
5868 * rtl.h (init_move_cost, allocate_reg_info, resize_reg_info,
5869 setup_reg_classes): New function prototypes.
5870 (eliminable_regset): New external variable declaration.
5871 (build_insn_chain, update_equiv_regs): New function prototypes.
5872
5873 * Makefile.in (IRA_INT_H): New definition.
5874 (OBJS-common): Add ira.o, ira-build.o, ira-costs.o,
5875 ira-conflicts.o, ira-color.o, ira-emit.o, and ira-lives.o.
5876 (reload1.o, toplev.o): Add dependence on ira.h.
5877 (cfgloopanal.o): Add PARAMS_H.
5878 (caller-save.o): Add dependence on output.h and ira.h.
5879 (ira.o, ira-build.o, ira-costs.o, ira-conflicts.o, ira-color.o,
5880 ira-emit.o, ira-lives.o): New entries.
5881
5882 * passes.c (pass_ira): New pass.
5883
5884 * params.def (PARAM_IRA_MAX_LOOPS_NUM): New parameter.
5885
5886 * reload1.c (ira.h): Include the header.
5887 (changed_allocation_pseudos): New bitmap.
5888 (init_reload): Initiate the bitmap.
5889 (compute_use_by_pseudos): Permits spilled registers in FROM.
5890 (temp_pseudo_reg_arr): New variable.
5891 (reload): Allocate and free temp_pseudo_reg_arr. Sort pseudos for
5892 IRA. Call alter_reg with the additional parameter. Don't clear
5893 spilled_pseudos for IRA. Restore original insn chain for IRA.
5894 Clear changed_allocation_pseudos at the end of reload.
5895 (calculate_needs_all_insns): Call IRA's mark_memory_move_deletion.
5896 (hard_regno_to_pseudo_regno): New variable.
5897 (count_pseudo): Check spilled pseudos. Set up
5898 hard_regno_to_pseudo_regno.
5899 (count_spilled_pseudo): Check spilled pseudos. Update
5900 hard_regno_to_pseudo_regno.
5901 (find_reg): Use better_spill_reload_regno_p. Check
5902 hard_regno_to_pseudo_regno.
5903 (alter_reg): Set up spilled_pseudos. Add a new parameter. Add
5904 code for IRA.
5905 (eliminate_regs_1): Use additional parameter for alter_reg.
5906 (finish_spills): Set up pseudo_previous_regs only for spilled
5907 pseudos. Call reassign_pseudos once for all spilled pseudos, pass
5908 more arguments. Don't clear live_throughout and dead_or_set for
5909 spilled pseudos. Use additional parameter for alter_reg. Call
5910 mark_allocation_change. Set up changed_allocation_pseudos.
5911 Remove sanity check.
5912 (emit_input_reload_insns, delete_output_reload): Use additional
5913 parameter for alter_reg. Call mark_allocation_change.
5914 (substitute, gen_reload_chain_without_interm_reg_p): New
5915 functions.
5916 (reloads_conflict): Use gen_reload_chain_without_interm_reg_p.
5917
5918 * testsuite/gcc.dg/20080410-1.c: New file.
5919
5920 * config/s390/s390.h (IRA_COVER_CLASSES,
5921 IRA_HARD_REGNO_ADD_COST_MULTIPLIER): Define.
5922
5923 * config/sparc/sparc.h (IRA_COVER_CLASSES): New macro.
5924
5925 * config/i386/i386.h (IRA_COVER_CLASSES): Ditto.
5926
5927 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
5928
5929 * config/rs6000/rs6000.h (IRA_COVER_CLASSES): Ditto.
5930
5931 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
5932
5933 * config/alpha/alpha.h (IRA_COVER_CLASSES): Ditto.
5934
5935 2008-08-24 Jeff Law <law@redhat.com>
5936 * ira.c (setup_reg_class_intersect_union): Prefer smallest class
5937 when ignoring unavailable registers.
5938
5939 2008-08-24 Jeff Law <law@redhat.com>
5940 * ira-color.c (coalesced_pseudo_reg_slot_compare): Check
5941 FRAME_GROWS_DOWNWARD and STACK_GROWS_DOWNWARD.
5942 * ira.c (setup_eliminable_regset): Check stack_realign_needed.
5943 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): New macro.
5944
5945 2008-06-03 Steve Chamberlain <steve.chamberlain@gmail.com>
5946 * ira-build.c (allocno_range_compare_func): Stabilize sort.
5947
5948 2008-05-29 Andy Hutchinson <hutchinsonandy@aim.com>
5949 * config/avr/avr.h (IRA_COVER_CLASSES): New macro.
5950 * reload1.c (find_reg): Process registers in register allocation order.
5951
5952 2008-05-10 Richard Sandiford <rsandifo@nildram.co.uk>
5953 * toplev.c (backend_init_target): Move ira_init call from
5954 here...
5955 (lang_dependent_init_target): ...to here.
5956
5957 2008-05-10 Richard Sandiford <rsandifo@nildram.co.uk>
5958 * ira.c (setup_class_subset_and_memory_move_costs): Don't
5959 calculate memory move costs for NO_REGS.
5960
5961 2008-05-05 Kaz Kojima <kkojima@gcc.gnu.org>
5962 * ira-color.c (ira_fast_allocation): Use no_stack_reg_p only if
5963 STACK_REGS is defined.
5964
5965 2008-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
5966 * config/spu/spu.h (IRA_COVER_CLASSES): New macro.
5967
5968 2008-04-04 Bernd Schmidt <bernd.schmidt@analog.com>
5969 * config/bfin/bfin.h (IRA_COVER_CLASSES): New macro.
5970
5971 2008-04-04 Kaz Kojima <kkojima@gcc.gnu.org>
5972 * config/sh/sh.h (IRA_COVER_CLASSES): Define.
5973 * config/sh/sh.md (movsicc_true+3): Check if emit returns a
5974 barrier.
5975
5976 2008-08-26 Victor Kaplansky <victork@il.ibm.com>
5977 Dorit Nuzman <dorit@il.ibm.com>
5978
5979 * gcc/config/spu/spu.md (vec_extract_evenv4si,
5980 vec_extract_evenv4sf, vec_extract_evenv8hi,
5981 vec_extract_evenv16qi, vec_extract_oddv4si,
5982 vec_extract_oddv4sf, vec_extract_oddv8hi, vec_extract_oddv16qi,
5983 vec_interleave_highv4sf, vec_interleave_lowv4sf,
5984 vec_interleave_highv4si, vec_interleave_lowv4si,
5985 vec_interleave_highv8hi, vec_interleave_lowv8hi,
5986 vec_interleave_highv16qi, vec_interleave_lowv16qi,
5987 vec_pack_trunc_v8hi, vec_pack_trunc_v4si): Implement.S
5988
5989 2008-08-25 Janis Johnson <janis187@us.ibm.com>
5990
5991 PR target/36756
5992 * config/rs6000/rs6000.c (optimization_options): Don't default to
5993 section anchors without toplevel reorder.
5994
5995 2008-08-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5996
5997 * config/spu/spu_mfcio.h (mfc_begin_critical_section): New function.
5998 (mfc_end_critical_section): Likewise.
5999
6000 2008-08-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6001
6002 * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Propagate
6003 all type qualifiers from element type to vector type.
6004
6005 2008-08-25 David Daney <ddaney@avtrex.com>
6006
6007 * config/mips/mips.md (immediate_insn): Move up in file, fix
6008 comment typo, reformat.
6009 (fetchop_bit, atomic_hiqi_op memory_barrier,
6010 sync_compare_and_swap<mode>, compare_and_swap_12, sync_add<mode>,
6011 sync_<optab><mode>, sync_<optab>_12, sync_old_<optab><mode>,
6012 sync_old_<optab>_12, sync_new_<optab><mode>, sync_new_<optab>_12,
6013 sync_nand<mode>, sync_nand_12, sync_old_nand<mode>,
6014 sync_old_nand_12, sync_new_nand<mode>, sync_new_nand_12,
6015 sync_sub<mode>, sync_old_add<mode>, sync_old_sub<mode>,
6016 sync_new_add<mode>, sync_new_sub<mode>, sync_<optab><mode>,
6017 sync_old_<optab><mode>, sync_new_<optab><mode>, sync_nand<mode>,
6018 sync_old_nand<mode>, sync_new_nand<mode>,
6019 sync_lock_test_and_set<mode>, sync_lock_test_and_set<mode>,
6020 test_and_set_12): Moved to sync.md.
6021 (sync.md): Include.
6022 * config/mips/sync.md: New file.
6023
6024 2008-08-25 Richard Henderson <rth@redhat.com>
6025
6026 * dwarf2out.c (def_cfa_1): Don't scale by DWARF_CIE_DATA_ALIGNMENT.
6027 (regsave): Likewise.
6028 (lookup_cfa_1): Don't rescale by DWARF_CIE_DATA_ALIGNMENT.
6029 (output_cfi_directive): Likewise.
6030 (div_data_align): New.
6031 (output_cfi): Use it.
6032
6033 2008-08-24 Adam Nemet <anemet@caviumnetworks.com>
6034
6035 * config.gcc (mips64*-*-linux*): Handle mips64octeon*-*-linux*.
6036 * config/mips/mips.h (enum processor_type): Add PROCESSOR_OCTEON.
6037 (TARGET_OCTEON): New macro.
6038 (TARGET_CPU_CPP_BUILTINS): Define __OCTEON__ for Octeon.
6039 (MIPS_ISA_LEVEL_SPEC, MIPS_ARCH_FLOAT_SPEC): Handle -march=octeon.
6040 (ISA_HAS_POP): New macro.
6041 * config/mips/driver-native.c (host_detect_local_cpu): Handle
6042 Octeon.
6043 * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
6044 Handle Octeon.
6045 * config/mips/mips.md (cpu): Add octeon.
6046 (type): Add pop attribute value.
6047 (popcount<mode>2): New pattern.
6048 * doc/invoke.texi (-march=@var{arch}): Add octeon.
6049
6050 2008-08-24 Jan Hubicka <jh@suse.cz>
6051
6052 * doc/invoke.texi (-fipa-cp-clone): New option.
6053 (-fipa-cp): Update docs.
6054 (--param ipcp-unit-growth):New.
6055 * ipa-cp.c: Include fibheap.h, params.h
6056 (ipcp_initialize_node_lattices): When not cloning, all externally
6057 visible functions are bottom.
6058 (ipcp_need_redirect_p): Accept clones.
6059 (ipcp_insert_stage): Use cost driven heuristics.
6060 (max_count, dead_nodes): New static vars.
6061 (ipcp_need_original_clone_p, ipcp_estimate_cloning_cost,
6062 ipcp_const_param_count): New functions.
6063 * common.opt (ipa-cp-clone): New command line option.
6064 * params.def (ipcp-unit-growth): New.
6065
6066 2008-08-24 Jan Hubicka <jh@suse.cz>
6067
6068 * tree-inline.c (tree_function_versioning): Look harder
6069 for referenced vars.
6070
6071 2008-08-24 Razya Ladelsky <razya@il.ibm.com>
6072
6073 PR tree-optimization/37185
6074 * matrix-reorg.c (transform_access_sites): Update changed stmt.
6075
6076 2008-08-23 Jan Hubicka <jh@suse.cz>
6077
6078 * ipa-cp.c (ipcp_analyze_node): New function.
6079 (ipcp_update_cloned_node): Use it.
6080 (ipcp_init_stage): Likewise.
6081 * ipa-inline.c (function_insertion_hook_holder): New static var.
6082 (analyze_function): Break out from ....
6083 (inline_generate_summary): Here; register insertion hook.
6084 (cgraph_decide_inlining): Remove hook.
6085 (add_new_function): New function.
6086
6087 2008-08-23 Jan Hubicka <jh@suse.cz>
6088
6089 * opts.c (decode_options): Revert accidental change enabling ipa-cp.
6090
6091 2008-08-23 Jan Hubicka <jh@suse.cz>
6092
6093 * ipa-cp.c (constant_val_insert): Remove.
6094 (ipcp_propagate_one_const): Remove.
6095 (ipcp_create_replace_map): Always insert replacements to the map.
6096 (ipcp_insert_stage): Do not try to insert statements by hand.
6097 * tree-inline.c (insert_init_stmt): Break out from ...
6098 (setup_one_parameter): ... here; allow NULL BB pointer.
6099 (tree_function_versioning): Use setup_one_parameter to process
6100 replacement map.
6101
6102 2008-08-23 Jan Hubicka <jh@suse.cz>
6103
6104 * tree.c (decl_address_ip_invariant_p): New function.
6105 * tree.h (decl_address_ip_invariant_p): Declare.
6106 * gimple.c (strip_invariant_refs): Break out from ...
6107 (is_gimple_invariant_address): ... here
6108 (is_gimple_ip_invariant_address): New function.
6109 (is_gimple_ip_invariant): New function.
6110 * gimple.h (is_gimple_ip_invariant_address, is_gimple_ip_invariant):
6111 Declare.
6112
6113 * ipa-cp.c (ipcp_lat_is_const): Remove handling of IPA_CONST_VALUE_REF.
6114 (ipcp_lat_is_insertable): All constants are insertable.
6115 (ipcp_lattice_from_jfunc, ipcp_print_all_lattices): Remove handling of
6116 IPA_CONST_VALUE_REF.
6117 (ipcp_initialize_node_lattices): Propagate all types of operands.
6118 (build_const_val): Do not handle IPA_CONST_VALUE_REF.
6119 (ipcp_create_replace_map): Reformat.
6120 (ipcp_need_redirect_p): Simplify.
6121 (ipcp_insert_stage): Check that argument is used before clonning.
6122 * ipa-prop.c (ipa_print_node_jump_functions): Do not handle
6123 IPA_CONST_REF.
6124 (compute_scalar_jump_functions): Simplify using is_gimple_ip_invariat.
6125 (determine_cst_member_ptr): Keep wrapping ADDR_EXPR of members.
6126 (update_call_notes_after_inlining): Expect ADDR_EXPR in operand.
6127 * ipa-prop.h (jump_func_type): Remove IPA_CONST_REF.
6128 (jump_func_type): Remove IPA_CONST_VALUE_REF.
6129 * tree-inline.c (tree_function_versioning): Add variables referenced
6130 by replacing trees.
6131
6132 2008-08-23 Jan Hubicka <jh@suse.cz>
6133
6134 PR target/37094
6135 * i386.c (standard_80387_constant_p): Use optimize_size.
6136
6137 2008-08-23 Ira Rosen <irar@il.ibm.com>
6138
6139 PR tree-optimization/37161
6140 * tree-vectorizer.h (vect_get_smallest_scalar_type): Declare.
6141 * tree-vect-analyze.c (vect_get_smallest_scalar_type): New function.
6142 (vect_determine_vectorization_factor): Move the scalar type
6143 retrieval to vect_get_smallest_scalar_type.
6144 (vect_build_slp_tree): Call vect_get_smallest_scalar_type to get
6145 scalar type. Remove redundant computation.
6146 * tree-vect-transform.c (vect_get_constant_vectors): Add argument.
6147 (vect_get_slp_defs): Take the type of RHS into account if
6148 necessary by calling vect_get_smallest_scalar_type. Call
6149 vect_get_constant_vectors with additional argument.
6150
6151 2008-08-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6152
6153 PR 35648
6154 * doc/invoke.texi (Wwrite-strings): Clarify description.
6155
6156 2008-08-23 Ira Rosen <irar@il.ibm.com>
6157
6158 PR tree-optimization/37174
6159 * tree-vect-analyze.c (vect_get_and_check_slp_defs): Check that the
6160 def stmt is a part of the loop before accessing its stmt_vec_info.
6161
6162 2008-08-22 Anatoly Sokolov <aesok@post.ru>
6163
6164 PR target/11259
6165 * config/avr/avr.md (UNSPEC_SWAP): New constants.
6166 (*swap): New insn pattern.
6167 (*ashlqi3): Rename from ashlqi3 insn pattern.
6168 (ashlqi3): New expanders.
6169 (*lshrqi3): Rename from lshrqi3 insn pattern.
6170 (lshrqi3): New expanders.
6171 (ashlqi3_const4, ashlqi3_const5, ashlqi3_const6, lshrqi3_const4,
6172 lshrqi3_const5, lshrqi3_const6): New splitters.
6173 (andi, ashlqi3_l_const4, ashlqi3_l_const5, ashlqi3_l_const6,
6174 lshrqi3_l_const4, lshrqi3_l_const5, lshrqi3_l_const6): Define
6175 peephole2 patterns.
6176
6177 2008-08-22 Richard Guenther <rguenther@suse.de>
6178
6179 PR tree-optimization/37078
6180 * tree-vrp.c (extract_range_from_unary_expr): Avoid generating
6181 [+INF, +INF] ranges.
6182
6183 2008-08-22 Richard Guenther <rguenther@suse.de>
6184
6185 PR tree-optimization/37143
6186 * tree-vect-transform.c (vect_create_cond_for_align_checks): Build
6187 a conversion statement instead of a copy.
6188
6189 2008-08-22 Uros Bizjak <ubizjak@gmail.com>
6190
6191 PR target/37184
6192 * config/i386/i386.c (ix86_match_ccmode): Handle CCAmode,
6193 CCCmode, CCOmode and CCSmode destination modes.
6194
6195 PR target/37191
6196 * config/i386/mmx.md (*vec_extractv2sf_0): Avoid combining registers
6197 from different units in a single alternative.
6198 (*vec_extractv2sf_1): Ditto.
6199 (*vec_extractv2si_0): Ditto.
6200 (*vec_extractv2si_1): Ditto.
6201 * config/i386/sse.md (sse2_storehpd): Ditto.
6202 (sse2_storelpd): Ditto.
6203 (sse2_loadhpd): Ditto.
6204 (sse2_loadlpd): Ditto.
6205
6206 PR target/37197
6207 * config/i386/i386.md (clzsi2_abm): Fix operand 1 constraints.
6208 (popcountsi2): Ditto.
6209 (clzdi2_abm): Ditto.
6210 (popcountdi2): Ditto.
6211 (clzhi2_abm): Ditto.
6212 (popcounthi2): Ditto.
6213
6214 2008-08-22 Richard Guenther <rguenther@suse.de>
6215
6216 PR middle-end/36548
6217 PR middle-end/37125
6218 * fold-const.c (extract_muldiv_1): Optimize (X * C1) % C2 only
6219 if the multiplication does not overflow.
6220
6221 2008-08-21 Nathan Sidwell <nathan@codesourcery.com>
6222
6223 * c-ppoutput.c (init_pp_output): Initialize src_line to 1.
6224
6225 2008-08-21 Richard Henderson <rth@redhat.com>
6226
6227 * configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Remove
6228 spurrious comma from test.
6229 * configure: Rebuild.
6230
6231 2008-08-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6232
6233 PR 30457
6234 * builtins.c (fold_builtin_next_arg): Add warning about undefined
6235 behaviour.
6236
6237 2008-08-21 Aldy Hernandez <aldyh@redhat.com>
6238
6239 * c-tree.h (grokfield): New argument.
6240 * c-decl.c (grokfield): Handle new location argument.
6241 * c-parser.c (c_parser_struct_declaration): Pass location to grokfield.
6242
6243 2008-08-21 Richard Guenther <rguenther@suse.de>
6244
6245 * tree-ssa-ccp.c (ccp_fold): Fold VIEW_CONVERT_EXPRs of constants.
6246
6247 2008-08-21 Jan Hubicka <jh@suse.cz>
6248
6249 * cgraph.c (first_cgraph_function_insertion_hook): New variable.
6250 (cgraph_add_function_insertion_hook,
6251 cgraph_remove_function_insertion_hook,
6252 cgraph_call_function_insertion_hooks): New functions.
6253 * cgraph.h (cgraph_add_function_insertion_hook,
6254 cgraph_remove_function_insertion_hook,
6255 cgraph_call_function_insertion_hooks): Declare.
6256 * ipa-reference.c (function_insertion_hook_holder): New variable.
6257 (check_operand, look_for_address_of): When checking late, do not care
6258 about module bitmaps.
6259 (add_new_function): New function.
6260 (generate_summary): Register hooks; zero module bitmaps.
6261 (propagate): Unregister hooks.
6262 * ipa-pure-const.c (function_insertion_hook_holder): New variable.
6263 (add_new_function): New function.
6264 (generate_summary): Register hook.
6265 (propagate): Remove hook.
6266
6267 * ipa-cp.c (ipcp_need_redirect_p): Fix to not be constant 0.
6268
6269 * tree-pass.h (pass_ipa_cp): Make ipa_opt_pass.
6270 * ipa-cp.c (ipcp_update_cloned_node): New function.
6271 (build_const_val): Handle functions correctly; bring type logic
6272 into sync with tree-inline.c
6273 (ipcp_init_stage): Take care of computing stuff needed by
6274 indirect inlining; update clones.
6275 (ipcp_generate_summary): Break out of ipcp_driver.
6276 (ipcp_driver): Do only execution and transformation.
6277 (pass_ipa_cp): Make IPA_PASS.
6278 * tree-ssa-ccp.c (fold_stmt_r): Check type before trying to fold
6279 offset to address.
6280 * ipa-inline.c (inline_indirect_intraprocedural_analysis): When doing
6281 ipcp, some info is already available.
6282 * ipa-prop.c (ipa_count_arguments): Grow edge lists as needed.
6283 * tree-inline.c (remap_ssa_name): Unshare expression.
6284
6285 2008-08-21 Richard Guenther <rguenther@suse.de>
6286
6287 * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
6288 a PHI ask VN if it is already available.
6289 * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
6290 * tree-ssa-sccvn.c (vn_phi_lookup): Export.
6291
6292 2008-08-21 Richard Guenther <rguenther@suse.de>
6293
6294 PR middle-end/36817
6295 * tree-chrec.c (chrec_apply): Always call chrec_fold_plus which
6296 makes sure to produce a result of the correct type.
6297
6298 2008-08-21 Jan Hubicka <jh@suse.cz>
6299 Backport from LTO branch:
6300
6301 2008-05-05 Kenneth Zadeck <zadeck@naturalbridge.com>
6302 Jan Hubicka <jh@suse.cz>
6303
6304 * ipa-pure-const.c
6305 (init_state, finish_state, set_function_state, generate_summary):
6306 New functions.
6307 (scan_stmt): Renamed from scan_function. Changed to keep state in
6308 local static vars rather than cgraph aux field.
6309 (propagate): Renamed from static_execute. Changed to keep state in
6310 local static vars rather than cgraph aux field.
6311 (pass_ipa_pure_const): Changed from SIMPLE_IPA_PASS to IPA_PASS.
6312 * tree-pass.h (pass_ipa_pure_const): Turn into IPA_PASS.
6313
6314 2008-07-15 Kenneth Zadeck <zadeck@naturalbridge.com>
6315
6316 * tree-pass.h (pass_ipa_reference): Make into ipa_opt_pass.
6317 * ipa-reference.c (init_function_info, generate_summary,
6318 propagate): New functions.
6319 (analyze_function): Call init_function_info.
6320 (static_execute): Stripped into generate_summary and propagate.
6321 (pass_ipa_reference): Made into ipa_opt_pass.
6322
6323 2008-08-21 Richard Guenther <rguenther@suse.de>
6324
6325 PR tree-optimization/37181
6326 * tree-vrp.c (extract_range_from_binary_expr): Check for NULL
6327 folding result.
6328 (extract_range_from_unary_expr): Likewise.
6329
6330 2008-08-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6331
6332 * diagnostic.c (pedwarn_at): Rename as pedwarn.
6333 (pedwarn): Delete.
6334 * toplev.h (pedwarn_at): Likewise.
6335 * builtins.c: Update all calls to pedwarn.
6336 * c-lex.c: Likewise.
6337 * toplev.c: Likewise.
6338 * c-tree.h: Likewise.
6339 * c-decl.c: Likewise.
6340 * c-errors.c: Likewise.
6341 * c-typeck.c: Likewise.
6342 * c-common.c: Likewise.
6343 * c-parser.c: Likewise.
6344
6345 2008-08-20 Joseph Myers <joseph@codesourcery.com>
6346
6347 PR target/31070
6348 * config/sparc/sparc.c (function_arg_slotno): Handle structure
6349 with MODE_VECTOR_INT mode.
6350
6351 2008-08-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6352
6353 PR middle-end/179
6354 * tree-ssa.c (warn_uninit): Do not warn for variables that can be
6355 initialized outside the current module.
6356 (warn_uninitialized_var): Ignore left-hand side when walking the
6357 trees. Ignore address expressions. Examine VUSE operands in gimple
6358 statements with a variable declaration on the right-hand side.
6359
6360 2008-08-20 Richard Sandiford <rdsandiford@googlemail.com>
6361
6362 PR bootstrap/37155
6363 * rtlanal.c (subreg_offset_representable_p): Revert last change.
6364
6365 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6366
6367 PR 35701
6368 * c-common.c (conversion_warning): Do not warn if applying bit-and
6369 operator to unsigned constant that fits in the target type.
6370
6371 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6372
6373 PR c++/35602
6374 * c-common.c (conversion_warning): Do not warn for artificial
6375 expressions.
6376
6377 2008-08-20 Richard Guenther <rguenther@suse.de>
6378
6379 * tree-vrp.c (op_with_constant_singleton_value_range): New function.
6380 (extract_range_from_binary_expr): Fall back to constant propagation.
6381 (extract_range_from_unary_expr): Likewise.
6382
6383 2008-08-20 Richard Guenther <rguenther@suse.de>
6384
6385 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Do not mess
6386 with TREE_THIS_VOLATILE on shared nodes.
6387 (fold_stmt_r): Likewise.
6388
6389 2008-08-20 Jakub Jelinek <jakub@redhat.com>
6390
6391 PR c/37171
6392 * c-parser.c (c_parser_attributes): For keywords use canonical
6393 spelling for attr_name.
6394
6395 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6396
6397 * value-prof.c (check_counter): Revert wrong call to error.
6398
6399 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6400
6401 * profile.c: Update calls to inform.
6402 * value-prof.c: Update calls to inform.
6403
6404 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6405
6406 * diagnostic.c (inform): Add an explicit location_t parameter.
6407 * toplev.h (inform): Update declaration.
6408 * builtins.c: Update all calls to inform.
6409 * c-common.c: Likewise.
6410 * c-decl.c: Likewise.
6411 * c-opts.c: Likewise.
6412 * c-pch.c: Likewise.
6413 * c-pragma.c: Likewise.
6414 * c-typeck.c: Likewise.
6415 * coverage.c: Likewise.
6416 * opts.c: Likewise.
6417 * toplev.c: Likewise.
6418 * tree-cfg.c: Likewise.
6419 * tree-ssa.c: Likewise.
6420
6421 2008-08-20 H.J. Lu <hongjiu.lu@intel.com>
6422
6423 PR target/37169
6424 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): In
6425 V2DI mode, for SSE4.1, use movq instead of vector set if the
6426 second element is zero and inter-unit moves are OK.
6427
6428 2008-08-20 Richard Guenther <rguenther@suse.de>
6429
6430 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More
6431 properly handle conversion/copy chains after tuplification.
6432
6433 2008-08-20 Richard Guenther <rguenther@suse.de>
6434
6435 * passes.c (init_optimization_passes): Move the second
6436 forwprop pass before alias computation. Remove the second
6437 DCE pass. Remove the first dominator and phi copy/const
6438 prop passes.
6439
6440 2008-08-20 Nick Clifton <nickc@redhat.com>
6441
6442 * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Always test for assembler
6443 support of this feature. Do not assume that a sufficiently new
6444 assembler will support the feature regardless of the target type.
6445 (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
6446 * configure: Regenerate.
6447
6448 2008-08-20 Richard Guenther <rguenther@suse.de>
6449
6450 * tree-vrp.c (found_in_subgraph): Remove.
6451 (live): New global static.
6452 (live_on_edge): New function.
6453 (blocks_visited): Remove.
6454 (register_edge_assert_for_2): Use live_on_edge.
6455 (find_conditional_asserts): Remove code dealing with
6456 found_in_subgraph. Do not walk the CFG.
6457 (find_switch_asserts): Likewise.
6458 (find_assert_locations_1): Renamed from find_assert_locations.
6459 Move finding assert locations for conditional and switch
6460 statements first. Update live bitmap. Do not walk the CFG.
6461 (find_assert_locations): New function.
6462 (insert_range_assertions): Remove entry of CFG walk.
6463 Adjust call to find_assert_locations.
6464 * tree-ssa-pre.c (do_regular_insertion): Ignore critical edges
6465 that only can appear because of fake exit edges but assert we
6466 never try to insert on those.
6467 (fini_pre): Do not remove fake exit edges here...
6468 (execute_pre): ...but here, before committing edge inserts.
6469
6470 2008-08-19 Richard Guenther <rguenther@suse.de>
6471
6472 * passes.c (init_optimization_passes): Exchange store-ccp
6473 with a ccp pass.
6474
6475 2008-08-19 Rafael Espíndola <espindola@google.com>
6476
6477 * varasm.c (weak_decls): Move earlier in the file.
6478 (assemble_external): Add weak decls to the weak_decls list.
6479 (declare_weak): Don't add decls to the weak_decls list.
6480
6481 2008-08-19 H.J. Lu <hongjiu.lu@intel.com>
6482
6483 PR target/37157
6484 * config/i386/sse.md (sse2_punpckhqdq, sse2_punpcklqdq): Moved
6485 before (sse2_shufpd_<mode>).
6486
6487 2008-08-19 Jakub Jelinek <jakub@redhat.com>
6488
6489 PR debug/37156
6490 * pretty-print.c (pp_base_format): Deal with recursive BLOCK trees.
6491 * tree.c (block_nonartificial_location): Likewise.
6492
6493 2008-08-19 Richard Guenther <rguenther@suse.de>
6494
6495 PR tree-optimization/35972
6496 PR tree-optimization/23094
6497 * tree-ssa-sccvn.h (vn_reference_lookup_pieces): Add maywalk
6498 parameter.
6499 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Properly
6500 handle MISALIGNED_INDIRECT_REF.
6501 (get_ref_from_reference_ops): New helper.
6502 (vn_reference_lookup_pieces): Walk the use-def chain using the
6503 alias-oracle if requested.
6504 * tree-ssa-pre.c (phi_translate_1): Do reference lookup with
6505 walking the use-def chain.
6506 (compute_avail): But not here.
6507 (create_component_ref_by_pieces_1): Properly handle
6508 MISALIGNED_INDIRECT_REF.
6509 (do_regular_insertion): Handle fully redundant
6510 expressions after PHI-translation also for SSA_NAME values, not
6511 only constants. Correctly use edoubleprime for that.
6512
6513 2008-08-19 Ira Rosen <irar@il.ibm.com>
6514
6515 * tree-vectorizer.c (supportable_widening_operation): Support
6516 multi-step conversion, return the number of steps in such conversion
6517 and the required intermediate types.
6518 (supportable_narrowing_operation): Likewise.
6519 * tree-vectorizer.h (vect_pow2): New function.
6520 (supportable_widening_operation): Change argument types.
6521 (supportable_narrowing_operation): Likewise.
6522 (vectorizable_type_promotion): Add an argument.
6523 (vectorizable_type_demotion): Likewise.
6524 * tree-vect-analyze.c (vect_analyze_operations): Call
6525 vectorizable_type_promotion and vectorizable_type_demotion with
6526 additional argument.
6527 (vect_get_and_check_slp_defs): Detect patterns.
6528 (vect_build_slp_tree): Add an argument, don't fail in case of multiple
6529 types.
6530 (vect_analyze_slp_instance): Don't fail in case of multiple types.
6531 Call vect_build_slp_tree with correct arguments. Calculate unrolling
6532 factor according to the smallest type in the loop.
6533 (vect_detect_hybrid_slp_stmts): Include statements from patterns.
6534 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Call
6535 supportable_widening_operation with correct arguments.
6536 * tree-vect-transform.c (vect_get_slp_defs): Allocate output vector
6537 operands lists according to the number of vector statements in left
6538 or right node, if exists.
6539 (vect_gen_widened_results_half): Remove unused argument.
6540 (vectorizable_conversion): Call supportable_widening_operation,
6541 supportable_narrowing_operation, and vect_gen_widened_results_half
6542 with correct arguments.
6543 (vectorizable_assignment): Change documentation, support multiple
6544 types in SLP.
6545 (vectorizable_operation): Likewise.
6546 (vect_get_loop_based_defs): New function.
6547 (vect_create_vectorized_demotion_stmts): Likewise.
6548 (vectorizable_type_demotion): Support loop-aware SLP and general
6549 multi-step conversion. Call vect_get_loop_based_defs and
6550 vect_create_vectorized_demotion_stmts for transformation.
6551 (vect_create_vectorized_promotion_stmts): New function.
6552 (vectorizable_type_promotion): Support loop-aware SLP and general
6553 multi-step conversion. Call vect_create_vectorized_promotion_stmts
6554 for transformation.
6555 (vectorizable_store): Change documentation, support multiple
6556 types in SLP.
6557 (vectorizable_load): Likewise.
6558 (vect_transform_stmt): Pass SLP_NODE to
6559 vectorizable_type_promotion and vectorizable_type_demotion.
6560 (vect_schedule_slp_instance): Move here the calculation of number
6561 of vectorized statements for each node from...
6562 (vect_schedule_slp): ... here.
6563 (vect_transform_loop): Call vect_schedule_slp without the last
6564 argument.
6565
6566 2008-08-19 Dorit Nuzman <dorit@il.ibm.com>
6567
6568 PR bootstrap/37152
6569 * tree-vect-transform.c (vect_create_epilog_for_reduction): Change =
6570 to == in assert statement.
6571 (vectorizable_reduction): Fix typo.
6572
6573 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
6574
6575 PR bootstrap/37153
6576 * value-prof.c (check_counter): Dereference pointer to overall
6577 count when printing it.
6578
6579 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
6580
6581 * profile.h: Really add it.
6582
6583 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
6584
6585 * mcf.c: Really add it.
6586
6587 2008-08-18 Paul Yuan <yingbo.com@gmail.com>
6588 Vinodha Ramasamy <vinodha@google.com>
6589
6590 * cgraph.c (cgraph_edge): Handle inconsistent counts when setting
6591 count_scale.
6592 * value-prof.c (check_counter): Fix the counter if
6593 flag_profile_correction is true.
6594 (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
6595 tree_mod_subtract_transform):
6596 Follow check_counter parameter change.
6597 * common.opt (fprofile-correction): New option.
6598 * mcf.c: New file.
6599 * profile.h: Likewise.
6600 * profile.c (edge_info, EDGE_INFO): Moved to new file profile.h.
6601 (sum_edge_counts, is_edge_inconsistent, correct_negative_edge_counts,
6602 is_inconsistent, set_bb_counts, read_profile_edge_counts): New
6603 functions.
6604 (compute_branch_probabilities): Refactored. Invokes mcf_smooth_cfg if
6605 flag_profile_correction is set.
6606
6607 2008-08-18 Richard Sandiford <rdsandiford@googlemail.com>
6608
6609 * rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK.
6610
6611 2008-08-18 Tomas Bily <tbily@suse.cz>
6612
6613 * tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to CONVERT_EXPR_CODE_P.
6614 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Use
6615 CONVERT_EXPR_P.
6616 * tree-data-ref.c (split_constant_offset_1): Likewise.
6617 * tree-inline.c (estimate_operator_cost): Use CASE_CONVERT.
6618 * tree-sra.c (sra_walk_expr): Likewise.
6619 * matrix-reorg.c (ssa_accessed_in_assign_rhs): Likewise.
6620 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
6621 * gimple.h (gimple_assign_cast_p): Use CONVERT_EXPR_CODE_P.
6622 * tree-ssa-structalias.c (find_func_aliases, find_func_aliases):
6623 Likewise.
6624 * gimple.c (gimple_assign_unary_nop_p): Likewise.
6625 * tree-vect-transform.c (vectorizable_type_demotion)
6626 (vectorizable_type_promotion): Likewise.
6627 * tree-inline.c (expand_call_inline):
6628 * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
6629 (forward_propagate_addr_expr_1, forward_propagate_comparison)
6630 (tree_ssa_forward_propagate_single_use_vars): Likewise.
6631 * expr.c (expand_expr_real_1): Likewise.
6632 * tree-ssa-dom.c (hashable_expr_equal_p, iterative_hash_hashable_expr)
6633 (gimple_assign_unary_useless_conversion_p): Likewise.
6634 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
6635 * tree-ssa-ccp.c (ccp_fold, fold_gimple_assign): Likewise.
6636 * fold-const.c (fold_unary): Likewise.
6637 * tree.h (CONVERT_EXPR_P): Likewise.
6638 * tree.c (simple_cst_equal, iterative_hash_expr): Likewise.
6639 * tree-ssa-loop-im.c (rewrite_bittest): Likewise.
6640 * tree-vrp.c:
6641 (register_edge_assert_for_2, extract_range_from_unary_expr)
6642 (register_edge_assert_for_1): Likewise.
6643
6644 2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6645
6646 * real.h (dconst_e, dconst_third, dconst_sqrt2, dconst_e_ptr,
6647 dconst_third_ptr, dconst_sqrt2_ptr): Declare.
6648 (enum real_value_const): Delete.
6649 (get_real_const): Delete.
6650 * real.c (get_real_const): Delete.
6651 (dconst_e_ptr): Define.
6652 (dconst_third_ptr): Define.
6653 (dconst_sqrt2_ptr): Define.
6654 * builtins.c: Update all callers.
6655
6656 2008-08-18 Richard Guenther <rguenther@suse.de>
6657
6658 * tree-ssa-reassoc.c (reassociate_bb): Properly reset the
6659 statement iterator after statement removal.
6660
6661 2008-08-18 Andreas Tobler <a.tobler@schweiz.org>
6662
6663 * config/rs6000/driver-rs6000.c (detect_caches_freebsd): New function.
6664 (detect_processor_freebsd): Likewise.
6665 (host_detect_local_cpu): Call newly added functions for FreeBSD.
6666
6667 2008-08-18 Richard Guenther <rguenther@suse.de>
6668
6669 * tree-cfg.c (verify_types_in_gimple_assign): Verify copies
6670 and loads have the correct types.
6671
6672 2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6673
6674 PR cpp/7263
6675 * c-opts.c (cpp_opts): Remove static.
6676 * c-parser.c (cpp_opts): Declare it extern.
6677 (disable_extension_diagnostics): Handle cpp options.
6678 (enable_extension_diagnostics): Likewise.
6679
6680 2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6681
6682 * diagnostics.c (permerror_at): Rename as permerror.
6683 (permerror): Delete.
6684 * toplev.h: Likewise.
6685
6686 2008-08-18 Richard Guenther <rguenther@suse.de>
6687
6688 * passes.c (init_optimization_passes): Remove cleanup_cfg1,
6689 sdse1 and addressables2 passes. Replace dce1 with cddce1.
6690 Move call_cdce before build_alias. Move copyrename2,
6691 cunrolli and ccp2 beafore build_alias. Re-add addressable2
6692 right after final inlining.
6693 * tree-cfg.c (build_gimple_cfg): Do not dump function here.
6694 (pass_build_cfg): But instead via TODO_dump_func.
6695
6696 2008-08-18 Richard Guenther <rguenther@suse.de>
6697
6698 * tree-sra.c (generate_element_init_1): Deal with NULL constructor
6699 element index.
6700 (scalarize_init): If we failed to generate some initializers
6701 do not generate zeros for not instantiated members. Instead
6702 rely on the copy out.
6703 * tree-ssa-operands.c (get_addr_dereference_operands): Warn
6704 about missing flow-sensitive alias info only if we have
6705 aliases computed.
6706
6707 2008-08-17 Nick Clifton <nickc@redhat.com>
6708
6709 * doc/extend.texi (Function Attributes): Fix typo in description
6710 if hot function attribute.
6711
6712 2008-08-17 Daniel Jacobowitz <dan@codesourcery.com>
6713 Richard Sandiford <rdsandiford@googlemail.com>
6714
6715 * doc/install.texi (--with-mips-plt): Document.
6716 * doc/invoke.texi (-mplt, -mno-plt): Document.
6717 * config.gcc (mips*-*-*): Add mips-plt to supported_defaults
6718 and handle ${with_mips_plt}.
6719 * config/mips/mips.opt (mplt): New option.
6720 * config/mips/mips.h (TARGET_ABICALLS_PIC0): New macro.
6721 (TARGET_ABICALLS_PIC2): Likewise.
6722 (TARGET_GPWORD): Return false for TARGET_ABSOLUTE_ABICALLS.
6723 (OPTION_DEFAULT_SPECS): Add a mips-plt entry.
6724 (ASM_SPEC): Use !mabi=* instead of !mabi*.
6725 (MIPS_CALL): Use TARGET_ABICALLS_PIC2 instead of TARGET_ABICALLS
6726 to decide whether to output ".option picX" directives.
6727 * config/mips/linux.h (SUBTARGET_ASM_SPEC): Remove -mabi=64 handling.
6728 Pass -call_nonpic rather than -KPIC for -mplt.
6729 (BASE_DRIVER_SELF_SPECS): Remove -mplt if -mno-shared is not present
6730 on the command line. Also remove it when -mabi=64 is used without
6731 -msym32.
6732 * config/mips/linux64.h (SUBTARGET_ASM_SPEC): Delete.
6733 * config/mips/mips.c (mips_use_pic_fn_addr_reg_p): Handle
6734 TARGET_ABICALLS_PIC0.
6735 (mips_classify_symbol): Use TARGET_ABICALLS_PIC2 instead of
6736 TARGET_ABICALLS.
6737 (mips16_build_function_stub): Only output ".option pic" directives
6738 and PIC stubs if TARGET_ABICALLS_PIC2. Call through $25 instead of $1.
6739 (mips16_build_call_stub): Fix comment and remove redundant
6740 ".set at"/"set .noat" directives.
6741 (mips_function_rodata_section): Use the default behaviour for
6742 TARGET_ABSOLUTE_ABICALLS.
6743 (mips_file_start): Emit ".option pic0" for TARGET_ABICALLS_PIC0.
6744 (mips_global_pointer): Handle TARGET_ABICALLS_PIC0.
6745 (mips_restore_gp): Do nothing if the current function doesn't use
6746 a global pointer.
6747 (mips_expand_prologue): Only save $gp if the current function uses it.
6748 Use a normal move for TARGET_ABICALLS_PIC0.
6749 (mips_override_options): Only set flag_pic if TARGET_ABICALLS_PIC2.
6750
6751 2008-08-17 Richard Sandiford <rdsandiford@googlemail.com>
6752
6753 * config/mips/mips.c (mips_save_reg_p): Don't short-circuit rest
6754 of function when handling GLOBAL_POINTER_REGNUM.
6755
6756 2008-08-16 Eric Botcazou <ebotcazou@adacore.com>
6757
6758 PR ada/20548
6759 * common.opt (-fstack-check): Do not declare the variable here.
6760 (-fstack-check=): New option variant.
6761 * doc/invoke.texi (Code Gen Options): Document it.
6762 * expr.h (STACK_OLD_CHECK_PROTECT): New macro.
6763 (STACK_CHECK_PROTECT): Bump to 3 pages if DWARF-2 EH is used.
6764 (STACK_CHECK_STATIC_BUILTIN): New macro.
6765 * doc/tm.texi (Stack Checking): Document STACK_CHECK_STATIC_BUILTIN.
6766 * opts.c: Include expr.h.
6767 (common_handle_option) <OPT_fold_stack_check_>: New case.
6768 <OPT_fstack_check>: Likewise.
6769 * calls.c (initialize_argument_information): Use TYPE_SIZE_UNIT
6770 consistently in the test for variable-sized types. Adjust for
6771 new behaviour of flag_stack_check.
6772 * explow.c: Include except.h.
6773 (allocate_dynamic_stack_space): Do not take into account
6774 STACK_CHECK_MAX_FRAME_SIZE for static builtin stack checking.
6775 * function.c (gimplify_parameters): Use DECL_SIZE_UNIT in the test
6776 for variable-sized parameters. Treat all parameters whose size is
6777 greater than STACK_CHECK_MAX_VAR_SIZE as variable-sized if generic
6778 stack checking is enabled.
6779 * gimplify.c (gimplify_decl_expr): Treat non-static objects whose
6780 size is greater than STACK_CHECK_MAX_VAR_SIZE as variable-sized
6781 if generic stack checking is enabled.
6782 (expand_function_end): Adjust for new behaviour of flag_stack_check.
6783 * reload1.c (reload): Likewise.
6784 * stmt.c (expand_decl): Assert that all automatic variables have
6785 fixed size at this point and remove dead code.
6786 * flags.h (stack_check_type): New enumeration type.
6787 (flag_stack_check): Declare.
6788 * toplev.c (flag_stack_check): New global variable.
6789 * Makefile.in (opts.o): Add dependency on EXPR_H.
6790 (explow.o): Add dependency on except.h.
6791
6792 2008-08-16 Andy Hutchinson <hutchinsonandy@aim.com>
6793
6794 * config/avr/avr.c (avr_override_options): Reduce value of
6795 PARAM_INLINE_CALL_COST.
6796
6797 2008-08-15 Eric Botcazou <ebotcazou@adacore.com>
6798
6799 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: When converting
6800 to BLKmode, try to fetch an inner memory reference. Use 'mode' in
6801 lieu of TYPE_MODE (type) throughout.
6802
6803 2008-08-15 Joseph Myers <joseph@codesourcery.com>
6804
6805 * config/arm/arm.c (add_minipool_backward_ref): Check for
6806 8-byte-aligned entries in second case of forcing insertion after a
6807 particular entry. Change third case to avoid inserting
6808 non-8-byte-aligned entries before 8-byte-aligned ones.
6809
6810 2008-08-15 Richard Guenther <rguenther@suse.de>
6811
6812 * tree-ssa-ccp.c (maybe_fold_offset_to_reference): Do not
6813 strip components for unknown size accesses.
6814
6815 2008-08-15 Wolfgang Gellerich <gellerich@de.ibm.com>
6816
6817 * config/s390/2097.md New file.
6818 * config/s390/s390.md ("z10prop" attribute): Define none,
6819 z10_super, z10_super_E1, z10_super_A1, z10_super_c,
6820 z10_super_c_E1, z10_fwd, z10_fwd_A1, z10_fwd_A3, z10_fwd_E1,
6821 z10_rec, z10_fr, z10_fr_A3, z10_fr_E1, z10_c, and z10_cobra as
6822 possible values and apply them to insns as appropriate.
6823 ("type" attribute): Removed itof and added ftrunctf,ftruncdf,
6824 ftruncsd, ftruncdd, itoftf, itofdf, itofsf, itofdd, itoftd,
6825 fdivdd, fdivtd, floaddd, floadsd, fmuldd, fmultd, fsimpdd,
6826 fsimpsd, fsimptd, fstoredd, fstoresd, ftoidfp as possible values.
6827 ("bfp" mode attribute): Removed. Every occurence replaced
6828 with <mode>.
6829 * config/s390/s390.c (struct "z10_cost"): Updated entries.
6830 * config/s390/2084.md (insn_reservation "x_itof"): Updated
6831 type attribute.
6832
6833 2008-08-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6834
6835 PR c/28152
6836 * c-parser.c (c_lex_one_token): Do not store the canonical spelling
6837 for keywords.
6838
6839 2008-08-14 Dorit Nuzman <dorit@il.ibm.com>
6840
6841 * tree-vect-transform.c (vect_create_epilog_for_reduction): Takes an
6842 additional argument. Support reduction when duplication is needed due
6843 to data-types of different sizes in the loop.
6844 (get_initial_def_for_induction): Fix printout.
6845 (vect_get_vec_def_for_stmt_copy): Support case where the
6846 vec_stmt_for_operand is a phi node.
6847 (vectorizable_reduction): Support reduction when duplication is needed
6848 due to data-types of different sizes in the loop.
6849 (vectorizable_call): Remove restriction to not vectorize in case we
6850 have data-types of different sizes in the loop.
6851 (vectorizable_conversion): Likewise.
6852 (vectorizable_operation): Likewise.
6853 (vectorizable_type_demotion): Likewise.
6854 (vectorizable_type_promotion): Likewise.
6855 (vectorizable_induction): Add restriction to not vectorize in case
6856 we have data-types of different sizes in the loop.
6857
6858 2008-08-14 Christophe Saout <christophe@saout.de>
6859 Uros Bizjak <ubizjak@gmail.com>
6860
6861 PR target/37101
6862 * config/i386/sse.md (vec_concatv2di): Remove movlps alternative.
6863 (*vec_concatv2di_rex64_sse4_1): Ditto.
6864 (*vec_concatv2di_rex64_sse): Ditto.
6865
6866 2008-08-14 Jakub Jelinek <jakub@redhat.com>
6867
6868 PR middle-end/37103
6869 * fold-const.c (fold_widened_comparison): Do not allow
6870 sign changes that change the result even if shorter type
6871 is wider than arg1_unw's type.
6872
6873 2008-08-13 Kazu Hirata <kazu@codesourcery.com>
6874
6875 * gcc.dg/arm-g2.c, gcc.dg/arm-mmx-1.c, gcc.dg/arm-scd42-2.c:
6876 Skip if the multilib testing specifies -march that does not
6877 agree with the one specified in the testcase.
6878
6879 2008-08-13 Joseph Myers <joseph@codesourcery.com>
6880
6881 * config/sparc/sparc.c (emit_soft_tfmode_cvt): Explicitly sign or
6882 zero extend SImode values being converted to TFmode before passing
6883 to libcalls.
6884
6885 2008-08-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6886
6887 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Predefine
6888 __PPU__ when targeting the Cell/B.E. PPU processor.
6889
6890 2008-08-13 Eric Botcazou <ebotcazou@adacore.com>
6891
6892 * gimple.h (gimple_call_set_chain): Accept SSA variables.
6893 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <CALL_EXPR>:
6894 Rematerialize the static chain, if any.
6895 * tree-ssa-sccvn.c (copy_reference_ops_from_call): Also copy the
6896 static chain.
6897
6898 2008-08-13 H.J. Lu <hongjiu.lu@intel.com>
6899
6900 * dwarf2out.c (dwarf_stack_op_name): Remove prototype.
6901 (new_loc_descr): Likewise.
6902 (add_loc_descr): Likewise.
6903 (size_of_loc_descr): Likewise.
6904 (size_of_locs): Likewise.
6905 (output_loc_operands): Likewise.
6906 (output_loc_sequence): Likewise.
6907 (new_reg_loc_descr): New.
6908 (build_cfa_loc): Use it.
6909 (build_cfa_aligned_loc): Likewise.
6910 (one_reg_loc_descriptor): Likewise.
6911 (based_loc_descr): Likewise.
6912
6913 2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6914
6915 PR 30551
6916 * doc/invoke.texi (Wmain): Update.
6917 * c-decl.c (start_decl): warn_main is only 0 or 1.
6918 (start_function): Likewise. Fix formatting.
6919 (finish_function): Delete redundant warning.
6920 * c.opt (Wmain): Add Var(warn_main) and Init(-1).
6921 * c-opts (c_common_handle_option): -Wall only has effect if
6922 warn_main is uninitialized. OPT_Wmain is automatically
6923 handled. -pedantic also enables Wmain.
6924 (c_common_post_options): Handle all logic for Wmain here.
6925 * c-common.c (warn_main): Delete.
6926 (check_main_parameter_types): Make pedwarns conditional on OPT_Wmain.
6927 * c-common.h (warn_main): Delete.
6928
6929 2008-08-13 H.J. Lu <hongjiu.lu@intel.com>
6930
6931 PR middle-end/36701
6932 * expr.c (emit_group_store): Allocate stack temp with the
6933 largest alignment when copying from register to stack.
6934
6935 2008-08-13 Richard Guenther <rguenther@suse.de>
6936
6937 * tree.h (maybe_fold_offset_to_address): Declare.
6938 * tree-ssa-ccp.c (surely_varying_stmt_p): Fix typo in last commit.
6939 (ccp_fold): Handle pointer conversions the same as fold_stmt.
6940 Likewise for POINTER_PLUS_EXPR.
6941 (maybe_fold_offset_to_reference): Enable disabled code.
6942 (maybe_fold_offset_to_address): New function.
6943 (fold_stmt_r): Use it.
6944 (fold_gimple_assign): Likewise.
6945 * gimplify.c (gimplify_conversion): Use maybe_fold_offset_to_address.
6946 (gimplify_expr): Likewise.
6947
6948 2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6949
6950 * toplev.h (pedwarn_at): Fix declaration.
6951
6952 2008-08-13 Joseph Myers <joseph@codesourcery.com>
6953
6954 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
6955 LINK_SPEC): Use %R in -Y P argument.
6956
6957 2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6958
6959 PR c/15236
6960 * diagnostic.c (pedwarn_at): New.
6961 * toplev.h (pedwarn_at): Declare.
6962 * c-tree.h (build_enumerator): Update declaration.
6963 * c-decl.c (finish_enum): Update comment.
6964 (build_enumerator): Take a location parameter. Give a pedwarn but do
6965 not perform any conversion.
6966 * c-parser.c (c_parser_enum_specifier): Set correct location for
6967 enumerator.
6968
6969 2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6970
6971 PR 35635
6972 * c-common.c (conversion_warning): Use a switch. Ignore boolean
6973 expressions except for conversions to signed:1 bitfields. Handle
6974 COND_EXPR with constant operands.
6975
6976 2008-08-13 Richard Guenther <rguenther@suse.de>
6977
6978 PR tree-optimization/15255
6979 * tree-ssa-reassoc.c (linearize_expr_tree): Declare.
6980 (struct oecount_s): New struct and VEC types.
6981 (cvec): New global.
6982 (oecount_hash): New function.
6983 (oecount_eq): Likewise.
6984 (oecount_cmp): Likewise.
6985 (zero_one_operation): New function.
6986 (build_and_add_sum): Likewise.
6987 (undistribute_ops_list): Perform un-distribution of multiplication
6988 and division on the chain of summands.
6989 (should_break_up_subtract): Also break up subtracts for factors.
6990 (reassociate_bb): Delete dead visited statements.
6991 Call undistribute_ops_list. Re-sort and optimize if it did something.
6992 * passes.c (init_optimization_passes): Move DSE before
6993 reassociation.
6994 * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Correctly handle
6995 PHI nodes.
6996
6997 2008-08-12 Janis Johnson <janis187@us.ibm.com>
6998
6999 * doc/invoke.texi (-fipa-pta): Say the option is experimental.
7000
7001 * doc/invoke.texi: Revert unintended checkin.
7002
7003 2008-08-12 Nathan Froyd <froydnj@codesourcery.com>
7004
7005 PR libgomp/26165
7006 * gcc.c (include_spec_function): Tweak call to find_a_file.
7007
7008 2008-08-12 Jakub Jelinek <jakub@redhat.com>
7009
7010 PR middle-end/37014
7011 * expr.c (expand_expr_real_1): Handle TRUTH_ANDIF_EXPR
7012 and TRUTH_ORIF_EXPR.
7013 * dojump.c (do_jump): Likewise.
7014
7015 PR tree-optimization/37084
7016 * tree-inline.c (copy_bb): Call gimple_regimplify_operands
7017 if id->regimplify, don't assume stmt is a cast assignment.
7018
7019 2008-08-12 Anatoly Sokolov <aesok@post.ru>
7020
7021 * final.c (final_scan_insn): Use app_enable/app_disable functions.
7022
7023 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7024
7025 PR bootstrap/37097
7026 * builtins.c (do_mpfr_bessel_n): Fix copy-and-paste bug introduced
7027 by last change.
7028
7029 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7030
7031 * defaults.h (TARGET_FLOAT_FORMAT): Remove.
7032 (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT): Remove.
7033
7034 * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Remove.
7035 * config/iq2000/iq2000.h (TARGET_FLOAT_FORMAT): Remove.
7036 * config/pdp11/pdp11.h (TARGET_FLOAT_FORMAT): Remove.
7037 * config/score/score.h (TARGET_FLOAT_FORMAT): Remove.
7038 * config/vax/vax.h (TARGET_FLOAT_FORMAT): Remove.
7039
7040 * doc/tm.texi (Storage Layout): Remove documentation for
7041 TARGET_FLOAT_FORMAT.
7042
7043 * simplify-rtx.c (simplify_binary_operation_1): Replace
7044 TARGET_FLOAT_FORMAT check by appropriate HONOR_... checks.
7045
7046 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7047
7048 * real.h (struct real_format): New member has_sign_dependent_rounding.
7049 * real.c (ieee_single_format, mips_single_format, motorola_single_format,
7050 spu_single_format, ieee_double_format, mips_double_format,
7051 motorola_double_format, ieee_extended_motorola_format,
7052 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
7053 ieee_extended_intel_96_round_53_format, ibm_extended_format,
7054 mips_extended_format, ieee_quad_format, mips_quad_format,
7055 vax_f_format, vax_d_format, vax_g_format): Initialize it.
7056 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
7057
7058 * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
7059 MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
7060 * config/spu/spu.h (MODE_HAS_NANS, MODE_HAS_INFINITIES,
7061 MODE_HAS_SIGN_DEPENDENT_ROUNDING): Remove.
7062 (ROUND_TOWARDS_ZERO): Likewise.
7063
7064 * real.h (REAL_MODE_FORMAT): Protect MODE against macro expansion.
7065 (FLOAT_MODE_FORMAT): New macro.
7066 (REAL_MODE_FORMAT_COMPOSITE_P): Remove, replace by ...
7067 (MODE_COMPOSITE_P): ... this new macro.
7068 (MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
7069 MODE_HAS_SIGN_DEPENDENT_ROUNDING): New macros.
7070 * machmode.h (GET_MODE_INNER): Cast result to enum machine_mode.
7071
7072 * flags.h: Include "real.h".
7073
7074 * fold-const.c (const_binop): Use MODE_COMPOSITE_P instead of
7075 REAL_MODE_FORMAT_COMPOSITE_P.
7076 * simplify-rtx.c (simplify_const_binary_operation): Likewise.
7077
7078 * doc/tm.texi (Storage Layout): Remove documentation of
7079 MODE_HAS_NANS, MODE_HAS_INFINITIES, MODE_HAS_SIGNED_ZEROS,
7080 MODE_HAS_SIGN_DEPENDENT_ROUNDING. Update documentation of
7081 ROUND_TOWARDS_ZERO and LARGEST_EXPONENT_IS_NORMAL to clarify
7082 they only apply to libgcc2.a.
7083
7084 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7085
7086 * config/spu/float_disf.c: New file.
7087 * config/spu/float_unsdisf.c: New file.
7088 * config/spu/t-elf (LIB2FUNCS_STATIC_EXTRA): Add them.
7089 (LIB2FUNCS_EXCLUDE): Define.
7090
7091 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7092 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7093
7094 * real.h (struct real_format): New member round_towards_zero.
7095 * real.c (round_for_format): Respect fmt->round_towards_zero.
7096 (ieee_single_format, mips_single_format, motorola_single_format,
7097 spu_single_format, ieee_double_format, mips_double_format,
7098 motorola_double_format, ieee_extended_motorola_format,
7099 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
7100 ieee_extended_intel_96_round_53_format, ibm_extended_format,
7101 mips_extended_format, ieee_quad_format, mips_quad_format,
7102 vax_f_format, vax_d_format, vax_g_format): Initialize it.
7103 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
7104
7105 * builtins.s (do_mpfr_arg1): Consider round_towards_zero member of
7106 real_format to choose rounding mode when calling MPFR functions.
7107 (do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Likewise.
7108 (do_mpfr_bessel_n, do_mpfr_remquo, do_mpfr_lgamma_r): Likewise.
7109
7110 * real.h (real_to_decimal_for_mode): Add prototype.
7111 * real.c (real_to_decimal_for_mode): Renames old real_to_decimal.
7112 Respect target rounding mode when generating decimal representation.
7113 (real_to_decimal): New stub for backwards compatibility.
7114 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Use
7115 real_to_decimal_for_mode instead of real_to_decimal.
7116
7117 * config/spu/spu.md ("floatdisf2", "floatunsdisf2"): New.
7118
7119 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7120 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7121
7122 * real.c (spu_single_format): New variable.
7123 * real.h (spu_single_format): Declare.
7124
7125 * config/spu/spu.c (spu_override_options): Install SFmode format.
7126 (spu_split_immediate): Use integer mode to operate on pieces of
7127 floating-point values in all cases.
7128
7129 * config/spu/spu.md (UNSPEC_FLOAT_EXTEND, UNSPEC_FLOAT_TRUNCATE): New.
7130 ("extendsfdf2"): Use UNSPEC_FLOAT_EXTEND instead of FLOAT_EXTEND.
7131 ("truncdfsf2"): Use UNSPEC_FLOAT_TRUNCATE instead of FLOAT_TRUNCATE.
7132
7133 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7134
7135 * config/spu/spu.c (spu_safe_dma): Respect TARGET_SAFE_DMA.
7136
7137 2008-08-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7138
7139 * config/spu/spu.h (DWARF_FRAME_RETURN_COLUMN): Define.
7140
7141 2008-08-12 Jakub Jelinek <jakub@redhat.com>
7142
7143 PR c++/36688
7144 * gimplify.c (gimplify_modify_expr_rhs): Test TREE_READONLY
7145 on the VAR_DECL instead of TYPE_READONLY on its type.
7146
7147 2008-08-12 Ira Rosen <irar@il.ibm.com>
7148
7149 * tree-vectorizer.c: Depend on langhooks.h.
7150 (supportable_widening_operation): Add two arguments. Support double
7151 type conversions.
7152 (supportable_narrowing_operation): Likewise.
7153 * tree-vectorizer.h (supportable_widening_operation): Add two
7154 arguments.
7155 (supportable_narrowing_operation): Likewise.
7156 * tree-vect-patterns.c (vect_recog_widen_mult_pattern) : Call
7157 supportable_widening_operation with correct arguments.
7158 * tree-vect-transform.c (vectorizable_conversion): Likewise.
7159 (vectorizable_type_demotion): Support double type conversions.
7160 (vectorizable_type_promotion): Likewise.
7161 * Makefile.in (tree-vectorizer.o): Depend on langhooks.h.
7162
7163 2008-08-11 Michael Matz <matz@suse.de>
7164
7165 * i386/i386.c (override_options): Move initialisation from
7166 flag_schedule_insns_after_reload to here from ...
7167 (optimization_options): ... here.
7168
7169 2008-08-11 Jakub Jelinek <jakub@redhat.com>
7170
7171 PR rtl-optimization/36998
7172 * dwarf2out.c (compute_barrier_args_size_1,
7173 compute_barrier_args_size): Temporarily remove assertions.
7174
7175 2008-08-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7176
7177 PR middle-end/20644
7178 * tree-ssa.c (struct walk_data): Add new flag
7179 warn_possibly_uninitialized.
7180 (warn_uninitialized_var): Use it.
7181 (warn_uninitialized_vars): New.
7182 (execute_early_warn_uninitialized): Call it.
7183 (execute_late_warn_uninitialized): Likewise.
7184
7185 2008-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
7186
7187 PR middle-end/36238
7188 * reload1.c (gen_reload): Guard calls to get_secondary_mem
7189 for memory subregs.
7190
7191 2008-08-09 Jan Hubicka <jh@suse.cz>
7192
7193 PR target/37055
7194 * optabs.c (maybe_emit_unop_insn): Remove produced code if
7195 expansion failed.
7196 (expand_fix): Be prepared for expansion to fail.
7197 (expand_sfix_optab): Remove instructions if expansion failed.
7198
7199 2008-08-09 Anatoly Sokolov <aesok@post.ru>
7200
7201 * config/avr/avr.c (avr_mcu_types): Move the AT43USB320 device to
7202 avr31 architecture.
7203 * config/avr/avr.h (CRT_BINUTILS_SPECS): (Ditto.).
7204 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
7205
7206 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7207
7208 * config.gcc (mips*-*-linux*, mips64*-*-linux*): Add
7209 mips/t-libgcc-mips16 to tmake_file.
7210 * config/mips/mips-protos.h (mips_call_type): New enum.
7211 (mips_pic_base_register, mips_got_load): Declare.
7212 (mips_restore_gp): Take an rtx argument.
7213 (mips_use_pic_fn_addr_reg_p): Declare.
7214 (mips_expand_call): Replace the sibcall_p argument with
7215 a mips_call_type argument. Add a lazy_p parameter.
7216 (mips_split_call): Declare.
7217 * config/mips/mips.h (MIPS16_PIC_TEMP_REGNUM): New macro.
7218 (MIPS16_PIC_TEMP): Likewise.
7219 (reg_class): Delete M16_NA_REGS.
7220 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
7221 (SYMBOL_FLAG_BIND_NOW, SYMBOL_REF_BIND_NOW_P): New macros.
7222 (mips_split_hi_p): Declare.
7223 * config/mips/mips.c (mips_split_hi_p): New array.
7224 (mips_regno_to_class): Change M16_NA_REGS entries to M16_REGS.
7225 (mips_got_symbol_type_p): New function.
7226 (mips_global_symbol_p): Check SYMBOL_REF_EXTERNAL_P.
7227 (mips16_stub_function_p): New function.
7228 (mips16_local_function_p): Likewise.
7229 (mips_use_pic_fn_addr_reg_p): Likewise.
7230 (mips_cannot_force_const_mem): Return false for HIGHs.
7231 Extend CONST_INT and symbolic handling to MIPS16, using
7232 mips_symbol_insns to check that the base symbol type is a
7233 legitimate constant. Reject GOT-based constants if
7234 TARGET_MIPS16_PCREL_LOADS.
7235 (mips_const_insns): Check targetm.cannot_force_const_mem when
7236 decomposing a symbolic base and a large offset.
7237 (mips_emit_call_insn): Add ORIG_ADDR and ADDR parameters.
7238 When calling a function that needs $25 from MIPS16 code,
7239 move the target address into $25 separately and add a USE
7240 to the call insn.
7241 (mips16_gp_pseudo_reg): Insert the initializer immediately
7242 before the first real insn.
7243 (mips_pic_base_register, mips_got_load): New functions.
7244 (mips_split_symbol): Generalize the name of the LO_SUM_OUT
7245 parameter to LOW_OUT. Say that it can be any valid SET_SRC
7246 when splitting a load-address operation. Split SYMBOL_GOT_DISP
7247 constants and highs of SYMBOL_GOT_PAGE_OFST constants.
7248 (mips_call_tls_get_addr): Update the call to mips_expand_call,
7249 also passing NULL_RTX rather than const0_rtx as the aux argument.
7250 (mips_rewrite_small_data_p): Check mips_lo_relocs and mips_split_p
7251 instead of TARGET_EXPLICIT_RELOCS.
7252 (mips_ok_for_lazy_binding_p): Check SYMBOL_REF_BIND_NOW_P.
7253 (mips_load_call_address): Replace the sibcall_p argument with
7254 a mips_call_type argument. Use mips_got_load.
7255 (mips16_local_alias): New structure.
7256 (mips16_local_aliases): New variable.
7257 (mips16_local_aliases_hash): New function.
7258 (mips16_local_aliases_eq): Likewise.
7259 (mips16_local_alias): Likewise.
7260 (mips16_stub_function): Likewise.
7261 (mips16_build_function_stub): Create a local alias for the target
7262 function. Handle TARGET_ABICALLS. For PIC abicalls, emit a
7263 .cpload directive and an R_MIPS_NONE relocation for the target
7264 function, then load the alias rather than the function itself.
7265 Wrap the non-PIC abicalls version in ".option pic0/.option pic2".
7266 (mips16_copy_fpr_return_value): Use mips16_stub_function and
7267 mips_expand_call. Set SYMBOL_REF_BIND_NOW on the symbol.
7268 (mips16_build_call_stub): Replace the FN parameter with an
7269 FN_PTR parameter. Force the address into a register if it
7270 isn't a call_insn_operand; don't rely on the caller to do this.
7271 If a call to a locally-defined and locally-binding MIPS16
7272 function must be made indirectly, redirect the call to the
7273 function's local alias. Use mips16_stub_function_p,
7274 mips16_stub_function, mips_expand_call and use_reg.
7275 Set SYMBOL_FLAG_BIND_NOW on __mips_call_* symbols.
7276 Use explicit %hi and %lo accesses where possible.
7277 Use MIPS_CALL to generate the correct code form of a
7278 jal instruction. Add clobbers of $18 instead of uses.
7279 Update the call to mips_emit_call_insn.
7280 (mips_expand_call): Replace the SIBCALL_P argument with a
7281 mips_call_type argument and handle the new MIPS_CALL_EPILOGUE value.
7282 Take a LAZY_P parameter. Call mips16_build_call_stub first,
7283 allowing it to modify the call address. Update the calls to
7284 mips_load_call_address and mips_emit_call_insn.
7285 (mips_split_call): New function.
7286 (mips_init_relocs): Clear mips_split_hi_p. Only use %gp_rel if
7287 !TARGET_MIPS16. Split SYMBOL_GOT_DISP, and the high parts of
7288 SYMBOL_GOT_PAGE_OFST, for MIPS16 code.
7289 (mips_global_pointer): Check mips16_cfun_returns_in_fpr_p.
7290 (mips_extra_live_on_entry): Include MIPS16_PIC_TEMP_REGNUM
7291 if TARGET_MIPS16.
7292 (mips_cprestore_slot): New function.
7293 (mips_restore_gp): Take a TEMP parameter. Handle TARGET_MIPS16
7294 and use mips_cprestore_slot.
7295 (mips_output_function_prologue): Handle TARGET_MIPS16 for
7296 LOADGP_OLDABI.
7297 (mips_emit_loadgp): Move into MIPS16_PIC_TEMP for MIPS16,
7298 then use a copygp_mips16 instruction to set up $28.
7299 (mips_expand_prologue): Initialize the cprestore slot for MIPS16 too.
7300 (mips16_lay_out_constants): Call split_all_insns_noflow.
7301 (mips_reorg_process_insns): Explicitly set all_noreorder_p to
7302 false if TARGET_MIPS16.
7303 (mips_reorg): Don't call vr4130_align_insns if TARGET_MIPS16.
7304 (mips_output_mi_thunk): Use mips_got_symbol_type_p. Use the
7305 mips_dangerous_for_la25_p approach for MIPS16 PIC calls too.
7306 (mips_set_mips16_mode): Always set MASK_EXPLICIT_RELOCS for
7307 MIPS16 code. Allow MIPS16 o32 PIC.
7308 (mips_override_options): Allow MIPS16 o32 PIC.
7309 * config/mips/mips.md: Lower CONST_GP_P moves into register moves
7310 after reload if TARGET_USE_GOT.
7311 (UNSPEC_COPYGP): New constant.
7312 (length): Use a default length of 8 for MIPS16 GOT loads.
7313 (*got_disp<mode>): Check mips_split_p instead of TARGET_XGOT.
7314 (*got_page<mode>): Check mips_split_hi_p.
7315 (*got_disp<mode>, *got_page<mode>): Use mips_got_load.
7316 (unspec_got<mode>, unspec_call<mode>): New expanders.
7317 (load_got<mode>, load_call<mode>): Remove the length attributes.
7318 Use a got attribute instead of a type attribute.
7319 (copygp_mips16): New insn.
7320 (restore_gp): Add a scratch clobber and pass it to mips_restore_gp.
7321 (load_call<mode>): Use a "d" constraint instead of an "r" constraint.
7322 (sibcall, sibcall_value, call, call_value): Update the calls
7323 to mips_expand_call.
7324 (call_internal, call_value_internal): Use mips_split_call.
7325 (call_value_multiple_internal): Likewise.
7326 (call_split): Move after call_internal (the insn it is split from).
7327 (call_internal_direct, call_value_internal_direct): Turn into
7328 define_insn_and_splits. Split if TARGET_SPLIT_CALLS.
7329 (call_direct_split, call_value_direct_split): New patterns.
7330 * config/mips/constraints.md (c): Handle TARGET_MIPS16 first
7331 and use M16_REGS instead of M16_NA_REGS.
7332 * config/mips/predicates.md (const_call_insn_operand): Replace
7333 the TARGET_ABSOLUTE_ABICALLS-based check with a more general
7334 mips_use_pic_fn_addr_reg_p check.
7335 (move_operand): Reject HIGHs if mips_split_hi_p.
7336 * config/mips/mips16.S: Assembly as empty if the ABI is not suitable.
7337 (__mips16_floatunsisf): Inline __mips16_floatsisf.
7338 (CALL_STUB_NO_RET, CALL_STUB_REG): Copy the target register to $25.
7339 * config/mips/libgcc-mips16.ver: New file.
7340 * config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Add
7341 $(srcdir)/config/mips/libgcc-mips16.ver.
7342
7343 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7344
7345 * config/mips/mips.c (mips_unspec_address_offset): Move earlier
7346 in file.
7347 (mips_unspec_address, mips_unspec_offset_high): Likewise.
7348 (mips_ok_for_lazy_binding_p, mips_load_call_address): Likewise.
7349 (mips16_cfun_returns_in_fpr_p): Likewise.
7350
7351 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7352
7353 * config/mips/mips.h (MASK_RETURN_ADDR): Expand commentary.
7354 * config/mips/linux-unwind.h (mips_fallback_frame_state): Add 2
7355 rather than 4 to PC.
7356
7357 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7358
7359 * config/mips/mips.h (STATIC_CHAIN_REGNUM): Remap to $15.
7360 (FUNCTION_PROFILER): Save the static chain pointer into $2
7361 beforehand and restore it aftewards.
7362 (TRAMPOLINE_TEMPLATE): Adjust accordingly. Load the target
7363 address directly into $25 and call the function through $25;
7364 do not clobber $3. Pad the DImode version to cover the space
7365 left by the deleted $25 <- $3 move.
7366 (TRAMPOLINE_SIZE): Adjust the size of the SImode version after
7367 the removal of the $25 <- $3 move.
7368 (INITIALIZE_TRAMPOLINE): Update offsets accordingly.
7369 * config/mips/sdemtk.h (FUNCTION_PROFILER): As for mips.h.
7370
7371 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7372 Daniel Jacobowitz <dan@codesourcery.com>
7373
7374 * config/mips/mips.h (FUNCTION_NAME_ALREADY_DECLARED): Delete.
7375 * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Delete.
7376 (ASM_DECLARE_FUNCTION_SIZE, FUNCTION_NAME_ALREADY_DECLARED): Delete.
7377 * config/mips/mips.c (mips_start_function_definition): New function.
7378 (mips_end_function_definition): Likewise.
7379 (mips_output_function_prologue): Use mips_start_function_definition.
7380 (mips_output_function_epilogue): Use mips_end_function_definition.
7381 (build_mips16_function_stub): Use mips_start_function_definition
7382 and mips_end_function_definition.
7383 (build_mips16_call_stub): Likewise.
7384
7385 2008-08-09 Richard Guenther <rguenther@suse.de>
7386
7387 * gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
7388 * gimple.h (gimple_call_fn): Adjust comment.
7389 (gimple_call_set_fndecl): New function.
7390 (gimple_call_fndecl): Adjust for GIMPLE_CALL no
7391 longer having bare FUNCTION_DECL operand.
7392 (gimple_call_return_type): Likewise.
7393 * tree-cfg.c (verify_stmt): Verify function operand of a GIMPLE_CALL.
7394
7395 * value-prof.c (gimple_divmod_fixed_value): Do not emit labels.
7396 (gimple_mod_pow2): Likewise.
7397 (gimple_mod_subtract): Likewise.
7398 (gimple_ic): Likewise.
7399 (gimple_stringop_fixed_value): Likewise.
7400 (gimple_indirect_call_to_profile): Fix for GIMPLE_CALL no
7401 longer having bare FUNCTION_DECL operand.
7402 * ipa-cp.c (ipcp_update_callgraph): Use gimple_call_set_fndecl.
7403 * omp-low.c (optimize_omp_library_calls): Likewise.
7404 * cgraphunit.c (update_call_expr): Likewise.
7405 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
7406 (execute_convert_to_rsqrt): Likewise.
7407 * cfgexpand.c (gimple_to_tree): Simplify.
7408 (release_stmt_tree): Fix for GIMPLE_CALL no longer having
7409 bare FUNCTION_DECL operand.
7410 * tree-nested.c (init_tmp_var_with_call): Use gimple_call_return_type.
7411 (convert_gimple_call): Use gimple_call_fndecl.
7412 * c-common.c (c_warn_unused_result): Likewise.
7413
7414 2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7415
7416 PR c/17880
7417 * c-typeck.c (digest_init): Call verify_sequence_points from here.
7418 (c_finish_return): Likewise.
7419 (c_start_case): Likewise.
7420 * c-common.c (warn_for_collisions_1): Use explicit location in warning.
7421 * c-parser.c (c_parser_condition): New. Call
7422 verify_sequence_points.
7423 (c_parser_paren_condition): Call c_parser_condition.
7424 (c_parser_for_statement): Call c_parser_condition.
7425
7426 2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7427
7428 PR 36901
7429 * diagnostic.def (DK_PEDWARN, DK_PERMERROR): New.
7430 * diagnostic.c (pedantic_warning_kind, permissive_error_kind):
7431 Moved from diagnostic.h
7432 (diagnostic_report_diagnostic): Return bool. Handle DK_PEDWARN and
7433 DK_PERMERROR.
7434 (emit_diagnostic): New.
7435 (warning0, pedwarn0): Delete.
7436 (warning, warning_at, pedwarn, permerror): Return bool.
7437 * diagnostic.h (pedantic_warning_kind, permissive_error_kind):
7438 Moved to diagnostic.c.
7439 (struct diagnostic_context): Use correct type for
7440 classify_diagnostic.
7441 (diagnostic_report_diagnostic): Update declaration.
7442 (emit_diagnostic): Declare.
7443 * errors.c (warning): Return bool.
7444 * errors.h (warning): Update declaration.
7445 * toplev.h (warning0, pedwarn0): Delete.
7446 (warning, warning_at, pedwarn, permerror): Return bool.
7447 * c-errors.c (pedwarn_c99, pedwarn_c90): Use DK_PEDWARN.
7448 * c-decl.c (locate_old_decl): Delete 'diag' argument. Always use
7449 inform. Update all calls.
7450 (diagnose_mismatched_decls): Check return value of warning/pedwarn
7451 before giving informative note.
7452 (implicit_decl_warning): Likewise.
7453 * c-typeck.c (build_function_call): Likewise.
7454 * tree-sssa.c (warn_uninit): Likewise.
7455 * builtins.c (gimplify_va_arg_expr): Likewise.
7456
7457 2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7458
7459 PR 7651
7460 * doc/invoke.texi (-Wextra): Move warning from here...
7461 (-Wuninitialized): ... to here.
7462
7463 2008-08-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7464
7465 PR 28875
7466 * flags.h (set_Wunused): Delete
7467 * toplev.c (process_options): Handle Wunused flags here.
7468 * opts.c (maybe_warn_unused_parameter): Delete.
7469 (common_handle_option): Replace set_Wunused by warn_unused.
7470 (set_Wextra): Do not handle Wunused-parameter here.
7471 (set_Wunused): Delete.
7472 * c-opts.c (c_common_handle_option): Replace set_Wunused by
7473 warn_unused.
7474 * common.opt (Wunused): Add Var and Init.
7475 (Wunused-function): Likewise.
7476 (Wunused-label): Likewise.
7477 (Wunused-parameter): Likewise.
7478 (Wunused-value): Likewise.
7479 (Wunused-variable): Likewise.
7480
7481 2008-08-08 Peter Bergner <bergner@vnet.ibm.com>
7482
7483 * doc/invoke.texi: Add cpu_type power7.
7484 * config.in (HAVE_AS_VSX): New.
7485 * config.gcc: Add cpu_type power7.
7486 * configure.ac (HAVE_AS_VSX): Check for assembler support of the
7487 VSX instructions.
7488 * configure: Regenerate.
7489 * config/rs6000/rs6000.c (rs6000_override_options): Alias power7 to
7490 power5.
7491 * config/rs6000/rs6000.h (ASM_CPU_POWER7_SPEC): Define.
7492 (ASM_CPU_SPEC): Pass %(asm_cpu_power7) for -mcpu=power7.
7493 (EXTRA_SPECS): Add asm_cpu_power7 spec string.
7494
7495 2008-08-08 Dorit Nuzman <dorit@il.ibm.com>
7496
7497 * tree-vect-transform.c (vectorizable_conversion): Pass the integral
7498 type to vectorize.builtin_conversion.
7499 (vectorizable_conversion): Likewise.
7500 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Always takes
7501 integral type as input.
7502 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Add case for
7503 FIX_TRUNC_EXPR.
7504 (rs6000_expand_builtin): Add case for ALTIVEC_BUILTIN_VCTUXS
7505 and ALTIVEC_BUILTIN_VCTSXS.
7506 (rs6000_builtin_mul_widen_even. rs6000_builtin_mul_widen_odd): Fix
7507 formatting.
7508
7509 2008-08-08 Richard Guenther <rguenther@suse.de>
7510
7511 * tree-ssa-ccp.c (likely_value): Calls are not all varying.
7512 (surely_varying_stmt_p): Calls are varying only if they are
7513 non-builtin and not indirect or have no result.
7514 (ccp_fold): Re-instantiate code before the tuples merge.
7515
7516 2008-08-08 Richard Guenther <rguenther@suse.de>
7517
7518 PR tree-optimization/37056
7519 * gimple.h (gimple_assign_rhs_class): New helper function.
7520 * tree-ssa-loop-niter.c (get_val_for): Fix tuplification, handle
7521 unary operations properly.
7522
7523 2008-08-07 Jan Hubicka <jh@suse.cz>
7524
7525 * i386.h (ix86_size_cost): Declare.
7526 (ix86_cur_cost): New function macro.
7527 * i386.md (peepholes expanding size and splitters): Predicate by
7528 optimize_insn_for_speed_p.
7529 (peepholes reduce size and splitters): Predicate by
7530 optimize_insn_for_size_p.
7531 * i386.c (ix86_size_cost): Rename from ...
7532 (size_cost): This one.
7533 (override_options): Update.
7534 (decide_alg): Likewise.
7535 (ix86_expand_clear): Use RTL profile.
7536 (ix86_pad_returns): Use RTL profile.
7537
7538 2008-08-07 Jan Hubicka <jh@suse.cz>
7539
7540 * recog.c (split_all_insns): Set RTL profile
7541 (peephole2_optimize): Likewise.
7542 * function.c (thread_prologue_and_epilogue_insns): Likewise.
7543 * combine.c (combine_instructions): Likewise.
7544
7545 2008-08-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7546
7547 * c-common.c (c_common_reswords): Also warn about keyword "bool".
7548
7549 2008-08-07 Bob Wilson <bob.wilson@acm.org>
7550
7551 * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Copy incoming
7552 value in a6 after the set_frame_ptr insn.
7553
7554 2008-08-07 Richard Henderson <rth@redhat.com>
7555
7556 PR debug/37033
7557 * gcc.c (cpp_options): Pass along -g*.
7558
7559 2008-08-07 Joseph Myers <joseph@codesourcery.com>
7560
7561 * config/arm/arm.c (output_move_neon): Update comment describing
7562 big-endian vector layout.
7563 (arm_assemble_integer): Do not handle big-endian NEON vectors
7564 specially.
7565 * config/arm/neon.md (vec_set<mode>_internal, vec_extract<mode>,
7566 neon_vget_lane<mode>_sext_internal,
7567 neon_vget_lane<mode>_zext_internal, neon_vget_lane<mode>): Adjust
7568 element indices for big-endian.
7569
7570 2008-08-07 Richard Henderson <rth@redhat.com>
7571
7572 * configure.ac (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): New.
7573 * configure, config.in: Rebuild.
7574 * debug.h (dwarf2out_do_cfi_asm): Declare.
7575 * c-cppbuiltin.c (c_cpp_builtins): Use it.
7576 * dwarf2out.c (dwarf2out_do_cfi_asm): New.
7577 (dwarf2out_cfi_label, add_fde_cfi, output_call_frame_info,
7578 dwarf2out_begin_prologue, dwarf2out_end_epilogue): Use it.
7579
7580 2008-08-07 Joseph Myers <joseph@codesourcery.com>
7581
7582 * config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
7583 movv2si_internal): Combine into mov<mode>_internal.
7584 (movv2si_internal_2): Remove.
7585
7586 2008-08-07 Jan Hubicka <jh@suse.cz>
7587
7588 PR target/37048
7589 * i386.md (single stringop patterns): Enable unconditionally.
7590
7591 2008-08-07 H.J. Lu <hongjiu.lu@intel.com>
7592
7593 PR target/36992
7594 * config/i386/emmintrin.h (_mm_move_epi64): Use __builtin_ia32_movq128.
7595
7596 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVQ128.
7597 (bdesc_args): Add IX86_BUILTIN_MOVQ128.
7598
7599 * config/i386/sse.md (sse2_movq128): New.
7600
7601 * doc/extend.texi: Document __builtin_ia32_movq128.
7602
7603 2008-08-07 Richard Guenther <rguenther@suse.de>
7604
7605 PR middle-end/37042
7606 * tree-ssa-alias-warnings.c (nonstandard_alias_p): Ref-all
7607 pointers can access anything.
7608
7609 2008-08-06 Jan Hubicka <jh@suse.cz>
7610
7611 * optabs.c (emit_unop_insn): Break out to ...
7612 (maybe_emit_unop_insn): ... this one.
7613 (expand_sfix_optab): Use maybe variant.
7614 * optabs.h (maybe_emit_unop_insn): Declare.
7615
7616 * i386.md (mov0 patterns): Enable by default.
7617 (FP conversion expanders): Disable expansion of code expanding
7618 sequences when instruction should be optimized for size.
7619 (single strinop patterns): Enable when optimizing for size.
7620 (string expanders): Disable expanding of code expanding sequences
7621 when optimizning instruction for size.
7622 * i386.c (ix86_expand_vector_move_misalign): Do code size optimization
7623 per BB basis.
7624 (ix86_fp_comparison_sahf_cost): Likewise.
7625 (ix86_expand_branch): Likewise.
7626 (ix86_expand_ashl_const): Likewise.
7627 (ix86_split_ashl): Likewise.
7628 (ix86_expand_strlen): Likewise.
7629 (ix86_emit_fp_unordered_jump): Likewie.
7630
7631 2008-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7632
7633 * c-common.c: Fix typo.
7634 (c_common_reswords): Activate more C++ keyword warnings.
7635
7636 * matrix-reorg.c (compute_offset): Avoid C++ keywords.
7637
7638 2008-08-06 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7639
7640 PR 26785
7641 * diagnostic.c (permerror_at): New.
7642 * toplev.h (permerror_at): Declare.
7643
7644 2008-08-06 Victor Kaplansky <victork@il.ibm.com>
7645 Ira Rosen <irar@il.ibm.com>
7646
7647 * tree-vect-transform.c (vect_model_simple_cost): Return
7648 immediately if stmt is pure SLP.
7649 (vect_model_store_cost): Ditto.
7650 (vect_model_load_cost): Ditto.
7651 (vectorizable_store): Remove PURE_SLP check before call
7652 to vect_model_store_cost.
7653 (vect_model_store_cost): When checking whether stmt describe
7654 strided access, add a check that it is not slp_node.
7655
7656 2008-08-06 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7657
7658 PR 8715
7659 * c-common.c (warn_for_sign_compare): New. Handle separately the
7660 case that 'constant' is zero.
7661 * c-typeck.c (build_binary_op): Move code to c-common.c
7662
7663 2008-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7664
7665 * config/alpha/alpha.c (alpha_preferred_reload_class,
7666 alpha_secondary_reload, alpha_emit_set_const_1, function_value,
7667 alpha_output_mi_thunk_osf): Avoid C++ keywords.
7668 * config/arm/arm.c (output_move_vfp, output_move_neon): Likewise.
7669 * config/arm/arm.md: Likewise.
7670 * config/avr/avr-protos.h (preferred_reload_class,
7671 test_hard_reg_class, avr_simplify_comparison_p,
7672 out_shift_with_cnt, class_max_nregs): Likewise.
7673 * config/avr/avr.c (class_max_nregs, avr_simplify_comparison_p,
7674 output_movqi, output_movhi, output_movsisf, out_shift_with_cnt,
7675 preferred_reload_class, test_hard_reg_class): Likewise.
7676 * config/bfin/bfin.c (legitimize_pic_address, hard_regno_mode_ok,
7677 bfin_memory_move_cost, bfin_secondary_reload,
7678 bfin_output_mi_thunk): Likewise.
7679 * config/crx/crx.c (crx_secondary_reload_class,
7680 crx_memory_move_cost): Likewise.
7681 * config/frv/frv-protos.h (frv_secondary_reload_class,
7682 frv_class_likely_spilled_p, frv_class_max_nregs): Likewise.
7683 * config/frv/frv.c (frv_override_options, frv_alloc_temp_reg,
7684 frv_secondary_reload_class, frv_class_likely_spilled_p,
7685 frv_class_max_nregs): Likewise.
7686 * config/h8300/h8300.c (h8300_classify_operand,
7687 h8300_unary_length, h8300_bitfield_length, h8300_asm_insn_count):
7688 Likewise.
7689 * config/i386/winnt.c (i386_pe_declare_function_type): Likewise.
7690 * config/ia64/ia64.c (ia64_preferred_reload_class,
7691 ia64_secondary_reload_class, ia64_output_mi_thunk): Likewise.
7692 * config/iq2000/iq2000.c (gen_int_relational): Likewise.
7693 * config/m32c/m32c.c (class_can_hold_mode, m32c_output_compare):
7694 Likewise.
7695 * config/m68hc11/m68hc11.c (preferred_reload_class,
7696 m68hc11_memory_move_cost): Likewise.
7697 * config/mcore/mcore.c (mcore_secondary_reload_class,
7698 mcore_reload_class): Likewise.
7699 * config/mips/mips.c (mips_hard_regno_mode_ok_p,
7700 mips_class_max_nregs, mips_cannot_change_mode_class,
7701 mips_preferred_reload_class, mips_secondary_reload_class,
7702 mips_output_mi_thunk): Likewise.
7703 * config/mmix/mmix.c (mmix_preferred_reload_class,
7704 mmix_preferred_output_reload_class, mmix_secondary_reload_class):
7705 Likewise.
7706 * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
7707 Likewise.
7708 * config/pa/pa.c (pa_secondary_reload, pa_combine_instructions,
7709 pa_can_combine_p, pa_cannot_change_mode_class): Likewise.
7710 * config/pa/pa.h (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
7711 * config/rs6000/rs6000.c (paired_expand_vector_init,
7712 rs6000_secondary_reload_class, rs6000_output_mi_thunk,
7713 compare_section_name, rs6000_memory_move_cost): Likewise.
7714 * config/s390/s390.c (s390_emit_compare_and_swap,
7715 s390_preferred_reload_class, s390_secondary_reload,
7716 legitimize_pic_address, legitimize_tls_address,
7717 legitimize_reload_address, s390_expand_cs_hqi, s390_expand_atomic,
7718 s390_class_max_nregs): Likewise.
7719 * config/s390/s390.h (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
7720 * config/s390/s390.md: Likewise.
7721 * config/score/score-protos.h (score_secondary_reload_class,
7722 score_preferred_reload_class): Likewise.
7723 * config/score/score.c (score_preferred_reload_class,
7724 score_secondary_reload_class): Likewise.
7725 * config/score/score3.c (score3_output_mi_thunk,
7726 score3_preferred_reload_class, score3_secondary_reload_class,
7727 score3_hard_regno_mode_ok): Likewise.
7728 * config/score/score3.h (score3_preferred_reload_class,
7729 score3_secondary_reload_class): Likewise.
7730 * config/score/score7.c (score7_output_mi_thunk,
7731 score7_preferred_reload_class, score7_secondary_reload_class,
7732 score7_hard_regno_mode_ok): Likewise.
7733 * config/score/score7.h (score7_preferred_reload_class,
7734 score7_secondary_reload_class): Likewise.
7735 * config/sh/sh.c (prepare_move_operands, output_far_jump,
7736 output_branchy_insn, add_constant, gen_block_redirect,
7737 sh_insn_length_adjustment, sh_cannot_change_mode_class,
7738 sh_output_mi_thunk, replace_n_hard_rtx, sh_secondary_reload): Likewise.
7739 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
7740 * config/stormy16/stormy16.c (xstormy16_output_cbranch_hi,
7741 xstormy16_output_cbranch_si, xstormy16_secondary_reload_class,
7742 xstormy16_preferred_reload_class): Likewise.
7743 * config/xtensa/xtensa.c (xtensa_expand_compare_and_swap,
7744 xtensa_expand_atomic, override_options,
7745 xtensa_preferred_reload_class, xtensa_secondary_reload_class):
7746 Likewise.
7747 * reorg.c (try_merge_delay_insns): Likewise.
7748 * tree.c (merge_dllimport_decl_attributes): Likewise.
7749
7750 * config/frv/frv.c (frv_print_operand): Change isalpha to ISALPHA.
7751
7752 2008-08-06 Michael Matz <matz@suse.de>
7753
7754 * Makefile.in (write_entries_to_file): Quote words.
7755 * gengtype.c: (read_input_line): Skip over leading white-space.
7756
7757 2008-08-06 Marc Gauthier <marc@tensilica.com>
7758
7759 * config.gcc: Match more processor names for Xtensa.
7760 * configure.ac: Likewise.
7761 * doc/install.texi (Specific): Likewise.
7762 * configure: Regenerate.
7763
7764 2008-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7765
7766 * builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
7767 * calls.c (avoid_likely_spilled_reg): Likewise.
7768 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
7769 * cgraph.c (cgraph_clone_edge, cgraph_clone_node): Likewise.
7770 * config/i386/i386.c (ix86_expand_special_args_builtin,
7771 ix86_secondary_reload): Likewise.
7772 * except.c (struct eh_region, gen_eh_region_catch,
7773 remove_unreachable_regions, duplicate_eh_regions,
7774 assign_filter_values, build_post_landing_pads,
7775 sjlj_find_directly_reachable_regions, remove_eh_handler,
7776 reachable_next_level, foreach_reachable_handler,
7777 can_throw_internal_1, can_throw_external_1,
7778 collect_one_action_chain): Likewise.
7779 * expr.c (expand_expr_real_1, vector_mode_valid_p): Likewise.
7780 * fold-const.c (twoval_comparison_p, eval_subst): Likewise.
7781 * function.c (update_temp_slot_address, instantiate_new_reg,
7782 instantiate_virtual_regs_in_rtx,
7783 instantiate_virtual_regs_in_insn): Likewise.
7784 * gimple.c (extract_ops_from_tree, gimple_seq_copy): Likewise.
7785 * gimplify.c (gimplify_call_expr, gimplify_init_constructor,
7786 gimplify_cleanup_point_expr): Likewise.
7787 * ipa-cp.c (ipcp_lattice_changed): Likewise.
7788 * passes.c (next_pass_1): Likewise.
7789 * print-tree.c (print_node_brief, print_node): Likewise.
7790 * profile.c (branch_prob): Likewise.
7791 * tree-dump.c (dump_register): Likewise.
7792 * tree-eh.c (replace_goto_queue_cond_clause, lower_catch):
7793 Likewise.
7794 * tree-inline.c (remap_ssa_name, remap_type_1, remap_blocks,
7795 copy_statement_list, remap_gimple_op_r, copy_tree_body_r,
7796 copy_edges_for_bb, copy_cfg_body, copy_tree_r,
7797 copy_arguments_for_versioning, copy_static_chain): Likewise.
7798 * tree-into-ssa.c (names_replaced_by, add_to_repl_tbl,
7799 add_new_name_mapping, register_new_name_mapping): Likewise.
7800 * tree-mudflap.c (mf_xform_derefs): Likewise.
7801 * tree-predcom.c (struct chain, dump_chain, replace_ref_with,
7802 get_init_expr, combine_chains): Likewise.
7803 * tree-pretty-print.c (dump_generic_node): Likewise.
7804 * tree-ssa-structalias.c (create_variable_info_for): Likewise.
7805 * tree-vrp.c (simplify_cond_using_ranges): Likewise.
7806 * tree.c (substitute_in_expr, iterative_hash_expr): Likewise.
7807 * value-prof.c (gimple_duplicate_stmt_histograms): Likewise.
7808
7809 2008-08-06 H.J. Lu <hongjiu.lu@intel.com>
7810
7811 PR middle-end/37010
7812 * calls.c (expand_call): Use the biggest preferred stack
7813 boundary.
7814
7815 2008-08-06 Michael Matz <matz@suse.de>
7816
7817 PR target/36613
7818 * reload.c (push_reload): Merge in,out,in_reg,out_reg members
7819 for reused reload, instead of overwriting them.
7820
7821 2008-08-06 H.J. Lu <hongjiu.lu@intel.com>
7822
7823 PR middle-end/37009
7824 * cfgexpand.c (expand_stack_alignment): Check parm_stack_boundary
7825 for incoming stack boundary.
7826
7827 * function.c (assign_parm_find_entry_rtl): Update
7828 parm_stack_boundary.
7829
7830 * function.h (rtl_data): Add parm_stack_boundary.
7831
7832 * config/i386/i386.c (ix86_finalize_stack_realign_flags): Check
7833 parm_stack_boundary for incoming stack boundary.
7834
7835 2008-08-06 Joseph Myers <joseph@codesourcery.com>
7836
7837 * jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset
7838 for unrepresentable subregs or treat them as equal to other regs
7839 or subregs with the same register number.
7840
7841 2008-08-06 Aldy Hernandez <aldyh@redhat.com>
7842
7843 PR middle-end/35432
7844 * gimplify.c (gimplify_modify_expr): Do not optimize zero-sized types
7845 if want_value.
7846
7847 2008-08-06 Jan Hubicka <jh@suse.cz>
7848
7849 * predict.c (maybe_hot_frequency_p): When profile is absent, all
7850 frequencies might be hot.
7851
7852 2008-08-06 Andreas Krebbel <krebbel1@de.ibm.com>
7853
7854 * reload.c (find_reloads): Force constants into literal pool
7855 also if they are wrapped in a SUBREG.
7856
7857 2008-08-06 Maxim Kuvyrkov <maxim@codesourcery.com>
7858
7859 PR target/35659
7860 * haifa-sched.c (sched_insn_is_legitimate_for_speculation_p): Move ...
7861 * sched-deps.c (sched_insn_is_legitimate_for_speculation_p): ... here.
7862 Don't allow predicated instructions for data speculation.
7863 * sched-int.h (sched_insn_is_legitimate_for_speculation_p): Move
7864 declaration.
7865
7866 2008-08-06 Maxim Kuvyrkov <maxim@codesourcery.com>
7867
7868 * haifa-sched.c (extend_global): Split to extend_global_data and
7869 extend_region_data. Update all uses.
7870 (extend_all): Rename to extend_block_data.
7871
7872 2008-08-06 Maxim Kuvyrkov <maxim@codesourcery.com>
7873
7874 * sched-rgn.c (new_ready): Check if instruction can be
7875 speculatively scheduled before attempting speculation.
7876 (debug_rgn_dependencies): Remove wrongful assert.
7877
7878 2008-08-05 Bob Wilson <bob.wilson@acm.org>
7879
7880 * config/xtensa/t-xtensa: Remove dependency for gt-xtensa.h.
7881
7882 2008-08-05 Bob Wilson <bob.wilson@acm.org>
7883
7884 * config/xtensa/xtensa.c (xtensa_va_start): Unshare valist.
7885 (xtensa_gimplify_va_arg_expr): Unshare valist, orig_ndx, ndx, array,
7886 va_size, and type_size.
7887
7888 2008-08-04 Jason Merrill <jason@redhat.com>
7889
7890 PR c++/37016
7891 * tree-ssa.c (useless_type_conversion_p_1): Call langhook
7892 if TYPE_STRUCTURAL_EQUALITY_P is true for both types.
7893
7894 2008-08-05 Richard Henderson <rth@redhat.com>
7895
7896 * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Check .cfi_personality.
7897 * configure: Rebuild.
7898
7899 2008-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
7900
7901 PR tree-opt/37024
7902 * tree-tailcall.c (process_assignment): Use gimple_assign_cast_p
7903 instead of IS_CONVERT_EXPR_CODE_P for seeing if the assignment
7904 is a conversion.
7905
7906 2008-08-05 Richard Henderson <rth@redhat.com>
7907
7908 * Makefile.in (c-cppbuiltin.o): Depend on debug.h.
7909 * c-cppbuiltin.c (c_cpp_builtins): Define __GCC_HAVE_DWARF2_CFI_ASM.
7910 * doc/cpp.texi (__GCC_HAVE_DWARF2_CFI_ASM): Document it.
7911 * common.opt (fdwarf2-cfi-asm): New.
7912 * configure.ac (HAVE_GAS_CFI_DIRECTIVE): New.
7913 * config.in, configure: Rebuild.
7914 * dwarf2asm.c (dw2_asm_output_data_raw): New.
7915 (dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_sleb128_raw):
7916 New.
7917 (dw2_force_const_mem): Externalize.
7918 * dwarf2asm.h: Update.
7919 * dwarf2out.c (dwarf2out_cfi_label): If flag_dwarf2_cfi_asm, don't
7920 generate a real label.
7921 (output_cfi_directive): New.
7922 (add_fde_cfi): If flag_dwarf2_cfi_asm, use it.
7923 (output_call_frame_info): Do nothing if flag_dwarf2_cfi_asm.
7924 (dwarf2out_begin_prologue): Emit .cfi_startproc, .cfi_personality,
7925 and .cfi_lsda.
7926 (dwarf2out_end_epilogue): Emit .cfi_endproc.
7927 (output_loc_operands_raw, output_loc_sequence_raw): New.
7928 (output_cfa_loc_raw): New.
7929
7930 2008-08-05 Paul Brook <paul@codesourcery.com>
7931
7932 * doc/invoke.texi: Document new ARM -mfpu= and -mcpu= options.
7933 * config/arm/arm.c (all_fpus): Add vfpv3 and vfpv3-d16.
7934 (fp_model_for_fpu): Add entry for FPUTYPE_VFP3D16.
7935 (arm_file_start): Add FPUTYPE_VFP3D16. Rename vfp3 to vfpv3.
7936 * config/arm/arm.h (TARGET_VFPD32): Define.
7937 (TARGET_VFP3): Use TARGET_VFPD32.
7938 (fputype): Add FPUTYPE_VFP3D16.
7939 (LAST_VFP_REGNUM): Use TARGET_VFPD32.
7940 * config/arm/constraints.md ("w"): Use TARGET_VFPD32.
7941 * config/arm/arm-cores.def: Add cortex-r4f.
7942 * config/arm/arm-tune.md: Regenerate.
7943
7944 2008-08-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7945
7946 * config/spu_spu_mfcio.h: Wrap in extern "C" if __cplusplus.
7947 Reword some comments throughout the file.
7948
7949 (MFC_MIN_DMA_LIST_ELEMENTS): New define.
7950 (MFC_MAX_DMA_LIST_ELEMENTS): Likewise.
7951 (MFC_MIN_DMA_LIST_SIZE): Redefine in terms of
7952 MFC_MIN_DMA_LIST_ELEMENTS.
7953 (MFC_MAX_DMA_LIST_SIZE): Redefine in terms of
7954 MFC_MAX_DMA_LIST_ELEMENTS.
7955
7956 (MFC_START_ENABLE): Remove PPU-only define.
7957 (MFC_PUTS_CMD, MFC_PUTFS_CMD, MFC_PUTBS_CMD): Likewise.
7958 (MFC_GETS_CMD, MFC_GETFS_CMD, MFC_GETBS_CMD): Likewise.
7959
7960 (MFC_PUTB_CMD, MFC_PUTF_CMD): Reimplement using symbolic constants.
7961 (MFC_PUTL_CMD, MFC_PUTLB_CMD, MFC_PUTLF_CMD): Likewise.
7962 (MFC_PUTR_CMD, MFC_PUTRB_CMD, MFC_PUTRF_CMD): Likewise.
7963 (MFC_PUTRL_CMD, MFC_PUTRLB_CMD, MFC_PUTRLF_CMD): Likewise.
7964 (MFC_GETB_CMD, MFC_GETF_CMD): Likewise.
7965 (MFC_GETL_CMD, MFC_GETLB_CMD, MFC_GETLF_CMD): Likewise.
7966 (MFC_SNDSIGB_CMD, MFC_SNDSIGF_CMD): Likewise.
7967
7968 (MFC_SDCRT_CMD, MFC_SDCRTST_CMD): New defines.
7969 (MFC_SDCRZ_CMD, MFC_SDCRST_CMD, MFC_SDCRF_CMD): Likewise.
7970 (mfc_sdcrt, mfc_sdcrtst): Likewise.
7971 (mfc_sdcrz, mfc_sdcrst, mfc_sdcrf): Likewise.
7972
7973 (spu_read_machine_status): Fix typo.
7974
7975 2008-08-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7976
7977 * config/spu/spu.h (CANNOT_CHANGE_MODE_CLASS): Allow (multi)word-sized
7978 SUBREG of multi-word hard register.
7979 * config/spu/spu.c (valid_subreg): Likewise.
7980 (adjust_operand): Handle SUBREGs of multi-word hard registers.
7981
7982 2008-08-04 Richard Guenther <rguenther@suse.de>
7983
7984 * tree-ssa-loop-ivopts.c (add_iv_value_candidates): Also add
7985 the candidate with the stripped base if that base is different
7986 from the original base even for offset zero.
7987
7988 2008-08-04 Richard Guenther <rguenther@suse.de>
7989
7990 PR middle-end/36691
7991 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Correctly
7992 check for no_overflow.
7993
7994 2008-08-04 Richard Guenther <rguenther@suse.de>
7995
7996 * tree-vect-transform.c (vectorizable_call): Fix tuplification.
7997
7998 2008-08-04 Paul Brook <paul@codesourcery.com>
7999
8000 * cofig/arm/arm.c (thumb_core_reg_alloc_order): New.
8001 (arm_order_regs_for_local_alloc): New function.
8002 * config/arm/arm-protos.h (arm_order_regs_for_local_alloc): Add
8003 prototype.
8004 * config/arm/arm.h (ORDER_REGS_FOR_LOCAL_ALLOC): Define.
8005
8006 2008-08-04 H.J. Lu <hongjiu.lu@intel.com>
8007
8008 PR target/37012
8009 * config/i386/i386.c (ix86_expand_prologue): Use UNITS_PER_WORD
8010 instead of STACK_BOUNDARY / BITS_PER_UNIT to align stack.
8011 (ix86_expand_epilogue): Likewise.
8012
8013 2008-08-04 H.J. Lu <hongjiu.lu@intel.com>
8014
8015 * config/i386/i386.c (ix86_compute_frame_layout): Fix a typo
8016 in comments.
8017
8018 2008-08-03 Uros Bizjak <ubizjak@gmail.com>
8019
8020 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use Yi instead of x
8021 to avoid inter-unit moves for !TARGET_INTER_UNIT_MOVES.
8022 (*movv2sf_internal_rex64): Ditto.
8023
8024 2008-08-03 Jan Hubicka <jh@suse.cz>
8025
8026 * optabs.c (expand_binop, expand_builtin_pow, expand_builtin_powi,
8027 expand_builtin_strcat): Upse optimize_insn_for_speed predicate.
8028 * expmed.c (expand_smod_pow2): Likewise.
8029
8030 2008-08-03 Uros Bizjak <ubizjak@gmail.com>
8031
8032 PR target/36992
8033 * config/i386/sse.md (vec_concatv2di): Add Y2 constraint to
8034 alternative 0 of operand 1.
8035 (*vec_concatv2di_rex64_sse): Ditto.
8036 (*vec_concatv2di_rex64_sse4_1): Add x constraint to alternative 0
8037 of operand 1.
8038 (*sse2_storeq_rex64): Penalize allocation of "r" registers.
8039 * config/i386/mmx.md (*mov<mode>_internal_rex64): Penalize allocation
8040 of "Y2" registers to avoid SSE <-> MMX conversions for DImode moves.
8041 (*movv2sf_internal_rex64): Ditto.
8042
8043 2008-08-02 Richard Guenther <rguenther@suse.de>
8044
8045 PR target/35252
8046 * config/i386/sse.md (SSEMODE4S, SSEMODE2D): New mode iterators.
8047 (ssedoublesizemode): New mode attribute.
8048 (sse_shufps): Call gen_sse_shufps_v4sf.
8049 (sse_shufps_1): Macroize.
8050 (sse2_shufpd): Call gen_Sse_shufpd_v2df.
8051 (sse2_shufpd_1): Macroize.
8052 (vec_extract_odd, vec_extract_even): New expanders.
8053 (vec_interleave_highv4sf, vec_interleave_lowv4sf,
8054 vec_interleave_highv2df, vec_interleave_lowv2df): Likewise.
8055 * i386.c (ix86_expand_vector_init_one_nonzero): Call
8056 gen_sse_shufps_v4sf instead of gen_sse_shufps_1.
8057 (ix86_expand_vector_set): Likewise.
8058 (ix86_expand_reduc_v4sf): Likewise.
8059
8060 2008-08-01 Doug Kwan <dougkwan@google.com>
8061
8062 * matrix-reorg.c: Re-enable all code.
8063 (struct malloc_call_data): Change CALL_STMT to gimple type.
8064 (collect_data_for_malloc_call): Tuplify.
8065 (struct access_site_info): Change STMT to gimple type.
8066 (struct matrix_info): Change MIN_INDIRECT_LEVEL_ESCAPE_STMT,
8067 and MALLOC_FOR_LEVEL to gimple and gimple pointer type.
8068 (struct free_info): Change STMT to gimple type.
8069 (struct matrix_access_phi_node): Change PHI to gimple type.
8070 (get_inner_of_cast_expr): Remove.
8071 (may_flatten_matrices_1): Tuplify.
8072 (may_flatten_matrices): Ditto.
8073 (mark_min_matrix_escape_level): Ditto.
8074 (ssa_accessed_in_tree): Refactor statement RHS related code into ...
8075 (ssa_accessed_in_call_rhs): New
8076 (ssa_accessed_in_assign_rhs): New
8077 (record_access_alloc_site_info): Tuplify.
8078 (add_allocation_site): Ditto.
8079 (analyze_matrix_allocation_site): Ditto.
8080 (analyze_transpose): Ditto.
8081 (get_index_from_offset): Ditto.
8082 (update_type_size): Ditto.
8083 (analyze_accesses_for_call_expr): Tuplify and renamed into ...
8084 (analyze_accesses_for_call_stmt): New. Also handle LHS of a call.
8085 (analyze_accesses_for_phi_node): Tuplify.
8086 (analyze_accesses_for_modify_stmt): Tuplify and renamed into ...
8087 (analyze_accesses_for_assign_stmt): Remove code for handling call LHS.
8088 (analyze_matrix_accesses): Tuplify.
8089 (check_var_data): New call-back type for check_var_notmodified_p.
8090 (check_var_notmodified_p): Tuplify and use call-back struct to
8091 return statement found.
8092 (can_calculate_expr_before_stmt): Factor out statement related code
8093 into ...
8094 (can_calculate_stmt_before_stmt): New.
8095 (check_allocation_function): Tuplify.
8096 (find_sites_in_func): Ditto.
8097 (record_all_accesses_in_func): Ditto.
8098 (transform_access_sites): Ditto.
8099 (transform_allocation_sites): Ditto.
8100 (matrix_reorg): Re-enable.
8101 (gate_matrix_reorg): Re-enable.
8102
8103 2008-08-01 Jakub Jelinek <jakub@redhat.com>
8104
8105 * dwarf2out.c (compute_barrier_args_size): Set barrier_args_size
8106 for labels for which it hasn't been set yet. If it has been set,
8107 stop walking insns and continue with next worklist item.
8108 (dwarf2out_stack_adjust): Don't call compute_barrier_args_size
8109 if the only BARRIER is at the very end of a function.
8110
8111 2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
8112
8113 * cfgexpand.c (expand_stack_alignment): Assert that
8114 stack_realign_drap and drap_rtx must match.
8115
8116 * function.c (instantiate_new_reg): If DRAP is used to realign
8117 stack, replace virtual_incoming_args_rtx with internal arg
8118 pointer.
8119
8120 2008-08-01 Richard Guenther <rguenther@suse.de>
8121
8122 * tree-ssa-pre.c (fini_pre): Take in_fre parameter. Free
8123 loop information only if we initialized it.
8124 (execute_pre): Call fini_pre with in_fre.
8125 * tree-ssa-loop-ivcanon (try_unroll_loop_completely): Dump
8126 if we do not unroll because we hit max-completely-peeled-insns.
8127 Use our estimation for consistency, do allow shrinking.
8128
8129 2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
8130
8131 * config/i386/i386.c (override_options): Replace ABI_STACK_BOUNDARY
8132 with MIN_STACK_BOUNDARY.
8133 (ix86_update_stack_boundary): Likewise.
8134 (ix86_expand_prologue): Assert MIN_STACK_BOUNDARY instead of
8135 STACK_BOUNDARY.
8136
8137 * config/i386/i386.h (ABI_STACK_BOUNDARY): Renamed to ...
8138 (MIN_STACK_BOUNDARY): This.
8139
8140 2008-08-01 Richard Guenther <rguenther@suse.de>
8141
8142 PR middle-end/36997
8143 * gimplify.c (gimplify_call_expr): Set error_mark_node on GS_ERROR.
8144
8145 2008-08-01 Richard Guenther <rguenther@suse.de>
8146
8147 PR tree-optimization/36988
8148 * tree-ssa-ccp.c (ccp_fold): Conversions of constants only
8149 do not matter if that doesn't change volatile qualification.
8150
8151 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
8152
8153 * configure.ac: Do not generate libada-mk. Do not subst
8154 host_cc_for_libada.
8155 * libada-mk.in: Remove.
8156 * Makefile.in: Pass TARGET_LIBGCC2_CFLAGS to libgcc.mvars.
8157 * configure: Regenerate.
8158
8159 2008-08-01 Basile Starynkevitch <basile@starynkevitch.net>
8160
8161 * tree-pass.h: Added comment about not dumping passes with name
8162 starting with star in struct opt_pass.
8163 * passes.c (register_dump_files_1): Don't do dump for a pass with
8164 name starting with star.
8165 * doc/passes.texi (Pass manager): Mention pass names and special
8166 meaning of star prefix to avoid dump.
8167
8168 2008-07-31 Adam Nemet <anemet@caviumnetworks.com>
8169
8170 * config.gcc (mipsisa64r2*-*-linux*): New configuration. Set ISA
8171 to MIPS64r2.
8172 * config/mips/mips.h (GENERATE_MIPS16E): Update comment.
8173 (ISA_MIPS64R2): New macro.
8174 (TARGET_CPU_CPP_BUILTINS, MULTILIB_ISA_DEFAULT): Handle it.
8175 (ISA_HAS_64BIT_REGS, ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE,
8176 ISA_HAS_8CC, ISA_HAS_FP4, ISA_HAS_PAIRED_SINGLE,
8177 ISA_HAS_MADD_MSUB, ISA_HAS_NMADD4_NMSUB4, ISA_HAS_CLZ_CLO,
8178 ISA_HAS_ROR, ISA_HAS_PREFETCH, ISA_HAS_PREFETCHX, ISA_HAS_SEB_SEH,
8179 ISA_HAS_EXT_INS, ISA_HAS_MXHC1, ISA_HAS_HILO_INTERLOCKS,
8180 ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Return true for ISA_MIPS64R2.
8181 (MIPS_ISA_LEVEL_SPEC, ASM_SPEC, LINK_SPEC): Handle -mips64r2.
8182 (TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF):
8183 Move up to keep list alphabetically sorted.
8184 (TUNE_20KC, TUNE_24K, TUNE_74K, TUNE_LOONGSON_2EF): Likewise.
8185 * config/mips/mips.c (mips_cpu_info_table): Add default MIPS64r2
8186 processor.
8187 * doc/invoke.texi (MIPS Options): Add -mips64r2.
8188 (-march=@var{arch}): Add mips64r2.
8189
8190 2008-07-31 H.J. Lu <hongjiu.lu@intel.com>
8191
8192 * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128.
8193
8194 2008-07-31 Steve Ellcey <sje@cup.hp.com>
8195
8196 * expr.c (expand_assignment): Check for complete type.
8197
8198 2008-07-31 H.J. Lu <hongjiu.lu@intel.com>
8199
8200 PR debug/36977
8201 * cfgexpand.c (expand_stack_alignment): Set stack_realign_tried.
8202
8203 * dwarf2out.c (based_loc_descr): Check crtl->stack_realign_tried
8204 for stack alignment.
8205
8206 * function.h (rtl_data): Add stack_realign_tried. Update comments.
8207
8208 2008-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
8209
8210 * config/sh/sh.c (sh_canonical_va_list_type): Remove.
8211 (TARGET_CANONICAL_VA_LIST_TYPE): Remove.
8212
8213 2008-07-31 Jakub Jelinek <jakub@redhat.com>
8214
8215 PR rtl-optimization/36419
8216 * dwarf2out.c (barrier_args_size): New variable.
8217 (compute_barrier_args_size, compute_barrier_args_size_1): New
8218 functions.
8219 (dwarf2out_stack_adjust): For BARRIERs call compute_barrier_args_size
8220 if not called yet in the current function, use barrier_args_size
8221 array to find the new args_size value.
8222 (dwarf2out_frame_debug): Free and clear barrier_args_size.
8223
8224 2008-07-31 H.J. Lu <hongjiu.lu@intel.com>
8225
8226 PR debug/36980
8227 * dwarf2out.c (dwarf2out_frame_debug_expr): Move rule 17 before
8228 rule 19.
8229
8230 2008-07-31 H.J. Lu <hongjiu.lu@intel.com>
8231
8232 PR debug/36976
8233 * dwarf2out.c (dwarf2out_args_size_adjust): New.
8234 (dwarf2out_stack_adjust): Use it.
8235 (dwarf2out_frame_debug_expr): Likewise.
8236
8237 2008-07-31 Richard Guenther <rguenther@suse.de>
8238
8239 PR tree-optimization/36978
8240 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Do not fold
8241 the generated condition.
8242
8243 2008-07-31 Richard Guenther <rguenther@suse.de>
8244
8245 * passes.c (init_optimization_passes): Always call
8246 pass_early_warn_uninitialized.
8247 * opts.c (decode_options): Do not warn about -Wuninitialized at -O0.
8248 * doc/invoke.texi (-Wuninitialized): Correct for enabling at -O0.
8249 * doc/passes.texi (Warn for uninitialized variables): Adjust.
8250
8251 2008-07-31 Jakub Jelinek <jakub@redhat.com>
8252
8253 PR c/36970
8254 * builtins.c (maybe_emit_free_warning): New function.
8255 (expand_builtin): Process BUILT_IN_FREE even at -O0. Call
8256 maybe_emit_free_warning for BUILT_IN_FREE.
8257
8258 PR debug/36278
8259 * dwarf2out.c (get_context_die): New function.
8260 (force_decl_die, force_type_die): Use it.
8261 (dwarf2out_imported_module_or_decl): Likewise. If base_type_die
8262 returns NULL, force generation of DW_TAG_typedef and put that into
8263 DW_AT_import.
8264
8265 PR preprocessor/36649
8266 * c-pch.c (c_common_read_pch): Save and restore
8267 line_table->trace_includes across PCH restore.
8268
8269 2008-07-30 Eric Botcazou <ebotcazou@adacore.com>
8270
8271 PR ada/36554
8272 * dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE.
8273
8274 2008-07-30 Rafael Ãvila de Espíndola <espindola@google.com>
8275
8276 PR 36974
8277 * final.c (call_from_call_insn): Handle COND_EXEC.
8278
8279 2008-07-30 H.J. Lu <hongjiu.lu@intel.com>
8280
8281 * builtins.c (std_gimplify_va_arg_expr): Replace
8282 PREFERRED_STACK_BOUNDARY with MAX_SUPPORTED_STACK_ALIGNMENT.
8283 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
8284
8285 2008-07-30 Joey Ye <joey.ye@intel.com>
8286 H.J. Lu <hongjiu.lu@intel.com>
8287
8288 * builtins.c (expand_builtin_setjmp_receiver): Replace
8289 virtual_incoming_args_rtx with crtl->args.internal_arg_pointer.
8290 (expand_builtin_apply_args_1): Likewise.
8291 (expand_builtin_longjmp): Need DRAP for stack alignment.
8292 (expand_builtin_apply): Likewise.
8293
8294 * caller-save.c (setup_save_areas): Call assign_stack_local_1
8295 instead of assign_stack_local to allow alignment reduction.
8296
8297 * calls.c (emit_call_1): Need DRAP for stack alignment if
8298 return pops.
8299 (expand_call): Replace virtual_incoming_args_rtx with
8300 crtl->args.internal_arg_pointer.
8301 * stmt.c (expand_nl_goto_receiver): Likewise.
8302
8303 * cfgexpand.c (get_decl_align_unit): Estimate stack variable
8304 alignment and store to stack_alignment_estimated and
8305 max_used_stack_slot_alignment.
8306 (expand_one_var): Likewise.
8307 (expand_stack_alignment): New function.
8308 (tree_expand_cfg): Initialize max_used_stack_slot_alignment
8309 and stack_alignment_estimated fields in rtl_data. Call
8310 expand_stack_alignment at end.
8311
8312 * defaults.h (INCOMING_STACK_BOUNDARY): New.
8313 (MAX_STACK_ALIGNMENT): Likewise.
8314 (MAX_SUPPORTED_STACK_ALIGNMENT): Likewise.
8315 (SUPPORTS_STACK_ALIGNMENT): Likewise.
8316
8317 * emit-rtl.c (gen_reg_rtx): Estimate stack alignment for
8318 stack alignment when generating virtual registers.
8319
8320 * function.c (assign_stack_local): Renamed to ...
8321 (assign_stack_local_1): This. Add a parameter to indicate
8322 if it is OK to reduce alignment.
8323 (assign_stack_local): Use it.
8324 (instantiate_new_reg): Instantiate virtual incoming args rtx
8325 to vDRAP if stack realignment and DRAP is needed.
8326 (assign_parms): Collect parameter/return type alignment and
8327 contribute to stack_alignment_estimated.
8328 (locate_and_pad_parm): Likewise.
8329 (get_arg_pointer_save_area): Replace virtual_incoming_args_rtx
8330 with crtl->args.internal_arg_pointer.
8331
8332 * function.h (rtl_data): Add new field drap_reg,
8333 max_used_stack_slot_alignment, stack_alignment_estimated,
8334 stack_realign_needed, need_drap, stack_realign_processed and
8335 stack_realign_finalized.
8336 (stack_realign_fp): New macro.
8337 (stack_realign_drap): Likewise.
8338
8339 * global.c (compute_regsets): Frame pointer is needed when
8340 stack is realigned. Can eliminate frame pointer when stack is
8341 realigned and dynamic realigned argument pointer isn't used.
8342
8343 * reload1.c (update_eliminables): Frame pointer is needed
8344 when stack is realigned.
8345 (init_elim_table): Can eliminate frame pointer when stack is
8346 realigned and dynamic realigned argument pointer isn't used.
8347
8348 * rtl.h (assign_stack_local_1): Declare new funtion.
8349
8350 * target-def.h (TARGET_UPDATE_STACK_BOUNDARY): New.
8351 (TARGET_GET_DRAP_RTX): Likewise.
8352 (TARGET_CALLS): Add TARGET_UPDATE_STACK_BOUNDARY and
8353 TARGET_GET_DRAP_RTX.
8354
8355 * target.h (gcc_target): Add update_stack_boundary and get_drap_rtx.
8356
8357 * tree-vectorizer.c (vect_can_force_dr_alignment_p): Replace
8358 STACK_BOUNDARY with MAX_STACK_ALIGNMENT.
8359
8360 2008-07-30 Xuepeng Guo <xuepeng.guo@intel.com>
8361 H.J. Lu <hongjiu.lu@intel.com>
8362
8363 * dwarf2out.c (dw_fde_struct): Add stack_realignment, drap_reg,
8364 vdrap_reg, stack_realign and drap_reg_saved.
8365 (add_cfi): Don't allow redefining CFA when DRAP is used.
8366 (reg_save): Handle stack alignment.
8367 (dwarf2out_frame_debug_expr): Add rules 16-20 to handle stack
8368 alignment. Don't generate DWARF information for (set fp sp)
8369 when DRAP is used.
8370 (dwarf2out_begin_prologue): Initialize drap_reg and vdrap_reg
8371 to INVALID_REGNUM.
8372 (int_loc_descriptor): Move prototype forward. Also define if
8373 DWARF2_UNWIND_INFO is true.
8374 (output_cfa_loc): Handle DW_CFA_expression.
8375 (build_cfa_aligned_loc): New.
8376 (based_loc_descr): Update assert for stack realign. For local
8377 variables, use sp+offset when stack is aligned without drap and
8378 fp+offset when stack is aligned with drap. For arguments, use
8379 cfa+offset when drap is used to align stack.
8380
8381 2008-07-30 Joey Ye <joey.ye@intel.com>
8382 H.J. Lu <hongjiu.lu@intel.com>
8383
8384 * config/i386/i386.c (ix86_force_align_arg_pointer_string):
8385 Break long line.
8386 (ix86_gen_andsp): New.
8387 (ix86_user_incoming_stack_boundary): Likewise.
8388 (ix86_default_incoming_stack_boundary): Likewise.
8389 (ix86_incoming_stack_boundary): Likewise.
8390 (ix86_can_eliminate): Likewise.
8391 (find_drap_reg): Likewise.
8392 (ix86_update_stack_boundary): Likewise.
8393 (ix86_get_drap_rtx): Likewise.
8394 (ix86_finalize_stack_realign_flags): Likewise.
8395 (TARGET_UPDATE_STACK_BOUNDARY): Likewise.
8396 (TARGET_GET_DRAP_RTX): Likewise.
8397 (override_options): Overide option value for new options.
8398 (ix86_function_ok_for_sibcall): Remove check for
8399 force_align_arg_pointer.
8400 (ix86_handle_cconv_attribute): Likewise.
8401 (ix86_function_regparm): Likewise.
8402 (setup_incoming_varargs_64): Don't set stack_alignment_needed here.
8403 (ix86_va_start): Replace virtual_incoming_args_rtx with
8404 crtl->args.internal_arg_pointer.
8405 (ix86_select_alt_pic_regnum): Check DRAP register.
8406 (ix86_save_reg): Replace force_align_arg_pointer with drap_reg.
8407 (ix86_compute_frame_layout): Compute frame layout wrt stack
8408 realignment.
8409 (ix86_internal_arg_pointer): Just return virtual_incoming_args_rtx.
8410 (ix86_expand_prologue): Decide if stack realignment is needed
8411 and generate prologue code accordingly.
8412 (ix86_expand_epilogue): Generate epilogue code wrt stack
8413 realignment is really needed or not.
8414
8415 * config/i386/i386.h (MAIN_STACK_BOUNDARY): New.
8416 (ABI_STACK_BOUNDARY): Likewise.
8417 (PREFERRED_STACK_BOUNDARY_DEFAULT): Likewise.
8418 (STACK_REALIGN_DEFAULT): Likewise.
8419 (INCOMING_STACK_BOUNDARY): Likewise.
8420 (MAX_STACK_ALIGNMENT): Likewise.
8421 (ix86_incoming_stack_boundary): Likewise.
8422 (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Removed.
8423 (REAL_PIC_OFFSET_TABLE_REGNUM): Updated to use BX_REG.
8424 (CAN_ELIMINATE): Defined with ix86_can_eliminate.
8425 (machine_function): Remove force_align_arg_pointer.
8426
8427 * config/i386/i386.md (BX_REG): New.
8428 (R13_REG): Likewise.
8429
8430 * config/i386/i386.opt (mforce_drap): New.
8431 (mincoming-stack-boundary): Likewise.
8432 (mstackrealign): Add Init(-1).
8433
8434 * config/i386/i386-protos.h (ix86_can_eliminate): New
8435
8436 2008-07-30 H.J. Lu <hongjiu.lu@intel.com>
8437
8438 * doc/extend.texi: Update force_align_arg_pointer.
8439
8440 * doc/invoke.texi: Document -mincoming-stack-boundary. Update
8441 -mstackrealign.
8442
8443 * doc/tm.texi (MAX_STACK_ALIGNMENT): Add macro.
8444 (INCOMING_STACK_BOUNDARY): Likewise.
8445 (TARGET_UPDATE_STACK_BOUNDARY): New target hook.
8446 (TARGET_GET_DRAP_RTX): Likewise.
8447
8448 2008-07-30 Andreas Schwab <schwab@suse.de>
8449
8450 PR rtl-optimization/36929
8451 * dse.c (replace_inc_dec): Use emit_insn_before instead of
8452 add_insn_before and fix argument order.
8453 (replace_inc_dec_mem): Handle NULL rtx.
8454
8455 2008-07-30 Andrew Jenner <andrew@codesourcery.com>
8456
8457 * config/arm/arm.c (arm_compute_static_chain_stack_bytes): New
8458 function.
8459 (arm_compute_initial_elimination_offset): Use it.
8460 (arm_compute_save_reg_mask): Include static chain save slot when
8461 calculating alignment.
8462 (arm_get_frame_offsets): Ditto.
8463 (thumb1_compute_save_reg_mask): Ensure we have a low register saved
8464 that we can use to decrement the stack when the stack decrement
8465 could be too big for an immediate value in a single insn.
8466 (thumb1_expand_prologue): Avoid using r12 for stack decrement.
8467
8468 2008-07-30 Richard Guenther <rguenther@suse.de>
8469
8470 PR tree-optimization/36967
8471 * tree-predcom.c (remove_stmt): Use gimple_assign_ssa_name_copy_p.
8472 Release defs of statements we remove.
8473
8474 2008-07-30 Nathan Froyd <froydnj@codesourcery.com>
8475
8476 * config/arm/arm.c (arm_expand_prologue): Use 0-length rtvec
8477 instead of NULL_RTVEC.
8478
8479 2008-07-30 Nathan Froyd <froydnj@codesourcery.com>
8480
8481 PR target/35866
8482
8483 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Add clause for
8484 vector modes.
8485
8486 2008-07-30 Rafael Ãvila de Espíndola <espindola@google.com>
8487
8488 * final.c (call_from_call_insn): New.
8489 (final_scan_insn): Call assemble_external on FUNCTION_DECLs.
8490
8491 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
8492
8493 * configure.ac: Substitute ADA_CFLAGS.
8494 * configure: Regenerate.
8495 * config.host: Remove mention of pa/x-ada and pa/x-ada-hpux10 files.
8496 * Makefile.in: Remove mention of X_* variables.
8497 * config/pa/x-ada-hpux10: Remove.
8498 * config/pa/x-ada: Remove.
8499
8500 * doc/fragments.texi: Update.
8501
8502 2008-07-30 Olivier Hainque <hainque@adacore.com>
8503
8504 * config/mips/irix-crti.asm: .hide __gcc_init and __gcc_fini.
8505 * config/mips/iris6.h (IRIX_SUBTARGET_LINK_SPEC, irix ld): Hide
8506 __dso_handle explicitly here.
8507
8508 2008-07-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8509
8510 PR 34389
8511 * c-typeck.c (build_binary_op): Encapsulate code into...
8512 * c-common.c (shorten_binary_op): ...this new function.
8513 (conversion_warning): Use the new function. Handle non-negative
8514 constant in bitwise-and.
8515 * c-common.h (shorten_binary_op): Declare.
8516
8517 2008-07-30 Olivier Hainque <hainque@adacore.com>
8518
8519 * scan.c (make_sstring_space): Add explicit conversions of
8520 allocator's return value.
8521 * fix-header.c (recognized_function): Likewise.
8522
8523 2008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8524
8525 * doc/cpp.texi: Update to GFDL 1.2.
8526 * doc/gcc.texi: Do not list GPL as Invariant Section.
8527 * doc/gccint.texi: Likewise. Update copyright years.
8528 * doc/install.texi: Update copyright years.
8529
8530 2008-07-30 Alan Modra <amodra@bigpond.net.au>
8531
8532 PR target/36955
8533 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add
8534 a use of pic_offset_table_rtx for -msecure-plt __tls_get_addr calls.
8535
8536 2008-07-29 Jan Hubicka <jh@suse.cz>
8537
8538 * c-decl.c (merge_decls): Do not handle DECL_INLINE.
8539 (grokdeclarator): Likewise.
8540 * langhooks.c (lhd_warn_unused_global_decl): Use
8541 DECL_DECLARED_INLINE_P.
8542 * print-tree.c (print_node): Remove DECL_INLINE check.
8543
8544 2008-07-29 Richard Guenther <rguenther@suse.de>
8545
8546 PR tree-optimization/36945
8547 * tree-ssa-sccvn.h (copy_reference_ops_from_ref): Declare.
8548 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Export.
8549 Record invariant addresses un-decomposed.
8550 (copy_reference_ops_from_call): Record reference call
8551 arguments properly. Simplify.
8552 * tree-ssa-pre.c (create_component_ref_by_pieces_1): New
8553 helper split out from ...
8554 (create_component_ref_by_pieces): ... here. Simplify.
8555 Prepare for recursive invocation for call arguments.
8556 (create_expression_by_pieces): Adjust call to
8557 create_component_ref_by_pieces.
8558 (compute_avail): Process operand 2 of reference ops.
8559
8560 2008-07-29 Richard Guenther <rguenther@suse.de>
8561
8562 * gimplify.c (gimplify_expr): Clear TREE_SIDE_EFFECTS for OBJ_TYPE_REF.
8563
8564 2008-07-29 Jakub Jelinek <jakub@redhat.com>
8565
8566 * c-format.c (check_format_types): Revert unwanted checkin.
8567
8568 2008-07-29 Jan Hubicka <jh@suse.cz>
8569
8570 * flags.h (flag_really_no_inline): Remove.
8571 * cgraph.c (cgraph_function_possibly_inlined_p): Simplify.
8572 * toplev.c (flag_really_no_inline): Remove.
8573 * c-cppbuiltin.c (c_cpp_builtins): Use flag_no_inline.
8574 * ipa-inline.c (cgraph_decide_inlining): Do not check flag_no_inline.
8575 (cgraph_decide_inlining_incrementally): Likewise.
8576 (compute_inline_parameters): Likewise.
8577 * opts.c (decode_options): Simplify.
8578 * c-opts.c (c_common_post_options): Do not set flag_no_inline.
8579 * common.opt (finline): Initialize to 1.
8580 * tree-inline.c (inlinable_function_p): Check flag_no_inline.
8581
8582 2008-07-29 Jan Hubicka <jh@suse.cz>
8583
8584 * predict.c (always_optimize_for_size_p): New function.
8585 (optimize_bb_for_size_p, optimize_bb_for_speed_p,
8586 optimize_edge_for_size_p, optimize_edge_for_speed_p,
8587 optimize_insn_for_size_p, optimize_insn_for_speed_p): New global
8588 functions.
8589 (rtl_profile_for_bb, rtl_profile_for_edge, rtl_default_profile): New.
8590 * function.c (prepare_function_start): Set default profile.
8591 * function.h (rtl_data): Add maybe_hot_insn_p.
8592 * cfgexpand.c (expand_gimple_basic_block): Set RTL profile.
8593 (construct_exit_block): Likewise.
8594 (tree_expand_cfg): Likewise.
8595 * basic-block.h
8596 (optimize_bb_for_size_p, optimize_bb_for_speed_p,
8597 optimize_edge_for_size_p, optimize_edge_for_speed_p,
8598 optimize_insn_for_size_p, optimize_insn_for_speed_p): Declare.
8599 (rtl_profile_for_bb, rtl_profile_for_edge, default_rtl_profile):
8600 Declare.
8601
8602 2008-07-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8603
8604 PR 34985
8605 * c-decl.c (merge_decls): Merge USED flags.
8606
8607 2008-07-29 Kaz Kojima <kkojima@gcc.gnu.org>
8608
8609 * config/sh/sh.c (sh_gimplify_va_arg_expr): Unshare the addr,
8610 valist, next_fp, next_fp_tmp, next_fp_limit, next_o, next_o_limit,
8611 next_stack, lab_false and lab_over trees.
8612
8613 2008-07-28 Richard Guenther <rguenther@suse.de>
8614
8615 PR tree-optimization/36957
8616 * tree-flow.h (tree_ssa_useless_type_conversion): Remove.
8617 (useless_type_conversion_p): Remove.
8618 (types_compatible_p): Remove.
8619 * gimple.h (tree_ssa_useless_type_conversion): Declare.
8620 (useless_type_conversion_p): Declare.
8621 (types_compatible_p): Declare.
8622 (gimple_expr_type): Return the base type only if it is
8623 trivially convertible to the subtype.
8624
8625 2008-07-28 Andreas Tobler <a.tobler@schweiz.org>
8626
8627 * configure.ac: Use the m4_do macro to concatenate the warnings into
8628 one string in ACX_PROG_CC_WARNING_OPTS,
8629 ACX_PROG_CC_WARNING_ALMOST_PEDANTIC and
8630 ACX_PROG_CC_WARNINGS_ARE_ERRORS.
8631 * configure: Regenerate.
8632
8633 2008-07-28 Richard Guenther <rguenther@suse.de>
8634
8635 * tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.
8636 (insert_fake_stores): Remove.
8637 (realify_fake_stores): Likewise.
8638 (execute_pre): Remove dead code.
8639 * tree-ssa-structalias.c (get_constraint_for_1): Remove tcc_unary case.
8640 (find_func_aliases): Deal with it here instead.
8641 Re-enable gcc_unreachable call.
8642
8643 2008-07-28 Richard Guenther <rguenther@suse.de>
8644
8645 Merge from gimple-tuples-branch.
8646
8647 * ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
8648 * gimple.def: New file.
8649 * gsstruct.def: Likewise.
8650 * gimple-iterator.c: Likewise.
8651 * gimple-pretty-print.c: Likewise.
8652 * tree-gimple.c: Removed. Merged into ...
8653 * gimple.c: ... here. New file.
8654 * tree-gimple.h: Removed. Merged into ...
8655 * gimple.h: ... here. New file.
8656
8657 * Makefile.in: Add dependencies on GIMPLE_H and tree-iterator.h.
8658 * configure.ac: Added support for ENABLE_GIMPLE_CHECKING and the
8659 --enable-checking=gimple flag.
8660 * config.in: Likewise.
8661 * configure: Regenerated.
8662
8663 * tree-ssa-operands.h: Tuplified.
8664 * tree-vrp.c: Likewise.
8665 * tree-loop-linear.c: Likewise.
8666 * tree-into-ssa.c: Likewise.
8667 * tree-ssa-loop-im.c: Likewise.
8668 * tree-dump.c: Likewise.
8669 * tree-complex.c: Likewise.
8670 * cgraphbuild.c: Likewise.
8671 * tree-ssa-threadupdate.c: Likewise.
8672 * tree-ssa-loop-niter.c: Likewise.
8673 * tree-pretty-print.c: Likewise.
8674 * tracer.c: Likewise.
8675 * gengtype.c: Likewise.
8676 * tree-loop-distribution.c: Likewise.
8677 * tree-ssa-loop-unswitch.c: Likewise.
8678 * cgraph.c: Likewise.
8679 * cgraph.h: Likewise.
8680 * tree-ssa-loop-manip.c: Likewise.
8681 * value-prof.c: Likewise.
8682 * tree-ssa-loop-ch.c: Likewise.
8683 * tree-tailcall.c: Likewise.
8684 * value-prof.h: Likewise.
8685 * tree.c: Likewise.
8686 * tree.h: Likewise.
8687 * tree-pass.h: Likewise.
8688 * ipa-cp.c: Likewise.
8689 * tree-scalar-evolution.c: Likewise.
8690 * tree-scalar-evolution.h: Likewise.
8691 * target.h: Likewise.
8692 * lambda-mat.c: Likewise.
8693 * tree-phinodes.c: Likewise.
8694 * diagnostic.h: Likewise.
8695 * builtins.c: Likewise.
8696 * tree-ssa-alias-warnings.c: Likewise.
8697 * cfghooks.c: Likewise.
8698 * fold-const.c: Likewise.
8699 * cfghooks.h: Likewise.
8700 * omp-low.c: Likewise.
8701 * tree-ssa-dse.c: Likewise.
8702 * ipa-reference.c: Likewise.
8703 * tree-ssa-uncprop.c: Likewise.
8704 * toplev.c: Likewise.
8705 * tree-gimple.c: Likewise.
8706 * tree-gimple.h: Likewise.
8707 * tree-chrec.c: Likewise.
8708 * tree-chrec.h: Likewise.
8709 * tree-ssa-sccvn.c: Likewise.
8710 * tree-ssa-sccvn.h: Likewise.
8711 * cgraphunit.c: Likewise.
8712 * tree-ssa-copyrename.c: Likewise.
8713 * tree-ssa-ccp.c: Likewise.
8714 * tree-ssa-loop-ivopts.c: Likewise.
8715 * tree-nomudflap.c: Likewise.
8716 * tree-call-cdce.c: Likewise.
8717 * ipa-pure-const.c: Likewise.
8718 * c-format.c: Likewise.
8719 * tree-stdarg.c: Likewise.
8720 * tree-ssa-math-opts.c: Likewise.
8721 * tree-ssa-dom.c: Likewise.
8722 * tree-nrv.c: Likewise.
8723 * tree-ssa-propagate.c: Likewise.
8724 * ipa-utils.c: Likewise.
8725 * tree-ssa-propagate.h: Likewise.
8726 * tree-ssa-alias.c: Likewise.
8727 * gimple-low.c: Likewise.
8728 * tree-ssa-sink.c: Likewise.
8729 * ipa-inline.c: Likewise.
8730 * c-semantics.c: Likewise.
8731 * dwarf2out.c: Likewise.
8732 * expr.c: Likewise.
8733 * tree-ssa-loop-ivcanon.c: Likewise.
8734 * predict.c: Likewise.
8735 * tree-ssa-loop.c: Likewise.
8736 * tree-parloops.c: Likewise.
8737 * tree-ssa-address.c: Likewise.
8738 * tree-ssa-ifcombine.c: Likewise.
8739 * matrix-reorg.c: Likewise.
8740 * c-decl.c: Likewise.
8741 * tree-eh.c: Likewise.
8742 * c-pretty-print.c: Likewise.
8743 * lambda-trans.c: Likewise.
8744 * function.c: Likewise.
8745 * langhooks.c: Likewise.
8746 * ebitmap.h: Likewise.
8747 * tree-vectorizer.c: Likewise.
8748 * function.h: Likewise.
8749 * langhooks.h: Likewise.
8750 * tree-vectorizer.h: Likewise.
8751 * ipa-type-escape.c: Likewise.
8752 * ipa-type-escape.h: Likewise.
8753 * domwalk.c: Likewise.
8754 * tree-if-conv.c: Likewise.
8755 * profile.c: Likewise.
8756 * domwalk.h: Likewise.
8757 * tree-data-ref.c: Likewise.
8758 * tree-data-ref.h: Likewise.
8759 * tree-flow-inline.h: Likewise.
8760 * tree-affine.c: Likewise.
8761 * tree-vect-analyze.c: Likewise.
8762 * c-typeck.c: Likewise.
8763 * gimplify.c: Likewise.
8764 * coretypes.h: Likewise.
8765 * tree-ssa-phiopt.c: Likewise.
8766 * calls.c: Likewise.
8767 * tree-ssa-coalesce.c: Likewise.
8768 * tree.def: Likewise.
8769 * tree-dfa.c: Likewise.
8770 * except.c: Likewise.
8771 * except.h: Likewise.
8772 * cfgexpand.c: Likewise.
8773 * tree-cfgcleanup.c: Likewise.
8774 * tree-ssa-pre.c: Likewise.
8775 * tree-ssa-live.c: Likewise.
8776 * tree-sra.c: Likewise.
8777 * tree-ssa-live.h: Likewise.
8778 * tree-predcom.c: Likewise.
8779 * lambda.h: Likewise.
8780 * tree-mudflap.c: Likewise.
8781 * ipa-prop.c: Likewise.
8782 * print-tree.c: Likewise.
8783 * tree-ssa-copy.c: Likewise.
8784 * ipa-prop.h: Likewise.
8785 * tree-ssa-forwprop.c: Likewise.
8786 * ggc-page.c: Likewise.
8787 * c-omp.c: Likewise.
8788 * tree-ssa-dce.c: Likewise.
8789 * tree-vect-patterns.c: Likewise.
8790 * tree-ssa-ter.c: Likewise.
8791 * tree-nested.c: Likewise.
8792 * tree-ssa.c: Likewise.
8793 * lambda-code.c: Likewise.
8794 * tree-ssa-loop-prefetch.c: Likewise.
8795 * tree-inline.c: Likewise.
8796 * tree-inline.h: Likewise.
8797 * tree-iterator.c: Likewise.
8798 * tree-optimize.c: Likewise.
8799 * tree-ssa-phiprop.c: Likewise.
8800 * tree-vect-transform.c: Likewise.
8801 * tree-object-size.c: Likewise.
8802 * tree-outof-ssa.c: Likewise.
8803 * cfgloop.c: Likewise.
8804 * system.h: Likewise.
8805 * tree-profile.c: Likewise.
8806 * cfgloop.h: Likewise.
8807 * c-gimplify.c: Likewise.
8808 * c-common.c: Likewise.
8809 * tree-vect-generic.c: Likewise.
8810 * tree-flow.h: Likewise.
8811 * c-common.h: Likewise.
8812 * basic-block.h: Likewise.
8813 * tree-ssa-structalias.c: Likewise.
8814 * tree-switch-conversion.c: Likewise.
8815 * tree-ssa-structalias.h: Likewise.
8816 * tree-cfg.c: Likewise.
8817 * passes.c: Likewise.
8818 * ipa-struct-reorg.c: Likewise.
8819 * ipa-struct-reorg.h: Likewise.
8820 * tree-ssa-reassoc.c: Likewise.
8821 * cfgrtl.c: Likewise.
8822 * varpool.c: Likewise.
8823 * stmt.c: Likewise.
8824 * tree-ssanames.c: Likewise.
8825 * tree-ssa-threadedge.c: Likewise.
8826 * langhooks-def.h: Likewise.
8827 * tree-ssa-operands.c: Likewise.
8828 * config/alpha/alpha.c: Likewise.
8829 * config/frv/frv.c: Likewise.
8830 * config/s390/s390.c: Likewise.
8831 * config/m32c/m32c.c: Likewise.
8832 * config/m32c/m32c-protos.h: Likewise.
8833 * config/spu/spu.c: Likewise.
8834 * config/sparc/sparc.c: Likewise.
8835 * config/i386/i386.c: Likewise.
8836 * config/sh/sh.c: Likewise.
8837 * config/xtensa/xtensa.c: Likewise.
8838 * config/stormy16/stormy16.c: Likewise.
8839 * config/ia64/ia64.c: Likewise.
8840 * config/rs6000/rs6000.c: Likewise.
8841 * config/pa/pa.c: Likewise.
8842 * config/mips/mips.c: Likewise.
8843
8844 2008-07-28 Simon Baldwin <simonb@google.com>
8845
8846 * c-pragma.c (handle_pragma_message): New function.
8847 (init_pragma): Register handle_pragma_message.
8848 * doc/extend.texi (Diagnostic Pragmas): Added #pragma message
8849 documentation.
8850
8851 2008-07-27 Victor Kaplansky <victork@il.ibm.com>
8852
8853 PR tree-optimization/35252
8854 * tree-vect-analyze.c (vect_build_slp_tree): Make IMAGPART_EXPR and
8855 REALPART_EXPR to be considered as same load operation.
8856
8857 2008-07-27 Eric Botcazou <ebotcazou@adacore.com>
8858
8859 PR tree-optimization/36830
8860 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Hash operand #2.
8861 (expressions_equal_p): Return false if only one operand is null.
8862
8863 2008-07-26 Gerald Pfeifer <gerald@pfeifer.com>
8864
8865 * doc/install.texi (powerpc-*-netbsd*): Remove redundant texinfo
8866 version requirements.
8867
8868 2008-07-26 Olivier Hainque <hainque@adacore.com>
8869
8870 * collect2.c (symkind): New enum. Symbol kinds we care about.
8871 (is_ctor_dtor): Return symkind instead of int. Adjust prototype,
8872 code and head comment accordingly.
8873 (scan_prog_file): Use symkind names instead of bare integers.
8874
8875 2008-07-25 Jan Hubicka <jh@suse.cz>
8876
8877 * cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on
8878 DECL_INLINE.
8879 * cgraphunit.c (record_cdtor_fn): Do not initialize DECL_INLINE
8880 (cgraph_preserve_function_body_p): Do not rely on DECL_INLINE.
8881 * dojump.c (clear_pending_stack_adjust): Likewise.
8882 * print-tree.c (print_node): Ignore DECL_INLINE.
8883 * tree-inline.c (inlinable_function_p): Likewise.
8884
8885 2008-07-25 Michael Meissner <gnu@the-meissners.org>
8886
8887 * doc/extend.texi (hot attribute): Document that the hot attribute
8888 turns on -O3 for some ports.
8889 (cold attribute): Document that the cold attribute turns on -Os
8890 for some ports
8891
8892 * doc/tm.texi (OPTIMIZATION_OPTIONS): Update documentation to
8893 reflect function specific option support.
8894
8895 * target.h (struct target_option_hooks): Add fields to say whether
8896 the cold attribute implies -Os and the hot attribute implies -O3.
8897
8898 * target-def.h (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION):
8899 By default, do not turn on -Os for cold functions.
8900 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): By default, do
8901 not turn on -O3 for hot functions.
8902
8903 * c-common.c (handle_hot_attribute): Use target hook to determine
8904 if hot functions should enable -O3.
8905 (handle_cold_attribute): Use target hook to determine if cold
8906 functions should enable -Os.
8907
8908 * config/i386/i386.c (ix86_target_string): Add -m3dnowa support.
8909 (override_options): Move disable scheduling to
8910 optimization_options.
8911 (optimization_options): Disable scheduling here, not
8912 override_options.
8913 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Define.
8914 (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Define.
8915
8916 * config/ia64/ia64.c (ia64_override_options): Move setting
8917 scheduling flags to ia64_optimization_options.
8918 (ia64_optimization_options): Disable scheduling options here, and
8919 not in ia64_override_options.
8920 (TARGET_OPTION_COLD_ATTRIBUTE_SETS_OPTIMIZATION): Define.
8921 (TARGET_OPTION_HOT_ATTRIBUTE_SETS_OPTIMIZATION): Define.
8922
8923 2008-07-25 H.J. Lu <hongjiu.lu@intel.com>
8924
8925 PR target/36936
8926 * config/i386/i386.c (override_options): Don't clear TARGET_CMOVE.
8927
8928 2008-07-25 Martin Jambor <mjambor@suse.cz>
8929
8930 PR tree-optimization/36926
8931 * ipa-prop.c (ipa_analyze_call_uses): Call
8932 ipa_is_ssa_with_stmt_def instead of SSA_NAME_IS_DEFAULT_DEF.
8933
8934 2008-07-25 Joseph Myers <joseph@codesourcery.com>
8935
8936 * config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
8937 movv2si_internal): Add mem = reg alternative.
8938
8939 2008-07-25 Andreas Tobler <a.tobler@schweiz.org>
8940
8941 PR bootstrap/36918
8942 * config/sparc/sparc.h (DEFAULT_PCC_STRUCT_RETURN): Define
8943 DEFAULT_PCC_STRUCT_RETURN to 127.
8944
8945 2008-07-24 Jan Hubicka <jh@suse.cz>
8946
8947 * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
8948 (build_cgraph_edges): Likewise.
8949 * cgraph.c (cgraph_node): Do not update assembler hash.
8950 (cgraph_remove_node): Drop non-unit-at-a-time code.
8951 * tree-pass.h (pass_O0_always_inline): Remove.
8952 * ipa-reference.c (gate_reference): Remove unit-at-a-time check.
8953 * toplev.c (process_options): Flag unit-at-a-time does not imply
8954 no section anchors.
8955 * cgraphunit.c: Update comments.
8956 (decide_is_function_needed): Drop non-unit-at-a-time mode.
8957 (cgraph_assemble_pending_functions): Remove.
8958 (cgraph_reset_node): Drop non-unit-at-a-time code.
8959 (cgraph_finalize_function): Likewise.
8960 (cgraph_analyze_function): Likewise.
8961 (cgraph_finalize_compilation_unit): Likewise.
8962 (cgraph_expand_function): Likewise.
8963 (cgraph_optimize): Likesise.
8964 (save_inline_function_body): Likewise.
8965 * ipa-pure-const.c (gate_pure_const): Drop flag_unit_at_a_time check.
8966 * tree-ssa-alias.c (maybe_be_aliased): Likewise.
8967 * ipa-inline.c: Update comments.
8968 (enum inlining_mode): remove INLINE_SPEED.
8969 (cgraph_clone_inlined_nodes): Drop unit-at-a-time check.
8970 (cgraph_mark_inline_edge): Likewise.
8971 (try_inline): Likewise.
8972 (cgraph_decide_inlining_incrementally): Likewise.
8973 (cgraph_gate_inlining): Remove.
8974 (cgraph_early_inlining): Remove flag_unit_at_a_time checks.
8975 (cgraph_gate_early_inlining): Likewise.
8976 (gate_inline_passes): Remove.
8977 (pass_inline_parameters, pass_ipa_inline): Remove gates.
8978 (cgraph_gate_O0_always_inline, cgraph_O0_always_inline,
8979 pass_O0_always_inline): Remove.
8980 * c-pch.c (c_pch_matching): Remove -funit-at-a-time.
8981 * dwarf2out.c (reference_to_unused): Remove flag_unit_at_a_time check.
8982 * opts.c (no_unit_at_a_time_default): Remove.
8983 (decode_options): Remove flag_unit_at_a_time reset and warning.
8984 * opts.h (no_unit_at_a_time_default): Remove.
8985 * c-decl.c (diagnose_mismatched_decls): Do not require inline keyword
8986 early in GNU dialect.
8987 (merge_decls): Update comment; drop unit-at-a-time check.
8988 (finish_decl): Likewise.
8989 (grok_declaration): Remove flag_inline_trees code.
8990 (finish_functions): Return on function returning non-void on all
8991 statics.
8992 * ipa-tye-escape.c (gate_type_escape_vars): Remove.
8993 * cfgexpand.c (expand_one_static_var): Remove.
8994 (expand_one_var): Remove expand_one_static_var call.
8995 (expand_used_vars_for_block): Remove flag_unit_a_time check.
8996 * c-opts.c (c_common_post_options): Remove flag_inline_trees code
8997 and flag_unit_at_a-time compatibility checks.
8998 * varasm.c (assemble_alias): Remove flag_unit_at_a_time check.
8999 * tree-inline.c (flag_inline_trees): Remove.
9000 (inlinable_function_p): Don't check it.
9001 (expand_call_inline): Remove non-unit-at-a-time code.
9002 * tree-inline.h (flag_inline_trees): Remove.
9003 * tree-optimize.c (execute_early_local_optimizations): Remove
9004 unit-at-a-time checks.
9005 (tree_rest_of_compilation): Likewise.
9006 * combine.c (setup_incoming_promotions): Likewise.
9007 * tree-profile.c (tree_gen_ic_func_profiler): Likewise.
9008 * tree-ssa-structalias.c (delete_points_to_sets): Likewise.
9009 * passes.c (pass_inline_parameters): Update comments; remove
9010 O0_alwaysinline pass.
9011 (execute_one_ipa_transform_pass): Do not reset in_gimple_form.
9012 (execute_one_pass): Likewise.
9013 * i386.c (ix86_function_regparm): Remove unit-at-a-time check.
9014 (ix86_function_sseregparm): Likewise.
9015 * arm.c (arm_function_in_section_p): Likewise.
9016 * bfin.c (bfin_load_pic_reg, bfin_function_ok_for_sibcall): Likewise.
9017 * varpool.c: Update comments.
9018 (decide_is_variable_needed): Remove unit-at-a-time checks.
9019 (varpool_finalize_decl): Likewise.
9020
9021 2008-07-24 Kaz Kojima <kkojima@gcc.gnu.org>
9022
9023 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set flag_omit_frame_pointer
9024 to 2 instead of -1.
9025 (OVERRIDE_OPTIONS): Check if flag_omit_frame_pointer is equal to 2.
9026
9027 2008-07-24 Kai Tietz <kai.tietz@onevision.com>
9028
9029 * config/i386/i386.c (get_dllimport_decl): Treat user_label_prefix for
9030 imp symbol extension.
9031
9032 2008-07-23 Ian Lance Taylor <iant@google.com>
9033
9034 * tree-vrp.c (infer_value_range): Ignore asm statements when
9035 looking for memory accesses for -fdelete-null-pointer-checks.
9036
9037 2008-07-24 Ben Elliston <bje@au.ibm.com>
9038
9039 * config/spu/spu-c.c (__vector_keyword): New variable.
9040 (vector_keyword): Likewise.
9041 (spu_categorize_keyword): New function.
9042 (spu_macro_to_expand): Likewise.
9043 (spu_cpu_cpp_builtins): Enable context-sensitive macros if not
9044 compiling an ISO C dialect.
9045
9046 2008-07-24 Ben Elliston <bje@au.ibm.com>
9047
9048 * config/rs6000/rs6000-c.c: Move GTY(()) markers to match
9049 conventional usage.
9050
9051 2008-07-23 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9052
9053 * configure: Regenerate.
9054 * configure.ac: Require texinfo 4.7.
9055 * doc/install.texi: Document texinfo 4.7 requirement.
9056
9057 2008-07-23 Martin Jambor <mjambor@suse.cz>
9058
9059 * ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed
9060 rather than for DECL_SAVED_TREE.
9061 * ipa-prop.c: Include diagnostic.h.
9062 (ipa_check_stmt_modifications): Check LHS of GIMPLE_MODIFY_EXPRs
9063 thoroughly.
9064 (ipa_detect_param_modifications): Function rewritten from scratch.
9065 (ipa_compute_jump_functions): Changed accesses to modification flags.
9066 (ipa_free_node_params_substructures): Update flags destruction.
9067 (ipa_node_duplication_hook): Update flags duplication.
9068 (ipa_print_all_params_modified): Updated flag access.
9069 * ipa-prop.h (struct ipa_param_flags): New structure.
9070 (struct ipa_node_params): New field modification_analysis_done,
9071 modified_flags changed into param_flags.
9072 (ipa_is_ith_param_modified): Changed to use new flags.
9073 * Makefile.in (ipa-prop.o): Add $(DIAGNOSTIC_H) to dependencies.
9074
9075 * ipa-prop.c (ipa_print_all_jump_functions): Moved here from
9076 ipa-cp.c and split into two functions.
9077 (ipa_print_node_jump_functions): New function.
9078 (compute_scalar_jump_functions): New function.
9079 (type_like_member_ptr_p): New function.
9080 (compute_pass_through_member_ptrs): New function.
9081 (fill_member_ptr_cst_jump_function): New function.
9082 (determine_cst_member_ptr): New function.
9083 (compute_cst_member_ptr_arguments): New function.
9084 (ipa_compute_jump_functions): Complete rewrite.
9085 * ipa-prop.h (enum jump_func_type): Make explicit that we depend
9086 on IPA_UNKNOWN being zero. Added value IPA_CONST_MEMBER_PTR.
9087 (struct ipa_member_ptr_cst): New structure.
9088 (union jump_func_value): New field member_cst.
9089 * ipa-cp.c (ipcp_lat_is_insertable): New function.
9090 (ipcp_lattice_from_jfunc): Produces bottom lattices for unhandled
9091 jump function types.
9092 (ipcp_print_all_lattices): Slight fprintf rearrangement.
9093 (ipcp_print_all_structures): Call ipa_print_all_jump_functions
9094 instead of ipcp_print_all_jump_functions.
9095 (ipcp_insert_stage): Use ipcp_lat_is_insertable, create replace maps
9096 only for replacable scalars.
9097
9098 * doc/invoke.texi (Optimize options): Add description of
9099 -findirect-inlining.
9100 * common.opt (flag_indirect_inlining): New flag.
9101 * opts.c (decode_options): Set flag_indirect_inlining when
9102 optimize >= 3.
9103
9104 * ipa-inline.c: Include ipa-prop.h.
9105 (inline_indirect_intraprocedural_analysis): New function.
9106 (inline_generate_summary): Allocate parameter and argument info
9107 structures, call inline_indirect_intraprocedural_analysis on each
9108 node when doing indirect inlining and deallocate indirect inlining
9109 data structures in the end.
9110 * ipa-prop.c (ipa_create_param_decls_array): Return if already done.
9111 (free_all_ipa_structures_after_iinln): New function.
9112 (free_all_ipa_structures_after_ipa_cp): Checks whether iinln will be
9113 done.
9114 * Makefile.in (ipa-inline.o): Added $(IPA_PROP_H) to dependencies.
9115
9116 * cgraphbuild.c (compute_call_stmt_bb_frequency): New function.
9117 (build_cgraph_edges): Call compute_call_stmt_bb_frequency instead
9118 of computing the frequency separately.
9119 (rebuild_cgraph_edges): Call compute_call_stmt_bb_frequency instead
9120 of computing the frequency separately.
9121 * ipa-cp.c (ipcp_print_all_structures): Replace a call to
9122 ipa_print_all_param_modified with a call to ipa_print_all_param_flags.
9123 * ipa-prop.c (ipa_get_member_ptr_load_param): New function.
9124 (ipa_get_stmt_member_ptr_load_param): New function.
9125 (ipa_is_ssa_with_stmt_def): New function.
9126 (ipa_note_param_call): New function.
9127 (ipa_analyze_call_uses): New function.
9128 (ipa_analyze_stmt_uses): New function.
9129 (ipa_analyze_params_uses): New function.
9130 (ipa_free_node_params_substructures): Also free the param_calls linked
9131 list.
9132 (ipa_node_duplication_hook): Also duplicate the param_calls
9133 linked list.
9134 (ipa_print_node_param_flags): New function.
9135 (ipa_print_all_params_modified): Renamed to ipa_print_all_param_flags.
9136 (ipa_print_all_param_flags): Calls ipa_print_node_param_flags.
9137 * ipa-prop.h (struct ipa_param_flags): New field called.
9138 (struct ipa_param_call_note): New structure.
9139 (struct ipa_node_params): New fields param_calls and
9140 uses_analysis_done.
9141 (ipa_is_ith_param_called): New function.
9142 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
9143 ipa_analyze_params_uses and dump parameter flags.
9144
9145 * ipa-inline.c (cgraph_decide_recursive_inlining): Call
9146 ipa_propagate_indirect_call_infos if performing indirect inlining,
9147 pass a new parameter new_edges to it.
9148 (add_new_edges_to_heap): New fucntion.
9149 (cgraph_decide_inlining_of_small_functions): New vector
9150 new_indirect_edges for newly found indirect edges , call
9151 ipa_propagate_indirect_call_infos after inlining.
9152 (cgraph_decide_inlining): Call ipa_propagate_indirect_call_infos after
9153 inlining if performing indirect inlining. Call
9154 free_all_ipa_structures_after_iinln when doing so too.
9155 (inline_generate_summary): Do not call
9156 free_all_ipa_structures_after_iinln here.
9157 * ipa-prop.c (update_jump_functions_after_inlining): New function.
9158 (print_edge_addition_message): New function.
9159 (update_call_notes_after_inlining): New function.
9160 (propagate_info_to_inlined_callees): New function.
9161 (ipa_propagate_indirect_call_infos): New function.
9162 * ipa-prop.h: Include cgraph.h
9163 (struct ipa_param_call_note): Fields reordered, new field processed.
9164 * cgraph.h (cgraph_edge): Shrink loop_nest field to 31 bits, add a new
9165 flag indirect_call.
9166 * cgraphunit.c (verify_cgraph_node): Allow indirect edges not to have
9167 rediscovered call statements.
9168 * cgraph.c (cgraph_create_edge): Initialize indirect_call to zero.
9169 (dump_cgraph_node): Dump also the indirect_call flag.
9170 (cgraph_clone_edge): Copy also the indirect_call flag.
9171 * tree-inline.c (copy_bb): Do not check for fndecls from call
9172 expressions, check for edge availability when moving clones.
9173 (get_indirect_callee_fndecl): New function.
9174 (expand_call_inline): If callee declaration is not apprent from
9175 the statement, try calling get_indirect_callee_fndecl. Do not
9176 issue warnings or call sorry when not inlinings an indirect edge.
9177 * Makefile.in (IPA_PROP_H): Added $(CGRAPH_H) to dependencies.
9178
9179 * ipa-prop.c (ipa_print_node_param_flags): Make the dump format a
9180 bit more frandly to matching.
9181 * testsuite/g++.dg/ipa/iinline-1.C: New testcase.
9182 * testsuite/gcc.dg/ipa/iinline-1.c: New testcase.
9183 * testsuite/gcc.dg/ipa/modif-1.c: New testcase.
9184
9185 2008-07-23 Michael Meissner <gnu@the-meissners.org>
9186
9187 PR 36907
9188 * opth-gen.awk: Suppress function specific features when building
9189 target libraries.
9190 * optc-gen.awk: Ditto.
9191
9192 2008-07-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9193
9194 PR 35058
9195 * diagnostic.c (pedwarn): Add opt parameter.
9196 (pedwarn0): New.
9197 * c-tree.h (pedwarn_init): Add opt parameter.
9198 (pedwarn_c90): Likewise.
9199 (pedwarn_c99): Likewise.
9200 * c-errors.c (pedwarn_c99): Likewise.
9201 (pedwarn_c90): Likewise.
9202 * toplev.h (pedwarn): Update declaration.
9203 (pedwarn0): Declare.
9204 * c-lex.c: All calls to pedwarn changed.
9205 * builtins.c: All calls to pedwarn changed.
9206 * toplev.c: All calls to pedwarn changed.
9207 * c-decl.c: All calls to pedwarn changed.
9208 * c-typeck.c: All calls to pedwarn changed.
9209 * c-common.c: All calls to pedwarn changed.
9210 * c-parser.c: All calls to pedwarn changed.
9211
9212 2008-07-23 Michael Meissner <gnu@the-meissners.org>
9213 Karthik Kumar <karthikkumar@gmail.com>
9214
9215 * attribs.c (file scope): Include c-common.h.
9216 (decl_attributes): Add support for #pragma GCC optimize and
9217 #pragma GCC option.
9218
9219 * targhooks.c (default_can_inline_p): New function that is the
9220 default for the TARGET_CAN_INLINE_P target hook.
9221
9222 * targhooks.h (default_can_inline_p): Add declaration.
9223
9224 * tree.c (cl_optimization_node): New static tree for building
9225 OPTIMIZATION_NODE tree.
9226 (cl_target_option_node): New static tree for building
9227 TARGET_OPTION_NODE tree.
9228 (cl_option_hash_table): New hash table for hashing
9229 OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
9230 (cl_option_hash_hash): New function to provide the hash value for
9231 OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
9232 (cl_option_hash_eq): New function to provide an equality test for
9233 OPTIMIZATION_NODE and TARGET_OPTION_NODE trees.
9234 (tree_code_size): Add support for OPTIMIZATION_NODE and
9235 TARGET_OPTION_NODE trees.
9236 (tree_code_structure): Add support for OPTIMIZATION_NODE and
9237 TARGET_OPTION_NODE trees.
9238 (build_optimization_node): Build a tree that has all of the
9239 current optimization options.
9240 (build_target_option_node): Build a tree that has the target
9241 options that might be changed on a per function basis.
9242
9243 * tree.h (file scope): Include options.h.
9244 (DECL_FUNCTION_SPECIFIC_TARGET): New accessor macro.
9245 (DECL_FUNCTION_SPECIFIC_OPTIMIZATION): Ditto.
9246 (TREE_OPTIMIZATION): Ditto.
9247 (TREE_TARGET_SPECIFIC): Ditto.
9248 (struct tree_function_decl): Add fields for remembering the
9249 current optimization options and target specific options.
9250 (struct tree_optimization_option): New tree variant that remembers
9251 the optimization options.
9252 (struct tree_target_option): New tree variant that remembers the
9253 target specific flags that might change for compiling a particular
9254 function.
9255 (union tree_node): Include tree_optimization_option and
9256 tree_target_option fields.
9257 (enum tree_index): Add TI_OPTIMIZATION_DEFAULT,
9258 TI_OPTIMIZATION_CURRENT, TI_OPTIMIZATION_COLD,
9259 TI_OPTIMIZATION_HOT, TI_TARGET_OPTION_DEFAULT,
9260 TI_TARGET_OPTION_CURRENT, TI_CURRENT_OPTION_PRAGMA,
9261 TI_CURRENT_OPTIMIZE_PRAGMA entries for saving function specific
9262 optimization and target options.
9263 (optimization_default_node): New macro to refer to global_trees
9264 field.
9265 (optimization_current_node): Ditto.
9266 (optimization_cold_node): Ditto.
9267 (optimization_hot_node): Ditto.
9268 (target_option_default_node): Ditto.
9269 (target_option_current_node): Ditto.
9270 (current_option_pragma): Ditto.
9271 (current_optimize_pragma): Ditto.
9272
9273 * target.h (struct gcc_target): Add valid_option_attribute_p,
9274 target_option_save, target_option_restore, target_option_print,
9275 target_option_pragma_parse, and can_inline_p hooks.
9276
9277 * toplev.h (parse_optimize_options): Add declaration.
9278 (fast_math_flags_struct_set_p): Ditto.
9279
9280 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): New function to
9281 adjust the current __OPTIMIZE__, etc. macros when #pragma GCC
9282 optimize is used.
9283
9284 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Call
9285 tree_can_inline_p hook to see if one function can inline another.
9286 (cgraph_decide_inlining): Ditto.
9287 (cgraph_decide_inlining_incrementally): Ditto.
9288
9289 * opts.c (decode_options): Add support for running multiple times
9290 to allow functions with different target or optimization options
9291 than was specified on the command line.
9292 (fast_math_flags_struct_set_p): New function that is similar to
9293 fast_math_flags_set_p, except it uses the values in the
9294 cl_optimization structure instead of global variables.
9295
9296 * optc-gen.awk: Add support for TargetSave to allow a back end to
9297 declare new fields that need to be saved when using function
9298 specific options. Include flags.h and target.h in the options.c
9299 source. Add support for Save to indicate which options can be set
9300 for individual functions. Generate cl_optimize_save,
9301 cl_optimize_restore, cl_optimize_print, cl_target_option_save,
9302 cl_target_option_restore, cl_target_option_print functions to
9303 allow functions to use different optimization or target options.
9304
9305 * opt-functions.awk (var_type_struct): Return the type used for
9306 storing the field in a structure.
9307
9308 * opth-gen.awk: Add support for TargetSave to allow a back end to
9309 declare new fields that need to be saved when using function
9310 specific options. Add support for Save to indicate which options
9311 can be set for individual functions. Only generate one extern for
9312 Mask fields. Generate cl_optimization and cl_target_option
9313 structures to remember optimization and target options.
9314
9315 * treestruct.def (TS_OPTIMIZATION): Add support for garbage
9316 collecting new tree nodes.
9317 (TS_TARGET_OPTION): Ditto.
9318
9319 * c-decl.c (merge_decls): Merge function specific target and
9320 optimization options.
9321
9322 * function.c (invoke_set_current_function_hook): If the function
9323 uses different optimization options, change the global variables
9324 to reflect this.
9325
9326 * coretypes.h (struct cl_optimization): Add forward reference.
9327 (struct cl_target_option): Ditto.
9328
9329 * c-pragma.c (option_stack): New static vector to remember the
9330 current #pragma GCC option stack.
9331 (handle_pragma_option): New function to support #pragma GCC option
9332 to change target options.
9333 (optimize_stack): New static vector to remember the current
9334 #pragma GCC optimize stack.
9335 (handle_pragma_optimize): New function to support #pragma GCC
9336 optimize to change optimization options.
9337 (init_pragma): Add support for #pragma GCC optimize and #pragma
9338 GCC option.
9339
9340 * tree.def (OPTIMIZATION_NODE): New tree code for remembering
9341 optimization options.
9342 (TARGET_OPTION_NODE): New tree code for remembering certain target
9343 options.
9344
9345 * print-tree.c (print_node): Add support for OPTIMIZATION_NODE and
9346 TARGET_OPTION_NODE trees.
9347
9348 * common.opt (-O): Add Optimization flag.
9349 (-Os): Ditto.
9350 (-fmath-errno): Ditto.
9351 (-falign-functions): Add UInteger flag to make sure flag gets full
9352 int in cl_optimization structure.
9353 (-falign-jumps): Ditto.
9354 (-falign-labels): Ditto.
9355 (-falign-loops): Ditto.
9356 (-fsched-stalled-insns): Ditto.
9357 (-fsched-stalled-insns-dep): Ditto.
9358
9359 * target-def.h (TARGET_VALID_OPTION_ATTRIBUTE_P): Add default
9360 definition.
9361 (TARGET_OPTION_SAVE): Ditto.
9362 (TARGET_OPTION_RESTORE): Ditto.
9363 (TARGET_OPTION_PRINT): Ditto.
9364 (TARGET_OPTION_PRAGMA_PARSE): Ditto.
9365 (TARGET_CAN_INLINE_P): Ditto.
9366 (TARGET_INITIALIZER): Add new hooks.
9367
9368 * tree-inline.c (tree_can_inline_p): New function to determine
9369 whether one function can inline another. Check if the functions
9370 use compatible optimization options, and also call the backend
9371 can_inline_p hook.
9372
9373 * tree-inline.h (tree_can_inline_p): Add declaration.
9374
9375 * c-common.c (c_common_attribute): Add support for option and
9376 optimize attributes.
9377 (handle_option_attribute): Add support for the option attribute to
9378 allow the user to specify different target options for compiling a
9379 specific function.
9380 (handle_optimize_attribute): Add support for the optimize
9381 attribute to allow the user to specify different optimization
9382 options for compiling a specific function.
9383 (handle_hot_attribute): Turn on -O3 optimization for this one
9384 function if it isn't the default optimization level.
9385 (handle_cold_attribute): Turn on -Os optimization for this one
9386 function if it insn't the default optimization.
9387 (const_char_p): New const char * typedef.
9388 (optimize_args): New static vector to remember the optimization
9389 arguments.
9390 (parse_optimize_options): New function to set up the optimization
9391 arguments from either the optimize attribute or #pragma GCC optimize.
9392
9393 * c-common.h (c_cpp_builtins_optimize_pragma): Add declaration.
9394 (builtin_define_std): Ditto.
9395
9396 * config.gcc (i[3467]86-*-*): Add i386-c.o to C/C++ languages.
9397 Add t-i386 Makefile fragment to add i386-c.o and i386.o dependencies.
9398 (x86_64-*-*): Ditto.
9399
9400 * Makefile.in (TREE_H): Add options.h.
9401 (options.o): Add $(TARGET_H) $(FLAGS_H) dependencies.
9402
9403 * doc/extend.texi (option attribute): Document new attribute.
9404 (optimize attribute): Ditto.
9405 (hot attribute): Document hot attribute sets -O3.
9406 (cold attribute): Document cold attribute sets -Os.
9407 (#pragma GCC option): Document new pragma.
9408 (#pragma GCC optimize): Ditto.
9409
9410 * doc/options.texi (TargetSave): Document TargetSave syntax.
9411 (UInteger): Document UInteger must be used for certain flags.
9412 (Save): Document Save option to create target specific options
9413 that can be saved/restored on a function specific context.
9414
9415 * doc/c-tree.texi (DECL_FUNCTION_SPECIFIC_TARGET): Document new macro.
9416 (DECL_FUNCTION_SPECIFIC_OPTIMIZATION): Ditto.
9417
9418 * doc/tm.texi (TARGET_VALID_OPTION_ATTRIBUTE_P): Document new hook.
9419 (TARGET_OPTION_SAVE): Ditto.
9420 (TARGET_OPTION_RESTORE): Ditto.
9421 (TARGET_OPTION_PRINT): Ditto.
9422 (TARGET_OPTION_PRAGMA_PARSE): Ditto.
9423 (TARGET_CAN_INLINE_P): Ditto.
9424
9425 * doc/invoke.texi (-mfpmath=sse+387): Document as an alias for
9426 -mfpmath=sse,387.
9427 (-mfpmath=both): Ditto.
9428
9429 2008-07-23 Michael Meissner <gnu@the-meissners.org>
9430 Karthik Kumar <karthikkumar@gmail.com>
9431
9432 * config/i386/i386.h (TARGET_ABM): Move switch into ix86_isa_flags.
9433 (TARGET_POPCNT): Ditto.
9434 (TARGET_SAHF): Ditto.
9435 (TARGET_AES): Ditto.
9436 (TARGET_PCLMUL): Ditto.
9437 (TARGET_CMPXCHG16B): Ditto.
9438 (TARGET_RECIP): Move switch into target_flags.
9439 (TARGET_FUSED_MADD): Ditto.
9440 (ix86_arch_features): Make an unsigned char type.
9441 (ix86_tune_features): Ditto.
9442 (OVERRIDE_OPTIONS): Add bool argument to override_options call.
9443 (TARGET_CPU_CPP_BUILTINS): Move into ix86_target_macros.
9444 (REGISTER_TARGET_PRAGMAS): Define, call ix86_register_pragmas.
9445
9446 * config/i386/i386.opt (arch): New TargetSave field to define
9447 fields that need to be saved for function specific option support.
9448 (tune): Ditto.
9449 (fpmath): Ditto.
9450 (branch_cost): Ditto.
9451 (ix86_isa_flags_explicit): Ditto.
9452 (tune_defaulted): Ditto.
9453 (arch_specified): Ditto.
9454 (-m128-long-double): Add Save flag to save option for target
9455 specific option support.
9456 (-m80387): Ditto.
9457 (-maccumulate-outgoing-args): Ditto.
9458 (-malign-double): Ditto.
9459 (-malign-stringops): Ditto.
9460 (-mfancy-math-387): Ditto.
9461 (-mhard-float): Ditto.
9462 (-mieee-fp): Ditto.
9463 (-minline-all-stringops): Ditto.
9464 (-minline-stringops-dynamically): Ditto.
9465 (-mms-bitfields): Ditto.
9466 (-mno-align-stringops): Ditto.
9467 (-mno-fancy-math-387): Ditto.
9468 (-mno-push-args): Ditto.
9469 (-mno-red-zone): Ditto.
9470 (-mpush-args): Ditto.
9471 (-mred-zone): Ditto.
9472 (-mrtd): Ditto.
9473 (-msseregparm): Ditto.
9474 (-mstack-arg-probe): Ditto.
9475 (-m32): Ditto.
9476 (-m64): Ditto.
9477 (-mmmx): Ditto.
9478 (-m3dnow): Ditto.
9479 (-m3dnowa): Ditto.
9480 (-msse): Ditto.
9481 (-msse2): Ditto.
9482 (-msse3): Ditto.
9483 (-msse4.1): Ditto.
9484 (-msse4.2): Ditto.
9485 (-msse4): Ditto.
9486 (-mno-sse4): Ditto.
9487 (-msse4a): Ditto.
9488 (-msse5): Ditto.
9489 (-mrecip): Move flag into target_flags.
9490 (-mcld): Ditto.
9491 (-mno-fused-madd): Ditto.
9492 (-mfused-madd): Ditto.
9493 (-mabm): Move flag into ix86_isa_flags.
9494 (-mcx16): Ditto.
9495 (-mpopcnt): Ditto.
9496 (-msahf): Ditto.
9497 (-maes): Ditto.
9498 (-mpclmul): Ditto.
9499
9500 * config/i386/i386-c.c: New file for #pragma support.
9501 (ix86_target_macros_internal): New function to #define or #undef
9502 target macros based when the user uses the #pragma GCC option to
9503 change target options.
9504 (ix86_pragma_option_parse): New function to add #pragma GCC option
9505 support.
9506 (ix86_target_macros): Move defining the target macros here from
9507 TARGET_CPU_CPP_BUILTINS in i386.h.
9508 (ix86_register_pragmas): Register the #pragma GCC option hook. If
9509 defined, initialize any subtarget #pragmas.
9510
9511 * config/i386/darwin.h (REGISTER_SUBTARGET_PRAGMAS): Rename from
9512 REGISTER_TARGET_PRAGMAS.
9513
9514 * config/i386/t-i386: New file for x86 dependencies.
9515 (i386.o): Make dependencies mirror the include files used.
9516 (i386-c.o): New file, add dependencies.
9517
9518 * config/i386/i386-protos.h (override_options): Add bool argument.
9519 (ix86_valid_option_attribute_tree): Add declaration.
9520 (ix86_target_macros): Ditto.
9521 (ix86_register_macros): Ditto.
9522
9523 * config/i386/i386.c (ix86_tune_features): Move initialization of
9524 the target masks to initial_ix86_tune_features to allow functions
9525 to have different target options. Make type unsigned char,
9526 instead of unsigned int.
9527 (initial_ix86_tune_features): New static vector to hold processor
9528 masks for the tune variables.
9529 (ix86_arch_features): Move initialization of the target masks to
9530 initial_ix86_arch_features to allow functions to have different
9531 target options. Make type unsigned char, instead of unsigned int.
9532 (initial_ix86_arch_features): New static vector to hold processor
9533 masks for the arch variables.
9534 (enum ix86_function_specific_strings): New enum to describe the
9535 string options used for attribute((option(...))).
9536 (ix86_target_string): New function to return a string that
9537 describes the target options.
9538 (ix86_debug_options): New function to print the current options in
9539 the debugger.
9540 (ix86_function_specific_save): New function hook to save the
9541 function specific global variables in the cl_target_option structure.
9542 (ix86_function_specific_restore): New function hook to restore the
9543 function specific variables from the cl_target_option structure to
9544 the global variables.
9545 (ix86_function_specific_print): New function hook to print the
9546 target specific options in the cl_target_option structure.
9547 (ix86_valid_option_attribute_p): New function hook to validate
9548 attribute((option(...))) arguments.
9549 (ix86_valid_option_attribute_tree): New function that is common
9550 code between attribute((option(...))) and #pragma GCC option
9551 support that parses the options and returns a tree holding the options.
9552 (ix86_valid_option_attribute_inner_p): New helper function for
9553 ix86_valid_option_attribute_tree.
9554 (ix86_can_inline_p): New function hook to decide if one function
9555 can inline another on a target specific basis.
9556 (ix86_set_current_function); New function hook to switch target
9557 options if the user used attribute((option(...))) or #pragma GCC
9558 option.
9559 (ix86_tune_defaulted): Move to static file scope from
9560 override_options.
9561 (ix86_arch_specified): Ditto.
9562 (OPTION_MASK_ISA_AES_SET): New macro for moving switches into
9563 ix86_isa_flags.
9564 (OPTION_MASK_ISA_PCLMUL_SET): Ditto.
9565 (OPTION_MASK_ISA_ABM_SET): Ditto.
9566 (OPTION_MASK_ISA_POPCNT_SET): Ditto.
9567 (OPTION_MASK_ISA_CX16_SET): Ditto.
9568 (OPTION_MASK_ISA_SAHF_SET): Ditto.
9569 (OPTION_MASK_ISA_AES_UNSET): Ditto.
9570 (OPTION_MASK_ISA_PCLMUL_UNSET): Ditto.
9571 (OPTION_MASK_ISA_ABM_UNSET): Ditto.
9572 (OPTION_MASK_ISA_POPCNT_UNSET): Ditto.
9573 (OPTION_MASK_ISA_CX16_UNSET): Ditto.
9574 (OPTION_MASK_ISA_SAHF_UNSET): Ditto.
9575 (struct ptt): Move to static file scope from override_options.
9576 (processor_target_table): Ditto.
9577 (cpu_names): Ditto.
9578 (ix86_handle_option): Add support for options that are now isa options.
9579 (override_options): Add support for declaring functions that
9580 support different target options than were specified on the
9581 command line. Move struct ptt, processor_target_table, cpu_names,
9582 ix86_tune_defaulted, ix86_arch_specified to static file scope.
9583 Add bool argument. Fix up error messages so the appropriate error
9584 is given for either command line or attribute.
9585 (ix86_previous_fndecl): New static to remember previous function
9586 declaration to see if we need to change target options.
9587 (ix86_builtins_isa): New array to record the ISA of each builtin
9588 function.
9589 (def_builtin): Always create the builtin function, even if the
9590 current ISA doesn't support it.
9591 (ix86_init_mmx_sse_builtins): Remove TARGET_AES and TARGET_PCLMUL
9592 tests for those builtins.
9593 (ix86_init_builtins): Remove TARGET_MMX test for calling
9594 ix86_init_mmx_sse_builtins.
9595 (ix86_expand_builtin): If the current ISA doesn't support a given
9596 builtin, signal an error.
9597 (TARGET_VALID_OPTION_ATTRIBUTE_P): Set target hook.
9598 (TARGET_SET_CURRENT_FUNCTION): Ditto.
9599 (TARGET_OPTION_SAVE): Ditto.
9600 (TARGET_OPTION_RESTORE): Ditto.
9601 (TARGET_OPTION_PRINT): Ditto.
9602 (TARGET_CAN_INLINE_P): Ditto.
9603
9604 2008-07-22 Rafael Ãvila de Espíndola <espindola@google.com>
9605
9606 * c-typeck.c (build_external_ref): Don't call assemble_external.
9607 * final.c (output_operand): Call assemble_external.
9608
9609 2008-07-21 DJ Delorie <dj@redhat.com>
9610
9611 * config/h8300/h8300.c (h8300_hard_regno_scratch_ok): New.
9612 (TARGET_HARD_REGNO_SCRATCH_OK): Define.
9613
9614 2008-07-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9615
9616 * config/spu/spu.md ("div<mode>3"): Convert into expander, move
9617 original insn and splitter contents into ...
9618 ("*div<mode>3_fast"): ... this new pattern. Enable only if
9619 flag_unsafe_math_optimizations. Add dummy scratch register.
9620 ("*div<mode>3_adjusted"): New insn and splitter. Enable only if
9621 !flag_unsafe_math_optimizations. Returns number with next
9622 highest magnitude if this is still less or equal to the true
9623 quotient in magnitude.
9624
9625 2008-07-21 Rafael Ãvila de Espíndola <espindola@google.com>
9626
9627 * Makefile.in: Replace toplev.h with TOPLEV_H.
9628 * c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER.
9629 * c-lex.c (fe_file_change): Don't set in_system_header.
9630 * c-parser.c (c_token): Remove in_system_header.
9631 (c_lex_one_token): Don't set in_system_header.
9632 (c_parser_set_source_position_from_token): Don't set in_system_header.
9633 * diagnostic.c (diagnostic_report_diagnostic): Use location from
9634 diagnostic_info.
9635 (warning_at): New.
9636 * diagnostic.h (diagnostic_report_warnings_p): Add LOC argument.
9637 * flags.h (in_system_header): Remove.
9638 * function.c (saved_in_system_header): Remove.
9639 (push_cfun): Don't set in_system_header.
9640 (pop_cfun): Don't set in_system_header.
9641 (push_struct_function): Don't set in_system_header.
9642 * input.h (expanded_location): Add sysp.
9643 (in_system_header_at): New.
9644 (in_system_header): New.
9645 * toplev.c (in_system_header): Remove.
9646 * toplev.h: Include input.h
9647 (warning_at): New.
9648 * tree-cfg.c (execute_warn_function_return): Call warning_at.
9649 * tree-ssa.c (warn_uninit): Call warning_at.
9650 (warn_uninitialized_var): Update calls to warn_uninit.
9651 (warn_uninitialized_phi): Update calls to warn_uninit.
9652 * tree.c (make_node_stat): Don't set DECL_IN_SYSTEM_HEADER.
9653 (expand_location): Initialize xloc.sysp.
9654 * tree.h (DECL_IN_SYSTEM_HEADER): Use in_system_header_at.
9655 (tree_decl_with_vis): Remove in_system_header_flag.
9656
9657 2008-07-21 Andreas Krebbel <krebbel1@de.ibm.com>
9658
9659 PR target/36822
9660 * recog.c (asm_operand_ok): Change the order of the extra
9661 memory constraint checks.
9662
9663 2008-07-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
9664
9665 PR tree-opt/36879
9666 * tree-switch-conversion.c (build_one_array): Call
9667 varpool_mark_needed_node and varpool_finalize_decl
9668 instead of assemble_variable.
9669
9670 2008-07-19 Jan Hubicka <jh@suse.cz>
9671
9672 * cgraph.c (cgraph_add_new_function): Do early local passes.
9673 * tree-nrv.c (gate_pass_return_slot): New gate.
9674 (pass_nrv): Add the gate.
9675 * tree-ssa-coalese.c (hash_ssa_name_by_var, eq_ssa_name_by_var): New
9676 functions.
9677 (coalesce_ssa_name): Coalesce SSA names.
9678 * tree-ssa-live.c (remove_unused_locals): Be more conservative when
9679 not optimizing so unused user vars remains visible.
9680 * common.opt (flag_tree_ter): Always enable by default.
9681 * tree-ssa-ter.c: Include flags.h
9682 (is_replaceable_p): Check that locations match; when aliasing
9683 is missing be conservative about loads.
9684 * tree-optimize.c (gate_init_datastructures): Remove.
9685 (pass_init_datastructures): New.
9686 * passes.c: Reorder passes so we always go into SSA.
9687
9688 2008-07-19 Jan Hubicka <jh@suse.cz>
9689
9690 * doc/extend.texi (flatten attribute): Remove note about
9691 unit-at-a-time.
9692 * doc/invoke.texi (--combine): Likewise.
9693 (-finline-functions-called-once): Update levels when enabled.
9694 (-funit-at-a-time): Document new behaviour.
9695 (-ftoplevel-reorder): Document that it is enabled -O0 and imply
9696 -fno-section-anchors when disabled explicitly.
9697 (inline params): They are not ignored now.
9698 (precompiled headers): Remove unit-at-a-time as being incompatible.
9699 * opts.c (decode_options): Handle unit-at-a-time as alias;
9700 imply -fno-section-anchors when toplevel reorder is disabled
9701 explicitly.
9702 * common.opt (ftoplevel-reorder): Set default value to 2.
9703 (funit-at-a-time): Set default value to 1.
9704 * config/rs6000/rs6000.c (optimization_options): Set section anchors
9705 to 2.
9706
9707 2008-07-19 Jan Hubicka <jh@suse.cz>
9708
9709 * builtins.c (expand_builtin_int_roundingfn,
9710 expand_builtin_int_roundingfn_2): Do not take subtarget argument;
9711 it is not useful.
9712
9713 2008-07-19 Richard Guenther <rguenther@suse.de>
9714
9715 PR bootstrap/36864
9716 * tree-ssa-sccvn.h (get_constant_value_id): Declare.
9717 * tree-ssa-sccvn.c (get_constant_value_id): New function.
9718 * tree-ssa-pre.c (get_expr_value_id): For newly created
9719 constant value-ids make sure to add the expression to its
9720 expression-set.
9721
9722 2008-07-19 Jakub Jelinek <jakub@redhat.com>
9723
9724 PR middle-end/36877
9725 * omp-low.c (expand_omp_atomic_fetch_op): Make sure the
9726 return value of the builtin is ignored.
9727
9728 2008-07-19 Olivier Hainque <hainque@adacore.com>
9729
9730 * doc/tm.texi (MALLOC_ABI_ALIGNMENT): New macro. Alignment, in
9731 bits, a C conformant malloc implementation has to provide.
9732 * defaults.h (MALLOC_ABI_ALIGNMENT): Default to BITS_PER_WORD.
9733
9734 2008-07-19 Joseph Myers <joseph@codesourcery.com>
9735
9736 PR target/36780
9737 PR target/36827
9738 * reload.c (find_reloads_subreg_address): Only reload address if
9739 reloaded == 0, not for reloaded != 1.
9740
9741 Revert:
9742 2008-07-16 Joseph Myers <joseph@codesourcery.com>
9743 * config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
9744 (m32c_legitimate_address_p): Handle "++rii" addresses created by
9745 m32c_legitimize_reload_address.
9746
9747 2008-07-15 Kaz Kojima <kkojima@gcc.gnu.org>
9748 * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
9749 (plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.
9750
9751 2008-07-19 Olivier Hainque <hainque@adacore.com>
9752
9753 * dwarf2out.c (add_subscript_info): New explicit COLLAPSE_P
9754 argument, saying whether nested array are to be collapsed
9755 into a single array type DIE with multiple subscripts.
9756 (gen_array_type_die): Factorize comments about the MIPS_DEBUG_INFO
9757 issues, centralize the nested array types collapsing control and
9758 disable the transformation for Ada.
9759
9760 2008-07-18 Uros Bizjak <ubizjak@gmail.com>
9761
9762 PR target/36786
9763 * config/i386/i386.md (x86_64_shift_adj_1): Rename from
9764 x86_64_shift_adj.
9765 (x86_64_shift_adj_2): New expander.
9766 (x86_64_shift_adj_3): Ditto.
9767 * config/i386/i386.c (ix86_split_ashr): Use gen_x86_64_shift_adj_3
9768 to split TImode operands.
9769 (ix86_split_ashl): Use gen_x86_64_shift_adj_2 to split TImode operands.
9770 (ix86_split_lshr): Ditto.
9771
9772 2008-07-18 Kris Van Hees <kris.van.hees@oracle.com>
9773
9774 * c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__
9775 and __CHAR32_TYPE__.
9776 * c-typeck.c (digest_init): Support char16_t and char32_t.
9777 (set_nonincremental_init_from_string): Idem.
9778
9779 2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
9780
9781 PR middle-end/36859
9782 * builtins.c (std_gimplify_va_arg_expr): Limit alignment to
9783 PREFERRED_STACK_BOUNDARY.
9784 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
9785
9786 2008-07-18 H.J. Lu <hongjiu.lu@intel.com>
9787
9788 PR middle-end/36858
9789 * function.c (locate_and_pad_parm): Cap boundary earlier.
9790
9791 2008-07-17 Julian Brown <julian@codesourcery.com>
9792
9793 * config/arm/arm.c (arm_cxx_determine_class_data_visibility): Make
9794 no-op for targets which don't use DLLs.
9795
9796 2008-07-17 Martin Jambor <mjambor@suse.cz>
9797
9798 * ipa-cp.c (ipcp_print_all_lattices): New variable info, check
9799 that nodes are relevant by examining the node->analyzed flag.
9800 (ipcp_init_stage): Check which nodes are relevant, assert that the
9801 relevant ones are also required.
9802 (ipcp_propagate_stage): Check on the side arrays are properly
9803 allocated.
9804 (ipcp_print_all_jump_functions): Make sure not to touch any node
9805 that is not analyzed or an edge that does not have a corresponding
9806 entry in the on-the-side vectors.
9807 (ipcp_function_scale_print): Likewise.
9808 (ipcp_update_callgraph): Check that the node is relevant.
9809 (ipcp_insert_stage): Check that the node is relevant. Check there is
9810 an info for every node and edge.
9811 * ipa-prop.c (ipa_init_func_list): Check the nodes are relevant.
9812 (ipa_print_all_tree_maps): Likewise and a new variable info.
9813 (ipa_print_all_params_modified): Likewise.
9814 * ipa-prop.h (ipa_edge_args_info_available_for_edge_p): New function.
9815
9816 2008-07-17 Roman Zippel <zippel@linux-m68k.org>
9817
9818 PR target/25343
9819 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
9820
9821 2008-07-17 Paolo Bonzini <bonzini@gnu.org>
9822
9823 PR rtl-optimization/36753
9824 * fwprop.c (use_killed_between): Don't shortcut
9825 single-definition global registers.
9826
9827 2008-07-16 Jan Hubicka <jh@suse.cz>
9828
9829 * cgraph.h (varpool_empty_needed_queue): Declare.
9830 * cgraphunit.c (output_in_order): Mark all variables as needed;
9831 empty the queue.
9832 * varpool.c (varpool_assemble_node): Update debug queue.
9833 (varpool_assemble_pending_decls): Don't do it here.
9834 (varpool_empty_needed_queue): New function.
9835
9836 2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9837
9838 * recog.c (peephole2_optimize): Fix formatting.
9839
9840 2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9841
9842 * c-pch.c (get_ident): Avoid C++ keywords.
9843 * combine-stack-adj.c (single_set_for_csa): Likewise.
9844 * final.c (asm_insn_count, final_scan_insn, alter_subreg,
9845 output_asm_insn): Likewise.
9846 * reload.c (push_secondary_reload, find_reusable_reload,
9847 push_reload, combine_reloads, find_reloads,
9848 debug_reload_to_stream): Likewise.
9849 * reload.h (struct reload): Likewise.
9850 * reload1.c (reload_reg_class_lower, find_reg, find_reload_regs,
9851 allocate_reload_reg, choose_reload_regs, emit_input_reload_insns,
9852 emit_output_reload_insns): Likewise.
9853 * targhooks.c (default_secondary_reload): Likewise.
9854 * varasm.c (section_entry_eq, object_block_entry_eq): Likewise.
9855
9856 2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9857
9858 * recog.c (validate_change_1, validate_change,
9859 validate_unshare_change, validate_replace_rtx_1, struct
9860 funny_match, constrain_operands, peephole2_optimize): Avoid C++
9861 keywords.
9862 * reload.c (push_secondary_reload, secondary_reload_class,
9863 scratch_reload_class, find_valid_class, find_reusable_reload,
9864 push_reload, find_dummy_reload, find_reloads_address_1,
9865 find_reloads_address_part, find_equiv_reg): Likewise.
9866 * reload1.c (spill_failure, eliminate_regs_1, allocate_reload_reg,
9867 choose_reload_regs): Likewise.
9868 * rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
9869 Likewise.
9870 * rtlhooks.c (gen_lowpart_if_possible): Likewise.
9871 * sched-ebb.c (add_deps_for_risky_insns): Likewise.
9872 * sched-rgn.c (concat_INSN_LIST): Likewise.
9873 * stor-layout.c (mode_for_size, mode_for_size_tree,
9874 smallest_mode_for_size): Likewise.
9875
9876 2008-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9877
9878 * cfg.c (dump_reg_info): Avoid C++ keywords.
9879 * dwarf2asm.c (dw2_force_const_mem,
9880 dw2_asm_output_encoded_addr_rtx): Likewise.
9881 * except.c (gen_eh_region, add_action_record, output_ttype): Likewise.
9882 * expmed.c (expand_shift): Likewise.
9883 * global.c (find_reg): Likewise.
9884 * graph.c (draw_edge): Likewise.
9885 * local-alloc.c (reg_meets_class_p, find_free_reg): Likewise.
9886 * optabs.c (expand_binop, expand_twoval_unop, expand_twoval_binop,
9887 widen_clz, widen_bswap, expand_parity, expand_unop,
9888 emit_cmp_and_jump_insn_1): Likewise.
9889 * postreload.c (reload_cse_simplify_operands): Likewise.
9890 * ra.h (add_neighbor): Likewise.
9891 * reg-stack.c (remove_regno_note, change_stack): Likewise.
9892 * regclass.c (memory_move_secondary_cost, dump_regclass, regclass,
9893 record_reg_classes, copy_cost, record_address_regs,
9894 invalid_mode_change_p): Likewise.
9895 * regrename.c (regrename_optimize, scan_rtx_reg,
9896 dump_def_use_chain, find_oldest_value_reg,
9897 replace_oldest_value_reg, copyprop_hardreg_forward_1): Likewise.
9898
9899 2008-07-16 David Edelsohn <edelsohn@gnu.org>
9900
9901 * config/rs6000/rs6000.c (processor_target_table): Remove duplicate
9902 MASK_POWERPC64 for power4 in previous commit.
9903
9904 2008-07-16 Olivier Hainque <hainque@adacore.com>
9905
9906 * collect2.c (scan_prog_file, COFF version): Use CONST_CAST
9907 instead of bare conversion to cast const-ness away.
9908
9909 2008-07-16 Anatoly Sokolov <aesok@post.ru>
9910
9911 * config/xtensa/xtensa.h (FUNCTION_OUTGOING_VALUE,
9912 XTENSA_FUNCTION_VALUE, XTENSA_FUNCTION_VALUE): Remove.
9913 * config/xtensa/xtensa.c (xtensa_function_value): New function.
9914 (TARGET_FUNCTION_VALUE): Define.
9915
9916 2008-07-16 David Edelsohn <edelsohn@gnu.org>
9917
9918 * config/rs6000/rs6000.c (processor_target_table): Add
9919 MASK_PPC_GPOPT for power4, power5, power5+, power6, and power6x.
9920
9921 2008-07-16 Joseph Myers <joseph@codesourcery.com>
9922
9923 PR target/36827
9924 * config/m32c/m32c.c (BIG_FB_ADJ): Move definition earlier.
9925 (m32c_legitimate_address_p): Handle "++rii" addresses created by
9926 m32c_legitimize_reload_address.
9927
9928 2007-07-16 Rafael Ãvila de Espíndola <espindola@google.com>
9929
9930 * c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and
9931 DECL_IN_SYSTEM_HEADER in sync.
9932
9933 2008-07-15 Daniel Berlin <dberlin@dberlin.org>
9934
9935 * tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
9936 * tree-ssa-pre.c (pre_expr_eq): Ditto
9937 (get_constant_for_value_id): Take a type as an argument.
9938 (fully_constant_expression): Pass in type.
9939 (find_or_generate_expression): Short circuit constant case.
9940 (create_expression_by_pieces): Remove special casing of
9941 pointer_plus.
9942 (do_regular_insertion): Short circuit constant case.
9943 (do_partial_partial_insertion): Ditto.
9944
9945 2008-07-15 Kaz Kojima <kkojima@gcc.gnu.org>
9946
9947 PR target/36782
9948 * config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note.
9949
9950 2008-07-15 Bob Wilson <bob.wilson@acm.org>
9951
9952 * config/xtensa/libgcc-xtensa.ver: New file.
9953 * config/xtensa/t-linux (SHLIB_MAPFILES): Append libgcc-xtensa.ver.
9954
9955 2008-07-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9956
9957 * df-problems.c (df_set_note): Avoid C++ keywords.
9958 * df-scan.c (df_ref_change_reg_with_loc_1): Likewise.
9959 * dse.c (record_store, remove_useless_values): Likewise.
9960 * emit-rtl.c (gen_reg_rtx, update_reg_offset, gen_rtx_REG_offset,
9961 gen_reg_rtx_offset, operand_subword, change_address_1,
9962 change_address, adjust_address_1, offset_address,
9963 widen_memory_access, emit_copy_of_insn_after): Likewise.
9964 * explow.c (round_push, allocate_dynamic_stack_space): Likewise.
9965 * fwprop.c (should_replace_address, propagate_rtx_1,
9966 propagate_rtx, try_fwprop_subst, forward_propagate_and_simplify):
9967 Likewise.
9968 * gcse.c (cprop_jump, find_implicit_sets, bypass_block,
9969 gcse_emit_move_after, update_ld_motion_stores): Likewise.
9970 * lcm.c (compute_insert_delete, pre_edge_lcm,
9971 compute_rev_insert_delete, pre_edge_rev_lcm): Likewise.
9972 * lower-subreg.c (resolve_reg_notes): Likewise.
9973 * mode-switching.c (optimize_mode_switching): Likewise.
9974
9975 2008-07-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9976
9977 * bt-load.c (add_btr_def, migrate_btr_def,
9978 branch_target_load_optimize): Avoid C++ keywords.
9979 * caller-save.c (insert_restore, insert_save, insert_one_insn):
9980 Likewise.
9981 * combine.c (subst, simplify_set, make_extraction,
9982 make_compound_operation, known_cond, simplify_shift_const_1): Likewise.
9983 * cse.c (make_regs_eqv, merge_equiv_classes, validate_canon_reg,
9984 fold_rtx, equiv_constant, cse_insn, cse_process_notes_1): Likewise.
9985
9986 2008-07-15 Richard Guenther <rguenther@suse.de>
9987
9988 PR middle-end/36369
9989 * c-common.c (strict_aliasing_warning): Do not warn for
9990 TYPE_REF_CAN_ALIAS_ALL pointers.
9991 (c_common_get_alias_set): may_alias types are not special.
9992 * tree.c (build_pointer_type_for_mode): Look up the may_alias
9993 attribute and set can_ref_all accordingly.
9994 (build_reference_type_for_mode): Likewise.
9995 * doc/extend.texi (may_alias): Clarify.
9996
9997 2008-07-15 Kaz Kojima <kkojima@gcc.gnu.org>
9998
9999 PR target/36780
10000 * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Allow
10001 (plus (plus (reg) (const_int)) (const_int)) when reload_in_progress.
10002
10003 2008-07-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
10004
10005 PR target/31568
10006 * config/rs6000/rs6000.c (print_operand <case 'y'>): Don't use
10007 gcc_assert, instead call output_operand_lossage.
10008
10009 2008-07-15 Kai Tietz <kai.tietz@onevision.com>
10010
10011 * builtins.c (std_canonical_va_list): Treat structure based
10012 va_list types.
10013
10014 2008-07-15 Ben Elliston <bje@au.ibm.com>
10015
10016 * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
10017
10018 2007-07-14 Rafael Ãvila de Espíndola <espindola@google.com>
10019
10020 * c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
10021 is set.
10022
10023 2008-07-14 Jan Hubicka <jh@suse.cz>
10024
10025 * i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_p
10026 * sse.md (sse5 patterns): Update call of ix86_sse5_valid_op_p;
10027 fix predicates and constraints.
10028 * i386.c (ix86_sse5_valid_op_p): Add commutative parameter.
10029 * i386-protos.h (ix86_sse5_valid_op_p): Update declaration.
10030
10031 2008-07-14 Doug Kwan <dougkwan@google.com>
10032
10033 * config.gcc (arm*-*-eabi*): Include arm/eabi.h and use
10034 additional option file arm/eabi.opt.
10035 * config/arm/eabi.h (File): New configuration file for EABI targets.
10036 * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
10037 SUBSUBTARGET_EXTRA_SPECS.
10038 (SUBSUBTARGET_EXTRA_SPECS): Provide empty default.
10039 * config/arm/unknown-elf.h (UNKNOWN_ELF_STARTFILE_SPEC): Renamed
10040 from STARTFILE_SPEC so that it can be referenced in an override.
10041 (STARTFILE_SPEC): Use UNKNOWN_ELF_STARTFILE_SPEC.
10042 (UNKNOWN_ELF_ENDFILE_SPEC): Renamed from ENDFILE_SPEC so that it
10043 can be referenced in an override.
10044 (ENDFILE_SPEC): Use UNKNOWN_ELF_ENDFILE_SPEC.
10045 * config/arm/bpabi.h (BPABI_LINK_SPEC): Renamed from LINK_SPEC
10046 so that it can be referenced in an override.
10047 (LINK_SPEC): Use BPABI_LINK_SPEC.
10048 * config/arm/eabi.opt (File): New.
10049
10050 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10051
10052 * Makefile.in (TARGET_DEF_H): Add targhooks.h.
10053 (FIXED_VALUE_H): New variable.
10054 (RTL_BASE_H): Use $(INPUT_H) and $(FIXED_VALUE_H) instead of
10055 input.h, fixed-value.h.
10056 (TREE_H): Use $(INPUT_H), add $(SYMTAB_H).
10057 (BASIC_BLOCK_H): Use $(BITMAP_H).
10058 (FUNCTION_H): Add varray.h.
10059 (IPA_REFERENCE_H): Use $(BITMAP_H).
10060 (CGRAPH_H): Add $(BASIC_BLOCK_H).
10061 (DF_H): Use $(BITMAP_H).
10062 (GGC_H): Add statistics.h.
10063 (INSN_ADDR_H): New.
10064 (INSN_ATTR_H): Use it.
10065 (SYSTEM_H): Add safe-ctype.h, filenames.h.
10066 (INPUT_H): New.
10067 (SYMTAB_H): Add $(OBSTACK_H).
10068 (CPP_INTERNAL_H): New.
10069 (TREE_DUMP_H): Add tree-pass.h.
10070 (TREE_FLOW_H): Use $(BITMAP_H)
10071 (PRETTY_PRINT_H): Use $(INPUT_H).
10072 (EBITMAP_H): Rename from typo-ed EBIMAP_H.
10073 (GSTAB_H): New.
10074 (BITMAP_H): New.
10075 (many object files): Fix lots of header dependencies throughout.
10076
10077 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10078
10079 * Makefile.in (write_entries_to_file, write_entries_to_file_split):
10080 New macros.
10081 (s-gtyp-input): Use them to write tmp-gi.list.
10082 (echo_to_gi.list): Remove.
10083
10084 2008-07-14 Richard Guenther <rguenther@suse.de>
10085
10086 * tree-ssa-sccvn.c (pre_info): Remove.
10087 (switch_to_PRE_table): Likewise.
10088 (free_scc_vn): Do not clear SSA_NAME_VALUE. Do not free pre_info.
10089 (set_hashtable_value_ids): Do not create value-ids for the
10090 optimistic tables.
10091 (run_scc_vn): Remove double test. Remove bogus special-case
10092 in value-number printing.
10093 * tree-ssa-sccvn.h (switch_to_PRE_table): Remove.
10094 * tree-ssa-ccp.c (get_symbol_constant_value): Do not look at
10095 SSA_NAME_VALUE.
10096 * tree-flow-inline.h (get_value_handle): Remove.
10097 * tree-flow.h (get_value_handle): Remove.
10098
10099 2008-07-14 Martin Jambor <mjambor@suse.cz>
10100
10101 * tree-switch-conversion.c (gen_inbound_check): Make sure the type
10102 in which we generate arithmetics is not a subrange.
10103
10104 2008-07-14 Martin Jambor <mjambor@suse.cz>
10105
10106 * Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
10107
10108 2008-07-14 Richard Guenther <rguenther@suse.de>
10109
10110 * tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.
10111
10112 2008-07-14 Andreas Krebbel <krebbel1@de.ibm.com>
10113
10114 PR target/36745
10115 * config/s390/s390.c: (s390_secondary_reload): Add a secondary
10116 reload for symbol refs moved to r0 with -fPIC.
10117 (legitimize_pic_address): Use the target register as temporary
10118 reg if possible.
10119 (emit_symbolic_move): Adjust comment.
10120 * config/s390/s390.md (reloadsi_PIC_addr, reloaddi_PIC_addr):
10121 New expanders.
10122
10123 2008-07-14 Ben Elliston <bje@au.ibm.com>
10124
10125 * c-common.h (C_CPP_HASHNODE): New macro.
10126 * coretypes.h (struct cpp_token): Forward declare.
10127 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
10128 the context-sensitive keyword method.
10129 * config/rs6000/rs6000-c.c (__vector_keyword, vector_keyword,
10130 __pixel_keyword, pixel_keyword, __bool_keyword, bool_keyword,
10131 expand_bool_pixel): New.
10132 (altivec_categorize_keyword): New function.
10133 (init_vector_keywords): New function.
10134 (rs6000_macro_to_expand): Likewise.
10135 (rs6000_cpu_cpp_builtins): Enable context-sensitive macros if not
10136 compiling an ISO C dialect.
10137
10138 2008-07-13 Daniel Berlin <dberlin@dberlin.org>
10139
10140 * tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.
10141 (create_expression_by_pieces): Fix typo.
10142 (do_regular_insertion): Use debug counter here too.
10143
10144 2008-07-14 Hans-Peter Nilsson <hp@axis.com>
10145
10146 PR target/35492.
10147 * config/cris/cris.h (CRIS_CONST_OK_FOR_LETTER_P): Renamed from
10148 CONST_OK_FOR_LETTER_P. All port-local users changed.
10149 (CONST_OK_FOR_CONSTRAINT_P): Define; implement Kc as old K,
10150 implement Kp matching power-of-two.
10151 (CONSTRAINT_LEN): Define to match.
10152 * config/cris/cris.md: Replace all use of constraint K with Kc.
10153 ("*btst*): Use Kp for operand 0 of last alternative.
10154
10155 2008-07-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10156
10157 PR testsuite/36440
10158 * tree-call-cdce.c (check_target_format): Accept MIPS single, double
10159 and quad formats.
10160
10161 2008-07-13 Jan Hubicka <jh@suse.cz>
10162
10163 * tree.c (decl_assembler_name_equal): Expect assembler name of decl
10164 to be mangled too.
10165
10166 2008-07-13 Richard Guenther <rguenther@suse.de>
10167
10168 PR middle-end/36811
10169 * langhooks.c (lhd_print_error_function): Deal with recursive
10170 BLOCK trees.
10171
10172 2008-07-12 Jan Hubicka <jh@suse.cz>
10173
10174 * cgraph.c (assembler_name_hash): New static var.
10175 (hash_node_by_assembler_name, eq_assembler_name): New.
10176 (cgraph_node_for_asm): Use hashtable.
10177 (cgraph_remove_node): Maintain hashtable.
10178 (change_decl_assembler_name): Sanity check that names are not changing
10179 after aliasing was processed.
10180 * cgraph.h (varpoon_node): Add next GGC marker.
10181 * tree.c (decl_assembler_name_equal): Constify.
10182 (decl_assembler_name_hash): New.
10183 * tree.h (decl_assembler_name_equal): Constify.
10184 (decl_assembler_name_hash): Update.
10185
10186 2008-07-12 David Daney <ddaney@avtrex.com>
10187
10188 * config/mips/driver-native.c (host_detect_local_cpu): Handle
10189 sb1 and r5000 cpus.
10190
10191 2008-07-12 Richard Sandiford <rdsandiford@googlemail.com>
10192
10193 * doc/md.texi: Document the MIPS "v" constraint.
10194 * config/mips/mips.h (reg_class): Revert last change.
10195 (REG_CLASS_NAMES): Likewise.
10196 (REG_CLASS_CONTENTS): Likewise.
10197 * config/mips/mips.c (mips_regno_to_class): Likewise.
10198 * config/mips/constraints.md (v): Likewise, but add documentation.
10199 Add a comment to say that this constraint should not be used in
10200 gcc code.
10201
10202 2008-07-11 DJ Delorie <dj@redhat.com>
10203
10204 * config/h8300/h8300.md (length): Fix branch offset limit.
10205
10206 2008-07-11 Anatoly Sokolov <aesok@post.ru>
10207
10208 * config/avr/avr-protos.h (avr_peep2_scratch_safe): Remove prototype.
10209 * config/avr/avr.c (avr_peep2_scratch_safe): Remove.
10210 (avr_hard_regno_scratch_ok): New function.
10211 (TARGET_HARD_REGNO_SCRATCH_OK): Define.
10212 * config/avr/avr.md (all peepholes that request a scratch register):
10213 Remove avr_peep2_scratch_safe use.
10214
10215 2008-07-11 Tom Tromey <tromey@redhat.com>
10216 Ian Lance Taylor <iant@google.com>
10217
10218 * c-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
10219 (struct c_common_resword): Define.
10220 (D_CONLY, D_CXXONLY, D_C99, D_CXX0X, D_EXT, D_EXT89): Define.
10221 (D_ASM, D_OBJC, D_CXX_OBJC, D_CXXWARN): Define.
10222 (c_common_reswords, num_c_common_reswords): Declare.
10223 * c-common.c (c_common_reswords): New global const array.
10224 (num_c_common_reswords): New const int.
10225 * c-parser.c (struct resword, reswords): Don't define.
10226 (D_C89, D_EXT, D_EXT89, D_OBJC): Don't define.
10227 (c_parse_init): Clarify mask code. Use c_common_reswords rather
10228 than reswords. If warning about C++ keywords, give them a special
10229 RID code.
10230 (c_lex_one_token): Warn about C++ keywords. Call
10231 objc_is_reserved_word rather than OBJC_IS_AT_KEYWORD.
10232 (c_parser_external_declaration): Look for RID_xxx rather than
10233 RID_AT_xxx, for ObjC++ keywords which are also C++ keywords.
10234 (c_parser_statement_after_labels): Likewise.
10235 (c_parser_objc_class_instance_variables): Likewise.
10236 (c_parser_objc_class_declaration): Likewise.
10237 (c_parser_objc_try_catch_statement): Likewise.
10238 * c-decl.c (c_print_identifier): Ignore RID_CXX_COMPAT_WARN.
10239 (declspecs_add_type): Likewise.
10240
10241 2008-07-11 Angelo Graziosi <angelo.graziosi@alice.it>
10242
10243 * ggc-page.c (alloc_page):
10244 Substituting xmalloc, xcalloc with
10245 XNEWVEC and XCNEWVAR macros which add the
10246 needed casts.
10247
10248 2008-07-11 Richard Guenther <rguenther@suse.de>
10249
10250 PR tree-optimization/36765
10251 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add
10252 aliases from HEAP vars to SMTs.
10253
10254 2008-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10255
10256 * Makefile.in (LOOSE_WARN, STRICT_WARN): Update comments.
10257 * configure.ac (loose_warn): Move -Wc++-compat from here...
10258 (strict_warn): ...to here.
10259 * configure: Regenerate.
10260
10261 2008-07-10 Joseph Myers <joseph@codesourcery.com>
10262
10263 * config.gcc (arm-*-coff*, armel-*-coff*, h8300-*-*,
10264 i[34567]86-*-aout*, i[34567]86-*-coff*, m68k-*-aout*,
10265 m68k-*-coff*, sh-*-*, mips-sgi-irix[56]*, pdp11-*-bsd,
10266 rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*): Deprecate targets,
10267 excluding more specific h8300-*-* and sh-*-* targets.
10268
10269 2008-07-10 Daniel Berlin <dberlin@dberlin.org>
10270
10271 * tree-ssa-pre.c (create_expression_by_pieces): Add fold_convert calls.
10272 (eliminate): Ditto.
10273 (execute_pre): Call loop_optimizer_finalize in early exit.
10274
10275 2008-07-10 Jakub Jelinek <jakub@redhat.com>
10276
10277 PR middle-end/36790
10278 * omp-low.c (lower_omp_2): If task_shared_vars, test all DECL_P
10279 uids in the bitmap, not just VAR_DECL uids.
10280
10281 PR rtl-optimization/36419
10282 * combine-stack-adj.c (adjust_frame_related_expr): New function.
10283 (combine_stack_adjustments_for_block): Call it if needed. Delete
10284 correct insn.
10285 * dwarf2out.c (dwarf2out_frame_debug_expr): Adjust
10286 DW_CFA_GNU_args_size if CSA pass merged some adjustments into
10287 prologue sp adjustment.
10288
10289 2008-07-10 Peter Maydell <pmaydell@chiark.greenend.org.uk>
10290
10291 PR other/28322
10292 * opts.c (print_ignored_options): Report postponed diagnostics for
10293 unknown -Wno-* options as warnings, not errors.
10294 (postpone_unknown_option_error): Renamed to...
10295 (postpone_unknown_option_warning): ... this.
10296
10297 2008-07-09 Doug Kwan <dougkwan@google.com>
10298
10299 Revert:
10300 2008-07-08 Doug Kwan <dougkwan@google.com>
10301
10302 * config/arm/arm.opt (mandroid): New option.
10303 * config/arm/bpabi.h (ANDROID_LINK_SPEC): New macro.
10304 (LINK_SPEC): Enable Android specific behaviour when -mandroid is used.
10305 (CC1_SPEC): Same.
10306 (CC1PLUS_SPEC): Same.
10307 (LIB_SPEC): Same.
10308 (STARTFILE_SPEC): Same.
10309 (ENDFILE_SPEC): Same.
10310 (TARGET_BPABI_CPP_BUILTINS): Define __ANDROID__ when -mandroid is
10311 used.
10312
10313 2008-07-09 Richard Sandiford <rdsandiford@googlemail.com>
10314
10315 PR target/35802
10316 * config/mips/mips.h (reg_class): Remove V1_REG.
10317 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
10318 * config/mips/mips.c (mips_regno_to_class): Map $3 to M16_NA_REGS
10319 instead of V1_REGS.
10320 (mips_get_tp): New function.
10321 (mips_legitimize_tls_address): Use it.
10322 * config/mips/constraints.md (v): Delete.
10323 * config/mips/mips.md (TLS_GET_TP_REGNUM): New constant.
10324 (tls_get_tp_<mode>): Allow any GPR destination and clobber $3.
10325 After reload, split into a move and ...
10326 (*tls_get_tp_<mode>_split): ...this new instruction.
10327
10328 2008-07-09 David Daney <ddaney@avtrex.com>
10329
10330 * config/mips/driver-native.c: Include coretypes.h and tm.h.
10331
10332 2008-07-09 Jakub Jelinek <jakub@redhat.com>
10333
10334 * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.
10335 (push_gimplify_context): Don't allocate temp_htab nor c itself here.
10336 Add c argument.
10337 (pop_gimplify_context): Check c->temp_htab instead of optimize whether
10338 htab_delete should be called. Don't free c.
10339 (lookup_tmp_var): Create temp_htab lazily.
10340 (gimplify_scan_omp_clauses, gimplify_omp_parallel, gimplify_omp_task,
10341 gimplify_body, force_gimple_operand): Adjust push_gimplify_context
10342 callers.
10343 * omp-low.c (lower_omp_sections, lower_omp_single, lower_omp_master,
10344 lower_omp_ordered, lower_omp_critical, lower_omp_for,
10345 create_task_copyfn, lower_omp_taskreg, execute_lower_omp):
10346 * tree-ssa-ccp.c (convert_to_gimple_builtin): Likewise.
10347 * tree-sra.c (generate_element_init): Likewise.
10348 * tree-mudflap.c (execute_mudflap_function_ops,
10349 execute_mudflap_function_decls): Likewise.
10350 * tree-inline.c (setup_one_parameter, optimize_inline_calls): Likewise.
10351 * tree-gimple.h (struct gimplify_ctx): New type.
10352 (push_gimplify_context): Adjust prototype.
10353
10354 2008-07-09 Daniel Berlin <dberlin@dberlin.org>
10355
10356 * tree-ssa-pre.c (phi_translate_1): Update placement of
10357 add_to_value calls.
10358
10359 2008-07-09 Anatoly Sokolov <aesok@post.ru>
10360
10361 * target.h (struct gcc_target): Add hard_regno_scratch_ok field.
10362 * target-def.h (TARGET_HARD_REGNO_SCRATCH_OK): New.
10363 (TARGET_INITIALIZER): Use TARGET_HARD_REGNO_SCRATCH_OK.
10364 * targhooks.c (default_hard_regno_scratch_ok): New function.
10365 * targhooks.h (default_hard_regno_scratch_ok): Declare function.
10366 * doc/tm.texi: Document TARGET_HARD_REGNO_SCRATCH_OK hook.
10367 * recog.c: Include "target.h".
10368 (peep2_find_free_register): Add check for global regs. Add target
10369 specific check.
10370 * Makefile.in (recog.o): Depend on target.h.
10371
10372 2008-07-09 Kaz Kojima <kkojima@gcc.gnu.org>
10373
10374 * config/sh/sh.c (sh_canonical_va_list_type): New.
10375 (TARGET_CANONICAL_VA_LIST_TYPE): Define.
10376
10377 2008-07-09 Raksit Ashok <raksit@google.com>
10378
10379 * doc/invoke.texi (Option Summary): Mention new option
10380 -Wdisallowed-function-list=...
10381 (Warning Options): Document -Wdisallowed-function-list=...
10382 * common.opt (Wdisallowed-function-list=): New flag.
10383 * flags.h (warn_disallowed_functions): External definition of new
10384 boolean warning flag.
10385 (warn_if_disallowed_function_p): Declare new function.
10386 * opts.c (warning_disallowed_functions): New static variable.
10387 (warn_disallowed_functions): New boolean warning flag.
10388 (warn_if_disallowed_function_p): New function.
10389 (add_comma_separated_to_vector): Rename
10390 add_instrument_functions_exclude_list to this.
10391 (common_handle_option): Handle new option. Rename calls to
10392 add_instrument_functions_exclude_list into calls to
10393 add_comma_separated_to_vector.
10394 * c-parser.c (c_parser_postfix_expression_after_primary): New warning
10395 based on flag warn_disallowed_functions.
10396
10397 2008-07-09 Christian Bruel <christian.bruel@st.com>
10398
10399 * final.c (get_attr_length_1): Call get_attr_length_1 with fallback_fn
10400 instead of get_attr_length.
10401
10402 2008-07-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10403
10404 * genattrtab.c (insert_right_side, evaluate_eq_attr): Avoid C++
10405 keywords.
10406 * genemit.c (gen_insn): Likewise.
10407 * gengtype.c (note_def_vec): Likewise.
10408 * gengtype.h (note_def_vec): Likewise.
10409 * genoutput.c (struct data, output_insn_data, process_template,
10410 gen_expand, gen_split, note_constraint): Likewise.
10411 * genrecog.c (new_decision, add_to_sequence, factor_tests,
10412 make_insn_sequence): Likewise.
10413 * gensupport.c (record_insn_name): Likewise.
10414
10415 2008-07-08 Doug Kwan <dougkwan@google.com>
10416
10417 * config/arm/arm.opt (mandroid): New option.
10418 * config/arm/bpabi.h (ANDROID_LINK_SPEC): New macro.
10419 (LINK_SPEC): Enable Android specific behaviour when -mandroid is used.
10420 (CC1_SPEC): Same.
10421 (CC1PLUS_SPEC): Same.
10422 (LIB_SPEC): Same.
10423 (STARTFILE_SPEC): Same.
10424 (ENDFILE_SPEC): Same.
10425 (TARGET_BPABI_CPP_BUILTINS): Define __ANDROID__ when -mandroid is
10426 used.
10427
10428 2008-07-08 Raksit Ashok <raksit@google.com>
10429
10430 * expr.c (emit_block_move_via_movmem): Fix expected_align parameter.
10431 (set_storage_via_setmem): Fix expected_align parameter.
10432 * doc/invoke.texi (i386 and x86-64 Options): Add a couple of options
10433 missing from the list.
10434 * doc/md.texi (movmem): Explicitly state that expected alignment is
10435 to be expressed in bytes.
10436 (setmem): Explicitly state that expected alignment is to be expressed
10437 in bytes.
10438
10439 2008-07-08 Joseph Myers <joseph@codesourcery.com>
10440
10441 * reload.c (find_reloads_subreg_address): Do not require validity
10442 of address in original mode before reloading address.
10443
10444 2008-07-07 Tianwei Sheng <tianweis@google.com>
10445
10446 * df-core.c (df_remove_problem): Adjust the access to avoid out of
10447 bounds array access.
10448
10449 2008-07-08 Jakub Jelinek <jakub@redhat.com>
10450
10451 * tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_P dst.
10452
10453 2008-07-05 Daniel Berlin <dberlin@dberlin.org>
10454
10455 Fix PR tree-optimization/23455
10456 Fix PR tree-optimization/35286
10457 Fix PR tree-optimization/35287
10458 * Makefile.in (OBJS-common): Remove tree-vn.o.
10459 (tree-vn.o): Remove.
10460 * dbgcnt.def: Add treepre_insert debug counter.
10461 * gcc/tree-flow.h (add_to_value): Updated for other changes.
10462 (debug_value_expressions): Ditto.
10463 (print_value_expressions): Ditto.
10464 * tree-pretty-print.c (dump_generic_node): Updated for
10465 VALUE_HANDLE removal.
10466 * tree-ssa-dom.c (record_equality): Ditto.
10467 (cprop_operand): Ditto.
10468 (lookup_avail_expr): Ditto.
10469 * tree-ssa-threadedge.c
10470 (record_temporary_equivalences_from_stmts_at_dest): Ditto.
10471 (simplify_control_stmt_condition): Ditto.
10472 * tree.c (tree_code_size): Ditto.
10473 (tree_node_structure): Ditto.
10474 (iterative_hash_expr): Ditto.
10475 * tree.def: Ditto.
10476 * tree.h (VALUE_HANDLE_ID): Ditto.
10477 (VALUE_HANDLE_EXPR_SET): Ditto.
10478 (struct tree_value_handle): Ditto.
10479 (union tree_node): Ditto.
10480 * treestruct.def: Ditto.
10481 * tree-vn.c: Removed.
10482 * tree-ssa-pre.c: Rewritten entirely.
10483 * tree-ssa-sccvn.c (constant_to_value_id): New hashtable.
10484 (constant_value_ids): Ditto.
10485 (vn_nary_op_t): Moved to header.
10486 (vn_phi_t): Ditto.
10487 (vn_reference_op_t): Ditto
10488 (vn_reference_t): Ditto.
10489 (next_value_id): New variable.
10490 (VN_INFO): Add an assert.
10491 (vn_constant_eq): New function.
10492 (vn_constant_hash): Ditto.
10493 (get_or_alloc_constant_value_id): Ditto.
10494 (value_id_constant_p): Ditto.
10495 (vn_reference_compute_hash): De-staticify.
10496 (copy_reference_ops_from_ref): Don't use get_callee_fndecl.
10497 Disable some code with a FIXME. Remove VALUE_HANDLE use.
10498 (valueize_refs): Update opcode if it changes from ssa name to constant.
10499 (vn_reference_lookup_1): Add new argument.
10500 (vn_reference_lookup): Ditto.
10501 (vn_reference_lookup_pieces): New function.
10502 (vn_reference_insert): Add return type. Modify to deal with value ids.
10503 (vn_reference_insert_pieces): New function.
10504 (vn_nary_op_compute_hash): De-staticify.
10505 (vn_nary_op_eq): Ditto.
10506 (vn_nary_op_lookup_pieces): New function.
10507 (vn_nary_op_lookup): Add new argument.
10508 (vn_nary_op_insert_pieces): New function.
10509 (vn_nary_op_insert): Add return type. Modify to deal with value ids.
10510 (vn_phi_insert): Ditto.
10511 (visit_unary_op): Update for callee changes.
10512 (visit_binary_op): Ditto.
10513 (visit_reference_op_load): Ditto.
10514 (visit_reference_op_store): Ditto.
10515 (init_scc_vn): Init next_value_id, constant_to_value_id and
10516 constant_value_ids.
10517 (free_scc_vn): Free them.
10518 (set_hashtable_value_ids): New function.
10519 (run_scc_vn): Use it.
10520 (get_max_value_id): New function.
10521 (get_next_value_id): Ditto.
10522 (expressions_equal_p): Moved from tree-vn.c
10523 (sort_vuses): Ditto.
10524 (sort_vuses_heap): Ditto.
10525 * tree-ssa-sccvn.h: Structures moved from tree-ssa-sccvn.c (noted
10526 above).
10527 * tree.c (iterative_hash_hashval_t): Made non-static
10528 * tree.h (iterative_hash_hashval_t): Declare it.
10529
10530 2008-07-08 Martin Jambor <mjambor@suse.cz>
10531
10532 * ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params
10533 instead of ipa_create_node_params.
10534 (ipcp_driver): Allocate infos with ipa_check_create_node_params and
10535 ipa_check_create_edge_args, free them with
10536 free_all_ipa_structures_after_ipa_cp, call ipa_register_cgraph_hooks.
10537
10538 * ipa-prop.c: Include flags.h and tree-inline.h.
10539 (ipa_node_params_vector): New variable.
10540 (ipa_edge_args_vector): New variable.
10541 (edge_removal_hook_holder): New variable.
10542 (node_removal_hook_holder): New variable.
10543 (edge_duplication_hook_holder): New variable.
10544 (node_duplication_hook_holder): New variable.
10545 (ipa_detect_param_modifications): Check for presence of modified flags.
10546 (ipa_compute_jump_functions): Check for presence of jump functions.
10547 (ipa_free_edge_args_substructures): New function.
10548 (ipa_create_node_params): Removed.
10549 (ipa_free_all_edge_args): Changed to deallocate the on-the-side vector.
10550 (ipa_free_node_params_substructures): New function.
10551 (ipa_free_all_node_params): Changed to deallocate the on-the-side
10552 vector.
10553 (ipa_edge_removal_hook): New function.
10554 (ipa_node_removal_hook): New function.
10555 (duplicate_array): New function.
10556 (ipa_edge_duplication_hook): New function.
10557 (ipa_node_duplication_hook): New function.
10558 (ipa_register_cgraph_hooks): New function.
10559 (ipa_unregister_cgraph_hooks): New function.
10560 (free_all_ipa_structures_after_ipa_cp): New function.
10561
10562 * ipa-prop.h: Include vec.h.
10563 (ipa_node_params_t): New typedef with vector types for it.
10564 (ipa_edge_args_t): New typedef with vector types for it.
10565 (IPA_NODE_REF): Changed to access an on-the-side vector.
10566 (IPA_EDGE_REF): Changed to access an on-the-side vector.
10567 (ipa_check_create_node_params): New function.
10568 (ipa_check_create_edge_args): New function.
10569
10570 * Makefile.in (IPA_PROP_H): New variable for ipa-prop.h. Converted
10571 all users.
10572
10573 2008-07-07 Tom Tromey <tromey@redhat.com>
10574
10575 * configure, config.in: Rebuilt.
10576 * configure.ac: Don't check for scandir or alphasort.
10577
10578 2008-07-07 Joseph Myers <joseph@codesourcery.com>
10579
10580 * config/arm/arm.c (arm_init_neon_builtins): Register built-in
10581 types immediately after creating them.
10582
10583 2008-07-07 Joseph Myers <joseph@codesourcery.com>
10584
10585 * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.
10586
10587 2008-07-07 Fernando Pereira <fernando@cs.ucla.edu>
10588
10589 * tree-ssa-structalias.c (compute_points_to_sets): Add call to
10590 dump_constraint_graph.
10591 (dump_constraint_edge): New function.
10592 (dump_constraint_graph): New function.
10593 (debug_constraint_graph): New function.
10594 (dump_constraint): Removed useless comparison.
10595 * tree-ssa-structalias.h (dump_constraint_edge): Declare.
10596 (dump_constraint_graph): Declare.
10597 (debug_constraint_graph): Declare.
10598 * tree-dump.c (struct dump_option_value_info): Declare TDF_GRAPH.
10599
10600 2008-07-07 Kai Tietz <kai.tietz@onevision.com>
10601
10602 * config/i386/i386.c (is_va_list_char_pointer): New.
10603 (ix86_va_start): Replace compare with ms_va_list_type_node
10604 by is_va_list_char_pointer.
10605 (ix86_gimplify_va_arg): Likewise.
10606
10607 2008-07-07 Martin Jambor <mjambor@suse.cz>
10608
10609 * cgraph.c (cgraph_edge_max_uid): New variable.
10610 (struct cgraph_edge_hook_list): New type.
10611 (struct cgraph_node_hook_list): New type.
10612 (struct cgraph_2edge_hook_list): New type.
10613 (struct cgraph_2node_hook_list): New type.
10614 (first_cgraph_edge_removal_hook): New variable.
10615 (first_cgraph_node_removal_hook): New variable.
10616 (first_cgraph_edge_duplicated_hook): New variable.
10617 (first_cgraph_node_duplicated_hook): New variable.
10618 (cgraph_add_edge_removal_hook): New function.
10619 (cgraph_remove_edge_removal_hook): New function.
10620 (cgraph_call_edge_removal_hooks): New function.
10621 (cgraph_add_node_removal_hook): New function.
10622 (cgraph_remove_node_removal_hook): New function.
10623 (cgraph_call_node_removal_hooks): New function.
10624 (cgraph_add_edge_duplication_hook): New function.
10625 (cgraph_remove_edge_duplication_hook): New function.
10626 (cgraph_call_edge_duplication_hooks): New function.
10627 (cgraph_add_node_duplication_hook): New function.
10628 (cgraph_remove_node_duplication_hook): New function.
10629 (cgraph_call_node_duplication_hooks): New function.
10630 (cgraph_create_edge): Assign to edge uid.
10631 (cgraph_remove_edge): Call edge removal hooks.
10632 (cgraph_node_remove_callees): Call edge removal hooks.
10633 (cgraph_node_remove_callers): Call edge removal hooks.
10634 (cgraph_remove_node): Call node removal hooks.
10635 (cgraph_clone_edge): Call edge duplication hooks.
10636 (cgraph_clone_node): Call node duplication hooks.
10637
10638 * cgraph.h (cgraph_edge): New field uid.
10639 (cgraph_edge_hook): New type.
10640 (cgraph_node_hook): New type.
10641 (cgraph_2edge_hook): New type.
10642 (cgraph_2node_hook): New type.
10643
10644 2008-07-07 Andreas Tobler <a.tobler@schweiz.org>
10645
10646 * config.in: Regenerate.
10647
10648 2008-07-07 Vladimir Prus <vladimir@codesourcery.com>
10649
10650 * gcc.c (print_sysroot): New.
10651 (option_map, display_help, process_command): Handle the
10652 -print-sysroot option.
10653 (main): Print the sysroot if requested.
10654 * doc/invoke.texi (Debugging Options): Document -print-sysroot.
10655
10656 2008-07-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10657
10658 PR target/34780
10659 * unwind-pe.h (size_of_encoded_value): add attribute unused.
10660
10661 2008-07-07 Daniel Jacobowitz <dan@codesourcery.com>
10662
10663 * function.c (assign_parm_remove_parallels): Check mode of entry_parm.
10664 (assign_parm_setup_block_p): Also check mode of entry_parm.
10665
10666 2008-07-07 Richard Guenther <rguenther@suse.de>
10667
10668 * tree-ssa-structalias.h (set_used_smts): Remove.
10669 * tree-ssa-structalias.c (used_smts): Likewise.
10670 (set_used_smts): Likewise.
10671 * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Remove
10672 call to set_used_smts.
10673
10674 2008-07-07 Richard Guenther <rguenther@suse.de>
10675
10676 * tree-ssa-structalias.c (struct variable_info): Add is_full_var flag.
10677 (new_var_info): Set it to false.
10678 (solution_set_add): Correctly handle pointers outside a var and
10679 inside a field.
10680 (type_safe): Treat variables with is_full_var properly.
10681 (do_sd_constraint): Likewise.
10682 (do_ds_constraint): Likewise.
10683 (process_constraint): Remove zeroing offset for !use_field_sensitive.
10684 (get_constraint_for_ptr_offset): New function.
10685 (get_constraint_for_component_ref): For addresses at least include
10686 the last field of the variable. Handle is_full_vars properly.
10687 (get_constraint_for_1): Factor common code, handle POINTER_PLUS_EXPR.
10688 (handle_ptr_arith): Remove.
10689 (find_func_aliases): Simplify assignment handling.
10690 (create_function_info_for): For parameter and result varinfos set
10691 is_full_var flag.
10692 (create_variable_info_for): Set is_full_var flag whenever we
10693 just created a single varinfo for a decl.
10694 (init_alias_vars): Initialize use_field_sensitive from
10695 max-fields-for-field-sensitive parameter.
10696
10697 2008-07-07 Richard Guenther <rguenther@suse.de>
10698
10699 PR tree-optimization/36713
10700 * tree-flow-inline.h (is_call_used): New function.
10701 * tree-nrv.c (dest_safe_for_nrv_p): Use it.
10702 * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
10703 * tree-outof-ssa.c (create_temp): Set call-used flag if required.
10704
10705 2008-07-07 Maxim Kuvyrkov <maxim@codesourcery.com>
10706
10707 * config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types.
10708
10709 2008-07-07 Mark Shinwell <shinwell@codesourcery.com>
10710
10711 * config/m68k/lb1sf68.asm: Add PIC macros for Linux targets.
10712
10713 2008-07-07 Maxim Kuvyrkov <maxim@codesourcery.com>
10714 Nathan Sidwell <nathan@codesourcery.com>
10715
10716 * config.gcc (m68k-*-linux*): Add with_arch. Add sysroot-suffix.h
10717 to tm_file. Add m68k/t-floatlib, m68k/t-linux & m68k/t-mlibs to
10718 tmake_file.
10719 * config/m68k/t-linux: New.
10720 * doc/install.texi: Document m68k-*-linux is now multilibbed by
10721 default.
10722
10723 2008-07-07 Nathan Sidwell <nathan@codesourcery.com>
10724
10725 * config/m68k/t-cf (MULTILIB_EXTRA_OPTS): Add no-mac.
10726 * config/m68k/m68k-devices.def: Remove multilibs that only differ
10727 by MAC/EMAC.
10728
10729 2008-07-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10730
10731 * gcc.c (execute): Fix -Wc++-compat warning.
10732
10733 2008-07-06 H.J. Lu <hongjiu.lu@intel.com>
10734
10735 PR target/36720
10736 * config/ia64/ia64.c (ia64_split_tmode): Fix typo in TImode
10737 constant for little endian.
10738
10739 2008-07-06 Richard Sandiford <rdsandiford@googlemail.com>
10740
10741 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Check
10742 mips_base_mips16 instead of TARGET_MIPS16.
10743 (mips_base_mips16): Declare.
10744 * config/mips/mips.c (mips_base_mips16): Make global.
10745 (was_mips16_p): Remove GTY marker.
10746 (was_mips16_pch_p): New variable.
10747 (mips_set_mips16_mode): Check both was_mips16_p and was_mips16_pch_p.
10748 (mips_override_options): Force to non-MIPS16 mode initially.
10749 Do not complain about MIPS16 PIC incompatibilities here.
10750 Only allow -mgpopt if -mexplicit-relocs is in force for
10751 non-MIPS16 code.
10752
10753 2008-07-06 Andreas Tobler <a.tobler@schweiz.org>
10754
10755 * configure.ac: Check for caddr_t, define to char * if not defined.
10756 * configure: Regenerate.
10757 * ggc-common.c (mmap_gt_pch_get_address): Fix -Wc++-compat warnings.
10758 (mmap_gt_pch_use_address): Likewise.
10759 * config/host-solaris.c (sol_gt_pch_use_address): Likewise.
10760
10761 2008-07-06 Richard Guenther <rguenther@suse.de>
10762
10763 * tree-ssa-structalias.c (struct variable_info): Remove has_union.
10764 (new_var_info): Deal with it.
10765 (solution_set_add): Likewise.
10766 (bitpos_of_field): Make signed, fix.
10767 (struct fieldoff): Remove type and decl fields. Make size field
10768 unsigned HOST_WIDE_INT. Add has_unknown_size and may_have_pointers
10769 flags.
10770 (fieldoff_compare): Deal with it.
10771 (push_fields_onto_fieldstack): Remove has_union argument, glob
10772 adjacent non-pointer fields together.
10773 (create_function_info_for): Do not set has_union.
10774 (create_variable_info_for): Simplify.
10775
10776 2008-07-06 Kai Tietz <kai.tietz@onevision.com>
10777
10778 * config.gcc (extra_headers): Add cross-stdarg.h for target
10779 x86_64-*-* and i?86-*-*.
10780 * config/i386/cross-stdarg.h: New.
10781 * builtins.c (std_fn_abi_va_list): New.
10782 (std_canonical_va_list_type): New.
10783 (stabilize_va_list): Replace va_list_type_node use by
10784 mtarget.canonical_va_list_type.
10785 (gimplify_va_arg_expr): Likewise.
10786 (expand_builtin_va_copy): Replace va_list_type_node use by
10787 mtarget.fn_abi_va_list.
10788 * tree-sra.c (is_va_list_type): New helper.
10789 (decl_can_be_decomposed_p): Replace
10790 va_list_type_node use by is_va_list_type.
10791 * tree-ssa-ccp.c (optimize_stdarg_builtin): Likewise.
10792 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
10793 * c-common.c (c_common_nodes_and_builtins): Use TARGET_ENUM_VA_LIST.
10794 * config/i386/i386-protos.h (ix86_get_valist_type): New.
10795 (ix86_enum_va_list): New.
10796 * config/i386/i386.c (sysv_va_list_type_node): New.
10797 (ms_va_list_type_node): New.
10798 (ix86_function_type_abi): Remove sorry.
10799 (ix86_build_builtin_va_list_abi): New.
10800 (ix86_build_builtin_va_list): Call ix86_build_builtin_va_list_abi
10801 for 64-bit targets.
10802 (ix86_va_start): Replace va_list_type_node by sysv_va_list_type_node.
10803 (ix86_init_builtins_va_builtins_abi): New.
10804 (ix86_init_builtins): Use ix86_init_builtins_va_builtins_abi
10805 for 64-bit targets.
10806 (ix86_handle_abi_attribute): New.
10807 (attribute_spec): Add sysv_abi and ms_abi.
10808 (ix86_fn_abi_va_list): New.
10809 (ix86_canonical_va_list_type): New.
10810 (ix86_enum_va_list): New.
10811 (TARGET_FN_ABI_VA_LIST): New.
10812 (TARGET_CANONICAL_VA_LIST_TYPE): New.
10813 * config/i386/i386.h (TARGET_ENUM_VA_LIST): New.
10814 * doc/tm.texi (TARGET_FN_ABI_VA_LIST): New.
10815 (TARGET_CANONICAL_VA_LIST_TYPE): New.
10816 (TARGET_ENUM_VA_LIST): New.
10817 * expr.h (std_fn_abi_va_list): New.
10818 (std_canonical_va_list_type): New.
10819 * target-def.h (TARGET_FN_ABI_VA_LIST): New.
10820 (TARGET_CANONICAL_VA_LIST_TYPE): New.
10821 (TARGET_INITIALIZER): Add TARGET_FN_ABI_VA_LIST and
10822 TARGET_CANONICAL_VA_LIST_TYPE.
10823 * target.h (struct gcc_target): Add fn_abi_va_list hook
10824 and canonical_va_list_type hook.
10825
10826 2008-07-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
10827
10828 * fold-const.c (fold_convert_const): Treat OFFSET_TYPE the same as
10829 integral and pointer types.
10830
10831 2008-07-04 Roger Sayle <roger@eyesopen.com>
10832
10833 * config/rs6000/host-darwin.c (darwin_rs6000_extra_signals): Cast
10834 the "void*" result of xmalloc to "char*" to fix bootstrap breakage.
10835
10836 2008-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
10837
10838 PR target/36684
10839 * config/sh/sh.h (OVERRIDE_OPTIONS): Disable -fschedule-insns for PIC.
10840
10841 2008-07-04 Jakub Jelinek <jakub@redhat.com>
10842
10843 * tree-switch-conversion.c (build_one_array, gen_def_assigns): Use
10844 build_gimple_modify_stmt.
10845 (build_arrays, gen_inbound_check): Likewise. Force RHS to be
10846 gimple operand. Use fold_build* instead of build*.
10847
10848 2008-07-04 Richard Guenther <rguenther@suse.de>
10849
10850 * tree-ssa-structalias.c (lookup_vi_for_tree): Declare.
10851 (do_sd_constraint): Handle a dereference of ESCAPED and CALLUSED
10852 properly to compute the reachability set if we do field-sensitive PTA.
10853 * invoke.texi (max-fields-for-field-sensitive): Document default.
10854 * opts.c (decode_options): Set max-fields-for-field-sensitive to
10855 100 for optimize >= 2.
10856
10857 2008-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10858
10859 * ggc-zone.c (lookup_page_table_if_allocated,
10860 set_page_table_entry, zone_find_object_size, alloc_small_page,
10861 alloc_large_page, ggc_free, gt_ggc_m_S, ggc_marked_p, init_ggc,
10862 new_ggc_zone, init_ggc_pch, ggc_pch_this_base, ggc_pch_read): Fix
10863 -Wc++-compat and/or -Wcast-qual warnings.
10864
10865 2008-07-04 Alan Modra <amodra@bigpond.net.au>
10866
10867 PR target/36634
10868 * config/rs6000/rs6000.md (call, call_value): Don't arrange for
10869 pic_offset_table_rtx to be marked as used here.
10870 (call_nonlocal_sysv, call_value_nonlocal_sysv): Add split for
10871 TARGET_SECURE_PLT to "use" pic_offset_table_rtx.
10872 (call_nonlocal_sysv_secure, call_value_nonlocal_sysv_secure): New insn.
10873 (sibcall_nonlocal_sysv, sibcall_value_nonlocal_sysv): Assert
10874 !TARGET_SECURE_PLT.
10875
10876 2008-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10877
10878 * alloc-pool.c (hash_descriptor, eq_descriptor,
10879 alloc_pool_descriptor): Fix -Wc++-compat warnings.
10880 * bitmap.c (hash_descriptor, eq_descriptor, bitmap_descriptor):
10881 Likewise.
10882 * ggc-common.c (hash_descriptor, eq_descriptor, hash_ptr, eq_ptr,
10883 loc_descriptor, ggc_prune_ptr, ggc_free_overhead,
10884 final_cmp_statistic, cmp_statistic, dump_ggc_loc_statistics): Likewise.
10885 * varray.c (hash_descriptor, eq_descriptor, varray_descriptor):
10886 Likewise.
10887
10888 2008-07-03 Eric Botcazou <ebotcazou@adacore.com>
10889
10890 * tree-flow.h (loop_only_exit_p): Declare.
10891 * tree-ssa-loop-niter.c (loop_only_exit_p): Make public.
10892 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Reinstate direct check on
10893 the number of iterations if it is constant. Otherwise, if this is the
10894 only possible exit of the loop, use the conservative estimate on the
10895 number of iterations of the entire loop if available.
10896
10897 2008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
10898
10899 * Makefile.in (libgcc.mvars): Add LIBGCC_SYNC and LIBGCC_SYNC_CFLAGS.
10900 * libgcc-std.ver (GCC_4.4.0): New version, inherited from GCC_4.3.0.
10901 Add synchronization functions.
10902 * config/sync.c: New file.
10903 * config/mips/t-libgcc-mips16 (LIBGCC_SYNC): Define.
10904 (LIBGCC_SYNC_CFLAGS): Likewise.
10905
10906 2008-07-03 Uros Bizjak <ubizjak@gmail.com>
10907
10908 PR target/36710
10909 * config/i386/i386.md (mode): Add TF to "mode" attribute.
10910 (*pushtf_sse): New insn pattern.
10911 (pushtf splitters): New splitters.
10912
10913 2008-07-03 Michael Meissner <gnu@the-meissners.org>
10914
10915 PR middle-end/35736
10916 * predict.c (build_predict_expr): Use void_type_node for the tree
10917 type, instead of NULL_TREE.
10918
10919 2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
10920
10921 * config/i386/i386.c (contains_aligned_value_p): Return true
10922 for TCmode.
10923 (ix86_data_alignment): Align TCmode to 128bits.
10924 (ix86_local_alignment): Likewise.
10925
10926 2008-07-03 Andrew Haley <aph@redhat.com>
10927
10928 PR bootstrap/33304
10929 * vec.h (VEC_TA): New.
10930 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_ALLOC_I, DEF_VEC_ALLOC_P,
10931 DEF_VEC_O, DEF_VEC_ALLOC_O: Use VEC_TA.
10932 * c-common.c (C_COMMON_FIXED_TYPES_SAT): New macro.
10933 (C_COMMON_FIXED_MODE_TYPES_SAT): New macro.
10934 (C_COMMON_FIXED_TYPES): Remove first arg.
10935 (C_COMMON_FIXED_MODE_TYPES): Likewise.
10936 * tree.c (MAKE_FIXED_TYPE_NODE): Break into two macros,
10937 MAKE_FIXED_TYPE_NODE and MAKE_FIXED_TYPE_NODE_WIDTH in order
10938 not to use empty macro arguments.
10939
10940 2008-07-02 Joseph Myers <joseph@codesourcery.com>
10941
10942 * config/alpha/vms_tramp.asm, config/arm/crti.asm,
10943 config/arm/crtn.asm, config/bfin/crti.s, config/bfin/crtlibid.s,
10944 config/bfin/crtn.s, config/fr30/crti.asm, config/fr30/crtn.asm,
10945 config/frv/lib1funcs.asm, config/i386/sol2-c1.asm,
10946 config/i386/sol2-ci.asm, config/i386/sol2-cn.asm,
10947 config/i386/sol2-gc1.asm, config/ia64/crti.asm,
10948 config/ia64/crtn.asm, config/m68hc11/larith.asm,
10949 config/m68hc11/m68hc11-crt0.S, config/m68k/crti.s,
10950 config/m68k/crtn.s, config/mcore/crti.asm, config/mcore/crtn.asm,
10951 config/rs6000/crtresfpr.asm, config/rs6000/crtresgpr.asm,
10952 config/rs6000/crtresxfpr.asm, config/rs6000/crtresxgpr.asm,
10953 config/rs6000/crtsavfpr.asm, config/rs6000/crtsavgpr.asm,
10954 config/rs6000/crtsavres.asm, config/rs6000/e500crtres32gpr.asm,
10955 config/rs6000/e500crtres64gpr.asm,
10956 config/rs6000/e500crtres64gprctr.asm,
10957 config/rs6000/e500crtrest32gpr.asm,
10958 config/rs6000/e500crtrest64gpr.asm,
10959 config/rs6000/e500crtresx32gpr.asm,
10960 config/rs6000/e500crtresx64gpr.asm,
10961 config/rs6000/e500crtsav32gpr.asm,
10962 config/rs6000/e500crtsav64gpr.asm,
10963 config/rs6000/e500crtsav64gprctr.asm,
10964 config/rs6000/e500crtsavg32gpr.asm,
10965 config/rs6000/e500crtsavg64gpr.asm,
10966 config/rs6000/e500crtsavg64gprctr.asm, config/rs6000/eabi-ci.asm,
10967 config/rs6000/eabi-cn.asm, config/rs6000/eabi.asm,
10968 config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
10969 config/rs6000/tramp.asm, config/sparc/sol2-ci.asm,
10970 config/sparc/sol2-cn.asm: Remove .file directives.
10971
10972 2008-07-02 Richard Sandiford <rdsandiford@googlemail.com>
10973
10974 * resource.c (mark_referenced_resources): Look inside
10975 UNSPEC_VOLATILEs and ASM_INPUTs.
10976
10977 2008-07-02 Ian Lance Taylor <iant@google.com>
10978
10979 * rtlanal.c (add_reg_note): New function.
10980 * rtl.h (add_reg_note): Declare.
10981 * auto-inc-dec.c (attempt_change): Use add_reg_note.
10982 * bb-reorder.c (add_reg_crossing_jump_notes): Likewise.
10983 * builtins.c (expand_builtin_longjmp): Likewise.
10984 (expand_builtin_nonlocal_goto): Likewise.
10985 * calls.c (emit_call_1, expand_call): Likewise.
10986 * cfgexpand.c (add_reg_br_prob_note): Likewise.
10987 * cfglayout.c (fixup_reorder_chain): Likewise.
10988 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
10989 (commit_one_edge_insertion): Likewise.
10990 * combine.c (move_deaths, distribute_notes): Likewise.
10991 * df-problems.c (df_set_note): Likewise.
10992 * emit-rtl.c (link_cc0_insns, try_split): Likewise.
10993 (set_unique_reg_note): Likewise.
10994 (emit_copy_of_insn_after): Likewise.
10995 * expr.c (expand_expr_real): Likewise.
10996 * gcse.c (add_label_notes): Likewise.
10997 * haifa-sched.c (create_check_block_twin): Likewise.
10998 * jump.c (mark_jump_label_1): Likewise.
10999 * loop-doloop.c (add_test, doloop_modify): Likewise.
11000 * loop-unswitch.c (compare_and_jump_seq): Likewise.
11001 * lower-subreg.c (move_eh_region_note): Likewise.
11002 * optabs.c (emit_libcall_block): Likewise.
11003 * predict.c (predict_insn): Likewise.
11004 (combine_predictions_for_insn): Likewise.
11005 * recog.c (peephole2_optimize): Likewise.
11006 * regmove.c (try_auto_increment): Likewise.
11007 * reg-stack.c (emit_pop_insn, move_for_stack_reg): Likewise.
11008 * reload.c (find_reloads): Likewise.
11009 * reload1.c (fixup_eh_region_note): Likewise.
11010 (reload_as_needed, add_auto_inc_notes, copy_eh_notes): Likewise.
11011 * reorg.c (delete_prior_computation): Likewise.
11012 (delete_computation, dbr_schedule): Likewise.
11013 * config/pa/pa.c (legitimize_pic_address): Likewise.
11014 * config/sh/sh.c (sh_reorg): Likewise.
11015
11016 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
11017
11018 PR target/36669
11019 * config/libgcc-glibc.ver: Add %exclude.
11020 * config/m32r/libgcc-glibc.ver: Likwise.
11021 * config/s390/libgcc-glibc.ver: Likwise.
11022 * config/sh/libgcc-glibc.ver: Likwise.
11023 * config/sparc/libgcc-sparc-glibc.ver: Likwise.
11024
11025 * config/i386/libgcc-glibc.ver: New.
11026
11027 * config/i386/libgcc-x86_64-glibc.ver: Removed.
11028
11029 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
11030
11031 * config.gcc: Remove i386/t-fprules-softfp64 soft-fp/t-softfp
11032 from tmake_file from i[34567]86-*-darwin*, x86_64-*-darwin*,
11033 i[34567]86-*-linux*, x86_64-*-linux*. Add
11034 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file for
11035 i[34567]86-*-darwin*, x86_64-*-darwin*, i[34567]86-*-linux*,
11036 x86_64-*-linux*. Add i386/t-linux to tmake_file for
11037 i[34567]86-*-linux*, x86_64-*-linux*.
11038
11039 * libgcc-std.ver: Add empty GCC_4.4.0.
11040
11041 * mkmap-symver.awk: Support multiple versions per symbol.
11042
11043 * config/i386/i386.c (ix86_init_builtins): Always define
11044 __builtin_fabsq and __builtin_copysignq with fallbacks.
11045 (ix86_expand_builtin): Emit normal call for __builtin_fabsq
11046 and __builtin_copysignq if SSE2 isn't available.
11047
11048 * config/i386/linux.h (LIBGCC2_HAS_TF_MODE): Defined.
11049 (LIBGCC2_TF_CEXT): Likwise.
11050 (TF_SIZE): Likwise.
11051
11052 * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): Defined as 1.
11053
11054 * config/i386/sfp-machine.h: Moved to libgcc.
11055
11056 * config/i386/sfp-machine.h: New.
11057 * config/i386/t-linux: Likwise.
11058
11059 * config/i386/t-darwin: Remove softfp_wrap_start and
11060 softfp_wrap_end.
11061 * config/i386/t-darwin64: Likewise.
11062
11063 * config/i386/t-fprules-softfp64: Renamed to ...
11064 * config/i386/t-fprules-softfp: This.
11065
11066 * config/i386/t-linux64: Remove SHLIB_MAPFILES, softfp_wrap_start
11067 and softfp_wrap_end.
11068
11069 2008-07-02 Jason Merrill <jason@redhat.com>
11070
11071 * tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.
11072
11073 * tree.c (ctor_to_list): New fn.
11074 * tree.h: Declare it.
11075 (CONSTRUCTOR_ELT): New macro.
11076 (CONSTRUCTOR_NELTS): New macro.
11077
11078 2008-07-02 Richard Guenther <rguenther@suse.de>
11079
11080 * tree-ssa-structalias.c (struct variable_info): Reorder
11081 to fill padding on 64bit hosts. Make collapsed_to an int.
11082 (get_varinfo_fc): Deal with that.
11083 (new_var_info): Likewise.
11084 (collapse_rest_of_var): Likewise.
11085
11086 2008-07-02 Joshua Sumali <jsumali@redhat.com>
11087
11088 * doc/install.texi (--enable-java-home): Document.
11089 (--enable-aot-compile-rpm): Likewise.
11090 (--with-arch-directory): Likewise.
11091 (--with-os-directory): Likewise.
11092 (--with-origin-name): Likewise.
11093 (--with-arch-suffix): Likewise.
11094 (--with-jvm-root-dir): Likewise.
11095 (--with-jvm-jar-dir): Likewise.
11096 (--with-python-dir): Likewise.
11097
11098 2008-07-02 Richard Guenther <rguenther@suse.de>
11099
11100 * tree-ssa-forwprop.c (can_propagate_from): Exclude loads
11101 from decls explicitly. Merge operand checking from tuples.
11102
11103 2008-07-02 Martin Jambor <mjambor@suse.cz>
11104
11105 * tree-switch-conversion.c: Included timevar.h which I forgot before.
11106
11107 2008-07-02 Martin Jambor <mjambor@suse.cz>
11108
11109 * tree-switch-conversion.c: Included timevar.h
11110 (pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).
11111
11112 * timevar.def: Added TV_TREE_SWITCH_CONVERSION.
11113
11114 2008-07-02 Martin Jambor <mjambor@suse.cz>
11115
11116 * tree-switch-conversion.c: Corrected various comments and
11117 whitespace issues
11118 (build_constructors): Fixed minor formatting mistakes.
11119
11120 * invoke.texi (Optimize Options): Corrected the
11121 switch-conversion-max-branch-ratio parameter.
11122
11123 2008-07-02 Mark Shinwell <shinwell@codesourcery.com>
11124
11125 * final.c (asm_insn_count): Return zero for an empty asm body.
11126
11127 2008-07-02 Richard Guenther <rguenther@suse.de>
11128
11129 * bitmap.h (bitmap_set_bit): Return bool.
11130 (bitmap_clear_bit): Likewise.
11131 * bitmap.c (bitmap_set_bit): Return if the bit changed. Only
11132 write to the bitmap if it would.
11133 (bitmap_clear_bit): Likewise.
11134 * tree-ssa-structalias.c (add_implicit_graph_edge): Use
11135 bitmap_set_bit return value.
11136 (add_pred_graph_edge): Likewise.
11137 (add_graph_edge): Likewise.
11138 (do_sd_constraint): Likewise.
11139 (do_ds_constraint): Likewise.
11140
11141 2008-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11142
11143 * config/alpha/alpha.c (alpha_need_linkage, alpha_use_linkage):
11144 Fix -Wc++-compat and/or -Wcast-qual warnings.
11145 * config/i386/netware.c (gen_stdcall_or_fastcall_decoration,
11146 gen_regparm_prefix): Likewise.
11147 * vmsdbgout.c (write_modbeg, lookup_filename,
11148 vmsdbgout_source_line, vmsdbgout_init): Likewise.
11149
11150 2008-07-02 Danny Smith <dannysmith@users.sourceforge.net>
11151
11152 * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
11153 defaults.h definition apply.
11154
11155 2008-07-01 Daniel Jacobowitz <dan@codesourcery.com>
11156
11157 * function.c (assign_parm_remove_parallels): New.
11158 (assign_parm_setup_block_p): Do not return true for non-BLKmode
11159 PARALLELs.
11160 (assign_parm_setup_block): Do not handle them.
11161 (assign_parm_setup_reg, assign_parm_setup_stack): Call
11162 assign_parm_remove_parallels.
11163
11164 2008-07-01 Daniel Jacobowitz <dan@codesourcery.com>
11165
11166 * c-typeck.c (convert_for_assignment): Use
11167 vector_targets_convertible_p.
11168 * c-common.c (vector_targets_convertible_p): New.
11169 * c-common.h (vector_targets_convertible_p): New prototype.
11170 * config/rs6000/rs6000.c (rs6000_is_opaque_type): Do not check
11171 opaque_p_V2SI_type_node.
11172
11173 2008-07-01 Steve Ellcey <sje@cup.hp.com>
11174
11175 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Do not allow
11176 RFmode constants.
11177
11178 2008-07-01 Uros Bizjak <ubizjak@gmail.com>
11179
11180 * config/i386/i386.c (ix86_build_signbit_mask): Generate TImode and
11181 TFmode constants via two element DImode vector for hosts with
11182 HOST_BITS_PER_WIDE_INT < 64.
11183 (ix86_init_builtins): Define __builtin_fabsq and __builtin_copysignq
11184 also for HOST_BITS_PER_WIDE_INT < 64.
11185
11186 2008-07-01 Richard Guenther <rguenther@suse.de>
11187
11188 PR tree-optimization/36666
11189 * tree-ssa-structalias.c (get_constraint_for_1): Declare.
11190 (get_constraint_exp_from_ssa_var): Split into ...
11191 (get_constraint_exp_for_temp): ... this ...
11192 (get_constraint_for_ssa_var): ... and that.
11193 Return constraint expressions for all touched sub-fields
11194 if the results address is not taken.
11195 (process_constraint): Remove assertion that aggregate
11196 assignments do not happen at this place.
11197 (get_constraint_for_component_ref): Add address_p argument.
11198 Return constraint expressions for all touched sub-fields
11199 if the results address is not taken.
11200 (do_deref): Use get_constraint_exp_for_temp.
11201 (get_constraint_for_1): Rename from ...
11202 (get_constraint_for): ... this. Add the old function as wrapper.
11203 (do_structure_copy): Use get_constraint_for_1.
11204
11205 2008-07-01 Martin Jambor <mjambor@suse.cz>
11206
11207 * Makefile.in (tree-switch-conversion.o): Add.
11208 (OBJS-common): Add tree-swtch-conversion.o.
11209 * passes.c (init_optimization_passes): Add pass_convert_switch.
11210 * tree-pass.h: (pass_convert_switch): Add.
11211 * tree-switch-conversion.c: New file.
11212 * gcc.dg/tree-ssa/cswtch.c: New testcase.
11213 * common.opt (ftree-cswtch): New option.
11214 * params.h (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
11215 * params.def (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
11216 * opts.c (decode_options): Set flag_tree_switch_conversion when
11217 optimization level is >= 2.
11218 * doc/invoke.texi (Optimize Options): Added description of
11219 -ftree-swtch-conversion and switch-conversion-max-branch-ratio.
11220
11221 2008-06-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11222
11223 * config/darwin-driver.c (darwin_default_min_version): Fix
11224 -Wc++-compat warnings.
11225
11226 2008-06-30 Uros Bizjak <ubizjak@gmail.com>
11227
11228 * config/i386/i386.md (*movti_rex64): Add "!" to "r" constraint
11229 of operand 0.
11230
11231 2008-06-30 Kenneth Zadeck <zadeck@naturalbridge.com>
11232
11233 * ifcvt.c (cond_move_process_if_block): Free vectors on false return.
11234
11235 2008-06-30 Kenneth Zadeck <zadeck@naturalbridge.com>
11236
11237 PR rtl-optimization/34744
11238 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): New macros.
11239 (df_scan_free_internal): Free data structures not
11240 allocated in storage pools.
11241 (df_mw_hardreg_chain_delete_eq_uses): Use df_scan_free_mws_vec.
11242 (df_refs_add_to_chains): Use df_scan_free_ref_vec and
11243 df_scan_free_mws_vec.
11244 * dse.c (dse_step6): Free offset_map_p and offset_map_n
11245 unconditionally.
11246
11247 2008-06-30 H.J. Lu <hongjiu.lu@intel.com>
11248
11249 * config/i386/i386.c (contains_aligned_value_p): Return true
11250 for __float128.
11251 (ix86_function_arg_boundary): Return its natural boundary
11252 for __float128.
11253 (return_in_memory_32): Don't check TDmode.
11254 (ix86_split_to_parts): Support splitting into 4 parts and
11255 support TFmode for 32bit target.
11256 (ix86_split_long_move): Support splitting into 4 parts.
11257 (bdesc_args): Enable IX86_BUILTIN_FABSQ and IX86_BUILTIN_COPYSIGNQ
11258 for SSE2.
11259 (ix86_init_mmx_sse_builtins): Move __float80 and __float128 to ...
11260 (ix86_init_builtins): Here.
11261 (ix86_scalar_mode_supported_p): Always return true for TFmode.
11262 (ix86_c_mode_for_suffix): Always return TFmode and XFmode for
11263 'q' and 'w', respectively.
11264
11265 * config/i386/i386.md (movtf): Check TARGET_SSE2 instead of
11266 TARGET_64BIT.
11267 (movtf_internal): Likewise.
11268 (<code>tf2): Likewise.
11269 (*absnegtf2_sse): Likewise.
11270 (copysign<mode>3): Likewise.
11271 (copysign<mode>3_const): Likewise.
11272 (copysign<mode>3_var): Likewise.
11273 (define_split UNSPEC_COPYSIGN): Likewise.
11274 * config/i386/sse.md (*nandtf3): Likewise.
11275 (<code>tf3): Likewise.
11276 (*<code>tf3): Likewise.
11277
11278 2008-06-30 Joey Ye <joey.ye@intel.com>
11279 H.J. Lu <hongjiu.lu@intel.com>
11280
11281 * global.c (compute_regsets): Set frame_pointer_needed here.
11282 * reload1.c (init_elim_table): Don't set frame_pointer_needed here.
11283
11284 2008-06-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
11285
11286 * doc/install.texi (specific): Expand Windows build notes.
11287
11288 2008-06-30 Ira Rosen <irar@il.ibm.com>
11289
11290 PR tree-optimization/36648
11291 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Divide
11292 number of prolog iterations by step. Fix the comment.
11293
11294 2008-06-30 Richard Guenther <rguenther@suse.de>
11295
11296 PR middle-end/36671
11297 * tree-ssa-structalias.c (handle_lhs_call): Add flags argument,
11298 handle calls from ECF_MALLOC functions.
11299 (handle_pure_call): ECF_MALLOC functions do not return
11300 call-used memory.
11301 (find_func_aliases): Handle all calls, adjust calls to handle_lhs_call.
11302
11303 2008-06-29 Andreas Schwab <schwab@suse.de>
11304
11305 * config/m68k/m68k.c (print_operand): Always print a float
11306 constant in hex.
11307 * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND)
11308 (ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND):
11309 Remove macros.
11310
11311 * config/rs6000/x-linux64: Remove never used file.
11312
11313 2008-06-29 Richard Guenther <rguenther@suse.de>
11314
11315 * tree-ssa-structalias.h (compute_points_to_sets): Adjust
11316 prototype.
11317 (struct alias_info): Move ...
11318 * tree-ssa-alias.c: ... here.
11319 (update_alias_info): Declare.
11320 (compute_may_aliases): Call it.
11321 (update_alias_info): New function.
11322 * tree-ssa-structalias.c (update_alias_info): Move ...
11323 * tree-ssa-alias.c (update_alias_info_1): ... here.
11324 * tree-ssa-structalias.c (process_constraint_1): Remove
11325 unused from_call argument. Rename to ...
11326 (process_constraint): ... this. Delete old wrapper.
11327 (make_constraint_to): Adjust callers.
11328 (handle_const_call): Likewise.
11329 (handle_pure_call): Likewise.
11330 (init_base_vars): Likewise.
11331 (handle_lhs_call): Likewise. Remove unnecessary constraint.
11332 (find_func_aliases): We don't need structure copies for
11333 complex types.
11334 (make_constraint_from_anything): Remove.
11335 (create_variable_info_for): For globals make constraints
11336 from escaped, not from anything.
11337 (compute_points_to_sets): Do not call update_alias_info.
11338 (ipa_pta_execute): Use make_constraint_from.
11339
11340 2008-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11341
11342 * Makefile.in (CXX_COMPAT_WARN, cxx_compat_warn): Delete.
11343 (bitmap.o-warn, dominance.o-warn): New.
11344 * configure.ac (cxx_compat_warn): Delete.
11345 (loose_warn): Add -Wcast-qual and -Wc++-compat.
11346 * system.h: Remove #pragma diagnostic for -Wcast-qual and
11347 -Wc++-compat.
11348 * configure: Regenerate.
11349
11350 * optabs.c (libfunc_decl_hash, libfunc_decl_eq): Fix -Wcast-qual
11351 warnings.
11352
11353 2008-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11354
11355 * alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.
11356 * df-scan.c (df_notes_rescan): Likewise.
11357 * ggc-page.c (set_page_table_entry): Likewise.
11358 * intl.c (gcc_gettext_width): Likewise.
11359 * varasm.c (get_unnamed_section, get_noswitch_section,
11360 get_section): Likewise.
11361
11362 2008-06-28 Andrew Jenner <andrew@codesourcery.com>
11363
11364 * regrename.c (build_def_use): Don't copy RTX.
11365
11366 2008-06-28 Sandra Loosemore <sandra@codesourcery.com>
11367
11368 * doc/extend.texi (Variable Attributes): Use @ref instead of @xref.
11369 (Type Attributes): Fix nesting of @table and @subsection. Adjust
11370 punctuation. Use @ref instead of @xref.
11371 (Function Names): Remove stray @display/@end display.
11372 (C++ Attributes): Use @ref instead of @xref.
11373 (Deprecated Features): Fix punctuation around @xref.
11374 (Backwards Compatibility): Likewise.
11375 * doc/rtl.texi (Incdec): Remove stray @table/@end table.
11376
11377 2008-06-28 Joseph Myers <joseph@codesourcery.com>
11378
11379 * config/rs6000/predicates.md (easy_fp_constant): Reject TFmode
11380 constants for E500 double.
11381
11382 2008-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11383
11384 * doc/rtl.texi (const_vector): Document const_fixed as legitimate
11385 element type of const_vector.
11386
11387 2008-06-28 Uros Bizjak <ubizjak@gmail.com>
11388
11389 * config/i386/i386.md (addti3, adddi3, addsi3, addhi3, addqi3):
11390 Remove FLAGS_REG clobber from expander pattern.
11391 (subti3, subdi3, subsi3, subhi3, subqi3): Ditto.
11392 (anddi3, andsi3, andhi3, andqi3): Ditto.
11393 (iordi3, iorsi3, iorhi3, iorqi3): Ditto.
11394 (xordi3, xorsi3, xorhi3, xorqi3): Ditto.
11395 (negti2, negdi2, negsi2, neghi2, negqi2): Ditto.
11396 (ashlsi3, ashlhi3, ashlqi3): Ditto.
11397 (ashrsi3, ashrhi3, ashrqi3): Ditto.
11398 (lshrsi3, lshrhi3, lshrqi3): Ditto.
11399 (rotldi3, rotlsi3, rotlhi3, rotlqi3): Ditto.
11400 (rotrdi3, rotrsi3, rotrhi3, rotrqi3): Ditto.
11401
11402 2008-06-28 Richard Guenther <rguenther@suse.de>
11403
11404 * tree-ssa-structalias.c (callused_id, var_callused,
11405 callused_tree): Add.
11406 (handle_pure_call): New function.
11407 (find_func_aliases): Call it.
11408 (find_what_p_points_to): Handle the call-used set.
11409 (clobber_what_escaped): Likewise.
11410 (compute_call_used_vars): New function.
11411 (init_base_vars): Init the call-used variable.
11412 (do_sd_constraint): Do not propagate the solution from CALLUSED
11413 but use CALLUSED as a placeholder.
11414 (solve_graph): Likewise.
11415 * tree-flow-inline.h (gimple_call_used_vars): New function.
11416 * tree-flow.h (struct gimple_df): Add call_used_vars bitmap.
11417 (compute_call_used_vars): Declare.
11418 * tree-ssa-alias.c (set_initial_properties): Call
11419 compute_call_used_vars.
11420 (reset_alias_info): Clear call-used variables.
11421 (add_call_clobber_ops): Assert we are not called for const/pure
11422 functions. Remove handling of them.
11423 (add_call_read_ops): Handle pure functions by adding the
11424 call-used set of variables as VUSEs.
11425 * tree-ssa.c (init_tree_ssa): Allocate call-used bitmap.
11426 (delete_tree_ssa): Free it.
11427 * tree-dfa.c (remove_referenced_var): Clear the var from the
11428 call-used bitmap.
11429
11430 2008-06-28 Kai Tietz <kai.tietz@onevision.com>
11431
11432 * tree.c (build_varargs_function_type_list): New.
11433 (build_function_type_list_1): New.
11434 (build_function_type_list): Use build_function_type_list_1.
11435 * tree.h (build_varargs_function_type_list): New.
11436
11437 2008-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11438
11439 PR target/34856
11440 * config/spu/spu.c (spu_builtin_splats): Do not generate
11441 invalid CONST_VECTOR expressions.
11442 (spu_expand_vector_init): Likewise.
11443
11444 2008-06-28 Richard Sandiford <rdsandiford@googlemail.com>
11445
11446 * optabs.c (libfunc_decls): New variable.
11447 (libfunc_decl_hash, libfunc_decl_eq): New functions.
11448 (init_one_libfunc): Reuse decls and SYMBOL_REFs when asked
11449 for the same function twice.
11450
11451 2008-06-27 Uros Bizjak <ubizjak@gmail.com>
11452
11453 * config/i386/i386.md (ashlti3, ashrti3, lshrti3): Expand using
11454 ix86_expand_binary_operator directly.
11455 (*ashlti3_1): Rename from ashlti3_1. Use nonmemory_operand predicate
11456 for operand 2.
11457 (*ashrti3_1): Ditto.
11458 (*lshrti3_1): Ditto.
11459 (*ashlti3_2, *ashrti3_2, *lshrti3_2): Remove insn patterns.
11460 (ashlti, ashrti and lshrti splitters): Handle nonmemory operand 2
11461 using only one splitter. Conditionaly execute splitter before or
11462 after peephole2 pass.
11463 (ashlti, ashrti and lshrti peephole2): Define peephole2 patterns.
11464 (x86_shld): Rename from x86_shld_1. Compress operand 2 constraints.
11465 Use only one alternative in asm template.
11466 (x86_64_shld): Compress operand 2 constraints. Use only one alternative
11467 in asm template.
11468 (*ashldi3_cmp_rex64): Use const_1_to_63_operand operand predicate and
11469 "J" operand constraint for operand 2.
11470 (*ashldi3_cconly_rex64): Ditto.
11471 (*ashrdi3_cmp_rex64): Ditto.
11472 (*ashrdi3_cconly_rex64): Ditto.
11473 (*lshrdi3_cmp_rex64): Ditto.
11474 (*lshrdi3_cconly_rex64): Ditto.
11475 * config/i386/predicates.md (const_1_to_63_operand): New predicate.
11476 * config/i386/i386.md (print_operand) ['s']: Print ", " using fputs.
11477 (split_ashr, split_ashl, split_lshr): Use gen_x86_shrd instead of
11478 gen_x86_shrd_1.
11479
11480 2008-06-27 Jakub Jelinek <jakub@redhat.com>
11481
11482 * gimplify.c (omp_is_private): Don't return true if decl is not
11483 already private on #pragma omp for or #pragma omp parallel for.
11484
11485 PR debug/36617
11486 * tree-cfg.c (struct move_stmt_d): Replace block field with
11487 orig_block and new_block fields.
11488 (move_stmt_r): Only set TREE_BLOCK to p->new_block if
11489 if it used to be NULL, p->orig_block or if p->orig_block is NULL.
11490 (move_block_to_fn): Replace vars_map and new_label_map arguments
11491 with struct move_stmt_d pointer.
11492 (replace_block_vars_by_duplicates): New function.
11493 (move_sese_region_to_fn): Add ORIG_BLOCK argument. Adjust
11494 move_block_to_fn caller. If ORIG_BLOCK is non-NULL, move over
11495 all subblocks of ORIG_BLOCK to the new function. Call
11496 replace_block_vars_by_duplicates.
11497 * tree-flow.h (move_sese_region_to_fn): Adjust prototype.
11498 * omp-low.c (expand_omp_taskreg): Set TREE_USED on DECL_INITIAL
11499 BLOCK of the new function. Adjust move_sese_region_to_fn caller.
11500 Prune vars with original DECL_CONTEXT from child_cfun->local_decls.
11501 (expand_omp): Temporarily set input_location to the location of
11502 region's controlling stmt.
11503 (lower_omp_sections, lower_omp_for): Add a BLOCK into outermost
11504 BIND_EXPR, push ctx->block_vars and gimplification vars into
11505 the BIND_EXPR and its block's BLOCK_VARS instead of directly
11506 into dest function.
11507 (lower_omp_single): Set TREE_USED on the BIND_EXPR's BLOCK if
11508 there are any BLOCK_VARS.
11509 (lower_omp_taskreg): Set BLOCK on a BIND_EXPR containing the
11510 OMP_PARALLEL or OMP_TASK stmt.
11511 (lower_omp): Save and restore input_location around the lower_omp_1
11512 call.
11513
11514 2008-06-27 Richard Guenther <rguenther@suse.de>
11515
11516 PR tree-optimization/36400
11517 PR tree-optimization/36373
11518 PR tree-optimization/36344
11519 * tree-ssa-structalias.c (var_escaped, escaped_tree, escaped_id,
11520 var_nonlocal, nonlocal_tree, nonlocal_id): New globals
11521 (update_alias_info): Remove call clobbering code.
11522 (make_constraint_to): New helper function.
11523 (make_escape_constraint): Likewise.
11524 (handle_rhs_call): Use it on all pointer containing arguments.
11525 Also mark the static chain escaped.
11526 (handle_lhs_call): Make constraints from NONLOCAL and ESCAPED
11527 instead of ANYTHING.
11528 (make_constraint_from): New helper split out from ...
11529 (make_constraint_from_anything): ... here.
11530 (find_func_aliases): Add constraints for escape sites.
11531 (intra_create_variable_infos): Make constraints from NONLOCAL
11532 for parameters.
11533 (find_what_p_points_to): Interpret NONLOCAL and ESCAPED the same
11534 as ANYTHING.
11535 (clobber_what_p_points_to): Remove.
11536 (clobber_what_escaped): New function.
11537 (init_base_vars): Init NONLOCAL and ESCAPED.
11538 (do_sd_constraint): Do not propagate the solution from ESCAPED
11539 but use ESCAPED as a placeholder.
11540 (solve_graph): Likewise.
11541 * tree-flow.h (clobber_what_p_points_to): Remove.
11542 (clobber_what_escaped): Declare.
11543 * tree-ssa-alias.c (set_initial_properties): Call it.
11544 Remove code clobbering escaped pointers.
11545
11546 2008-06-27 Richard Sandiford <rdsandiford@googlemail.com>
11547
11548 * function.c (allocate_struct_function): Only allocate a unique
11549 funcdef_no if the decl is nonzero.
11550
11551 2008-06-27 Richard Sandiford <rdsandiford@googlemail.com>
11552
11553 * config/mips/mips-protos.h (mips_split_const_insns): Declare.
11554 * config/mips/mips.c (mips_split_const_insns): New function.
11555 * config/mips/mips.md (move_type): New attribute.
11556 (mode): Move attribute definition earlier in file. Add "TI" and "TF".
11557 (dword_mode): New attribute.
11558 (type): Avoid long line. Map "move_type"s to "type"s,
11559 choosing "multi" for doubleword moves if appropriate.
11560 Swap MTC/MFC comments to match their declaration order.
11561 (extended_mips16): Default to "yes" if "move_type" is "sll0",
11562 "type" is "branch" or "jal" is "direct".
11563 (length): Handle "extended_mips16" first. Make the default
11564 "0" for "ghost" instructions. Set the length from "move_type".
11565 (truncdisi2, truncdihi2, truncdiqi2): Use "move_type" instead
11566 of "type", with "sll0" for the register alternative. Remove the
11567 "extended_mips16" attribute.
11568 (zero_extendsidi2, *clear_upper32): Use "move_type" instead
11569 of "type", with "shift_shift" for the register alternative.
11570 Remove the "length" attribute.
11571 (*extend<SHORT:mode><GPR:mode>2, *extendqihi2): Likewise.
11572 (*zero_extend<SHORT:mode><GPR:mode>2): Use "move_type" instead
11573 of "type", with "andi" for the register alternative.
11574 (*zero_extendqihi2): Likewise.
11575 (*zero_extend<SHORT:mode><GPR:mode>2_mips16e): Use a "move_type"
11576 of "andi" instead of a "type" of "arith".
11577 (*zero_extend<SHORT:mode><GPR:mode>2_mips16): Use "move_type"
11578 instead of "type".
11579 (*zero_extendqihi2_mips16, mov_<load>l, mov_<load>r, mov_<store>l)
11580 (mov_<store>r, *mov<mode>_ra): Likewise.
11581 (extendsidi2): Use "move_type" instead of "type", with "move"
11582 for the register alternative.
11583 (*extend<SHORT:mode><GPR:mode>2_mips16e): Use "move_type" instead
11584 of "type", with "signext" for the register alternative.
11585 (*extend<SHORT:mode><GPR:mode>2_se<SHORT:size>): Likewise.
11586 (*extendqihi2_mips16e, *extendqihi2_seb): Likewise.
11587 (fix_truncdfsi2_insn, fix_truncsfsi2_insn, fix_truncdfdi2)
11588 (fix_truncsfdi2, floatsidf2, floatdidf2, floatsisf2, floatdisf2)
11589 (floatdisf2, *branch_equality<mode>_mips16): Likewise.
11590 (unnamed branch insn): Likewise.
11591 (*movdi_gp32_fp64): Fold into...
11592 (*movdi_32bit): ...here.
11593 (*movdf_hardfloat_64bit, *movdf_hardfloat_32bit): Combine into...
11594 (*movdf_hardfloat): ...this new pattern.
11595 (*movdf_softfloat): Remove redundant FPR alternatives.
11596 (*movti, *movti_mips16, *movtf, *movtf_mips16): Add "mode" attributes.
11597 (*movv2sf_hardfloat_64bit, *movv2sf_hardfloat_32bit): Combine into...
11598 (*movv2sf): ...this new pattern. Use "DF" rather than "SF" for
11599 the "move" attribute.
11600 (*movdi_32bit): Use "move_type" instead of "type" and remove the
11601 "length" attribute. Use "fpload" and "fpstore" instead of "load"
11602 and "store" for COP loads and stores.
11603 (*movdi_32bit_mips16, *movdi_64bit, *movsi_internal, movcc)
11604 (*movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16)
11605 (*movsf_hardfloat, *movsf_softfloat, *movsi_mips16, *movdf_hardfloat)
11606 (*movdf_softfloat, *movdf_mips16, *movti, *movti_mips16, *movtf)
11607 (*movtf_mips16, *movv2sf): Likewise.
11608 (mfhi<GPR:mode>_<HILO:mode>, mflo<GPR:mode>_<HILO:mode>)
11609 (load_low<mode>, load_high<mode>, store_word<mode>, mthc1<mode>)
11610 (mfhc1<mode>): Use "move_type" instead of "move".
11611 (*low<mode>_mips16): Use "extended_mips16" instead of "length".
11612 (loadgp_blockage): Remove the "length" attribute.
11613 (blockage, set_got_version, update_got_version): Likewise.
11614 (call_internal): Remove the "extended_mips16" attribute.
11615 (call_value_internal, call_value_multiple_internal): Likewise.
11616 * config/mips/loongson.md (mov<mode>_internal): Use "move_type"
11617 instead of "move".
11618 * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Remove
11619 the "length" attribute.
11620
11621 2008-06-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11622
11623 * c-format.c (handle_format_attribute): Fix -Wc++-compat and/or
11624 -Wcast-qual warnings.
11625 * c-pragma.c (dpm_eq, handle_pragma_push_macro,
11626 handle_pragma_pop_macro): Likewise.
11627 * collect2.c (resolve_lib_name): Likewise.
11628 * config/arc/arc.c (arc_init): Likewise.
11629 * config/arm/arm.c (neon_builtin_compare,
11630 locate_neon_builtin_icode): Likewise.
11631 * config/arm/pe.c (arm_mark_dllexport, arm_pe_unique_section): Likewise.
11632 * config/bfin/bfin.c (bfin_init_machine_status,
11633 bfin_optimize_loop): Likewise.
11634 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
11635 * config/cris/cris.c (cris_init_expanders): Likewise.
11636 * config/darwin-c.c (frameworks_in_use, add_framework): Likewise.
11637 * config/darwin.c (machopic_indirection_eq,
11638 machopic_indirection_name, machopic_output_indirection): Likewise.
11639 * config/frv/frv.c (frv_init_machine_status, frv_compare_insns,
11640 frv_io_check_address, frv_io_handle_set, frv_io_handle_use_1,
11641 frv_optimize_membar): Likewise.
11642 * config/i386/cygwin.h (mingw_scan,
11643 GCC_DRIVER_HOST_INITIALIZATION): Likewise.
11644 * config/i386/cygwin1.c (mingw_scan): Likewise.
11645 * config/i386/i386.c (machopic_output_stub): Likewise.
11646 * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix,
11647 i386_pe_unique_section): Likewise.
11648 * config/ia64/ia64.c (ia64_init_machine_status,
11649 ia64_h_i_d_extended, get_free_bundle_state, bundling, ia64_reorg):
11650 Likewise.
11651 * config/iq2000/iq2000.c, iq2000_init_machine_status): Likewise.
11652 * config/m68hc11/m68hc11.c (m68hc11_encode_label): Likewise.
11653 * config/m68k/m68k.c (m68k_handle_option,
11654 m68k_sched_md_init_global): Likewise.
11655 * config/mcore/mcore.c (mcore_mark_dllexport, mcore_mark_dllimport,
11656 mcore_unique_section): Likewise.
11657 * config/mips/mips.c (mips_block_move_straight,
11658 mips16_rewrite_pool_refs, mips_sim_wait_regs_2, mips_sim_record_set):
11659 Likewise.
11660 * config/mmix/mmix.c (mmix_init_machine_status,
11661 mmix_encode_section_info): Likewise.
11662 * config/pa/pa.c (pa_init_machine_status, hppa_encode_label): Likewise.
11663 * config/rs6000/rs6000.c (rs6000_init_machine_status,
11664 print_operand_address, output_toc, redefine_groups,
11665 rs6000_elf_encode_section_info, machopic_output_stub): Likewise.
11666 * config/s390/s390.c (s390_init_machine_status): Likewise.
11667 * config/score/score.c (score_block_move_straight,
11668 score_block_move_loop_body): Likewise.
11669 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
11670 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
11671 * emit-rtl.c (find_auto_inc): Likewise.
11672 * gcc.c (translate_options, process_command): Likewise.
11673 * reorg.c (dbr_schedule): Likewise.
11674 * sdbout.c (sdbout_start_source_file, sdbout_init): Likewise.
11675 * xcoffout.c (xcoffout_declare_function): Likewise.
11676
11677 2008-06-27 Daniel Berlin <dberlin@dberlin.org>
11678
11679 * tree-ssa-structalias.c (find_func_aliases): Trivial fix to get
11680 ipa-pta working again.
11681
11682 2008-06-27 David Edelsohn <edelsohn@gnu.org>
11683
11684 * config/rs6000/t-aix52: Append large data option to LDFLAGS for
11685 genautomata.
11686
11687 2008-06-27 Edmar Wienskoski <edmar@freescale.com>
11688
11689 * config.gcc (powerpc*-*-*): Add new core e500mc.
11690 * config/rs6000/e500mc.md: New file.
11691 * config/rs6000/rs6000.c (processor_costs): Add new costs for
11692 e500mc.
11693 (rs6000_override_options): Add e500mc case to
11694 processor_target_table. Altivec and Spe options not allowed
11695 with e500mc. Add isel instruction to e500mc by
11696 default. Initialize rs6000_cost for e500mc.
11697 (rs6000_issue_rate): Set issue rate for e500mc.
11698 * config/rs6000/rs6000.h (processor_type): Add
11699 PROCESSOR_PPCE500MC.
11700 (ASM_CPU_SPEC): Add e500mc.
11701 Set TARGET_ISEL to rs6000_isel.
11702 * config/rs6000/e500.h: Remove redefinition of TARGET_ISEL.
11703 (CHECK_E500_OPTIONS): Remove TARGET_ISEL.
11704 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc.
11705 Include e500mc.md.
11706 * doc/invoke.texi: Add e500mc to list of cpus.
11707
11708 2008-06-27 Laurynas Biveinis <laurynas.biveinis@gmail.com>
11709
11710 PR c/34867
11711 * c-lex.c (lex_charconst): Initialize unsignedp.
11712
11713 2008-06-27 Olivier Hainque <hainque@adacore.com>
11714
11715 * gimplify.c (gimplify_modify_expr_to_memset): Assert our
11716 documented assumptions.
11717
11718 2008-06-26 H.J. Lu <hongjiu.lu@intel.com>
11719
11720 * dwarf2out.c: Remove trailing white spaces. Break long line
11721 in comments.
11722
11723 2008-06-26 Richard Sandiford <rdsandiford@googlemail.com>
11724
11725 * libfuncs.h (LTI_synchronize): New libfunc_index.
11726 (synchronize_libfunc): Declare.
11727 * builtins.c (expand_builtin_synchronize): Consider using
11728 synchronize_libfunc before falling back on an asm blockage.
11729 * config/mips/mips.c: Include libfuncs.h
11730 (mips_init_libfuncs): Initialize synchronize_libfunc for TARGET_MIPS16.
11731
11732 2008-06-26 Nathan Froyd <froydnj@codesourcery.com>
11733
11734 * config/rs6000/rs6000.c (emit_allocate_stack): Add copy_r11
11735 parameter. Copy stack_reg to r11 where appropriate.
11736 (no_global_regs_above): Add gpr parameter.
11737 (rs6000_stack_info): Only add padding for SPE save area if we
11738 are saving SPE GPRs and CR.
11739 (saveres_routine_syms): New variable.
11740 (FIRST_SAVRES_REGISTER, LAST_SAVRES_REGISTER, N_SAVRES_REGISTERS):
11741 Define.
11742 (rs6000_savres_routine_sym): New function.
11743 (rs6000_emit_stack_reset, rs6000_restore_saved_cr): New functions,
11744 split out of...
11745 (rs6000_emit_epilogue): ...here. Use rs6000_use_multiple_p and
11746 rs6000_savres_strategy. Restore GPRs out-of-line if appropriate.
11747 Tweak FPR out-of-line saving.
11748 (rs6000_make_savres_rtx): New function.
11749 (rs6000_use_multiple_p): New function.
11750 (rs6000_savres_strategy): New function.
11751 (rs6000_emit_prologue): Use rs6000_savres_strategy. Save GPRs
11752 out-of-line if appropriate.
11753 * config/rs6000/sysv4.h (FP_SAVE_INLINE): Save FPRs out-of-line
11754 if we are optimizing for size.
11755 (GP_SAVE_INLINE): Define.
11756 (SAVE_FP_SUFFIX, RESTORE_FP_SUFFIX): Only use _l on 64-bit targets.
11757 * config/rs6000/darwin.h (GP_SAVE_INLINE): Define.
11758 * config/rs6000/aix.h (GP_SAVE_INLINE): Define.
11759 * config/rs6000/rs6000.md (*save_gpregs_<mode>): New insn.
11760 (*save_fpregs_<mode>): Add use of r11.
11761 (*restore_gpregs_<mode>): New insn.
11762 (*return_and_restore_gpregs_<mode>): New insn.
11763 (*return_and_restore_fpregs_<mode>): Adjust to clobber LR and
11764 use r11.
11765 * config/rs6000/spe.md (*save_gpregs_spe): New insn.
11766 (*restore_gpregs_spe): New insn.
11767 (*return_and_restore_gpregs_spe): New insn.
11768 * config/rs6000/predicates.md (save_world_operation): Fix check.
11769
11770 2008-06-26 Steven Bosscher <steven@gcc.gnu.org>
11771
11772 * tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at
11773 this point, so assert that.
11774
11775 2008-06-26 Steven Bosscher <steven@gcc.gnu.org>
11776
11777 * cfganal.c: Include vec.h and vecprim.h.
11778 (compute_idf): Import from...
11779 * tree-into-ssa (compute_idf): ...here.
11780 * basic-block.h (compute_idf): Export.
11781
11782 2008-06-26 Joseph Myers <joseph@codesourcery.com>
11783
11784 * c-decl.c (merge_decls): Use !current_function_decl to check for
11785 extern declaration of C99 inline function being at file scope.
11786
11787 2008-06-25 John David Anglin <dave.anglin@gcc-cnrc.gc.ca>
11788
11789 * config.gcc (hppa[12]*-*-hpux10*): Don't use fixproto.
11790
11791 2008-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11792
11793 * alias.c (record_alias_subset, init_alias_analysis): Fix
11794 -Wc++-compat and/or -Wcast-qual warnings.
11795 * attribs.c (lookup_attribute_spec): Likewise.
11796 * bb-reorder.c (find_traces, rotate_loop, find_traces_1_round,
11797 copy_bb, connect_traces,
11798 find_rarely_executed_basic_blocks_and_cr): Likewise.
11799 * bt-load.c (find_btr_def_group, add_btr_def, new_btr_user,
11800 note_btr_set, migrate_btr_defs): Likewise.
11801 * builtins.c (result_vector, expand_builtin_memcpy,
11802 expand_builtin_mempcpy_args, expand_builtin_strncpy,
11803 builtin_memset_read_str, expand_builtin_printf,
11804 fold_builtin_memchr, rewrite_call_expr, fold_builtin_printf):
11805 Likewise.
11806 * caller-save.c (mark_set_regs): Likewise.
11807 * calls.c (expand_call, emit_library_call_value_1): Likewise.
11808 * cgraph.c (cgraph_edge): Likewise.
11809 * combine.c (likely_spilled_retval_1): Likewise.
11810 * coverage.c (htab_counts_entry_hash, htab_counts_entry_eq,
11811 htab_counts_entry_del, get_coverage_counts): Likewise.
11812 * cselib.c (new_elt_list, new_elt_loc_list, entry_and_rtx_equal_p,
11813 new_cselib_val): Likewise.
11814 * dbgcnt.c (dbg_cnt_process_opt): Likewise.
11815 * dbxout.c (dbxout_init, dbxout_type, output_used_types_helper):
11816 Likewise.
11817 * df-core.c (df_compact_blocks): Likewise.
11818 * df-problems.c (df_grow_bb_info, df_chain_create): Likewise.
11819 * df-scan.c (df_grow_reg_info, df_ref_create,
11820 df_insn_create_insn_record, df_insn_rescan, df_notes_rescan,
11821 df_ref_compare, df_ref_create_structure, df_bb_refs_record,
11822 df_record_entry_block_defs, df_record_exit_block_uses,
11823 df_bb_verify): Likewise.
11824 * df.h (DF_REF_EXTRACT_WIDTH_CONST, DF_REF_EXTRACT_OFFSET_CONST,
11825 DF_REF_EXTRACT_MODE_CONST): New.
11826 * dominance.c (get_immediate_dominator, get_dominated_by,
11827 nearest_common_dominator, root_of_dom_tree,
11828 iterate_fix_dominators, first_dom_son, next_dom_son): Fix
11829 -Wc++-compat and/or -Wcast-qual warnings.
11830 * dse.c (clear_alias_set_lookup, get_group_info, gen_rtx_MEM,
11831 record_store, replace_read, check_mem_read_rtx, scan_insn,
11832 dse_step1, dse_record_singleton_alias_set): Likewise.
11833 * dwarf2asm.c (dw2_force_const_mem): Likewise.
11834
11835 2008-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11836
11837 * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begin_prologue,
11838 dwarf2out_frame_init, new_loc_descr, new_die, lookup_decl_die,
11839 lookup_decl_loc, add_var_loc_to_decl, compute_section_prefix,
11840 assign_symbol_names, htab_cu_hash, htab_cu_eq, htab_cu_del,
11841 build_abbrev_table, new_loc_list, output_comp_unit, add_arange,
11842 add_ranges_num, add_ranges_by_labels, file_info_cmp,
11843 file_name_acquire, output_file_names, add_const_value_attribute,
11844 premark_used_types_helper, file_table_eq, file_table_hash,
11845 lookup_filename, dwarf2out_var_location, dwarf2out_source_line,
11846 dwarf2out_init, file_table_relative_p): Fix -Wc++-compat and/or
11847 -Wcast-qual warnings.
11848 * ebitmap.c (ebitmap_array_grow, ebitmap_array_init,
11849 ebitmap_alloc, ebitmap_ior, ebitmap_and_compl): Likewise.
11850 * emit-rtl.c (get_mem_attrs, get_reg_attrs, gen_rtvec,
11851 gen_reg_rtx, start_sequence, init_emit): Likewise.
11852 * et-forest.c (et_new_occ, et_new_tree): Likewise.
11853 * except.c (init_eh_for_function, gen_eh_region,
11854 remove_unreachable_regions, add_ehl_entry, duplicate_eh_regions_1,
11855 arh_to_landing_pad, arh_to_label, add_action_record,
11856 add_call_site, switch_to_exception_section): Likewise.
11857 * expmed.c (synth_mult): Likewise.
11858 * expr.c (gen_group_rtx, emit_group_load, emit_group_store,
11859 store_expr): Likewise.
11860 * final.c (shorten_branches, final_scan_insn, debug_queue_symbol):
11861 Likewise.
11862 * function.c (assign_stack_temp_for_type,
11863 allocate_struct_function, match_asm_constraints_1): Likewise.
11864 * gcov-io.c (gcov_allocate): Likewise.
11865 * gcse.c (GNEW, GCNEW, GNEWVEC, GCNEWVEC, GRESIZEVEC, GNEWVAR,
11866 GCNEWVAR, GRESIZEVAR, GOBNEW, GOBNEWVAR): New.
11867 (gcse_main, alloc_gcse_mem, alloc_gcse_mem, alloc_reg_set_mem,
11868 record_one_set, insert_expr_in_table, insert_set_in_table,
11869 dump_hash_table, compute_hash_table_work, alloc_hash_table,
11870 pre_ldst_expr_hash, pre_ldst_expr_eq, find_rtx_in_ldst,
11871 reg_set_info, reg_clear_last_set): Fix -Wc++-compat and/or
11872 -Wcast-qual warnings.
11873
11874 2008-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11875
11876 * cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or
11877 -Wcast-qual warnings.
11878 * gcc.c (process_command): Likewise.
11879 * genattrtab.c (oballoc): Use XOBNEW.
11880 (oballocvec): Define.
11881 (attr_hash_add_rtx, attr_hash_add_string, attr_string,
11882 get_attr_value, fill_attr, make_length_attrs, gen_attr, gen_insn,
11883 gen_delay, find_attr, gen_insn_reserv, gen_bypass_1): Fix
11884 -Wc++-compat and/or -Wcast-qual warnings.
11885 * genautomata.c (XCREATENODE, XCREATENODEVEC, XCREATENODEVAR,
11886 XCOPYNODE, XCOPYNODEVEC, XCOPYNODEVAR): New.
11887 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
11888 gen_presence_absence_set, gen_automaton, gen_regexp_el,
11889 gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
11890 gen_regexp_sequence, gen_reserv, gen_insn_reserv, process_excls,
11891 add_excls, process_presence_absence_names,
11892 process_presence_absence_patterns, add_presence_absence,
11893 process_regexp, add_advance_cycle_insn_decl, get_free_alt_state,
11894 get_free_state, add_arc, get_free_automata_list_el,
11895 form_reserv_sets_list, copy_insn_regexp, transform_1, transform_2,
11896 transform_3, cache_presence, create_ainsns, create_automata,
11897 create_state_ainsn_table, dfa_insn_code_enlarge,
11898 output_trans_func, output_min_issue_delay_func,
11899 output_dead_lock_func, output_reset_func,
11900 output_get_cpu_unit_code_func, output_dfa_start_func,
11901 expand_automata): Likewise.
11902 * genextract.c (gen_insn): Likewise.
11903 * gengtype-lex.l: Likewise.
11904 * gengtype.c (read_input_list, adjust_field_type,
11905 process_gc_options): Likewise.
11906 * genoutput.c (note_constraint): Likewise.
11907 * genpreds.c (mangle, add_constraint): Likewise.
11908 * genrecog.c (process_define_predicate, new_decision,
11909 add_to_sequence): Likewise.
11910 * gensupport.c (record_insn_name): Likewise.
11911
11912 2008-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11913
11914 * config/i386/driver-i386.c (detect_caches_amd,
11915 detect_caches_intel, host_detect_local_cpu): Fix -Wc++-compat
11916 and/or -Wcast-qual warnings.
11917 *ggc-common.c (ggc_mark_roots, gt_pch_note_object,
11918 gt_pch_note_reorder, relocate_ptrs, write_pch_globals,
11919 gt_pch_save): Likewise.
11920 * ggc-page.c (push_depth, push_by_depth, alloc_anon, alloc_page,
11921 gt_ggc_m_S, clear_marks, ggc_pch_read): Likewise.
11922 * global.c (compute_regsets): Likewise.
11923 * graph.c (print_rtl_graph_with_bb, clean_graph_dump_file,
11924 finish_graph_dump_file): Likewise.
11925 * haifa-sched.c (schedule_block, extend_h_i_d, extend_ready,
11926 unlink_bb_notes): Likewise.
11927 * integrate.c (get_hard_reg_initial_val): Likewise.
11928 * ipa-prop.c (ipa_push_func_to_list): Likewise.
11929 * ipa-struct-reorg.c (gen_var_name, gen_cluster_name): Likewise.
11930 * local-alloc.c (update_equiv_regs): Likewise.
11931 * loop-invariant.c (check_invariant_table_size,
11932 hash_invariant_expr, eq_invariant_expr, find_or_insert_inv):
11933 Likewise.
11934 * loop-iv.c (check_iv_ref_table_size, analyzed_for_bivness_p,
11935 altered_reg_used, mark_altered): Likewise.
11936 * loop-unroll.c (si_info_eq, ve_info_eq, allocate_basic_variable,
11937 insert_var_expansion_initialization,
11938 combine_var_copies_in_loop_exit, apply_opt_in_copies,
11939 release_var_copies): Likewise.
11940 * matrix-reorg.c (mat_acc_phi_hash, mat_acc_phi_eq, mtt_info_eq,
11941 analyze_matrix_decl, add_allocation_site, analyze_transpose,
11942 analyze_accesses_for_phi_node, check_var_notmodified_p,
11943 check_allocation_function, find_sites_in_func,
11944 record_all_accesses_in_func, transform_access_sites,
11945 transform_allocation_sites): Likewise.
11946 * omp-low.c (new_omp_region, create_omp_child_function_name,
11947 check_omp_nesting_restrictions, check_combined_parallel,
11948 lower_omp_2, diagnose_sb_1, diagnose_sb_2): Likewise.
11949 * optabs.c (no_conflict_move_test, gen_libfunc, gen_fp_libfunc,
11950 gen_intv_fp_libfunc, gen_interclass_conv_libfunc,
11951 gen_intraclass_conv_libfunc, set_optab_libfunc, set_conv_libfunc):
11952 Likewise.
11953 * opts-common.c (prune_options): Likewise.
11954 * opts.c (add_input_filename, print_filtered_help,
11955 get_option_state): Likewise.
11956 * params.c (add_params): Likewise.
11957 * passes.c (set_pass_for_id, next_pass_1,
11958 do_per_function_toporder, pass_fini_dump_file): Likewise.
11959 * postreload.c (reload_cse_simplify_operands): Likewise.
11960 * predict.c (tree_predicted_by_p, tree_predict_edge,
11961 clear_bb_predictions, combine_predictions_for_bb): Likewise.
11962
11963 2008-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11964
11965 * ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual
11966 warnings.
11967 * recog.c (check_asm_operands, validate_change_1): Likewise.
11968 * reg-stack.c (check_asm_stack_operands, subst_asm_stack_regs,
11969 subst_asm_stack_regs): Likewise.
11970 * regclass.c (regclass, som_hash, som_eq, record_subregs_of_mode,
11971 cannot_change_mode_set_regs, invalid_mode_change_p): Likewise.
11972 * regmove.c (reg_is_remote_constant_p): Likewise.
11973 * regrename.c (regrename_optimize, scan_rtx_reg,
11974 kill_clobbered_value, kill_set_value, kill_autoinc_value):
11975 Likewise.
11976 * regstat.c (regstat_init_n_sets_and_refs, regstat_compute_ri,
11977 regstat_compute_calls_crossed): Likewise.
11978 * reload1.c (init_reload, new_insn_chain,
11979 has_nonexceptional_receiver, reload, copy_reloads,
11980 calculate_needs_all_insns, init_elim_table): Likewise.
11981 * rtl-factoring.c (compute_rtx_cost, fill_hash_bucket): Likewise.
11982 * rtl.c (shallow_copy_rtx_stat): Likewise.
11983 * rtlanal.c (parms_set): Likewise.
11984 * sbitmap.c (sbitmap_alloc, sbitmap_alloc_with_popcount,
11985 sbitmap_resize, sbitmap_vector_alloc): Likewise.
11986 * sched-ebb.c (earliest_block_with_similiar_load,
11987 add_deps_for_risky_insns): Likewise.
11988 * sched-rgn.c (find_rgns, gather_region_statistics, extend_rgns,
11989 schedule_region): Likewise.
11990 * see.c (eq_descriptor_pre_extension,
11991 hash_descriptor_pre_extension, hash_del_pre_extension,
11992 eq_descriptor_properties, hash_descriptor_properties,
11993 hash_del_properties, see_seek_pre_extension_expr,
11994 see_initialize_data_structures, see_print_register_properties,
11995 see_print_pre_extension_expr, see_delete_merged_def_extension,
11996 see_delete_unmerged_def_extension, see_emit_use_extension,
11997 see_pre_delete_extension, see_map_extension, see_commit_changes,
11998 see_analyze_merged_def_local_prop,
11999 see_analyze_merged_def_local_prop,
12000 see_analyze_unmerged_def_local_prop, see_analyze_use_local_prop,
12001 see_set_prop_merged_def, see_set_prop_unmerged_def,
12002 see_set_prop_unmerged_use, see_print_one_extension,
12003 see_merge_one_use_extension, see_merge_one_def_extension,
12004 see_store_reference_and_extension, see_update_uses_relevancy,
12005 see_update_defs_relevancy): Likewise.
12006 * statistics.c (hash_statistics_hash, hash_statistics_eq,
12007 hash_statistics_free, curr_statistics_hash): Likewise.
12008 * stmt.c (parse_output_constraint, decl_overlaps_hard_reg_set_p,
12009 expand_asm_operands, expand_return, case_bit_test_cmp,
12010 expand_case): Likewise.
12011 * stor-layout.c (start_record_layout): Likewise.
12012 * stringpool.c (ggc_alloc_string, gt_pch_n_S,
12013 gt_pch_save_stringpool): Likewise.
12014 * tree-data-ref.c (hash_stmt_vertex_info,
12015 have_similar_memory_accesses_1, ref_base_address_1): Likewise.
12016 * tree-ssa-phiopt.c (name_to_bb_hash): Likewise.
12017
12018 2008-06-25 Uros Bizjak <ubizjak@gmail.com>
12019
12020 PR target/36627
12021 * config/i386/i386.md : Change constraints of HImode and QImode
12022 immediate operands from "i" to "n". Change SImode "ni" constraint to
12023 "i" and SImode "rmi" constraint to "g". Remove all constraints
12024 from const0_operand and const1_operand predicated operands.
12025 (i): Change QImode and HImode attribute from "i" to "n".
12026 (*subqi_2): Change HImode operands to QImode.
12027 (*subqi_3): Ditto.
12028
12029 2008-06-25 Olivier Hainque <hainque@adacore.com>
12030
12031 * Makefile.in (GTFILES_H): Use | instead of ; as separator in
12032 sed substitutions.
12033
12034 2008-06-25 Richard Guenther <rguenther@suse.de>
12035
12036 * tree-ssa-structalias.c (fieldoff_compare): Make sure to
12037 not overflow the result type.
12038
12039 2008-06-25 Richard Guenther <rguenther@suse.de>
12040
12041 * tree-vn.c (vn_add): Handle TRUTH_*_EXPR.
12042 (vn_lookup): Likewise.
12043
12044 2008-06-25 Richard Guenther <rguenther@suse.de>
12045
12046 PR tree-optimization/35518
12047 * fold-const.c (fold_ternary): Strip trivial BIT_FIELD_REFs.
12048 * tree-sra.c (instantiate_element): Use fold_build3 to build
12049 BIT_FIELD_REFs.
12050 (try_instantiate_multiple_fields): Likewise.
12051
12052 2008-06-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
12053
12054 * config/rs6000/rs6000.md: Change all string instruction's clobber to
12055 be early clobbers.
12056
12057 2008-06-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
12058
12059 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Set
12060 use_backchain_to_restore_sp to true
12061 if the offset of the link register save area would go over the 32k - 1
12062 offset limit of the load
12063 instructions.
12064
12065 2008-06-25 Hans-Peter Nilsson <hp@axis.com>
12066
12067 * doc/invoke.texi (Optimize Options) <fstrict-aliasing>: Add
12068 anchor for the type-punning blurb. Cross-reference "Structures
12069 unions enumerations and bit-fields implementation". Provide a
12070 cast-through-pointer example. Make final sentence self-contained.
12071 * doc/implement-c.texi (Structures unions enumerations and
12072 bit-fields implementation): Cross-reference the type-punning blurb
12073 in the -fstrict-aliasing documentation.
12074
12075 2008-06-24 Andrew Pinski <andrew_pinski@playstation.sony.com>
12076
12077 PR middle-end/36594
12078 * builtins.c (expand_builtin_nonlocal_goto): Stabilize the address of
12079 the memory instead of the memory itself for the save area.
12080
12081 2008-06-24 Olivier Hainque <hainque@adacore.com>
12082 Nicolas Roche <roche@adacore.com>
12083
12084 * gengtype.c (srcdir_len): size_t instead of int.
12085 (get_file_realbasename): New function. For F a filename, the real
12086 basename of F, with all the path components stripped.
12087 (get_file_srcdir_relative_path): New function. For F a filename, the
12088 relative path to F from $(srcdir).
12089 (get_file_basename): Rewrite using get_file_srcdir_relative_path and
12090 get_file_realbasename. Adjust the head comment.
12091 (get_prefix_langdir_index): New function. For F a filename, return the
12092 lang_dir_names[] relative index of the language directory that is
12093 a prefix in F.
12094 (get_file_langdir): For F a filename, return the name of the language
12095 directory where F is located.
12096 (get_file_gtfilename): New function. The gt- output file name for an
12097 input filename F.
12098 (get_output_file_with_visibility): Replace in-line computations with
12099 uses of get_file_gtfilename and get_prefix_langdir_index.
12100 * Makefile.in (GTFILES_H): Adjust to match what gengtype generates.
12101
12102 2008-06-24 Jakub Jelinek <jakub@redhat.com>
12103
12104 PR tree-optimization/36504
12105 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Skip
12106 references without base address.
12107
12108 2008-06-23 Uros Bizjak <ubizjak@gmail.com>
12109
12110 PR middle-end/36584
12111 * calls.c (expand_call): Increase alignment for recursive functions.
12112
12113 2008-06-23 Anatoly Sokolov <aesok@post.ru>
12114
12115 * config/avr/avr.c (avr_function_value): Add new 'outgoing' argument.
12116 (TARGET_FUNCTION_VALUE): New define.
12117 * config/avr/avr-protos.h (avr_function_value): Remove declaration.
12118 * config/avr/avr.h (FUNCTION_VALUE): Remove.
12119
12120 2008-06-23 Uros Bizjak <ubizjak@gmail.com>
12121
12122 * config/i386/i386.md (fmodxf3): Change sequence of move instructions.
12123 (fmod<mode>3): Ditto.
12124 (remainderxf3): Ditto.
12125 (remainder<mode>3): Ditto.
12126
12127 2008-06-23 Jakub Jelinek <jakub@redhat.com>
12128
12129 PR target/36533
12130 * emit-rtl.c (set_reg_attrs_from_value): Do nothing if
12131 REG is a hard register.
12132
12133 PR tree-optimization/36508
12134 * tree-ssa-pre.c (compute_antic): Allow num_iterations up to
12135 499, don't check it at all in release compilers.
12136
12137 2008-06-23 Uros Bizjak <ubizjak@gmail.com>
12138
12139 * config/i386/i386.md (*fop_<mode>_1_i387): Use SSE_FLOAT_MODE_P
12140 together with SSE_TARGET_MATH to disable insn pattern.
12141 (*fop_<MODEF:mode>_2_i387): Ditto.
12142 (*fop_<MODEF:mode>_3_i387): Ditto.
12143
12144 2008-06-22 Andy Hutchinson <hutchinsonandy@aim.com>
12145
12146 * config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.
12147
12148 2008-06-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12149
12150 PR middle-end/34906
12151 * gimplify.c (gimplify_asm_expr): Check the return code of
12152 parse_output_constraint call, set function return and is_inout
12153 value if it failed.
12154
12155 2008-06-22 Ian Lance Taylor <iant@google.com>
12156
12157 * c-lex.c (narrowest_unsigned_type): Change itk to int.
12158 (narrowest_signed_type): Likewise.
12159 * c-typeck.c (c_common_type): Change local variable mclass to enum
12160 mode_class, twice.
12161 (parser_build_binary_op): Compare the TREE_CODE_CLASS with
12162 tcc_comparison, not the tree code itself.
12163 * c-common.c (def_fn_type): Pass int, not an enum, to va_arg.
12164 (c_expand_expr): Cast modifier to enum expand_modifier.
12165 * c-common.h (C_RID_CODE): Add casts.
12166 (C_SET_RID_CODE): Define.
12167 * c-parser.c (c_parse_init): Use C_SET_RID_CODE.
12168 (c_lex_one_token): Add cast to avoid warning.
12169 (c_parser_objc_type_name): Rename local typename to type_name.
12170 (check_no_duplicate_clause): Change code parameter to enum
12171 omp_clause_code.
12172 (c_parser_omp_var_list_parens): Change kind parameter to enum
12173 omp_clause_code.
12174 (c_parser_omp_flush): Pass OMP_CLAUSE_ERROR, not 0, to
12175 c_parser_omp_list_var_parens.
12176 (c_parser_omp_threadprivate): Likewise.
12177 * cp/lex.c (init_reswords): Use C_SET_RID_CODE.
12178 * cp/parser.c (cp_lexer_get_preprocessor_token): Likewise.
12179 * c-format.c (NO_FMT): Define.
12180 (printf_length_specs): Use NO_FMT.
12181 (asm_fprintf_length_specs): Likewise.
12182 (gcc_diag_length_specs): Likewise.
12183 (scanf_length_specs): Likewise.
12184 (strfmon_length_specs): Likewise.
12185 (gcc_gfc_length_specs): Likewise.
12186 (printf_flag_specs): Change 0 to STD_C89.
12187 (asm_fprintf_flag_specs): Likewise.
12188 (gcc_diag_flag_specs): Likewise.
12189 (gcc_cxxdiag_flag_specs): Likewise.
12190 (scanf_flag_specs): Likewise.
12191 (strftime_flag_specs): Likewise.
12192 (strfmon_flag_specs): Likewise.
12193 (print_char_table): Likewise.
12194 (asm_fprintf_char_table): Likewise.
12195 (gcc_diag_char_table): Likewise.
12196 (gcc_tdiag_char_table): Likewise.
12197 (gcc_cdiag_char_table): Likewise.
12198 (gcc_cxxdiag_char_table): Likewise.
12199 (gcc_gfc_char_table): Likewise.
12200 (scan_char_table): Likewise.
12201 (time_char_table): Likewis.
12202 (monetary_char_table): Likewise.
12203 * c-format.h (BADLEN): Likewise.
12204
12205 2008-06-21 Ian Lance Taylor <iant@google.com>
12206
12207 * tree.h (enum tree_code): Include all-tree.def, not tree.def.
12208 Define END_OF_BASE_TREE_CODES around inclusion.
12209 * tree.c (tree_code_type): New global array.
12210 (tree_code_length, tree_code_name): Likewise.
12211 * Makefile.in (TREE_H): Add all-tree.def, c-common.def, and
12212 $(lang_tree_files).
12213 (all-tree.def, s-alltree): New targets.
12214 (gencheck.h, s-gencheck): Remove.
12215 (tree.o): Depend upon all-tree.def.
12216 (build/gencheck.o): Remove gencheck.h dependency.
12217 (mostlyclean): Don't remove gencheck.h.
12218 * c-common.h (enum c_tree_code): Remove.
12219 * c-lang.c (tree_code_type): Remove.
12220 (tree_code_length, tree_code_name): Remove.
12221 * gencheck.c (tree_codes): Include all-tree.def, rather than
12222 tree.def, c-common.def, and gencheck.h. Undefined DEFTREECODE
12223 after it is used.
12224 * tree-browser.c (tb_tree_codes): Include all-tree.def, rather
12225 than tree.def.
12226 * cp/cp-tree.h (enum cplus_tree_code): Remove.
12227 (operator_name_info): Size to MAX_TREE_CODES.
12228 (assignment_operator_name_info): Likewise.
12229 * cp/cp-lang.c (tree_code_type): Remove.
12230 (tree_code_length, tree_code_name): Remove.
12231 * cp/lex.c (operator_name_info): Size to MAX_TREE_CODES.
12232 (assignment_operator_name_info): Likewise.
12233 * cp/decl.c (grok_op_properties): Change LAST_CPLUS_TREE_CODE to
12234 MAX_TREE_CODES.
12235 * cp/mangle.c (write_expression): Likewise.
12236 * cp/Make-lang.in (CXX_TREE_H): Remove cp/cp-tree.def.
12237 * fortran/f95-lang.c (tree_code_type): Remove.
12238 (tree_code_length, tree_code_name): Remove.
12239 * java/java-tree.h (enum java_tree_code): Remove.
12240 * java/lang.c (tree_code_type): Remove.
12241 (tree_code_length, tree_code_name): Remove.
12242 * java/Make-lang.in (JAVA_TREE_H): Remove java/java-tree.def.
12243 * objc/objc-act.h (enum objc_tree_code): Remove.
12244 * objc/objc-lang.c (tree_code_type): Remove.
12245 (tree_code_length, tree_code_name): Remove.
12246 * objcp/objcp-lang.c (tree_code_type): Remove.
12247 (tree_code_length, tree_code_name): Remove.
12248 * ada/ada-tree.h (enum gnat_tree_code): Remove.
12249 * ada/Make-lang.in (ADA_TREE_H): Remove ada/ada-tre.def.
12250 * ada/misc.c (tree_code_type): Remove.
12251 (tree_code_length, tree_code_name): Remove.
12252
12253 2008-06-21 Bernhard Fischer <aldot@gcc.gnu.org>
12254
12255 * tree-ssa-pre.c (fini_antic): Bitmap_sets have to be freed before
12256 the grand_bitmap_obstack.
12257
12258 2008-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12259
12260 * ggc.h (GGC_RESIZEVAR): New, reorder macros.
12261 * tracer.c (tail_duplicate): Fix for -Wc++-compat.
12262 * tree-affine.c (aff_combination_expand, free_name_expansion): Likewise.
12263 * tree-cfg.c (replace_by_duplicate_decl, replace_ssa_name,
12264 move_stmt_r, new_label_mapper): Likewise.
12265 * tree-complex.c (cvc_lookup): Likewise.
12266 * tree-dfa.c (create_function_ann): Likewise.
12267 * tree-dump.c (dump_register): Likewise.
12268 * tree-if-conv.c (tree_if_conversion, add_to_predicate_list,
12269 find_phi_replacement_condition): Likewise.
12270 * tree-inline.c (copy_phis_for_bb, estimate_num_insns_1,
12271 tree_function_versioning): Likewise.
12272 * tree-into-ssa.c (cmp_dfsnum): Likewise.
12273 * tree-iterator.c (tsi_link_before, tsi_link_after): Likewise.
12274 * tree-nested.c (lookup_field_for_decl, lookup_tramp_for_decl,
12275 get_nonlocal_debug_decl, convert_nonlocal_reference,
12276 convert_nonlocal_omp_clauses, get_local_debug_decl,
12277 convert_local_reference, convert_local_omp_clauses,
12278 convert_nl_goto_reference, convert_nl_goto_receiver,
12279 convert_tramp_reference, convert_call_expr): Likewise.
12280 * tree-outof-ssa.c (contains_tree_r): Likewise.
12281 * tree-parloops.c (reduction_phi, initialize_reductions,
12282 eliminate_local_variables_1, add_field_for_reduction,
12283 add_field_for_name, create_phi_for_local_result,
12284 create_call_for_reduction_1, create_loads_for_reductions,
12285 create_stores_for_reduction, create_loads_and_stores_for_name):
12286 Likewise.
12287 * tree-phinodes.c (allocate_phi_node): Likewise.
12288 * tree-predcom.c (order_drefs, execute_pred_commoning_cbck): Likewise.
12289 * tree-sra.c (sra_elt_hash, sra_elt_eq, lookup_element): Likewise.
12290 * tree-ssa-alias.c (get_mem_sym_stats_for): Likewise.
12291 * tree-ssa-coalesce.c (compare_pairs): Likewise.
12292 * tree-ssa-loop-im.c (mem_ref_in_stmt, memref_hash, memref_eq,
12293 memref_free, gather_mem_refs_stmt, vtoe_hash, vtoe_eq, vtoe_free,
12294 record_vop_access, get_vop_accesses, get_vop_stores): Likewise.
12295 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
12296 * tree-ssa-sccvn.c (VN_INFO_GET, free_phi, free_reference,
12297 vn_nary_op_insert): Likewise.
12298 * tree-ssa.c (redirect_edge_var_map_add,
12299 redirect_edge_var_map_clear, redirect_edge_var_map_dup): Likewise.
12300 * tree-vectorizer.c (vectorize_loops): Likewise.
12301 * tree.c (make_node_stat, copy_node_stat, build_int_cst_wide,
12302 build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
12303 tree_cons_stat, build1_stat, build_variant_type_copy,
12304 decl_init_priority_lookup, decl_fini_priority_lookup,
12305 decl_priority_info, decl_restrict_base_lookup,
12306 decl_restrict_base_insert, decl_debug_expr_lookup,
12307 decl_debug_expr_insert, decl_value_expr_lookup,
12308 decl_value_expr_insert, type_hash_eq, type_hash_lookup,
12309 type_hash_add, get_file_function_name, tree_check_failed,
12310 tree_not_check_failed, tree_range_check_failed,
12311 omp_clause_range_check_failed, build_omp_clause,
12312 build_vl_exp_stat): Likewise.
12313 * value-prof.c (gimple_histogram_value,
12314 gimple_duplicate_stmt_histograms): Likewise.
12315 * var-tracking.c (attrs_list_insert, attrs_list_copy,
12316 unshare_variable, variable_union_info_cmp_pos, variable_union,
12317 dataflow_set_different_1, dataflow_set_different_2,
12318 vt_find_locations, variable_was_changed, set_variable_part,
12319 emit_notes_for_differences_1, emit_notes_for_differences_2): Likewise.
12320 * varasm.c (prefix_name, emutls_decl, section_entry_eq,
12321 section_entry_hash, object_block_entry_eq,
12322 object_block_entry_hash, create_block_symbol,
12323 initialize_cold_section_name, default_function_rodata_section,
12324 strip_reg_name, set_user_assembler_name, const_desc_eq,
12325 build_constant_desc, output_constant_def, lookup_constant_def,
12326 const_desc_rtx_hash, const_desc_rtx_eq, const_rtx_hash_1,
12327 create_constant_pool, force_const_mem, compute_reloc_for_rtx_1,
12328 default_internal_label): Likewise.
12329 * varray.c (varray_init, varray_grow): Likewise.
12330 * vec.c (vec_gc_o_reserve_1, vec_heap_o_reserve_1): Likewise.
12331
12332 2008-06-20 Uros Bizjak <ubizjak@gmail.com>
12333
12334 * config/i386/i386.md (*jcc_fused_1): Handle all valid compare
12335 operators for "test" insn. Macroize insn using SWI mode macro.
12336 (*jcc_fused_2): Ditto.
12337 (*jcc_fused_3): Macroize insn using SWI mode macro.
12338 (*jcc_fused_4): Ditto.
12339
12340 2008-06-20 Bernhard Fischer <aldot@gcc.gnu.org>
12341
12342 * tree-ssa-pre.c: Fix typo in comment.
12343 (init_antic, fini_antic): Add explicit funtions for
12344 initializing and deinitializing ANTIC and AVAIL sets.
12345 (create_expression_by_pieces): Fix typo in comment.
12346 Remove redundant set of new_stuff and use NULL_TREE instead of NULL.
12347 (execute_pre): Eventually dump details about ANTIC_IN.
12348
12349 2008-06-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12350
12351 * collect2.c (main, add_to_list): Fix for -Wc++-compat.
12352 * gcc.c (translate_options, init_spec, store_arg, read_specs,
12353 add_to_obstack, file_at_path, find_a_file, execute,
12354 add_preprocessor_option, add_assembler_option, add_linker_option,
12355 process_command, insert_wrapper, do_option_spec, do_self_spec,
12356 spec_path, do_spec_1, is_directory, main, used_arg,
12357 getenv_spec_function): Likewise.
12358 * tlink.c (symbol_hash_lookup, file_hash_lookup,
12359 demangled_hash_lookup, symbol_push, file_push, frob_extension):
12360 Likewise.
12361
12362 2008-06-19 Kenneth Zadeck <zadeck@naturalbridge.com>
12363
12364 * doc/rtl.texi: Updated subreg section.
12365
12366 2008-06-19 Jakub Jelinek <jakub@redhat.com>
12367
12368 PR c++/36523
12369 * cgraphunit.c (cgraph_process_new_functions): Don't clear
12370 node->needed and node->reachable.
12371 * cgraphbuild.c (record_reference): Handle OMP_PARALLEL and OMP_TASK.
12372 * omp-low.c (delete_omp_context): Call finalize_task_copyfn.
12373 (expand_task_call): Don't call expand_task_copyfn.
12374 (expand_task_copyfn): Renamed to...
12375 (finalize_task_copyfn): ... this.
12376
12377 2008-06-19 Jan Hubicka <jh@suse.cz>
12378
12379 * builtins.c (expand_builtin_nonlocal_goto): Stabilize r_sp before
12380 clobbering framepointer.
12381
12382 2008-06-19 Jan Hubicka <jh@suse.cz>
12383
12384 * tree-optimize.c (execute_early_local_optimizations): Set
12385 cgraph_state only at first invocation.
12386
12387 2008-06-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12388
12389 * system.h (-Wc++-compat): Activate as a warning, no an error.
12390
12391 2008-06-19 Uros Bizjak <ubizjak@gmail.com>
12392
12393 * config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
12394 instead of "#" in insn asm template.
12395 (*jcc_fused_2): Ditto.
12396
12397 2008-06-19 Uros Bizjak <ubizjak@gmail.com>
12398
12399 * config/i386/i386.h (ix86_tune_indices)
12400 [X86_TUNE_FUSE_CMP_AND_BRANCH]: New.
12401 (TARGET_FUSE_CMP_AND_BRANCH): New define.
12402 * config/i386/i386.md (*jcc_fused_1): New insn pattern
12403 (*jcc_fused_2): Ditto.
12404 * config/i386/i386.c (ix86_tune_features): Add m_CORE2 to
12405 X86_TUNE_FUSE_CMP_AND_BRANCH targets.
12406 (print operand): Handle 'E' and 'e' code.
12407
12408 2008-06-19 Anatoly Sokolov <aesok@post.ru>
12409
12410 * config/avr/avr.c (avr_mcu_t): Add attiny13a.
12411 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
12412 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
12413
12414 2008-06-19 Bernhard Fischer <aldot@gcc.gnu.org>
12415
12416 * cgraphunit.c (cgraph_finalize_function): Remove redundant setting of
12417 node->decl.
12418 (cgraph_expand_function): Use local copy of decl.
12419 (cgraph_expand_all_functions): Remove redundant initialization of
12420 order_pos.
12421 (cgraph_optimize): Reword internal_error message.
12422
12423 2008-06-19 Chung-Lin Tang <ctang@marvell.com>
12424
12425 * arm-protos.h (arm_return_in_memory): Remove public
12426 arm_return_in_memory() prototype.
12427 * arm.c (arm_return_in_memory): Add static prototype, add target
12428 hook macro, change definition and comments.
12429 * arm.h (TARGET_RETURN_IN_MEMORY): Remove.
12430
12431 2008-06-19 Ben Elliston <bje@au.ibm.com>
12432
12433 * dfp.h, dfp.c, config/dfp-bit.h, config/dfp-bit.c, real.h,
12434 real.c: Remove references to IEEE 754R.
12435 * doc/install.texi (Configuration): IEEE 754R -> IEEE 754-2008.
12436 * doc/libgcc.texi (Decimal float library routines): Likewise.
12437
12438 2008-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12439
12440 * targhooks.h (struct gcc_target): New member unwind_word_mode.
12441 (default_unwind_word_mode): Add prototype.
12442 * targhooks.c (default_unwind_word_mode): New function.
12443 (default_eh_return_filter_mode): Return targetm.unwind_word_mode ()
12444 instead of word_mode.
12445 * target-def.h (TARGET_UNWIND_WORD_MODE): New macro.
12446 (TARGET_INITIALIZER): Use it.
12447
12448 * c-common.c (handle_mode_attribute): Support "unwind_word"
12449 mode attribute.
12450 * unwind-generic.h (_Unwind_Word, _Unwind_Sword): Use it.
12451
12452 * except.c (init_eh): Use targetm.unwind_word_mode () instead of
12453 word_mode to access SjLj_Function_Context member "data".
12454 (sjlj_emit_dispatch_table): Likewise. Also, perform type
12455 conversion from targetm.eh_return_filter_mode () to
12456 targetm.unwind_word_mode () if they differ.
12457
12458 * builtin-types.def (BT_UNWINDWORD): New primitive type.
12459 (BT_FN_UNWINDWORD_PTR): New function type.
12460 (BT_FN_WORD_PTR): Remove.
12461 * builtins.def (BUILT_IN_EXTEND_POINTER): Use BT_FN_UNWINDWORD_PTR.
12462 * except.c (expand_builtin_extend_pointer): Convert pointer to
12463 targetm.unwind_word_mode () instead of word_mode.
12464
12465 * config/spu/spu-protos.h (spu_eh_return_filter_mode): Remove.
12466 * config/spu/spu.c (spu_eh_return_filter_mode): Remove.
12467 (spu_unwind_word_mode): New function.
12468 (TARGET_EH_RETURN_FILTER_MODE): Do not define.
12469 (TARGET_UNWIND_WORD_MODE): Define.
12470 * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS): Remove -D__word__=SI.
12471
12472 2008-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12473
12474 * config/spu/spu.c (reg_align): Remove.
12475 (regno_aligned_for_load): Also accept ARG_POINTER_REGNUM.
12476 (spu_split_load): Use regno_aligned_for_load instead of reg_align.
12477 (spu_split_store): Likewise.
12478
12479 2008-06-18 Bernhard Fischer <aldot@gcc.gnu.org>
12480
12481 * gcc/tree-vn.c: Fix typo in comment.
12482
12483 2008-06-18 Jan Hubicka <jh@suse.cz>
12484
12485 * cgraphunit.c (cgraph_optimize): Output debug info when doing
12486 toplevel reorder too.
12487
12488 2008-06-18 Jan Hubicka <jh@suse.cz>
12489
12490 * c-opts.c (c_common_post_options): PCH is not compatible with
12491 no-unit-at-a-time.
12492 * opts.c (handle_options): Enable unit-at-a-time at O0 along with
12493 -fno-toplevel-reorder by default now.
12494
12495 2008-06-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12496
12497 PR documentation/30739
12498 * doc/install.texi (Prerequisites): Document dependency on awk.
12499
12500 2008-06-18 Uros Bizjak <ubizjak@gmail.com>
12501 Ian Lance Taylor <iant@google.com>
12502
12503 PR rtl-optimization/35604
12504 * jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
12505 only want to change jump destinations, not eventual label comparisons.
12506
12507 2008-06-16 Jan Hubicka <jh@suse.cz>
12508
12509 * cgraphunit.c (cgraph_expand_pending_functions): Give up at
12510 syntax errors.
12511 (cgraph_analyze_function): Likewise.
12512
12513 2008-06-16 Jan Hubicka <jh@suse.cz>
12514
12515 * cgraph.h (cgraph_mark_if_needed): New function.
12516 * cgraphunit.c (cgraph_mark_if_needed): New function.
12517 * c-decl.c (duplicate_decl): Use it.
12518
12519 2008-06-16 Jan Hubicka <jh@suse.cz>
12520
12521 * cgraph.c (cgraph_add_new_function): When in expansion state, do
12522 lowering.
12523
12524 2008-06-16 Jan Hubicka <jh@suse.cz>
12525
12526 * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
12527
12528 2008-06-16 Daniel Jacobowitz <dan@codesourcery.com>
12529 Kazu Hirata <kazu@codesourcery.com>
12530 Maxim Kuvyrkov <maxim@codesourcery.com
12531
12532 * config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
12533 * config.host: Use driver-native.o and mips/x-native for mips*-linux*.
12534 * config/mips/linux.h (host_detect_local_cpu): Declare, add to
12535 EXTRA_SPEC_FUNCTIONS.
12536 (MARCH_MTUNE_NATIVE_SPECS, BASE_DRIVER_SELF_SPECS): New macros.
12537 (DRIVER_SELF_SPECS): Adjust.
12538 * config/mips/linux64.h (DRIVER_SELF_SPECS): Update.
12539 * config/mips/st.h, config/mips/t-st: New.
12540 * config/mips/driver-native.c, config/mips/x-native: New.
12541 * doc/invoke.texi (MIPS): Document 'native' value for -march and
12542 -mtune options.
12543
12544 2008-06-18 Maxim Kuvyrkov <maxim@codesourcery.com>
12545
12546 * config/mips/mips.h (ISA_HAS_CONDMOVE): Slice ISA_HAS_FP_CONDMOVE
12547 from it.
12548 (ISA_HAS_FP_CONDMOVE): New macro.
12549 (ISA_HAS_FP_MADD4_MSUB4, ISA_HAS_FP_MADD3_MSUB3): New macros.
12550 (ISA_HAS_NMADD_NMSUB): Rename to ISA_HAS_NMADD4_NMSUB4.
12551 (ISA_HAS_NMADD3_NMSUB3): New macro.
12552 * config/mips/mips.c (mips_rtx_costs): Update.
12553 * config/mips/mips.md (MOVECC): Don't use FP conditional moves when
12554 compiling for ST Loongson 2E/2F.
12555 (madd<mode>): Rename to madd4<mode>. Update.
12556 (madd3<mode>): New pattern.
12557 (msub<mode>): Rename to msub4<mode>. Update.
12558 (msub3<mode>): New pattern.
12559 (nmadd<mode>): Rename to nmadd4<mode>. Update.
12560 (nmadd3<mode>): New pattern.
12561 (nmadd<mode>_fastmath): Rename to nmadd4<mode>_fastmath. Update.
12562 (nmadd3<mode>_fastmath): New pattern.
12563 (nmsub<mode>): Rename to nmsub4<mode>. Update.
12564 (nmsub3<mode>): New pattern.
12565 (nmsub<mode>_fastmath): Rename to nmsub4<mode>_fastmath. Update.
12566 (nmsub3<mode>_fastmath): New pattern.
12567 (mov<SCALARF:mode>_on_<MOVECC:mode>, mov<mode>cc): Update.
12568
12569 2008-06-18 Steven Bosscher <steven@gcc.gnu.org>
12570
12571 * df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.
12572 (DF_REF_INSN_INFO): New.
12573 (DF_REF_INSN, DF_REF_INSN_UID): Rewrite macros using DF_REF_INSN_INFO.
12574 (DF_REF_IS_ARTIFICIAL): Artificial refs are now identified as refs
12575 with a NULL DF_REF_INSN_INFO.
12576 (DF_INSN_INFO_GET, DF_INSN_INFO_SET): Renamed from DF_INSN_GET and
12577 DF_INSN_SET.
12578 (DF_INSN_INFO_LUID, DF_INSN_INFO_DEFS, DF_INSN_INFO_USES,
12579 DF_INSN_INFO_EQ_USES): New.
12580 (DF_INSN_LUID, DF_INSN_DEFS, DF_INSN_USES, DF_INSN_EQ_USES,
12581 DF_INSN_UID_LUID, DF_INSN_UID_DEFS, DF_INSN_UID_USES,
12582 DF_INSN_UID_EQ_USES): Rewrite using DF_INSN_INFO_* macros.
12583 * df-core.c: Update comment for above changes.
12584 (df_insn_debug_regno): Use DF_INSN_INFO_GET instead of INSN_UID and
12585 DF_INSN_UID_* macros.
12586 (df_ref_debug): Check for NULL DF_REF_INSN_INFO.
12587 * df-scan.c (df_ref_record): Take a df_insn_info instead of an
12588 insn rtx. Update all callers.
12589 (df_def_record_1, df_defs_record, df_uses_record, df_get_call_refs,
12590 df_ref_create_structure, df_insn_refs_collect): Likewise.
12591 (df_ref_equal_p): Compare DF_REF_INSN_INFO pointers for the refs.
12592 * df-problems.c (df_chain_dump): Test for non-NULL DF_REF_INSN_INFO.
12593 (df_live_bb_local_compute): Retrieve DF_INSN_INFO, use DF_INSN_INFO_*
12594 macros to access the insn refs.
12595 (df_chain_top_dump, df_chain_bottom_dump, df_byte_lr_alloc): Likewise.
12596 * fwprop.c (use_killed_between): Use DF_REF_INSN accessor macro.
12597 (all_uses_available): Retrieve DF_INSN_INFO for def_insn, and use it
12598 for accessing the refs.
12599 (try_fwprop_subst): Likewise.
12600 * ddg.c (add_cross_iteration_register_deps): Use DF_REF_INSN macro.
12601 * web.c (union_defs): Retrieve DF_INSN_INFO for def_insn, and use it
12602 for accessing the refs.
12603 * loop-invariant.c (invariant_for_use): Use DF_REF_BB macro.
12604 (check_dependencies): Use DF_INSN_INFO_GET, use DF_INSN_INFO_* macros
12605 to look at the insn refs.
12606 (record_uses): Likewise.
12607 * dce.c (deletable_insn_p): Don't tolerate artificial DEFs in this
12608 function anymore.
12609 (mark_artificial_uses): Don't mark_insn for artificial refs.
12610 (mark_reg_rependencies): Likewise.
12611
12612 * doc/rtl.texi: Remove documentation of ADDRESSOF.
12613
12614 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12615
12616 * configure: Regenerate.
12617
12618 2008-06-17 Eric B. Weddington <eric.weddington@atmel.com>
12619
12620 * config/avr/avr.c (avr_mcu_t): Remove atmega32hvb.
12621 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12622 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12623
12624 2008-06-17 Eric B. Weddington <eric.weddington@atmel.com>
12625
12626 * config/avr/avr.c (avr_mcu_t): Add attiny167.
12627 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12628 * gcc/config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12629
12630 2008-06-17 Eric B. Weddington <eric.weddington@atmel.com>
12631
12632 * config/avr/avr.c (avr_mcu_t): Add atmega32u4.
12633 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12634 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12635
12636 2008-06-17 Bernhard Fischer <aldot@gcc.gnu.org>
12637
12638 * tree-ssa-sccvn.c: Fix format of comments.
12639
12640 2008-06-17 Bernhard Fischer <aldot@gcc.gnu.org>
12641
12642 * cgraph.c: Remove unneeded forward declarations of eq_node()
12643 and hash_node().
12644
12645 2008-06-17 Steven Bosscher <steven@gcc.gnu.org>
12646
12647 * see.c (see_analyse_one_def): Do not look for REG_LIBCALL and
12648 REG_RETVAL notes.
12649 (see_update_relevancy): Likewise.
12650 * fwprop.c (try_fwprop_subst): Likewise.
12651 * rtlanal.c (noop_move_p): Likewise.
12652 * builtins.c (expand_buitlin_mathfn): Don't try to add REG_EQUAL
12653 notes to non-existing libcall blocks.
12654 * cse.c (cse_insn): Change prototype. Don't update libcall notes.
12655 Remove orig_set.
12656 (cse_extended_basic_block): Don't track libcall and no-conflict notes.
12657 (dead_libcall_p): Remove.
12658 (delete_trivially_dead_insns): Don't use it.
12659 * web.c (union_defs): Remove comment about keeping nops.
12660 * gcse.c (hash_scan_insn): Don't take libcall pointers.
12661 (compute_hash_table_work): Don't track libcall notes.
12662 (do_local_cprop): Don't take libcall pointers. Don't update
12663 libcall notes.
12664 (adjust_libcall_notes): Deleted.
12665 (local_cprop_pass): Remove stack for nested libcalls (which shouldn't
12666 ever have existed in the first place).
12667 (replace_store_insn): Don't try to remove libcall notes.
12668 * lower-subreg.c (move_libcall_note, move_retval_note): Deleted.
12669 (resolve_reg_notes): Don't call them.
12670 (resolve_simple_move): Likewise.
12671 (decompose_multiword_subregs): Remove block handling REG_RETVAL notes.
12672 Don't remove REG_RETVAL notes.
12673 * emit-rtl.c (try_split): Don't update libcall notes.
12674 (emit_copy_of_insn_after): Dito.
12675 * cselib.c (cselib_current_insn_in_libcall): Remove.
12676 (cselib_process_insn): Don't set/clear it.
12677 (new_elt_loc_list): Don't record it.
12678 (cselib_init): Don't initialize it.
12679 * cselib.c (struct elt_loc_list): Remove in_libcall field.
12680 * loop-invariant.c (find_invariant_insn): Don't look for libcall
12681 notes.
12682 * sched-deps.c (sched_analyze_insn): Don't group libcall blocks.
12683 (sched_analyze): Don't set up deps->libcall_block_tail_insn.
12684 (init_deps): Don't initialize it.
12685 * sched-int.h (struct deps): Rremove libcall_block_tail_insn field.
12686 * combine.c (delete_noop_moves): Don't update libcall notes.
12687 (can_combine_p): Remove now pointless #if 0 block.
12688 (try_combine): Remove another obsolete #if 0 block.
12689 (distribute_notes): Don't distribute libcall notes.
12690 * reg-notes.def (REG_LIBCALL, REG_RETVAL): Remove.
12691 * dce.c (libcall_dead_p): Remove.
12692 (delete_unmarked_insns): Don't handle libcall blocks.
12693 (preserve_libcall_for_dce): Remove.
12694 (prescan_insns_for_dce): Don't special-case libcall block insns.
12695 * reload1 (reload): Don't handle libcall notes.
12696 * doc/rtl.texi (REG_LIBCALL, REG_RETVAL, REG_LIBCALL_ID): Remove
12697 documentation.
12698
12699 2008-06-16 Eric B. Weddington <eric.weddington@atmel.com>
12700
12701 * config/avr/avr.c (avr_mcu_t): Add atmega32c1.
12702 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12703 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12704
12705 2008-06-16 Eric B. Weddington <eric.weddington@atmel.com>
12706
12707 * config/avr/avr.c (avr_mcu_t): Add atmega32m1.
12708 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12709 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12710
12711 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12712
12713 * Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).
12714
12715 2008-06-16 Ira Rosen <irar@il.ibm.com>
12716
12717 PR tree-optimization/36493
12718 * tree-vect-transform.c (vect_create_data_ref_ptr): Remove TYPE from
12719 the arguments list. Use VECTYPE to create vector pointer.
12720 (vectorizable_store): Fail if accesses through a pointer to vectype
12721 do not alias the original memory reference operands.
12722 Call vect_create_data_ref_ptr without the removed argument.
12723 (vectorizable_load): Likewise.
12724 (vect_setup_realignment): Call vect_create_data_ref_ptr without the
12725 removed argument.
12726
12727 2008-06-015 Andy Hutchinson <hutchinsonandy@aim.com>
12728
12729 PR target/36336
12730 * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Add check for
12731 reg_equiv_constant.
12732
12733 2008-06-15 Maxim Kuvyrkov <maxim@codesourcery.com>
12734
12735 * config/mips/loongson2ef.md: New file.
12736 * config/mips/mips.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
12737 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
12738 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
12739 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): New constants.
12740 (define_attr "cpu"): Rename loongson2e and loongson2f to loongson_2e
12741 and loongson_2f.
12742 (loongson2ef.md): New include.
12743 * config/mips/loongson.md (vec_pack_ssat_<mode>, vec_pack_usat_<mode>)
12744 (add<mode>3, paddd, ssadd<mode>3, usadd<mode>3)
12745 (loongson_and_not_<mode>, loongson_average_<mode>, loongson_eq_<mode>)
12746 (loongson_gt_<mode>, loongson_extract_halfword)
12747 (loongson_insert_halfword_0, loongson_insert_halfword_2)
12748 (loongson_insert_halfword_3, loongson_mult_add, smax<mode>3)
12749 (umax<mode>3, smin<mode>3, umin<mode>3, loongson_move_byte_mask)
12750 (umul<mode>3_highpart, smul<mode>3_highpart, loongson_smul_lowpart)
12751 (loongson_umul_word, loongson_pasubub, reduc_uplus_<mode>)
12752 (loongson_psadbh, loongson_pshufh, loongson_psll<mode>)
12753 (loongson_psra<mode>, loongson_psrl<mode>, sub<mode>3, psubd)
12754 (sssub<mode>3, ussub<mode>3, vec_interleave_high<mode>)
12755 (vec_interleave_low<mode>): Define type attribute.
12756 * config/mips/mips.c (mips_ls2): New static variable.
12757 (mips_issue_rate): Update to handle tuning for Loongson 2E/2F.
12758 (mips_ls2_init_dfa_post_cycle_insn, mips_init_dfa_post_cycle_insn)
12759 (sched_ls2_dfa_post_advance_cycle, mips_dfa_post_advance_cycle):
12760 Implement target scheduling hooks.
12761 (mips_multipass_dfa_lookahead): Update to handle tuning for
12762 Loongson 2E/2F.
12763 (mips_sched_init): Initialize data for Loongson scheduling.
12764 (mips_ls2_variable_issue): New static function.
12765 (mips_variable_issue): Update to handle tuning for Loongson 2E/2F.
12766 Add sanity check.
12767 (TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN)
12768 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Override target hooks.
12769 * config/mips/mips.h (TUNE_LOONGSON_2EF): New macros.
12770 (ISA_HAS_XFER_DELAY, ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS):
12771 Handle ST Loongson 2E/2F cores.
12772 (CPU_UNITS_QUERY): Define macro to enable querying of DFA units.
12773
12774 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12775
12776 * omp-low.c (extract_omp_for_data): Fix comment typo.
12777 * c.opt: Fix typo.
12778
12779 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12780
12781 * doc/sourcebuild.texi (Config Fragments): Remove obsolete
12782 FIXME note about gcc/config.guess.
12783 * doc/options.texi (Option file format): Remove non-ASCII bytes.
12784 * doc/cpp.texi: Expand TABs, drop indentation outside examples.
12785 * doc/cppopts.texi: Likewise.
12786 * doc/extend.texi: Likewise.
12787 * doc/gcc.texi: Likewise.
12788 * doc/gccint.texi: Likewise.
12789 * doc/gcov.texi: Likewise.
12790 * doc/gty.texi: Likewise.
12791 * doc/hostconfig.texi: Likewise.
12792 * doc/install.texi: Likewise.
12793 * doc/invoke.texi: Likewise.
12794 * doc/loop.texi: Likewise.
12795 * doc/makefile.texi: Likewise.
12796 * doc/md.texi: Likewise.
12797 * doc/passes.texi: Likewise.
12798 * doc/tm.texi: Likewise.
12799 * doc/tree-ssa.texi: Likewise.
12800 * doc/trouble.texi: Likewise.
12801
12802 2008-06-15 Mark Shinwell <shinwell@codesourcery.com>
12803 Nathan Sidwell <nathan@codesourcery.com>
12804 Maxim Kuvyrkov <maxim@codesourcery.com>
12805 Richard Sandiford <rdsandiford@googlemail.com>
12806
12807 * config/mips/mips-modes.def: Add V8QI, V4HI and V2SI modes.
12808 * config/mips/mips-protos.h (mips_expand_vector_init): New.
12809 * config/mips/mips-ftypes.def: Add function types for Loongson-2E/2F
12810 builtins.
12811 * config/mips/mips.c (mips_split_doubleword_move): Handle new modes.
12812 (mips_hard_regno_mode_ok_p): Allow 64-bit vector modes for Loongson.
12813 (mips_vector_mode_supported_p): Add V2SImode, V4HImode and
12814 V8QImode cases.
12815 (LOONGSON_BUILTIN, LOONGSON_BUILTIN_ALIAS): New.
12816 (CODE_FOR_loongson_packsswh, CODE_FOR_loongson_packsshb,
12817 (CODE_FOR_loongson_packushb, CODE_FOR_loongson_paddw,
12818 (CODE_FOR_loongson_paddh, CODE_FOR_loongson_paddb,
12819 (CODE_FOR_loongson_paddsh, CODE_FOR_loongson_paddsb)
12820 (CODE_FOR_loongson_paddush, CODE_FOR_loongson_paddusb)
12821 (CODE_FOR_loongson_pmaxsh, CODE_FOR_loongson_pmaxub)
12822 (CODE_FOR_loongson_pminsh, CODE_FOR_loongson_pminub)
12823 (CODE_FOR_loongson_pmulhuh, CODE_FOR_loongson_pmulhh)
12824 (CODE_FOR_loongson_biadd, CODE_FOR_loongson_psubw)
12825 (CODE_FOR_loongson_psubh, CODE_FOR_loongson_psubb)
12826 (CODE_FOR_loongson_psubsh, CODE_FOR_loongson_psubsb)
12827 (CODE_FOR_loongson_psubush, CODE_FOR_loongson_psubusb)
12828 (CODE_FOR_loongson_punpckhbh, CODE_FOR_loongson_punpckhhw)
12829 (CODE_FOR_loongson_punpckhwd, CODE_FOR_loongson_punpcklbh)
12830 (CODE_FOR_loongson_punpcklhw, CODE_FOR_loongson_punpcklwd): New.
12831 (mips_builtins): Add Loongson builtins.
12832 (mips_loongson_2ef_bdesc): New.
12833 (mips_bdesc_arrays): Add mips_loongson_2ef_bdesc.
12834 (mips_builtin_vector_type): Handle unsigned versions of vector modes.
12835 (MIPS_ATYPE_UQI, MIPS_ATYPE_UDI, MIPS_ATYPE_V2SI, MIPS_ATYPE_UV2SI)
12836 (MIPS_ATYPE_V4HI, MIPS_ATYPE_UV4HI, MIPS_ATYPE_V8QI, MIPS_ATYPE_UV8QI):
12837 New.
12838 (mips_expand_vector_init): New.
12839 * config/mips/mips.h (HAVE_LOONGSON_VECTOR_MODES): New.
12840 (TARGET_CPU_CPP_BUILTINS): Define __mips_loongson_vector_rev
12841 if appropriate.
12842 * config/mips/mips.md: Add unspec numbers for Loongson
12843 builtins. Include loongson.md.
12844 (MOVE64): Include Loongson vector modes.
12845 (SPLITF): Include Loongson vector modes.
12846 (HALFMODE): Handle Loongson vector modes.
12847 * config/mips/loongson.md: New.
12848 * config/mips/loongson.h: New.
12849 * config.gcc: Add loongson.h header for mips*-*-* targets.
12850 * doc/extend.texi (MIPS Loongson Built-in Functions): New.
12851
12852 2008-06-14 Joseph Myers <joseph@codesourcery.com>
12853
12854 * config.gcc (arc-*-elf*, avr-*-*, fr30-*-elf, frv-*-elf,
12855 h8300-*-elf*, h8300-*-*, i[34567]86-*-elf*, x86_64-*-elf*,
12856 i[34567]86-*-aout*, i[34567]86-*-coff*, ia64*-*-elf*,
12857 iq2000*-*-elf*, m32r-*-elf*, m32rle-*-elf*, m32r-*-linux*,
12858 m32rle-*-linux*, m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*,
12859 m68k-*-coff*, mcore-*-elf, mcore-*-pe*, mipsisa64sr71k-*-elf*,
12860 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*, mips-*-elf* |
12861 mipsel-*-elf*, mips64-*-elf* | mips64el-*-elf*, mips64vr-*-elf* |
12862 mips64vrel-*-elf*, mips64orion-*-elf* | mips64orionel-*-elf*,
12863 mipstx39-*-elf* | mipstx39el-*-elf*, mn10300-*-*, pdp11-*-,
12864 powerpc-*-elf*, powerpcle-*-elf*, sh-*-elf* | sh[12346l]*-*-elf* |
12865 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | sh-*-linux* |
12866 sh[2346lbe]*-*-linux* | sh-*-netbsdelf* | shl*-*-netbsdelf* |
12867 sh5-*-netbsd* | sh5l*-*-netbsd* | sh64-*-netbsd* |
12868 sh64l*-*-netbsd*, sh-*-*, sparc-*-elf*, sparc64-*-elf*,
12869 v850e1-*-*, v850e-*-*, v850-*-*, xstormy16-*-elf, m32c-*-elf*):
12870 Remove use_fixproto=yes.
12871 (ia64*-*-hpux*): Remove comment about using fixproto.
12872 (m68k-*-uclinuxoldabi*, m68k-*-uclinux*): Remove use_fixproto=no.
12873
12874 2008-06-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12875
12876 * configure.ac: Update gthr-default.h lazily, to avoid unneeded
12877 library rebuilds.
12878 * configure: Regenerate.
12879
12880 2008-06-13 Eric Botcazou <ebotcazou@adacore.com>
12881
12882 PR middle-end/36520
12883 * builtins.c (get_memory_rtx): Test for the presence of DECL_SIZE_UNIT
12884 before evaluating it.
12885
12886 2008-06-13 Jakub Jelinek <jakub@redhat.com>
12887
12888 PR c/36507
12889 * c-decl.c (merge_decls): Don't clear DECL_EXTERNAL for
12890 nested inline functions.
12891 (start_decl, start_function): Don't invert DECL_EXTERNAL
12892 for nested inline functions.
12893
12894 2008-06-13 Richard Sandiford <rdsandiford@googlemail.com>
12895
12896 * config/mips/mips.md: Remove TARGET_DEBUG_D_MODE conditions from
12897 splits that must be made for correctness.
12898
12899 2008-06-13 Richard Sandiford <rdsandiford@googlemail.com>
12900
12901 * config/mips/mips.c (BUILTIN_AVAIL_NON_MIPS16): New macro.
12902 (AVAIL_NON_MIPS16): Likewise.
12903 (mips_builtin_description): Replace target_flags with a predicate.
12904 (paired_single, sb1_paired_single, mips3d, dsp, dspr2, dsp_32)
12905 (dspr2_32): New availability predicates.
12906 (MIPS_BUILTIN): New macro.
12907 (DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS)
12908 (CMP_4S_BUILTINS, MOVTF_BUILTINS, CMP_BUILTINS)
12909 (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): Use it.
12910 Replace the TARGET_FLAGS parameters with AVAIL parameters.
12911 (mips_ps_bdesc, mips_sb1_bdesc, mips_dsp_bdesc)
12912 (mips_dsp_32only_bdesc): Merge into...
12913 (mips_builtins): ...this new array.
12914 (mips_bdesc_map, mips_bdesc_arrays): Delete.
12915 (mips_init_builtins): Update after above changes.
12916 (mips_expand_builtin_1): Merge into...
12917 (mips_expand_builtin): ...here and update after above changes.
12918
12919 2008-06-12 Paul Brook <paul@codesourcery.com>
12920
12921 * longlong.h (__arm__): Define count_leading_zeros.
12922 * config/arm/lib1funcs.asm (xxh, xxl, yyh, yyl): Define.
12923 (clzsi2, clzdi2): New functions.
12924 * config/arm/bpabi-v6m.S (xxh, xxl, yyh, yyl): Remove.
12925 * config/arm/bpabi.S (xxh, xxl, yyh, yyl): Remove.
12926 * config/arm/t-strongarm-elf (LIB1ASMFUNCS): Ditto.
12927 * config/arm/t-vxworks (LIB1ASMFUNCS): Ditto.
12928 * config/arm/t-pe (LIB1ASMFUNCS): Ditto.
12929 * config/arm/t-arm-elf (LIB1ASMFUNCS): Ditto.
12930 * config/arm/t-arm-coff (LIB1ASMFUNCS): Ditto.
12931 * config/arm/t-linux (LIB1ASMFUNCS): Ditto.
12932 * config/arm/t-symbian (LIB1ASMFUNCS): Ditto.
12933 * config/arm/t-wince-pe (LIB1ASMFUNCS): Ditto.
12934
12935 2008-06-12 Kazu Hirata <kazu@codesourcery.com>
12936
12937 * config/m68k/m68k.c (m68k_tune_flags): New.
12938 (override_options): Compute m68k_tune_flags.
12939 (MULL_COST, MULW_COST): Update for various variants of CFV2.
12940 * config/m68k/m68k.h (TUNE_MAC, TUNE_EMAC): New.
12941
12942 2008-06-12 Jakub Jelinek <jakub@redhat.com>
12943
12944 PR middle-end/36506
12945 * omp-low.c (expand_omp_sections): Initialize l2 to avoid bogus warning.
12946
12947 2008-06-12 Eric Botcazou <ebotcazou@adacore.com>
12948
12949 * tree-inline.c (copy_body_r): Copy TREE_SIDE_EFFECTS along with
12950 TREE_THIS_VOLATILE on INDIRECT_REF nodes.
12951
12952 2008-06-12 Eric Botcazou <ebotcazou@adacore.com>
12953
12954 * expr.c (store_field): Do a block copy from BLKmode to BLKmode-like.
12955 (get_inner_reference): Use BLKmode for byte-aligned BLKmode bitfields.
12956
12957 2008-06-12 Jakub Jelinek <jakub@redhat.com>
12958
12959 PR middle-end/36506
12960 * omp-low.c (expand_omp_sections): Handle #pragma omp sections with
12961 reductions.
12962
12963 2008-06-12 Richard Guenther <rguenther@suse.de>
12964
12965 PR tree-optimization/36345
12966 * tree-flow.h (struct ptr_info_def): Align escape_mask,
12967 add memory_tag_needed flag.
12968 (may_alias_p): Declare.
12969 * tree-ssa-alias.c (may_alias_p): Export.
12970 (set_initial_properties): Use memory_tag_needed flag.
12971 (update_reference_counts): Likewise.
12972 (reset_alias_info): Reset memory_tag_needed flag.
12973 (create_name_tags): Check memory_tag_needed flag.
12974 (dump_points_to_info_for): Dump it.
12975 * tree-ssa-structalias.c (struct variable_info): Remove
12976 directly_dereferenced flag.
12977 (new_var_info): Do not initialize it.
12978 (process_constraint_1): Do not set it.
12979 (update_alias_info): Set is_dereferenced flag.
12980 (set_uids_in_ptset): Use may_alias_p.
12981 (set_used_smts): Check memory_tag_needed flag.
12982 (find_what_p_points_to): Likewise. Pass is_dereferenced flag.
12983 * tree-ssa-alias.c (verify_flow_sensitive_alias_info): Check
12984 memory_tag_needed flag.
12985 * tree-ssa-alias-warnings.c (dsa_named_for): Try to recover
12986 from broken design.
12987
12988 2008-06-12 Kai Tietz <kai.tietz@onevision.com>
12989
12990 * config/i386/i386.c (ix86_compute_frame_layout): Disable
12991 red zone for w64 abi.
12992 (ix86_expand_prologue): Likewise.
12993 (ix86_force_to_memory): Likewise.
12994 (ix86_free_from_memory): Likewise.
12995
12996 2008-06-11 Edmar Wienskoski <edmar@freescale.com>
12997
12998 PR target/36425
12999 * config/rs6000/rs6000.c (rs6000_override_options): Set
13000 rs6000_isel conditionally to the absence of comand line override.
13001 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
13002 Remove duplicate rs6000_isel setting.
13003 * config/rs6000/eabispe.h: Ditto.
13004
13005 2008-06-11 Richard Guenther <rguenther@suse.de>
13006
13007 * alias.c (get_alias_set): Use the element alias-set for arrays.
13008 (record_component_aliases): For arrays and vectors do nothing.
13009 * c-common.c (strict_aliasing_warning): Handle the cases
13010 of alias set zero explicitly.
13011 * Makefile.in (dfp.o-warn): Add -Wno-error.
13012
13013 2008-06-11 Joseph Myers <joseph@codesourcery.com>
13014
13015 * config.gcc (all_defaults): Add arch_32 arch_64 cpu_32 cpu_64
13016 tune_32 tune_64.
13017 (i[34567]86-*-* | x86_64-*-*): Add arch_32 arch_64 cpu_32 cpu_64
13018 tune_32 tune_64 to supported_defaults. Allow values not
13019 supporting 64-bit mode for arch_32, cpu_32 and tune_32 for
13020 x86_64. Do not override cpu_32 or cpu_64 values from target name.
13021 (i[34567]86-*-linux*, i[34567]86-*-solaris2.1[0-9]*): Only default
13022 with_cpu_64 to generic for 64-bit-supporting configurations, not
13023 with_cpu. Remove FIXMEs.
13024 * doc/install.texi (--with-cpu-32, --with-cpu-64, --with-arch-32,
13025 --with-arch-64, --with-tune-32, --with-tune-64): Document.
13026 * config/i386/i386.h (OPT_ARCH32, OPT_ARCH64): Define.
13027 (OPTION_DEFAULT_SPECS): Add tune_32, tune_64, cpu_32, cpu_64,
13028 arch_32 and arch_64.
13029
13030 2008-06-11 Eric Botcazou <ebotcazou@adacore.com>
13031 Olivier Hainque <hainque@adacore.com>
13032
13033 * builtins.c (get_memory_rtx): Accept byte-addressable bitfields.
13034 Use DECL_SIZE_UNIT to retrieve the size of the field.
13035
13036 2008-06-11 Joseph Myers <joseph@codesourcery.com>
13037
13038 * config/arm/arm.c (arm_init_neon_builtins): Move initialization
13039 with function calls after declarations. Lay out
13040 neon_float_type_node before further use.
13041
13042 2008-06-11 Richard Guenther <rguenther@suse.de>
13043
13044 * tree-flow.h (may_point_to_global_var): Declare.
13045 * tree-ssa-alias.c (may_point_to_global_var): New function.
13046 * tree-ssa-sink.c (is_hidden_global_store): Use it.
13047
13048 2008-06-10 Kazu Hirata <kazu@codesourcery.com>
13049
13050 * configure.ac: Teach that fido supports .debug_line.
13051 * configure: Regenerate.
13052
13053 2008-06-10 Tom Tromey <tromey@redhat.com>
13054
13055 * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
13056 debug hook.
13057
13058 2008-06-10 Joseph Myers <joseph@codesourcery.com>
13059
13060 * dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.
13061 (encode_decimal64, decode_decimal64, encode_decimal128,
13062 decode_decimal128): Reverse order of 32-bit parts of value if host
13063 and target endianness differ.
13064
13065 2008-06-10 Vinodha Ramasamy <vinodha@google.com>
13066
13067 * value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.
13068 Avoid division by 0.
13069 (tree_mod_pow2_value_transform): Likewise.
13070 (tree_ic_transform): Likewise.
13071 (tree_stringops_transform): Likewise.
13072 (tree_mod_subtract_transform): Likewise.
13073 * tree-inline-c (copy_bb): Corrected int type to gcov_type.
13074 (copy_edges_for_bb): Likewise.
13075 (initialize_cfun): Likewise.
13076
13077 2008-06-10 Uros Bizjak <ubizjak@gmail.com>
13078
13079 * config/i386/i386.md (*btdi_rex64): Change operand 1 predicate to
13080 nonmemory_operand. Add "N" operand constraint.
13081 (*btsi): Ditto.
13082 (*jcc_btdi_mask_rex64): New instruction and split pattern.
13083 (*jcc_btsi_mask): Ditto.
13084 (*jcc_btsi_mask_1): Ditto.
13085
13086 2008-06-10 Joseph Myers <joseph@codesourcery.com>
13087
13088 * config/rs6000/rs6000.c (build_opaque_vector_type): Set
13089 TYPE_CANONICAL for copied element type.
13090
13091 2008-06-10 Uros Bizjak <ubizjak@gmail.com>
13092
13093 PR target/36473
13094 * config/i386/i386.c (ix86_tune_features) [TUNE_USE_BT]:
13095 Add m_CORE2 and m_GENERIC.
13096 * config/i386/predicates.md (bt_comparison_operator): New predicate.
13097 * config/i386/i386.md (*btdi_rex64): New instruction pattern.
13098 (*btsi): Ditto.
13099 (*jcc_btdi_rex64): New instruction and split pattern.
13100 (*jcc_btsi): Ditto.
13101 (*jcc_btsi_1): Ditto.
13102 (*btsq): Fix Intel asm dialect operand order.
13103 (*btrq): Ditto.
13104 (*btcq): Ditto.
13105
13106 2008-06-09 Andy Hutchinson <hutchinsonandy@aim.com>
13107
13108 PR middle-end/36447
13109 * simplify-rtx.c (simplify_subreg): Add check for shift count
13110 greater than size.
13111
13112 2008-06-09 Richard Sandiford <rdsandiford@googlemail.com>
13113
13114 * doc/md.texi: Synchronize with later constraints.md change.
13115 * longlong.h (umul_ppmm): Replace the MIPS asm implementation
13116 with a C implementation.
13117 * config/mips/mips.c (mips_legitimize_move): Remove MFHI and
13118 MFLO handling.
13119 (mips_subword): Assume TImode for CONST_INTs if TARGET_64BIT.
13120 (mips_split_doubleword_move): Use special MTHI and MFHI instructions
13121 when moving to and from MD_REGNUM.
13122 (mips_output_move): Don't handle moves from GPRs to HI_REGNUM.
13123 Handle moves from LO_REGNUM to GPRs using MFLO, MACC or DMACC.
13124 Handle byte and halfword moves.
13125 (mips_hard_regno_mode_ok_p): Handle MD_REGS and DSP_ACC_REGS
13126 separately.
13127 * config/mips/constraints.md (h): Turn into NO_REGS.
13128 (l, x): Update documentation.
13129 * config/mips/mips.md (UNSPEC_MFHILO): Delete.
13130 (UNSPEC_MFHI, UNSPEC_MTHI, UNSPEC_SET_HILO): New.
13131 (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): Renumber.
13132 (HILO): New mode iterator.
13133 (MOVE128): Add TI.
13134 (any_div): New code iterator.
13135 (u): Extend code attribute to div and udiv.
13136 (*add<mode>3_mips16, *movdi_64bit_mips16, *movsi_mips16): Use
13137 d_operand in the splitters. Remove redundant CONST_INT checks.
13138 (mulsi3_mult3, mul<mode>3_internal, mul<mode>3_r4000, *mul_acc_si)
13139 (*macc, *msac, *msac_using_macc, *macc2, *msac2, *mul_sub_si)
13140 (*muls): Remove "=h" clobbers. Adjust peephole2s and define_splits
13141 accordingly, using normal moves instead of unspecs to move LO into
13142 a GPR. Use d_operand and lo_operand instead of *_REG_P checks.
13143 (<u>mulsidi3): Handle expansion in C code.
13144 (<u>mulsidi3_32bit_internal): Rename to...
13145 (<u>mulsidi3_32bit): ...this.
13146 (<u>mulsidi3_32bit_r4000): Fix insn separator.
13147 (*<u>mulsidi3_64bit): Rename to...
13148 (<u>mulsidi3_64bit): ...this. Combine DImode "=h" and "=l" clobbers
13149 into a TImode "=x" clobber. In the split, use an UNSPEC_SET_HILO
13150 to set LO and HI to the multiplication result. Use a normal move
13151 for MFLO and an unspec for MFHI.
13152 (*<u>mulsidi3_64bit_parts): Replace with...
13153 (<u>mulsidi3_64bit_hilo): ...this new instruction.
13154 (<su>mulsi3_highpart): Extend to TARGET_FIX_R4000.
13155 (<su>mulsi3_highpart_internal): Turn into a define_insn_and_split
13156 and extend it to TARGET_FIX_R4000. Store the destination in a GPR
13157 instead of HI. Split the instruction into a separate multiplication
13158 and MFHI if !TARGET_FIX_R4000.
13159 (<su>muldi3_highpart): Likewise.
13160 (<su>mulsi3_highpart_mulhi_internal): Remove the first alternative
13161 and the "=h" clobber.
13162 (*<su>mulsi3_highpart_neg_mulhi_internal): Likewise.
13163 (<u>mulditi3): New expander.
13164 (<u>mulditi3_internal, <u>mulditi3_r4000): New patterns.
13165 (madsi): Remove "=h" clobber.
13166 (divmod<mode>4, udivmod<mode>4): Turn into define_insn_and_splits.
13167 Force the modulus result to be a GPR and split the instruction into
13168 a division followed by an MFHI after reload.
13169 (<u>divmod<GPR:mode>4_hilo_<HILO:mode>): New instruction.
13170 (*lea_high64): Use d_operand in the define_peephole2. Likewise
13171 the MIPS16 HIGH define_split.
13172 (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16): Change type
13173 of acc<->gpr moves to "multi".
13174 (*movdi_64bit): Replace the single "x" alternative with
13175 alternatives for moving into and out of "a".
13176 (*movhi_internal, *movqi_internal): Likewise. Use mips_output_move.
13177 (*movsi_internal): Extend the "d<-A" alternative to "d<-a".
13178 (*movdi_64bit_mips16, *movsi_mips16): Add d<-a alternatives.
13179 Use d_operand in the splitters. Remove redundant CONST_INT checks.
13180 (*movhi_mips16, *movqi_mips16): Likewise. Use mips_output_move.
13181 (movti): New expander.
13182 (*movti, *movti_mips16): New insns.
13183 (mfhilo_<mode>, *mfhilo_<mode>, *mfhilo_<mode>_macc): Delete.
13184 (mfhi<GPR:mode>_<HILO:mode>): New pattern.
13185 (mthi<GPR:mode>_<HILO:mode>): Likewise.
13186 * config/mips/predicates.md (fpr_operand): Delete.
13187 (d_operand): New predicate.
13188
13189 2008-06-09 Michael Meissner <michael.meissner@amd.com>
13190
13191 * config.gcc (i[34567]86-*-*): Put test in quotes to prevent
13192 failure on some Bourne shells.
13193 (x86_64-*-*): Ditto.
13194
13195 2008-06-09 Kai Tietz <kai.tietz@onevision.com>
13196
13197 * config/i386/cygming.h (TARGET_SUBTARGET64_DEFAULT): New.
13198
13199 2008-06-09 Eric Botcazou <ebotcazou@libertysurf.fr>
13200
13201 * doc/install.texi (*-*-solaris2*): Remove obsolete contents.
13202 (sparc-sun-solaris2*): Likewise.
13203
13204 2008-06-09 Arnaud Charlet <charlet@adacore.com
13205
13206 * doc/install.texi: Update requirements to build the Ada compiler.
13207
13208 2008-06-08 Steven Bosscher <stevenb.gcc@gmail.com>
13209
13210 * df-scan.c (struct df_scan_problem_data): Remove the
13211 mw_link_pool alloc pool.
13212 (df_scan_free_internal): Don't free it.
13213 (df_scan_alloc): Don't allocate it.
13214 * df.h (struct df_link): Update comment.
13215
13216 2008-06-08 Nathan Sidwell <nathan@codesourcery.com>
13217
13218 * except.h: Correct checks for when SJLJ exceptions must be used.
13219
13220 2008-06-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
13221
13222 * doc/invoke.texi (Wenum-compare): Mention that it is enabled by
13223 default.
13224
13225 2008-06-08 Joseph Myers <joseph@codesourcery.com>
13226
13227 PR tree-optimization/36218
13228 * configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running
13229 configure for the build system.
13230 (BUILD_LDFLAGS): Define.
13231 * configure: Regenerate.
13232 * Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@.
13233
13234 2008-07-08 Anatoly Sokolov <aesok@post.ru>
13235
13236 PR target/36424
13237 * config/avr/avr.h (HARD_REGNO_RENAME_OK): Define.
13238 * config/avr/avr.c (avr_hard_regno_rename_ok): New function.
13239 * config/avr/avr-protos.h (avr_hard_regno_rename_ok): New prototype.
13240
13241 2008-06-07 Danny Smith <dannysmith@users.sourceforge.net>
13242
13243 * config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
13244
13245 2008-06-07 Joseph Myers <joseph@codesourcery.com>
13246
13247 * config.gcc (Obsolete configurations): Remove list of
13248 configurations.
13249 (Unsupported targets list): Add *-*-linux*aout*, *-*-linux*libc1*,
13250 *-*-solaris2.[0-6], *-*-solaris2.[0-6].*, *-*-sysv*. Remove other
13251 targets matched by those patterns.
13252 (strongarm*-*-*, ep9312*-*-*, xscale-*-*, parisc*-*-*,
13253 m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
13254 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
13255 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
13256 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
13257 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
13258 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
13259 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
13260 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
13261 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
13262 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
13263 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
13264 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
13265 vax-*-ultrix*, xscale-*-elf, xscale-*-coff,
13266 i[34567]86-*-linux*aout*, i[34567]86-*-linux*libc1): Remove.
13267 Make code for Solaris 7 and greater unconditional for Solaris.
13268 (ep9312-*-*, parisc1*, m680[012]0-*-*, parisc*-*-*, mt-*-*):
13269 Remove --with-* handling.
13270 * config/rs6000/sysv4.h (-mwindiss): Remove from all specs.
13271 (LIB_WINDISS_SPEC, CPP_OS_WINDISS_SPEC, STARTFILE_WINDISS_SPEC,
13272 ENDFILE_WINDISS_SPEC, LINK_START_WINDISS_SPEC,
13273 LINK_OS_WINDISS_SPEC): Remove.
13274 * config/rs6000/sysv4.opt (mwindiss): Remove.
13275 * configure.ac (strongarm*-*-*, xscale*-*-*): Remove.
13276 * configure: Regenerate.
13277 * doc/cpp.texi: Don't mention BeOS.
13278 * doc/extend.texi (interrupt): Don't mention MS1.
13279 * doc/install.texi: (i386-@var{any}-sysv, m68k-bull-sysv,
13280 m68k-hp-hpux, m68000-hp-hpux, m68000-att-sysv,
13281 alphaev5-cray-unicosmk*, xscale-*-*, i?86-*-linux*aout,
13282 i?86-*-sco3.2v5*, i?86-*-udk, m68k-hp-hpux, powerpc-*-sysv4,
13283 powerpc-*-sysv4, powerpcle-*-sysv4, *-*-sysv*, vax-dec-ultrix):
13284 Remove.
13285 * doc/invoke.texi (MT Options): Remove.
13286 (-mwindiss): Remove.
13287 (CRIS Options): Remove cris-axis-aout references.
13288 (HPPA Options): Don't mention hppa1.1-*-pro.
13289 * doc/md.texi: (MorphoTech family): Remove.
13290 * libgcc2.c: Don't handle UWIN.
13291 * config/alpha/t-unicosmk: Remove.
13292 * config/alpha/unicosmk.h: Remove.
13293 * config/arm/kaos-arm.h: Remove.
13294 * config/arm/kaos-strongarm.h: Remove.
13295 * config/arm/strongarm-coff.h: Remove.
13296 * config/arm/strongarm-elf.h: Remove.
13297 * config/arm/strongarm-pe.h: Remove.
13298 * config/arm/t-strongarm-pe: Remove.
13299 * config/arm/t-xscale-coff: Remove.
13300 * config/arm/t-xscale-elf: Remove.
13301 * config/arm/xscale-coff.h: Remove.
13302 * config/arm/xscale-elf.h: Remove.
13303 * config/chorus.h: Remove.
13304 * config/cris/aout.h: Remove.
13305 * config/cris/aout.opt: Remove.
13306 * config/cris/t-aout: Remove.
13307 * config/i386/beos-elf.h: Remove.
13308 * config/i386/kaos-i386.h: Remove.
13309 * config/i386/ptx4-i.h: Remove.
13310 * config/i386/sco5.h: Remove.
13311 * config/i386/sco5.opt: Remove.
13312 * config/i386/sysv4-cpp.h: Remove.
13313 * config/i386/sysv5.h: Remove.
13314 * config/i386/t-beos: Remove.
13315 * config/i386/t-sco5: Remove.
13316 * config/i386/t-uwin: Remove.
13317 * config/i386/uwin.asm: Remove.
13318 * config/i386/uwin.h: Remove.
13319 * config/kaos.h: Remove.
13320 * config/mips/windiss.h: Remove.
13321 * config/mt: Remove directory.
13322 * config/pa/pa-osf.h: Remove.
13323 * config/pa/pa-pro-end.h: Remove.
13324 * config/pa/t-pro: Remove.
13325 * config/ptx4.h: Remove.
13326 * config/rs6000/beos.h: Remove.
13327 * config/rs6000/kaos-ppc.h: Remove.
13328 * config/rs6000/t-beos: Remove.
13329 * config/rs6000/windiss.h: Remove.
13330 * config/sh/kaos-sh.h: Remove.
13331 * config/sol2-6.h: Remove.
13332 * config/sparc/sol26-sld.h: Remove.
13333 * config/sparc/sysv4-only.h: Remove.
13334 * config/vax/bsd.h: Remove.
13335 * config/vax/t-memfuncs: Remove.
13336 * config/vax/ultrix.h: Remove.
13337 * config/vax/vaxv.h: Remove.
13338 * config/windiss.h: Remove.
13339
13340 2008-06-06 Uros Bizjak <ubizjak@gmail.com>
13341
13342 PR rtl-optimization/36438
13343 * cse.c (fold_rtx) [ASHIFT, LSHIFTRT, ASHIFTRT]: Break out early
13344 for vector shifts with constant scalar shift operands.
13345
13346 2008-06-06 Sandip Matte <sandip@rmicorp.com>
13347
13348 * doc/invoke.texi: Document -march=xlr.
13349 * config/mips/xlr.md: New file.
13350 * config/mips/mips.md: Include it.
13351 (cpu): Add "xlr".
13352 * config/mips/mips.h (PROCESSOR_XLR): New processor_type.
13353 * config/mips/mips.c (mips_cpu_info_table): Add an XLR entry.
13354 (mips_rtx_cost_data): Likewise.
13355
13356 2008-06-06 Nathan Froyd <froydnj@codesourcery.com>
13357
13358 * config/rs6000/rs6000.c (rs6000_mode_dependent_address): Remove
13359 PRE_INC and PRE_DEC cases.
13360
13361 2008-06-06 Jakub Jelinek <jakub@redhat.com>
13362
13363 PR rtl-optimization/36419
13364 * except.c (expand_resx_expr): Call do_pending_stack_adjust () before
13365 the emitting jump insn.
13366
13367 PR target/36362
13368 * gimplify.c (gimplify_expr) <case TRUTH_NOT_EXPR>: If *expr_p type
13369 is not bool, boolify the whole *expr_p and convert to the desired type.
13370
13371 2008-06-06 Jakub Jelinek <jakub@redhat.com>
13372
13373 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
13374 * langhooks.h (struct lang_hooks_for_decls): Add omp_finish_clause.
13375 Add omp_private_outer_ref hook, add another argument to
13376 omp_clause_default_ctor hook.
13377 * langhooks-def.h (LANG_HOOKS_OMP_FINISH_CLAUSE): Define.
13378 (LANG_HOOKS_OMP_PRIVATE_OUTER_REF): Define.
13379 (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Change to
13380 hook_tree_tree_tree_tree_null.
13381 (LANG_HOOKS_DECLS): Add LANG_HOOKS_OMP_FINISH_CLAUSE and
13382 LANG_HOOKS_OMP_PRIVATE_OUTER_REF.
13383 * hooks.c (hook_tree_tree_tree_tree_null): New function.
13384 * hooks.h (hook_tree_tree_tree_tree_null): New prototype.
13385 * tree.def (OMP_TASK): New tree code.
13386 * tree.h (OMP_TASK_COPYFN, OMP_TASK_ARG_SIZE, OMP_TASK_ARG_ALIGN,
13387 OMP_CLAUSE_PRIVATE_OUTER_REF, OMP_CLAUSE_LASTPRIVATE_STMT,
13388 OMP_CLAUSE_COLLAPSE_ITERVAR, OMP_CLAUSE_COLLAPSE_COUNT,
13389 OMP_TASKREG_CHECK, OMP_TASKREG_BODY, OMP_TASKREG_CLAUSES,
13390 OMP_TASKREG_FN, OMP_TASKREG_DATA_ARG, OMP_TASK_BODY,
13391 OMP_TASK_CLAUSES, OMP_TASK_FN, OMP_TASK_DATA_ARG,
13392 OMP_CLAUSE_COLLAPSE_EXPR): Define.
13393 (enum omp_clause_default_kind): Add OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
13394 (OMP_DIRECTIVE_P): Add OMP_TASK.
13395 (OMP_CLAUSE_COLLAPSE, OMP_CLAUSE_UNTIED): New clause codes.
13396 (OMP_CLAUSE_SCHEDULE_AUTO): New schedule kind.
13397 * tree.c (omp_clause_code_name): Add OMP_CLAUSE_COLLAPSE
13398 and OMP_CLAUSE_UNTIED entries.
13399 (omp_clause_num_ops): Likewise. Increase OMP_CLAUSE_LASTPRIVATE
13400 num_ops to 2.
13401 (walk_tree_1): Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
13402 Walk OMP_CLAUSE_LASTPRIVATE_STMT.
13403 * tree-pretty-print.c (dump_omp_clause): Handle
13404 OMP_CLAUSE_SCHEDULE_AUTO, OMP_CLAUSE_UNTIED, OMP_CLAUSE_COLLAPSE,
13405 OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
13406 (dump_generic_node): Handle OMP_TASK and collapsed OMP_FOR loops.
13407 * c-omp.c (c_finish_omp_for): Allow pointer iterators. Remove
13408 warning about unsigned iterators. Change decl/init/cond/incr
13409 arguments to TREE_VECs, check arguments for all collapsed loops.
13410 (c_finish_omp_taskwait): New function.
13411 (c_split_parallel_clauses): Put OMP_CLAUSE_COLLAPSE clause to
13412 ws_clauses.
13413 * c-parser.c (c_parser_omp_for_loop): Parse collapsed loops. Call
13414 default_function_array_conversion on init. Add par_clauses argument.
13415 If decl is present in parallel's lastprivate clause, change it to
13416 shared and add lastprivate clause for decl to OMP_FOR_CLAUSES.
13417 Add clauses argument, on success set OMP_FOR_CLAUSES to it. Look up
13418 collapse count in clauses.
13419 (c_parser_omp_for, c_parser_omp_parallel): Adjust
13420 c_parser_omp_for_loop callers.
13421 (OMP_FOR_CLAUSE_MASK): Add 1 << PRAGMA_OMP_CLAUSE_COLLAPSE.
13422 (c_parser_pragma): Handle PRAGMA_OMP_TASKWAIT.
13423 (c_parser_omp_clause_name): Handle collapse and untied clauses.
13424 (c_parser_omp_clause_collapse, c_parser_omp_clause_untied): New
13425 functions.
13426 (c_parser_omp_clause_schedule): Handle schedule(auto).
13427 Include correct location in the error message.
13428 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_COLLAPSE
13429 and PRAGMA_OMP_CLAUSE_UNTIED.
13430 (OMP_TASK_CLAUSE_MASK): Define.
13431 (c_parser_omp_task, c_parser_omp_taskwait): New functions.
13432 (c_parser_omp_construct): Handle PRAGMA_OMP_TASK.
13433 * tree-nested.c (convert_nonlocal_omp_clauses,
13434 convert_local_omp_clauses): Handle OMP_CLAUSE_LASTPRIVATE_STMT,
13435 OMP_CLAUSE_REDUCTION_INIT, OMP_CLAUSE_REDUCTION_MERGE,
13436 OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
13437 Don't handle TREE_STATIC or DECL_EXTERNAL VAR_DECLs in
13438 OMP_CLAUSE_DECL.
13439 (conver_nonlocal_reference, convert_local_reference,
13440 convert_call_expr): Handle OMP_TASK the same as OMP_PARALLEL. Use
13441 OMP_TASKREG_* macros rather than OMP_PARALLEL_*.
13442 (walk_omp_for): Adjust for OMP_FOR_{INIT,COND,INCR} changes.
13443 * tree-gimple.c (is_gimple_stmt): Handle OMP_TASK.
13444 * c-tree.h (c_begin_omp_task, c_finish_omp_task): New prototypes.
13445 * c-pragma.h (PRAGMA_OMP_TASK, PRAGMA_OMP_TASKWAIT): New.
13446 (PRAGMA_OMP_CLAUSE_COLLAPSE, PRAGMA_OMP_CLAUSE_UNTIED): New.
13447 * c-typeck.c (c_begin_omp_task, c_finish_omp_task): New functions.
13448 (c_finish_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
13449 OMP_CLAUSE_UNTIED.
13450 * c-pragma.c (init_pragma): Init omp task and omp taskwait pragmas.
13451 * c-common.h (c_finish_omp_taskwait): New prototype.
13452 * gimple-low.c (lower_stmt): Handle OMP_TASK.
13453 * tree-parloops.c (create_parallel_loop): Create 1 entry
13454 vectors for OMP_FOR_{INIT,COND,INCR}.
13455 * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
13456 (make_edges): Handle OMP_TASK.
13457 * tree-ssa-operands.c (get_expr_operands): Handle collapsed OMP_FOR
13458 loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
13459 * tree-inline.c (estimate_num_insns_1): Handle OMP_TASK.
13460 * builtin-types.def (BT_PTR_ULONGLONG, BT_PTR_FN_VOID_PTR_PTR,
13461 BT_FN_BOOL_ULONGLONGPTR_ULONGLONGPTR,
13462 BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULLPTR_ULLPTR,
13463 BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULL_ULLPTR_ULLPTR,
13464 BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT): New.
13465 * omp-builtins.def (BUILT_IN_GOMP_TASK, BUILT_IN_GOMP_TASKWAIT,
13466 BUILT_IN_GOMP_LOOP_ULL_STATIC_START,
13467 BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_START,
13468 BUILT_IN_GOMP_LOOP_ULL_GUIDED_START,
13469 BUILT_IN_GOMP_LOOP_ULL_RUNTIME_START,
13470 BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_START,
13471 BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_START,
13472 BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_START,
13473 BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_START,
13474 BUILT_IN_GOMP_LOOP_ULL_STATIC_NEXT,
13475 BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_NEXT,
13476 BUILT_IN_GOMP_LOOP_ULL_GUIDED_NEXT,
13477 BUILT_IN_GOMP_LOOP_ULL_RUNTIME_NEXT,
13478 BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_NEXT,
13479 BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_NEXT,
13480 BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_NEXT,
13481 BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_NEXT): New builtins.
13482 * gimplify.c (gimplify_omp_for): Allow pointer type for decl,
13483 handle POINTER_PLUS_EXPR. If loop counter has been replaced and
13484 original iterator is present in lastprivate clause or if
13485 collapse > 1, set OMP_CLAUSE_LASTPRIVATE_STMT. Handle collapsed
13486 OMP_FOR loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
13487 (gimplify_expr): Handle OMP_SECTIONS_SWITCH and OMP_TASK.
13488 (enum gimplify_omp_var_data): Add GOVD_PRIVATE_OUTER_REF.
13489 (omp_notice_variable): Set GOVD_PRIVATE_OUTER_REF if needed,
13490 if it is set, lookup var in outer contexts too. Handle
13491 OMP_CLAUSE_DEFAULT_FIRSTPRIVATE. Handle vars that are supposed
13492 to be implicitly determined firstprivate for task regions.
13493 (gimplify_scan_omp_clauses): Set GOVD_PRIVATE_OUTER_REF if needed,
13494 if it is set, lookup var in outer contexts too. Set
13495 OMP_CLAUSE_PRIVATE_OUTER_REF if GOVD_PRIVATE_OUTER_REF is set.
13496 Handle OMP_CLAUSE_LASTPRIVATE_STMT, OMP_CLAUSE_COLLAPSE and
13497 OMP_CLAUSE_UNTIED. Take region_type as last argument
13498 instead of in_parallel and in_combined_parallel.
13499 (gimplify_omp_parallel, gimplify_omp_for, gimplify_omp_workshare):
13500 Adjust callers.
13501 (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_PRIVATE_OUTER_REF if
13502 GOVD_PRIVATE_OUTER_REF is set. Call omp_finish_clause langhook.
13503 (new_omp_context): Set default_kind to
13504 OMP_CLAUSE_DEFAULT_UNSPECIFIED for OMP_TASK regions.
13505 (omp_region_type): New enum.
13506 (struct gimplify_omp_ctx): Remove is_parallel and is_combined_parallel
13507 fields, add region_type.
13508 (new_omp_context): Take region_type as argument instead of is_parallel
13509 and is_combined_parallel.
13510 (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,
13511 omp_is_private, omp_check_private): Adjust ctx->is_parallel and
13512 ctx->is_combined_parallel checks.
13513 (gimplify_omp_task): New function.
13514 (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
13515 OMP_CLAUSE_UNTIED.
13516 * omp-low.c (extract_omp_for_data): Use schedule(static)
13517 for schedule(auto). Handle pointer and unsigned iterators.
13518 Compute fd->iter_type. Handle POINTER_PLUS_EXPR increments.
13519 Add loops argument. Extract data for collapsed OMP_FOR loops.
13520 (expand_parallel_call): Assert sched_kind isn't auto,
13521 map runtime schedule to index 3.
13522 (struct omp_for_data_loop): New type.
13523 (struct omp_for_data): Remove v, n1, n2, step, cond_code fields.
13524 Add loop, loops, collapse and iter_type fields.
13525 (workshare_safe_to_combine_p): Disallow combined for if
13526 iter_type is unsigned long long. Don't combine collapse > 1 loops
13527 unless all bounds and steps are constant. Adjust extract_omp_for_data
13528 caller.
13529 (expand_omp_for_generic): Handle pointer, unsigned and long long
13530 iterators. Handle collapsed OMP_FOR loops. Adjust
13531 for struct omp_for_data changes. If libgomp function doesn't return
13532 boolean_type_node, add comparison of the return value with 0.
13533 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk): Handle
13534 pointer, unsigned and long long iterators. Adjust for struct
13535 omp_for_data changes.
13536 (expand_omp_for): Assert sched_kind isn't auto, map runtime schedule
13537 to index 3. Use GOMP_loop_ull*{start,next} if iter_type is
13538 unsigned long long. Allocate loops array, pass it to
13539 extract_omp_for_data. For collapse > 1 loops use always
13540 expand_omp_for_generic.
13541 (omp_context): Add sfield_map and srecord_type fields.
13542 (is_task_ctx, lookup_sfield): New functions.
13543 (use_pointer_for_field): Use is_task_ctx helper. Change first
13544 argument's type from const_tree to tree. Clarify comment.
13545 In OMP_TASK disallow copy-in/out sharing.
13546 (build_sender_ref): Call lookup_sfield instead of lookup_field.
13547 (install_var_field): Add mask argument. Populate both record_type
13548 and srecord_type if needed.
13549 (delete_omp_context): Destroy sfield_map, clear DECL_ABSTRACT_ORIGIN
13550 in srecord_type.
13551 (fixup_child_record_type): Also remap FIELD_DECL's DECL_SIZE{,_UNIT}
13552 and DECL_FIELD_OFFSET.
13553 (scan_sharing_clauses): Adjust install_var_field callers. For
13554 firstprivate clauses on explicit tasks allocate the var by value in
13555 record_type unconditionally, rather than by reference.
13556 Handle OMP_CLAUSE_PRIVATE_OUTER_REF. Scan OMP_CLAUSE_LASTPRIVATE_STMT.
13557 Use is_taskreg_ctx instead of is_parallel_ctx.
13558 Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
13559 (create_omp_child_function_name): Add task_copy argument, use
13560 *_omp_cpyfn* names if it is true.
13561 (create_omp_child_function): Add task_copy argument, if true create
13562 *_omp_cpyfn* helper function.
13563 (scan_omp_parallel): Adjust create_omp_child_function callers.
13564 Rename parallel_nesting_level to taskreg_nesting_level.
13565 (scan_omp_task): New function.
13566 (lower_rec_input_clauses): Don't run constructors for firstprivate
13567 explicit task vars which are initialized by *_omp_cpyfn*.
13568 Pass outer var ref to omp_clause_default_ctor hook if
13569 OMP_CLAUSE_PRIVATE_OUTER_REF or OMP_CLAUSE_LASTPRIVATE.
13570 Replace OMP_CLAUSE_REDUCTION_PLACEHOLDER decls in
13571 OMP_CLAUSE_REDUCTION_INIT.
13572 (lower_send_clauses): Clear DECL_ABSTRACT_ORIGIN if in task to
13573 avoid duplicate setting of fields. Handle
13574 OMP_CLAUSE_PRIVATE_OUTER_REF.
13575 (lower_send_shared_vars): Use srecord_type if non-NULL. Don't
13576 copy-out if TREE_READONLY, only copy-in.
13577 (expand_task_copyfn): New function.
13578 (expand_task_call): New function.
13579 (struct omp_taskcopy_context): New type.
13580 (task_copyfn_copy_decl, task_copyfn_remap_type, create_task_copyfn):
13581 New functions.
13582 (lower_omp_parallel): Rename to...
13583 (lower_omp_taskreg): ... this. Use OMP_TASKREG_* macros where needed.
13584 Call create_task_copyfn if srecord_type is needed. Adjust
13585 sender_decl type.
13586 (task_shared_vars): New variable.
13587 (check_omp_nesting_restrictions): Warn if work-sharing,
13588 barrier, master or ordered region is closely nested inside OMP_TASK.
13589 Add warnings for barrier if closely nested inside of work-sharing,
13590 ordered, or master region.
13591 (scan_omp_1): Call check_omp_nesting_restrictions even for
13592 GOMP_barrier calls. Rename parallel_nesting_level to
13593 taskreg_nesting_level. Handle OMP_TASK.
13594 (lower_lastprivate_clauses): Even if some lastprivate is found on a
13595 work-sharing construct, continue looking for them on parent parallel
13596 construct.
13597 (lower_omp_for_lastprivate): Add lastprivate clauses
13598 to the beginning of dlist rather than end. Adjust for struct
13599 omp_for_data changes.
13600 (lower_omp_for): Add rec input clauses before OMP_FOR_PRE_BODY,
13601 not after it. Handle collapsed OMP_FOR loops, adjust for
13602 OMP_FOR_{INIT,COND,INCR} changes, adjust extract_omp_for_data caller.
13603 (get_ws_args_for): Adjust extract_omp_for_data caller.
13604 (scan_omp_for): Handle collapsed OMP_FOR
13605 loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
13606 (lower_omp_single_simple): If libgomp function doesn't return
13607 boolean_type_node, add comparison of the return value with 0.
13608 (diagnose_sb_1, diagnose_sb_2): Handle collapsed OMP_FOR
13609 loops, adjust for OMP_FOR_{INIT,COND,INCR} changes. Handle OMP_TASK.
13610 (parallel_nesting_level): Rename to...
13611 (taskreg_nesting_level): ... this.
13612 (is_taskreg_ctx): New function.
13613 (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
13614 of is_parallel_ctx.
13615 (execute_lower_omp): Rename parallel_nesting_level to
13616 taskreg_nesting_level.
13617 (expand_omp_parallel): Rename to...
13618 (expand_omp_taskreg): ... this. Use OMP_TASKREG_* macros where needed.
13619 Call omp_task_call for OMP_TASK regions.
13620 (expand_omp): Adjust caller, handle OMP_TASK.
13621 (lower_omp_1): Adjust lower_omp_taskreg caller, handle OMP_TASK.
13622
13623 * bitmap.c (bitmap_default_obstack_depth): New variable.
13624 (bitmap_obstack_initialize, bitmap_obstack_release): Do nothing
13625 if argument is NULL and bitmap_default_obstack is already initialized.
13626 * ipa-struct-reorg.c (do_reorg_1): Call bitmap_obstack_release
13627 at the end.
13628 * matrix-reorg.c (matrix_reorg): Likewise.
13629
13630 2008-06-06 Uros Bizjak <ubizjak@gmail.com>
13631
13632 * config/i386/i386.md (*indirect_jump): Macroize using P
13633 mode iterator. Remove !TARGET_64BIT from insn constraints.
13634 (*tablejump_1): Ditto.
13635 (*indirect_jump_rex64): Remove insn pattern.
13636 (*tablejump_1_rex64): Ditto.
13637 (eh_return_<mode>): Macroize using P mode iterator from eh_return_di
13638 and eh_return_si insn patterns.
13639
13640 2008-06-06 Richard Guenther <rguenther@suse.de>
13641
13642 * tree-ssa-structalias.c (merge_smts_into): Remove.
13643 (find_what_p_points_to): Do not bother to compute the
13644 points-to set for pt_anything pointers.
13645 * tree-ssa-operands.c (get_addr_dereference_operands): No NMT
13646 for pt_anything pointers is ok.
13647
13648 2008-06-06 Jan Hubicka <jh@suse.cz>
13649
13650 * passes.c (execute_ipa_pass_list): Do not regenerate summaries.
13651
13652 2008-06-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13653
13654 * cgraph.c: Fix typos in comments.
13655 (cgraph_availability_names): Fix string typo.
13656 * fold-const.c: Fix typos in comments.
13657 (fold_binary): Fix typo in warning.
13658 * genautomata.c: Fix typos in comments.
13659 (check_presence_pattern_sets): Fix typo in local variable.
13660 (output_description): Fix typo in output.
13661 * ggc-zone.c (ggc_pch_finish): Fix typo in error message.
13662 * hwint.h: Likewise.
13663 * matrix-reorg.c (check_allocation_function): Likewise.
13664 * omega.c (smooth_weird_equations): Likewise.
13665 * auto-inc-dec.c: Fix typos in comments.
13666 * bb-reorder.c: Likewise.
13667 * builtins.c: Likewise.
13668 * c-common.c: Likewise.
13669 * c-cppbuiltin.c: Likewise.
13670 * c-parser.c: Likewise.
13671 * c-pretty-print.c: Likewise.
13672 * cfgcleanup.c: Likewise.
13673 * cfgexpand.c: Likewise.
13674 * cfghooks.c: Likewise.
13675 * cfglayout.c: Likewise.
13676 * cfgloopmanip.c: Likewise.
13677 * cgraphunit.c: Likewise.
13678 * coverage.c: Likewise.
13679 * dbxout.c: Likewise.
13680 * df-byte-scan.c: Likewise.
13681 * df-core.c: Likewise.
13682 * df-problems.c: Likewise.
13683 * df-scan.c: Likewise.
13684 * dfp.c: Likewise.
13685 * dominance.c: Likewise.
13686 * domwalk.c: Likewise.
13687 * dse.c: Likewise.
13688 * dwarf2out.c: Likewise.
13689 * emit-rtl.c: Likewise.
13690 * et-forest.c: Likewise.
13691 * function.c: Likewise.
13692 * function.h: Likewise.
13693 * gcc.c: Likewise.
13694 * gcov-io.c: Likewise.
13695 * gcov.c: Likewise.
13696 * gcse.c: Likewise.
13697 * genattrtab.c: Likewise.
13698 * ggc-page.c: Likewise.
13699 * gimplify.c: Likewise.
13700 * gthr-lynx.h: Likewise.
13701 * haifa-sched.c: Likewise.
13702 * ipa-cp.c: Likewise.
13703 * ipa-inline.c: Likewise.
13704 * ipa-prop.h: Likewise.
13705 * ipa-pure-const.c: Likewise.
13706 * ipa-struct-reorg.c: Likewise.
13707 * ipa-struct-reorg.h: Likewise.
13708 * ipa-type-escape.c: Likewise.
13709 * ipa.c: Likewise.
13710 * loop-doloop.c: Likewise.
13711 * mips-tfile.c: Likewise.
13712 * mkmap-flat.awk: Likewise.
13713 * mkmap-symver.awk: Likewise.
13714 * modulo-sched.c: Likewise.
13715 * omp-low.c: Likewise.
13716 * optabs.c: Likewise.
13717 * optabs.h: Likewise.
13718 * opts.c: Likewise.
13719 * passes.c: Likewise.
13720 * postreload-gcse.c: Likewise.
13721 * postreload.c: Likewise.
13722 * predict.c: Likewise.
13723 * pretty-print.h: Likewise.
13724 * profile.c: Likewise.
13725 * protoize.c: Likewise.
13726 * ra-conflict.c: Likewise.
13727 * real.c: Likewise.
13728 * recog.c: Likewise.
13729 * regclass.c: Likewise.
13730 * regs.h: Likewise.
13731 * reload.c: Likewise.
13732 * rtl-error.c: Likewise.
13733 * rtlanal.c: Likewise.
13734 * scan.h: Likewise.
13735 * sched-rgn.c: Likewise.
13736 * see.c: Likewise.
13737 * stmt.c: Likewise.
13738 * target.h: Likewise.
13739 * tree-dfa.c: Likewise.
13740 * tree-eh.c: Likewise.
13741 * tree-flow-inline.h: Likewise.
13742 * tree-inline.c: Likewise.
13743 * tree-into-ssa.c: Likewise.
13744 * tree-loop-distribution.c: Likewise.
13745 * tree-nested.c: Likewise.
13746 * tree-parloops.c: Likewise.
13747 * tree-pass.h: Likewise.
13748 * tree-pretty-print.c: Likewise.
13749 * tree-profile.c: Likewise.
13750 * tree-scalar-evolution.c: Likewise.
13751 * tree-sra.c: Likewise.
13752 * tree-ssa-alias-warnings.c: Likewise.
13753 * tree-ssa-ccp.c: Likewise.
13754 * tree-ssa-coalesce.c: Likewise.
13755 * tree-ssa-dom.c: Likewise.
13756 * tree-ssa-dse.c: Likewise.
13757 * tree-ssa-forwprop.c: Likewise.
13758 * tree-ssa-live.c: Likewise.
13759 * tree-ssa-live.h: Likewise.
13760 * tree-ssa-loop-im.c: Likewise.
13761 * tree-ssa-loop-ivopts.c: Likewise.
13762 * tree-ssa-loop-niter.c: Likewise.
13763 * tree-ssa-loop-prefetch.c: Likewise.
13764 * tree-ssa-phiopt.c: Likewise.
13765 * tree-ssa-phiprop.c: Likewise.
13766 * tree-ssa-sccvn.c: Likewise.
13767 * tree-ssa-ter.c: Likewise.
13768 * tree-ssa-threadupdate.c: Likewise.
13769 * tree-ssa.c: Likewise.
13770 * tree-vect-analyze.c: Likewise.
13771 * tree-vect-transform.c: Likewise.
13772 * tree-vectorizer.c: Likewise.
13773 * tree-vn.c: Likewise.
13774 * tree-vrp.c: Likewise.
13775 * tree.c: Likewise.
13776 * tree.def: Likewise.
13777 * tree.h: Likewise.
13778 * unwind-dw2-fde.c: Likewise.
13779 * unwind.inc: Likewise.
13780 * value-prof.c: Likewise.
13781 * vmsdbgout.c: Likewise.
13782
13783 2008-06-05 David Edelsohn <edelsohn@gnu.org>
13784
13785 * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Do not
13786 always place FP constants in the TOC for TARGET_POWERPC64.
13787 * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Same.
13788
13789 2008-06-05 Joseph Myers <joseph@codesourcery.com>
13790
13791 * config.gcc (powerpc-*-linux*spe*): Use t-dfprules.
13792 * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): Do not
13793 enable for TARGET_E500_DOUBLE.
13794 (*movdd_softfloat32): Also enable for !TARGET_FPRS.
13795 * config/rs6000/rs6000.c (invalid_e500_subreg): Treat decimal
13796 floating-point modes like integer modes for E500 double.
13797 (rs6000_legitimate_offset_address_p): Likewise.
13798 (rs6000_legitimize_address): Likewise. Do not allow REG+REG
13799 addressing for DDmode for E500 double.
13800 (rs6000_hard_regno_nregs): Do not treat decimal floating-point
13801 modes as using 64-bits of registers for E500 double.
13802 (spe_build_register_parallel): Do not handle DDmode or TDmode.
13803 (rs6000_spe_function_arg): Do not handle DDmode or TDmode
13804 specially for E500 double.
13805 (function_arg): Do not call rs6000_spe_function_arg for DDmode or
13806 TDmode for E500 double.
13807 (rs6000_gimplify_va_arg): Only handle SDmode in registers
13808 specially if TARGET_HARD_FLOAT && TARGET_FPRS.
13809 (rs6000_split_multireg_move): Do not handle TDmode specially for
13810 E500 double.
13811 (spe_func_has_64bit_regs_p): Do not treat DDmode or TDmode as
13812 using 64-bit registers for E500 double.
13813 (emit_frame_save): Do not handle DDmode specially for E500 double.
13814 (gen_frame_mem_offset): Likewise.
13815 (rs6000_function_value): Do not call spe_build_register_parallel
13816 for DDmode or TDmode.
13817 (rs6000_libcall_value): Likewise.
13818 * config/rs6000/rs6000.h (LOCAL_ALIGNMENT, MEMBER_TYPE_FORCES_BLK,
13819 DATA_ALIGNMENT, CLASS_MAX_NREGS): Do not handle DDmode specially
13820 for E500 double.
13821
13822 2008-06-04 H.J. Lu <hongjiu.lu@intel.com>
13823
13824 * config/i386/i386.c (setup_incoming_varargs_64): Fix a typo
13825 in comments.
13826
13827 2008-06-04 Junjie Gu <jgu@tensilica.com>
13828
13829 * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
13830 comparison for frame pointers.
13831
13832 2008-06-04 Andy Hutchinson <hutchinsonandy@aim.com>
13833
13834 PR target/27386
13835 * config/avr/avr.h (PUSH_ROUNDING): Remove.
13836
13837 2008-06-04 Andy Hutchinson <hutchinsonandy@aim.com>
13838
13839 PR target/30243
13840 * builtins.c (expand_builtin_signbit): Don't take lowpart when
13841 register is already smaller or equal to required mode.
13842
13843 2008-06-04 Xinliang David Li <davidxl@google.com>
13844
13845 * tree-call-cdce.c: New file.
13846 (cond_dead_built_in_calls): New static variable.
13847 (input_domain): New struct.
13848 (check_pow): New function.
13849 (check_builtin_call): Ditto.
13850 (check_target_format): Ditto.
13851 (is_call_dce_candidate): Ditto.
13852 (gen_one_condition): Ditto.
13853 (gen_conditions_for_domain): Ditto.
13854 (get_domain): Ditto.
13855 (gen_conditions_for_pow_cst_base): Ditto.
13856 (gen_conditions_for_pow_int_base): Ditto.
13857 (gen_conditions_for_pow): Ditto.
13858 (get_no_error_domain): Ditto.
13859 (gen_shrink_wrap_conditions): Ditto.
13860 (shrink_wrap_one_built_in_call): Ditto.
13861 (shink_wrap_conditional_dead_built_in_calls): Ditto.
13862 (tree_call_cdce): Ditto.
13863 (gate_call_cdce): Ditto.
13864 (pass_call_cdce): New gimple pass.
13865 * passes.c: (init_optimization_passes): New pass.
13866 * tree-pass.h: New pass declaration.
13867 * opts.c (decode_options): New flag setting.
13868 * common.opt: Add -ftree-builtin-call-dce flag.
13869 * Makefile.in: Add new source file.
13870 * tempvar.def: New tv_id.
13871 * doc/invoke.texi (-ftree-builtin-call-dce): New flag.
13872
13873 2008-06-04 Richard Guenther <rguenther@suse.de>
13874
13875 * tree-flow-inline.h (is_global_var): Do not check TREE_STATIC on MTAGs.
13876 (is_call_clobbered): Always check var_ann->call_clobbered.
13877 (mark_call_clobbered): Always set var_ann->call_clobbered.
13878 (clear_call_clobbered): Always clear var_ann->call_clobbered.
13879 * tree-ssa-alias.c (mark_non_addressable): Use clear_call_clobbered.
13880 (reset_alias_info): Clear call clobbering info on MTAGs and
13881 globals as well.
13882 (set_pt_anything): Set pt_global_mem.
13883 (create_tag_raw): Adjust comment.
13884 (may_be_aliased): Do not check TREE_PUBLIC on MTAGs.
13885
13886 2008-06-04 Joseph Myers <joseph@codesourcery.com>
13887 Maxim Kuvyrkov <maxim@codesourcery.com>
13888
13889 * config/m68k/m68k.opt (mxgot): New option.
13890 * config/m68k/m68k.c (legitimize_pic_address): Handle -mxgot.
13891 (m68k_output_addr_const_extra): New.
13892 * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): New.
13893 * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Declare.
13894 * config/m68k/m68k.md (UNSPEC_GOTOFF): Define.
13895 * doc/invoke.texi (M680x0 Options): Document -mxgot.
13896
13897 2008-06-04 Richard Guenther <rguenther@suse.de>
13898
13899 * tree-ssa-structalias.c (handle_ptr_arith): Correctly handle
13900 negative or non-representable offsets.
13901
13902 2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
13903
13904 * config/i386/i386.c (ix86_gen_leave): New.
13905 (ix86_gen_pop1): Likewise.
13906 (ix86_gen_add3): Likewise.
13907 (ix86_gen_sub3): Likewise.
13908 (ix86_gen_sub3_carry): Likewise.
13909 (ix86_gen_one_cmpl2): Likewise.
13910 (ix86_gen_monitor): Likewise.
13911 (override_options): Initialize ix86_gen_leave, ix86_gen_pop1,
13912 ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
13913 ix86_gen_one_cmpl2 and ix86_gen_monitor.
13914 (ix86_file_end): Use mov%z0 instead of mov{q}/mov{l}.
13915 (output_set_got): Use mov%z0, pop%z0 and add%z0 instead of
13916 mov{q}/mov{l}, pop{q}/pop{l} and add{q}/add{l}.
13917 (ix86_expand_epilogue): Updated.
13918 (print_operand): Handle integer register operand for 'z'.
13919 (ix86_expand_strlensi_unroll_1): Likewise.
13920 (ix86_expand_strlen): Likewise.
13921 (ix86_expand_builtin): Likewise.
13922 (x86_output_mi_thunk): Use mov%z1 and add%z1 instead of
13923 mov{q}/mov{l} and add{q}/add{l}.
13924
13925 2008-06-03 Kai Tietz <kai.tietz@onevision.com>
13926
13927 * config/i386/i386.md (P): New mode iterator.
13928 (SFmode push_operand splitter): Macroize DImode and SImode pushes
13929 using P mode iterator.
13930 (DFmode push_operand splitter): Ditto.
13931 (XFmode push_operand splitter): Ditto.
13932 (DFmode float_extend SFmode push_operand splitter): Ditto.
13933 (XFmode float_extend SFmode push_operand splitter): Do not generate
13934 SImode pushes for 64bit target. Macroize Dimode and SImode
13935 pushes using P mode iterator.
13936 (XFmode float_extend DFmode push_operand splitter): Ditto.
13937
13938 2008-06-03 Kai Tietz <kai.tietz@onevision.com>
13939
13940 * config/i386/i386-protos.h (ix86_reg_parm_stack_space): New.
13941 * config/i386/i386.h (ix86_reg_parm_stack_space): Removed prototype.
13942 * config/i386/i386.c (ix86_reg_parm_stack_space): Changed
13943 return type to int.
13944 (ix86_call_abi_override): Remove check for call_used_regs.
13945
13946 2008-06-03 Richard Guenther <rguenther@suse.de>
13947
13948 * tree-ssa-structalias.c (find_func_aliases): Add constraints
13949 for the lhs of calls if the return type contains pointers.
13950
13951 2008-06-03 Kai Tietz <kai.tietz@onevision.com>
13952
13953 * doc/tm.texi (OVERRIDE_ABI_FORMAT): New.
13954 * doc/extend.texi (ms_abi,sysv_abi): New attribute description.
13955 * function.c (allocate_struct_function): Use of OVERRIDE_ABI_FORMAT.
13956 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Make use
13957 of cfun and DEFAULT_ABI to deceide abi mode.
13958 (DEFAULT_ABI): New.
13959 (REG_PARM_STACK_SPACE): Removed.
13960 (OUTGOING_REG_PARM_STACK_SPACE): Removed.
13961 (STACK_BOUNDARY): Use default target to deceide stack boundary.
13962 * config/i386/i386-protos.h (ix86_cfun_abi): New.
13963 (ix86_function_abi): Likewise.
13964 (ix86_function_type_abi): Likewise.
13965 (ix86_call_abi_override): Likewise.
13966 * confid/i386/i386.md (SSE_REGPARM_MAX): Replaced by abi
13967 specific define X86_64_SSE_REGPARM_MAX/X64_SSE_REGPARM_MAX.
13968 * config/i386/i386.c (override_options): Replace TARGET_64BIT_MS_ABI.
13969 (X86_64_VARARGS_SIZE): Replace REGPARM_MAX and SSE_REGPARM_MAX by abi
13970 specific defines.
13971 (X86_64_REGPARM_MAX): New.
13972 (X86_64_SSE_REGPARM_MAX): New.
13973 (X64_REGPARM_MAX): New.
13974 (X64_SSE_REGPARM_MAX): New.
13975 (X86_32_REGPARM_MAX): New.
13976 (X86_32_SSE_REGPARM_MAX): New.
13977 (ix86_handle_cconv_attribute): Replace TARGET_64BIT_MS_ABI.
13978 (ix86_function_regparm): Handle user calling abi.
13979 (ix86_function_arg_regno_p): Replace TARGET_64BIT_MS_ABI
13980 by DEFAULT_ABI versus SYSV_ABI check.
13981 (ix86_reg_parm_stack_space): New.
13982 (ix86_function_type_abi): New.
13983 (ix86_call_abi_override): New.
13984 (ix86_function_abi): New.
13985 (ix86_cfun_abi): New.
13986 (init_cumulative_args): Call abi specific initialization.
13987 (function_arg_advance): Remove TARGET_64BIT_MS_ABI.
13988 (function_arg_64): Extend SSE_REGPARM_MAX check.
13989 (function_arg (): Remove TARGET_64BIT_MS_ABI.
13990 (ix86_pass_by_reference): Likewise.
13991 (ix86_function_value_regno_p): Likewise.
13992 (function_value_64): Replace REGPARM_MAX, and SSE_REGPARM_MAX.
13993 (ix86_function_value_1): Replace TARGET_64BIT_MS_ABI.
13994 (return_in_memory_ms_64): Replace TARGET_64BIT_MS_ABI.
13995 (ix86_build_builtin_va_list): Replace TARGET_64BIT_MS_ABI.
13996 (setup_incoming_varargs_64): Adjust regparm for call abi.
13997 (ix86_setup_incoming_varargs): Replace TARGET_64BIT_MS_ABI.
13998 (ix86_va_start): Likewise.
13999 (ix86_gimplify_va_arg): Likewise.
14000 (ix86_expand_prologue): Likewise.
14001 (output_pic_addr_const): Likewise.
14002 (ix86_init_machine_status): Initialize call_abi by DEFAULT_ABI.
14003 (x86_this_parameter): Replace TARGET_64BIT_MS_ABI.
14004 (x86_output_mi_thunk): Likewise.
14005 (x86_function_profiler): Likewise.
14006 * config/i386/i386.h (TARGET_64BIT_MS_ABI): Use ix64_cfun_abi.
14007 (SYSV_ABI, MS_ABI): New constants.
14008 (DEFAULT_ABI): New.
14009 (init_regs): Add prototype of function in regclass.c file.
14010 (OVERRIDE_ABI_FORMAT): New.
14011 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_64BIT_MS_ABI part.
14012 (REG_PARM_STACK_SPACE): Use ix86_reg_parm_stack_space.
14013 (OUTGOING_REG_PARM_STACK_SPACE): New.
14014 (ix86_reg_parm_stack_space): New prototype.
14015 (CUMULATIVE_ARGS): Add call_abi member.
14016 (machine_function): Add call_abi member.
14017 * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Replace
14018 TARGET_64BIT_MS_ABI by DEFAULT_ABI compare to MS_ABI.
14019
14020 2008-06-02 Andy Hutchinson <hutchinsonandy@aim.com>
14021
14022 PR target/34879
14023 * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Redefine.
14024 (avr_builtin_setjmp_frame_value): New function.
14025 * config/avr/avr.md (nonlocal_goto_receiver): Define.
14026 (nonlocal_goto): Define.
14027
14028 2008-06-02 Richard Sandiford <rdsandiford@googlemail.com>
14029
14030 * config/mips/mips.c (mips_emit_loadgp): Return early if
14031 there is nothing do to, otherwise emit a blockage if
14032 !TARGET_EXPLICIT_RELOCS || crtl->profile.
14033 * config/mips/mips.md (loadgp_blockage): Use SI rather than DI.
14034
14035 2008-06-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14036
14037 * configure.ac: Drop unneeded backslash ending up in config.in.
14038 * acinclude.m4: Likewise.
14039 * config.in: Regenerate.
14040
14041 2008-05-26 Jan Hubicka <jh@suse.cz>
14042
14043 * predict.c (maybe_hot_frequency_p): Break out of...
14044 (maybe_hot_bb_p): ... here.
14045 (maybe_hot_edge_p): New.
14046 * tree-ssa-coalesce.c (coalesce_cost_edge): Compute cost based on edge.
14047 * basic-block.h (maybe_hot_edge_p): Declare.
14048
14049 2008-05-31 Uros Bizjak <ubizjak@gmail.com>
14050
14051 * config/i386/i386.md (*cmpfp_<mode>): Enable for optimize_size.
14052 (*cmpfp_<mode>_cc): Ditto.
14053 (*fp_jcc_8<mode>_387): Ditto.
14054 (*fop_<MODEF:mode>_2_i387): Ditto.
14055 (*fop_<MODEF:mode>_3_i387): Ditto.
14056 (*fop_xf_2_i387): Ditto.
14057 (*fop_xf_3_i387): Ditto.
14058
14059 2008-06-02 Tomas Bily <tbily@suse.cz>
14060
14061 * tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P.
14062
14063 2008-06-01 Richard Sandiford <rdsandiford@googlemail.com>
14064
14065 * config/mips/mips.c (mips_valid_offset_p): New function.
14066 (mips_valid_lo_sum_p): Likewise.
14067 (mips_classify_address): Use them.
14068 (mips_force_address): New function.
14069 (mips_legitimize_address): Use it.
14070 * config/mips/mips.md (MOVE128): New mode iterator.
14071 (movtf): Require TARGET_64BIT. Remove empty strings.
14072 (*movtf_internal): Rename to...
14073 (*movtf): ...this and require !TARGET_MIPS16. Use "m" instead
14074 of "R" and use {,fp}{load,store} attributes instead of "multi".
14075 Use a separate define_split.
14076 (*movtf_mips16): New pattern.
14077
14078 2008-06-01 Richard Sandiford <rdsandiford@googlemail.com>
14079
14080 * config/mips/mips-protos.h (mips_expand_before_return): Declare.
14081 * config/mips/mips.c (mips_expand_before_return): New function.
14082 (mips_expand_epilogue): Call it.
14083 * config/mips/mips.md (return): Turn into a define_expand.
14084 (*return): New insn.
14085
14086 2008-06-01 Richard Sandiford <rdsandiford@googlemail.com>
14087
14088 * rtl.h (emit_clobber, gen_clobber, emit_use, gen_use): Declare.
14089 * emit-rtl.c (emit_clobber, gen_clobber, emit_use, gen_use): New
14090 functions. Do not emit uses and clobbers of CONCATs; individually
14091 use and clobber their operands.
14092 * builtins.c (expand_builtin_setjmp_receiver): Use emit_clobber,
14093 gen_clobber, emit_use and gen_use.
14094 (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
14095 (expand_builtin_return): Likewise.
14096 * cfgbuild.c (count_basic_blocks): Likewise.
14097 * cfgrtl.c (rtl_flow_call_edges_add): Likewise.
14098 * explow.c (emit_stack_restore): Likewise.
14099 * expmed.c (extract_bit_field_1): Likewise.
14100 * expr.c (convert_move, emit_move_complex_parts): Likewise.
14101 (emit_move_multi_word, store_constructor): Likewise.
14102 * function.c (do_clobber_return_reg, do_use_return_reg): Likewise.
14103 (thread_prologue_and_epilogue_insns): Likewise.
14104 * lower-subreg.c (resolve_simple_move): Likewise.
14105 * optabs.c (widen_operand, expand_binop): Likewise.
14106 (expand_doubleword_bswap, emit_no_conflict_block): Likewise.
14107 * reload.c (find_reloads): Likewise.
14108 * reload1.c (eliminate_regs_in_insn): Likewise.
14109 * stmt.c (expand_nl_goto_receiver): Likewise.
14110 * config/alpha/alpha.md (builtin_longjmp): Likewise.
14111 * config/arc/arc.md (*movdi_insn, *movdf_insn): Likewise.
14112 * config/arm/arm.c (arm_load_pic_register): Likewise.
14113 (thumb1_expand_epilogue, thumb_set_return_address): Likewise.
14114 * config/arm/arm.md (untyped_return): Likewise.
14115 * config/arm/linux-elf.h (PROFILE_HOOK): Likewise.
14116 * config/avr/avr.c (expand_prologue): Likewise.
14117 * config/bfin/bfin.c (do_unlink): Likewise.
14118 * config/bfin/bfin.md (<optab>di3, adddi3, subdi3): Likewise.
14119 * config/cris/cris.c (cris_expand_prologue): Likewise.
14120 * config/darwin.c (machopic_indirect_data_reference): Likewise.
14121 (machopic_legitimize_pic_address): Likewise.
14122 * config/frv/frv.c (frv_frame_access, frv_expand_epilogue): Likewise.
14123 (frv_ifcvt_modify_insn, frv_expand_mdpackh_builtin): Likewise.
14124 * config/i386/i386.c (ix86_expand_vector_move_misalign): Likewise.
14125 (ix86_expand_convert_uns_didf_sse): Likewise.
14126 (ix86_expand_vector_init_general): Likewise.
14127 * config/ia64/ia64.md (eh_epilogue): Likewise.
14128 * config/iq2000/iq2000.c (iq2000_expand_epilogue): Likewise.
14129 * config/m32c/m32c.c (m32c_emit_eh_epilogue): Likewise.
14130 * config/m32r/m32r.c (m32r_reload_lr): Likewise.
14131 (config/iq2000/iq2000.c): Likewise.
14132 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
14133 (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
14134 (builtin_longjmp): Likewise.
14135 * config/mn10300/mn10300.md (call, call_value): Likewise.
14136 * config/pa/pa.md (nonlocal_goto, nonlocal_longjmp): Likewise.
14137 * config/pdp11/pdp11.md (abshi2): Likewise.
14138 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
14139 * config/s390/s390.c (s390_emit_prologue): Likewise.
14140 * config/s390/s390.md (movmem_long, setmem_long): Likewise.
14141 (cmpmem_long, extendsidi2, zero_extendsidi2, udivmoddi4): Likewise.
14142 (builtin_setjmp_receiver, restore_stack_nonlocal): Likewise.
14143 * config/sh/sh.c (prepare_move_operands): Likewise.
14144 (output_stack_adjust, sh_expand_epilogue): Likewise.
14145 (sh_set_return_address, sh_expand_t_scc): Likewise.
14146 * config/sparc/sparc.c (load_pic_register): Likewise.
14147 * config/sparc/sparc.md (untyped_return, nonlocal_goto): Likewise.
14148 * config/spu/spu.c (spu_expand_epilogue): Likewise.
14149 * config/v850/v850.c (expand_epilogue): Likewise.
14150
14151 2008-05-31 Anatoly Sokolov <aesok@post.ru>
14152
14153 * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
14154 (UNSPECV_WRITE_SP_IRQ_OFF): (Ditto.).
14155 (movhi_sp_r_irq_off, movhi_sp_r_irq_on): New insn.
14156 * config/avr/avr.c (expand_prologue, expand_epilogue): Use
14157 movhi_sp_r_irq_off and movhi_sp_r_irq_on insns for writing to the
14158 stack pointer register.
14159 (output_movhi): Remove code for interrupt specific writing to the
14160 stack pointer register.
14161
14162 2008-05-31 Richard Guenther <rguenther@suse.de>
14163
14164 PR tree-optimization/34244
14165 * fold-const.c (tree_expr_nonnegative_warnv_p): Do not ask VRP.
14166 (tree_expr_nonzero_warnv_p): Likewise.
14167 * tree-vrp.c (vrp_expr_computes_nonnegative): Call
14168 ssa_name_nonnegative_p.
14169 (vrp_expr_computes_nonzero): Call ssa_name_nonzero_p.
14170 (extract_range_from_unary_expr): Use vrp_expr_computes_nonzero,
14171 not tree_expr_nonzero_warnv_p.
14172
14173 PR tree-optimization/36262
14174 Revert
14175 2007-11-29 Zdenek Dvorak <ook@ucw.cz>
14176
14177 PR tree-optimization/34244
14178 * tree-vrp.c (adjust_range_with_scev): Clear scev cache.
14179 (record_numbers_of_iterations): New function.
14180 (execute_vrp): Cache the numbers of iterations of loops.
14181 * tree-scalar-evolution.c (scev_reset_except_niters):
14182 New function.
14183 (scev_reset): Use scev_reset_except_niters.
14184 * tree-scalar-evolution.h (scev_reset_except_niters): Declare.
14185
14186 2008-05-31 Bernd Schmidt <bernd.schmidt@analog.com>
14187
14188 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
14189 __WORKAROUND_RETS when appropriate.
14190
14191 2008-05-31 Uros Bizjak <ubizjak@gmail.com>
14192
14193 * config/i386/i386.md (*fop_<mode>_comm_mixed): Macroize from
14194 *fop_sf_comm_mixed and *fop_df_comm_mixed insn patterns using MODEF
14195 mode iterator.
14196 (*fop_<mode>_comm_sse): Macroize from *fop_sf_comm_sse and
14197 *fop_df_comm_sse insn patterns using MODEF mode iterator.
14198 (*fop_<mode>_comm_i387): Macroize from *fop_sf_comm_i387 and
14199 *fop_df_comm_i387 insn patterns using MODEF mode iterator.
14200 (*fop_<mode>_1_mixed): Macroize from *fop_sf_1_mixed and
14201 *fop_df_1_mixed insn patterns using MODEF mode iterator.
14202 (*fop_<mode>_1_sse): Macroize from *fop_sf_1_sse and
14203 *fop_df_1_sse insn patterns using MODEF mode iterator.
14204 (*fop_<mode>_1_i387): Macroize from *fop_sf_1_i387 and
14205 *fop_df_1_i387 insn patterns using MODEF mode iterator.
14206 (*fop_<MODEF:mode>_2_i387): Macroize from *fop_sf_2<mode>_i387 and
14207 *fop_df_2<mode>_i387 insn patterns using MODEF mode iterator.
14208 (*fop_<MODEF:mode>_3_i387): Macroize from *fop_sf_3<mode>_i387 and
14209 *fop_df_3<mode>_i387 insn patterns using MODEF mode iterator.
14210 (*fop_xf_2_i387): Rename from *fop_xf_2<mode>_i387.
14211 (*fop_xf_3_i387): Rename from *fop_xf_3<mode>_i387.
14212 (*fop_xf_4_i387): Use <MODE> for mode attribute.
14213 (*fop_xf_5_i387): Ditto.
14214 (*fop_xf_6_i387): Ditto.
14215
14216 2008-05-30 Richard Guenther <rguenther@suse.de>
14217
14218 * builtins.c (build_string_literal): Avoid generating
14219 a non-gimple_val result.
14220
14221 2008-05-30 DJ Delorie <dj@redhat.com>
14222
14223 * exec-tool.in: Use an environment variable (private) instead of a
14224 file (shared) as a semaphore, so as to not break parallel builds.
14225
14226 2008-05-30 Steven Bosscher <stevenb.gcc@gmail.com>
14227
14228 * optabs.c (maybe_encapsulate_block): Remove.
14229 (emit_libcall_block): Adjust accordingly.
14230 * optabs.h (maybe_encapsulate_block): Remove prototype.
14231
14232 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address):
14233 Don't use maybe_encapsulate_block.
14234
14235 2008-05-30 Steven Bosscher <stevenb.gcc@gmail.com>
14236
14237 * config/rs6000/rs6000.c (rs6000_legitimize_address,
14238 rs6000_legitimize_reload_address, rs6000_emit_move): Make sure an
14239 rtx is a SYMBOL_REF before calling get_pool_constant.
14240
14241 2008-05-30 Eric Botcazou <ebotcazou@adacore.com>
14242
14243 * fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.
14244
14245 2008-05-30 Danny Smith <dannysmith@users.sourceforge.net>
14246
14247 * incpath.c: Use HOST_LACKS_INODE_NUMBERS conditional
14248 rather than OS names to choose INO_T_EQ definition.
14249 (DIRS_EQ) [!INO_T_EQ]: Don't worry about case in comparison.
14250 (add_path) [!INO_T_EQ]: Use lrealpath to fill canonical_name field.
14251
14252 2008-05-29 Daniel Franke <franke.daniel@gmail.com>
14253
14254 PR target/36348
14255 * config/darwin-f.c: New.
14256 * config/t-darwin: Added rule to build darwin-f.o.
14257 * config.gcc: Defined new variable, fortran_target_objs.
14258 (*-*-darwin*): Set fortran_target_objs.
14259 * Makefile.in: Defined new variable FORTRAN_TARGET_OBJS.
14260 * configure.ac: Substitute fortran_target_objs, set FORTRAN_TARGET_OBJS.
14261 * configure: Regenerated.
14262
14263 2008-05-29 H.J. Lu <hongjiu.lu@intel.com>
14264
14265 PR target/35771
14266 * config/i386/i386.c (ix86_function_arg_boundary): Convert to
14267 canonical type if needed.
14268
14269 2008-05-29 Eric Botcazou <ebotcazou@adacore.com>
14270
14271 * tree-nested.c (check_for_nested_with_variably_modified): Fix typo.
14272
14273 2008-05-29 Richard Guenther <rguenther@suse.de>
14274
14275 PR tree-optimization/36343
14276 PR tree-optimization/36346
14277 PR tree-optimization/36347
14278 * tree-flow.h (clobber_what_p_points_to): Declare.
14279 * tree-ssa-structalias.c (set_uids_in_ptset): Whether the
14280 pointed-to variable is dereferenced is irrelevant to whether
14281 the pointer can access the pointed-to variable.
14282 (clobber_what_p_points_to): New function.
14283 * tree-ssa-alias.c (set_initial_properties): Use it.
14284 * tree-ssa.c (verify_flow_sensitive_alias_info): Adjust
14285 call clobber check for NMTs.
14286
14287 2008-05-28 Seongbae Park <seongbae.park@gmail.com>
14288
14289 * value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC
14290 for printing gcov_type.
14291
14292 2008-05-28 Seongbae Park <seongbae.park@gmail.com>
14293
14294 * tree-ssa-propagate.c (set_rhs): Preserve the histogram
14295 and the eh region information.
14296 * value-prof.c (gimple_move_stmt_histograms): New function.
14297 * value-prof.h (gimple_move_stmt_histograms): New function declaration.
14298
14299 2008-05-28 Andreas Tobler <a.tobler@schweiz.org>
14300
14301 * config/pa/pa.md: Remove extern frame_pointer_needed declaration.
14302
14303 2008-05-28 Seongbae Park <seongbae.park@gmail.com>
14304
14305 * value-prof.c (tree_ic_transform): Print counts.
14306 * tree-profile.c (tree_gen_ic_func_profiler):
14307 Clear __gcov_indreict_call_callee variable to avoid misattribution
14308 of the profile.
14309
14310 2008-05-28 Rafael Espíndola <espindola@google.com>
14311
14312 * see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid
14313 invalid sharing.
14314
14315 2008-05-28 Richard Guenther <rguenther@suse.de>
14316
14317 PR tree-optimization/36339
14318 * tree-ssa-alias.c (set_initial_properties): Move pt_anything
14319 and clobbering code out of the loop.
14320
14321 2008-05-28 Andreas Krebbel <krebbel1@de.ibm.com>
14322
14323 * config/s390/constraints.md ('b', 'C', 'D', 'e'): New constraint
14324 letters defined.
14325
14326 * config/s390/s390.c (s390_compare_and_branch_condition_mask,
14327 s390_contiguous_bitmask_p, s390_symref_operand_p,
14328 s390_check_symref_alignment, s390_reload_larl_operand,
14329 s390_reload_symref_address): New functions.
14330 (s390_branch_condition_mnemonic): Support compare and branch
14331 instructions.
14332 (s390_mem_constraint): Avoid symrefs to accepted by the 'T'
14333 and 'W' constraints.
14334 (s390_secondary_reload): Add secondary reloads for unaligned
14335 symbol refs or symbol refs to floating point or QI/TI mode
14336 integer values.
14337 (legitimate_address_p): Accept symbol references as addresses.
14338 (s390_expand_insv): Use rotate and insert selected bits
14339 instruction for insv when building for z10.
14340 (print_operand_address): Handle symbol ref addresses.
14341 (print_operand): Output modifier 'c' added for signed byte values.
14342 (s390_encode_section_info): Mark symbol refs with
14343 SYMBOL_FLAG_NOT_NATURALLY_ALIGNED if appropriate.
14344
14345 * config/s390/s390.md (SIL,RRS,RIS): New instruction formats added.
14346 (length attribute): RRF, RRR have 4 byte length.
14347 (FPALL, INTALL): New mode iterators added.
14348 (*tstdi_sign, *cmpdi_ccs_sign, *cmpsi_ccs_sign,
14349 *cmp<mode>_ccs, *cmpdi_ccu_zero, *cmpdi_ccu, *cmpsi_ccu, *cmphi_ccu,
14350 *movdi_64, *movsi_zarch, *movhi, movmem<mode>, *movmem_short,
14351 *extendsidi2, *extendhidi2_extimm, *extendhisi2_extimm,
14352 *zero_extendsidi2, adddi3, *adddi3_31z, *adddi3_31, addsi3,
14353 *add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry2_cc,
14354 *add<mode>3_cc, *add<mode>3_imm_cc, *muldi3_sign, muldi3,
14355 *mulsi3_sign, mulsi3, mulsidi3): Patterns enhanced with z10
14356 instructions.
14357 (*cmphi_ccs_z10, *cmpdi_ccs_signhi_rl, *cmpsi_ccu_zerohi_rlsi,
14358 *cmp<GPR:mode>_ccu_zerohi_rldi, *cmp_and_br_signed_<mode>,
14359 *cmp_and_br_unsigned_<mode>, reload<INTALL:mode><P:mode>_tomem_z10,
14360 reload<INTALL:mode><P:mode>_toreg_z10,
14361 reload<FPALL:mode><P:mode>_tomem_z10,
14362 reload<FPALL:mode><P:mode>_toreg_z10,
14363 reload<P:mode>_larl_odd_addend_z10, *execute_rl, *insv<mode>_z10,
14364 *insv<mode>_z10_noshift, *insv<mode>_or_z10_noshift,
14365 *zero_extendhi<mode>2_z10, *cmp_and_trap_signed_int<mode>,
14366 *cmp_and_trap_unsigned_int<mode>, prefetch): New pattern or expander
14367 definition.
14368 (movmem, clrmem, cmpmem): New splitters added.
14369
14370 * config/s390/predicates.md (larl_operand): Use
14371 SYMBOL_REF_FLAGS (op) & SYMBOL_FLAG_ALIGN1 replaced with
14372 SYMBOL_REF_ALIGN1_P.
14373 (s390_signed_integer_comparison,
14374 s390_unsigned_integer_comparison): New predicates.
14375
14376 * config/s390/s390-protos.h (s390_check_symref_alignment,
14377 s390_contiguous_bitmask_p, s390_reload_larl_operand,
14378 s390_reload_symref_address,
14379 s390_compare_and_branch_condition_mask): Prototypes added.
14380
14381 * config/s390/s390.h (TARGET_MEM_CONSTRAINT,
14382 SYMBOL_REF_ALIGN1_P, SYMBOL_FLAG_NOT_NATURALLY_ALIGNED,
14383 SYMBOL_REF_NOT_NATURALLY_ALIGNED_P): Macro definition added.
14384
14385 2008-05-28 Andreas Krebbel <krebbel1@de.ibm.com>
14386
14387 * config/s390/s390.c (z10_cost): New cost function for z10.
14388 (s390_handle_arch_option, override_options): Support -march=z10 switch.
14389 (s390_issue_rate): Adjust issue rate for z10.
14390 * config/s390/s390.h (processor_type): Add PROCESSOR_2097_Z10.
14391 (processor_flags): Add PF_Z10.
14392 (TARGET_CPU_Z10, TARGET_Z10): New macro definitions.
14393 * config/s390/s390.md (cpu, cpu_facility attributes): Add z10.
14394 * gcc/config.gcc: Add z10.
14395
14396 2008-05-28 Richard Guenther <rguenther@suse.de>
14397
14398 PR tree-optimization/36291
14399 * tree-flow. h (struct gimple_df): Remove var_anns member.
14400 * tree-flow-inline.h (gimple_var_anns): Remove.
14401 (var_ann): Simplify.
14402 * tree-dfa.c (create_var_ann): Simplify.
14403 (remove_referenced_var): Clear alias info from var_anns of globals.
14404 * tree-ssa.c (init_tree_ssa): Do not allocate var_anns.
14405 (delete_tree_ssa): Clear alias info from var_anns of globals.
14406 Do not free var_anns.
14407 (var_ann_eq): Remove.
14408 (var_ann_hash): Likewise.
14409
14410 2008-05-28 Mark Shinwell <shinwell@codesourcery.com>
14411
14412 * config/mips/mips.c (mips_cpu_info_table): Add loongson2e
14413 and loongson2f entries.
14414 (mips_rtx_cost_data): Add entries for Loongson-2E/2F.
14415 * config/mips/mips.h (processor_type): Add Loongson-2E
14416 and Loongson-2F entries.
14417 (TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF): New.
14418 (MIPS_ISA_LEVEL_SPEC): Handle Loongson-2E/2F.
14419 * config/mips/mips.md (define_attr cpu): Add loongson2e and loongson2f.
14420 * doc/invoke.texi (MIPS Options): Document loongson2e
14421 and loongson2f processor names.
14422
14423 2008-05-27 H.J. Lu <hongjiu.lu@intel.com>
14424
14425 PR target/35767
14426 PR target/35771
14427 * config/i386/i386.c (ix86_function_arg_boundary): Use
14428 alignment of canonical type.
14429 (ix86_expand_vector_move): Check unaligned memory access for
14430 all SSE modes.
14431
14432 2008-05-27 H.J. Lu <hongjiu.lu@intel.com>
14433
14434 * dwarf2out.c (current_fde): Change return type to dw_fde_ref.
14435 Moved to the front of file.
14436
14437 2008-05-27 Xuepeng Guo <xuepeng.guo@intel.com>
14438 H.J. Lu <hongjiu.lu@intel.com>
14439
14440 * dwarf2out.c (current_fde): New.
14441 (add_cfi): Use it.
14442 (lookup_cfa:): Likewise.
14443 (dwarf2out_end_epilogue): Likewise.
14444 (dwarf2out_note_section_used): Likewise.
14445
14446 2008-05-27 Michael Matz <matz@suse.de>
14447
14448 PR c++/27975
14449 * c.opt (Wenum-compare): New warning option.
14450 * doc/invoke.texi (Warning Options): Document -Wenum-compare.
14451
14452 2008-05-27 Michael Matz <matz@suse.de>
14453
14454 PR middle-end/36326
14455 * tree-gimple.c (is_gimple_mem_rhs): Remove work-around for
14456 non-BLKmode types.
14457 * tree-tailcall.c (find_tail_calls): Don't mark calls storing
14458 into memory as tail calls.
14459
14460 2008-05-27 Richard Guenther <rguenther@suse.de>
14461
14462 PR tree-optimization/36339
14463 * tree-ssa-alias.c (set_initial_properties): Escaped pt_anything
14464 pointers cause all addressable variables to be call clobbered.
14465
14466 2008-05-27 Richard Guenther <rguenther@suse.de>
14467
14468 PR tree-optimization/36245
14469 * tree-ssa-address.c (add_to_parts): Deal with non-pointer bases.
14470
14471 2008-05-27 Andreas Krebbel <krebbel1@de.ibm.com>
14472
14473 * config/s390/s390.md: Replace all occurences of the 'm'
14474 constraint with 'RT'.
14475
14476 2008-05-27 Andreas Krebbel <krebbel1@de.ibm.com>
14477
14478 * config/s390/s390.md ("cpu_facility", "enabled"): Attribute
14479 definitions added.
14480 ("*movdi_64dfp", "*movdi_64extimm", "*movdi_64"): Merged into
14481 "*movdi_64".
14482 ("*anddi3_extimm", "*anddi3"): Merged into "*anddi3".
14483 ("*iordi3_extimm", "*iordi3"): Merged into "*iordi3".
14484 ("*xordi3_extimm", "*xordi3"): Merged into "*xordi3".
14485
14486 2008-05-27 Andreas Krebbel <krebbel1@de.ibm.com>
14487
14488 * reload.c: (find_reloads): Skip alternatives according to the
14489 "enabled" attribute. Constify the constraint variable.
14490 * recog.c (get_attr_enabled): Add default implementation.
14491 (extract_insn): Set the alternative_enabled_p array
14492 in the recog_data struct.
14493 (preprocess_constraints, constrain_operands): Skip
14494 alternatives according to the "enabled" attribute
14495 * recog.h (struct recog_data): New field alternative_enabled_p.
14496 (skip_alternative): New inline function.
14497 * regclass.c: (record_operand_costs): Check the "enabled" attribute.
14498 (record_reg_classes): Skip alternative according to the
14499 "enabled" attribute.
14500
14501 * doc/md.texi: Add documention for the "enabled" attribute.
14502
14503 2008-05-27 Andreas Krebbel <krebbel1@de.ibm.com>
14504
14505 * defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.
14506 * postreload.c (reload_cse_simplify_operands): Replace 'm'
14507 constraint with TARGET_MEM_CONSTRAINT.
14508 * recog.c (asm_operand_ok, preprocess_constraints,
14509 constrain_operands): Likewise.
14510 * regclass.c (record_reg_classes): Likewise.
14511 * reload.c (find_reloads, alternative_allows_const_pool_ref): Likewise.
14512 * reload1.c (maybe_fix_stack_asms): Likewise.
14513 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
14514 * recog.h: Adjust comment.
14515 * genpreds.c (generic_constraint_letters): Remove 'm' constraint.
14516 * genoutput.c (note_constraint): Don't emit error for 'm' constraint.
14517 * doc/md.texi: Add a note to description of 'm' constraint.
14518 * doc/tm.texi: Document the new TARGET_MEM_CONSTRAINT macro.
14519
14520 2008-05-27 Eric Botcazou <ebotcazou@adacore.com>
14521
14522 * tree-sra.c (sra_type_can_be_decomposed_p) <RECORD_TYPE>: Make sure
14523 that the bitfield is of integral type before testing its precision.
14524
14525 2008-05-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
14526 Sa Liu <saliu@de.ibm.com>
14527
14528 * config/spu/spu.c (spu_init_libfuncs): Add __multi3, __divti3,
14529 __modti3, __udivti3, __umodti3 and __udivmodti4.
14530 * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add files
14531 that implement TImode mul and div functions.
14532 * config/spu/multi3.c: New. Implement __multi3.
14533 * config/spu/divmodti4.c: New. Implement _udivmodti4 and others.
14534 * testsuite/gcc.target/spu/muldivti3.c: New. Test TImode mul and div
14535 functions on SPU.
14536
14537 2008-05-26 Steven Bosscher <stevenb.gcc@gmail.com>
14538
14539 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Generate
14540 new tls_gd_* and tls_ld_* insns instead of an insn sequence.
14541 * config/rs6000/rs6000.md (TLSmode, tls_abi_suffix, tls_insn_suffix,
14542 tls_sysv_suffix): New mode and mode attribute iterators.
14543 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64): Remove.
14544 (lts_gd_aix*, tls_gd_sysv*, tls_ld_aix*, tls_ld_sysv*): New patterns.
14545 (tls_dtprel_*, tls_dtprel_ha_*, tls_dtprel_lo_*, tls_got_dtprel_*,
14546 tls_tprel_*, tls_tprel_ha_*, tls_tprel_lo_*, tls_got_tprel_*,
14547 tls_tls_*): Merge 32 bit and 64 bit variants using aforementioned
14548 iterators.
14549
14550 2008-05-26 Eric Botcazou <ebotcazou@adacore.com>
14551
14552 PR tree-optimization/36329
14553 * tree.h (CALL_CANNOT_INLINE_P): Add access check.
14554 * tree-gimple.h (CALL_STMT_CANNOT_INLINE_P): New macro.
14555 * cgraphbuild.c (initialize_inline_failed): Use the latter
14556 macro in lieu of the former.
14557 * ipa-inline.c (cgraph_mark_inline): Likewise.
14558 (cgraph_decide_inlining_of_small_function): Likewise.
14559 (cgraph_decide_inlining): Likewise.
14560 (cgraph_decide_inlining_incrementally): Likewise.
14561
14562 2008-05-26 Tristan Gingold <gingold@adacore.com>
14563 Anatoly Sokolov <aesok@post.ru>
14564
14565 * config/avr/avr.md ("call_prologue_saves"): Use hi8(gs())/lo8(gs())
14566 instead of pm_lo8/pm_hi8 to makes this call working on avr6.
14567 * config/avr/avr.c (expand_prologue): Tune "call_prologue"
14568 optimization for 'avr6' architecture.
14569
14570 2008-05-26 Andy Hutchinson <hutchinsonandy@aim.com>
14571
14572 PR target/34932
14573 * config/avr/avr.md (*addhi3_zero_extend2): Remove.
14574
14575 2008-05-26 Richard Guenther <rguenther@suse.de>
14576
14577 * tree-ssa-sccvn.c (expr_has_constants): Declare.
14578 (visit_reference_op_load): Initialize VN_INFO->has_constants properly.
14579
14580 2008-05-26 H.J. Lu <hongjiu.lu@intel.com>
14581
14582 PR middle-end/36253
14583 * caller-save.c (insert_restore): Verify alignment of spill space.
14584 (insert_save): Likewise.
14585 * cfgexpand.c (LOCAL_ALIGNMENT): Removed.
14586 * defaults.h (LOCAL_ALIGNMENT): New. Provide default.
14587 (STACK_SLOT_ALIGNMENT): Likewise.
14588 * function.c (LOCAL_ALIGNMENT): Removed.
14589 (get_stack_local_alignment): New.
14590 (assign_stack_local): Use it. Set alignment on stack slot.
14591 (assign_stack_temp_for_type): Use get_stack_local_alignment.
14592 * config/i386/i386.h (LOCAL_ALIGNMENT): Updated.
14593 (STACK_SLOT_ALIGNMENT): New.
14594 * config/i386/i386.c (ix86_local_alignment): Handle caller-save
14595 stack slot in XFmode.
14596
14597 * doc/tm.texi (STACK_SLOT_ALIGNMENT): New.
14598
14599 2008-05-26 Kai Tietz <kai.tietz@onevision.com>
14600
14601 PR/36321
14602 * config/i386/i386.md (allocate_stack_worker_64): Make sure
14603 argument operand in rax isn't removed.
14604
14605 2008-05-26 Richard Guenther <rguenther@suse.de>
14606
14607 PR middle-end/36300
14608 * fold-const.c (extract_muldiv_1): Use TYPE_OVERFLOW_WRAPS,
14609 not TYPE_UNSIGNED. Use TYPE_PRECISION instead of GET_MODE_SIZE.
14610
14611 2008-05-26 Daniel Franke <franke.daniel@gmail.com>
14612
14613 PR bootstrap/36331
14614 * c-cppbuiltin.c (define__GNUC__): Re-add definition of __GNUG__.
14615
14616 2008-05-26 Dominique Dhumieres <dominiq@lps.ens.fr>
14617
14618 * config/darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
14619 * config/t-darwin: Use "incpath.h" instead of "c-incpath.h".
14620
14621 2008-05-25 Eric Botcazou <ebotcazou@adacore.com>
14622
14623 * tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not
14624 build a trampoline if we don't want one.
14625 * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Do not
14626 return zero for nested functions if we don't want a trampoline.
14627
14628 2008-05-26 Daniel Franke <franke.daniel@gmail.com>
14629
14630 * doc/invoke.texi: Added f77, f77-cpp-input to list of file types.
14631
14632 2008-05-26 Daniel Franke <franke.daniel@gmail.com>
14633
14634 PR fortran/18428
14635 * c.opt: Removed undocumented option '-lang-fortran'.
14636 * c-common.h: Removed global variable 'lang_fortran'.
14637 * c-opts.c (c_common_handle_option): Removed code to handle
14638 option '-lang-fortran'. Updated includes.
14639 * c-cppbuiltin.c (c_cpp_builtins): Removed conditional
14640 definition of '__GFORTRAN__'.
14641 (define__GNUC__): Reimplemented to use BASEVER and
14642 cpp_define_formatted.
14643 (builtin_define_with_value_n): Removed.
14644 * c-incpath.h: Renamed to ...
14645 * incpath.h: ... this.
14646 * c-incpath.c: Renamed to ...
14647 * incpath.c: ... this. Updated includes.
14648 * fix-header.c: Updated includes.
14649 * Makefile.in: Replaced c-incpath.[ch] by incpath.[ch].
14650 (c-cppbuiltin.o): Added dependency on and definition of BASEVER.
14651 (OBJ-archive): Added cppdefault.o, incpath.o and prefix.o.
14652
14653 2008-05-25 Eric Botcazou <ebotcazou@adacore.com>
14654
14655 * tree.h: Update the table of flags used on tree nodes.
14656 (TREE_NO_TRAMPOLINE): New accessor for static_flag.
14657 (SAVE_EXPR_RESOLVED_P): Use automatically-built access check.
14658 (FORCED_LABEL): Add access check.
14659 (CALL_EXPR_RETURN_SLOT_OPT): Likewise.
14660 (ASM_INPUT_P): Likewise.
14661 (ASM_VOLATILE_P): Likewise.
14662 (EH_FILTER_MUST_NOT_THROW): Access static_flag directly.
14663 (OMP_SECTION_LAST): Access private_flag directly.
14664 (OMP_RETURN_NOWAIT): Likewise.
14665 (OMP_PARALLEL_COMBINED): Likewise.
14666 (OMP_CLAUSE_PRIVATE_DEBUG): Access public_flag directly.
14667 (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE): Likewise.
14668 * tree-ssa-propagate.c (STMT_IN_SSA_EDGE_WORKLIST): Access
14669 deprecated_flag directly.
14670
14671 2008-05-25 H.J. Lu <hongjiu.lu@intel.com>
14672
14673 * final.c (frame_pointer_needed): Removed.
14674 * flags.h (frame_pointer_needed): Likewise.
14675
14676 * function.h (rtl_data): Add frame_pointer_needed.
14677 (frame_pointer_needed): New.
14678
14679 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
14680
14681 * config.gcc (sh2[lbe]*-*-linux*): Allow target.
14682
14683 2008-05-25 Steven Bosscher <stevenb.gcc@gmail.com>
14684
14685 * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if
14686 SRC is a REG.
14687
14688 2008-05-25 Alan Modra <amodra@bigpond.net.au>
14689
14690 * c-common.c (strip_array_types): Move function to..
14691 * tree.c: ..here.
14692 (get_inner_array_type): Delete.
14693 * c-common.h (strip_array_types): Move declaration to..
14694 * tree.h: ..here.
14695 (get_inner_array_type): Delete.
14696 * config/i386/i386.c (x86_field_alignment): Use strip_array_types.
14697 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
14698 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
14699 * config/pa/pa.c (emit_move_sequence): Likewise.
14700
14701 2008-05-24 H.J. Lu <hongjiu.lu@intel.com>
14702
14703 * config/i386/i386.md (*sse_prologue_save_insn): Set length
14704 attribute to 34.
14705
14706 2008-05-24 Andy Hutchinson <hutchinsonandy@aim.com>
14707
14708 * function.c: Include target hook for nonlocal_goto frame value.
14709
14710 2008-05-24 Richard Guenther <rguenther@suse.de>
14711
14712 * tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar
14713 variable can be only accessed through a pointer or a union.
14714
14715 2008-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14716
14717 * builtins.c (fold_builtin_fpclassify): Fix spelling of FP_INFINITE.
14718 * doc/extend.texi: Likewise.
14719
14720 2008-05-23 DJ Delorie <dj@redhat.com>
14721
14722 * config/m32c/jump.md (untyped_call): Add.
14723
14724 * config/m32c/m32c.c (m32c_return_addr_rtx): Change pointer type
14725 for A24 to PSImode.
14726 (m32c_address_cost): Detail costs for indirect offsets.
14727
14728 2008-05-23 Rafael Espíndola <espindola@google.com>
14729
14730 * see.c (see_get_extension_data): Don't use SUBREG_REG to test
14731 if a node is a SUBREG.
14732 (see_analyze_one_def): Don't use SUBREG_REG to test if a node
14733 is a SUBREG.
14734
14735 2008-05-23 Paul Brook <paul@codesourcery.com>
14736 Carlos O'Donell <carlos@codesourcery.com>
14737
14738 * doc/extend.texi: Clarify use of __attribute__((naked)).
14739 * doc/tm.texi: Document TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
14740 * target.h (gcc_target): Add allocate_stack_slots_for_args.
14741 * function.c (use_register_for_decl): Use
14742 targetm.calls.allocate_stack_slots_for_args.
14743 * target-def.h (TARGET_CALLS): Add TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
14744 * config/arm/arm.c (arm_allocate_stack_slots_for_args): New function.
14745 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
14746
14747 2008-05-23 Eric Botcazou <ebotcazou@adacore.com>
14748
14749 * expr.c (highest_pow2_factor) <BIT_AND_EXPR>: New case.
14750
14751 2008-05-23 Steven Munroe <sjmunroe@us.ibm.com>
14752
14753 * config/rs6000/darwin-ldouble.c (fmsub): Eliminate the full
14754 PACK/UNPACK between FP_SUB_Q and FD_TRUNC so that the result
14755 is only rounded once.
14756
14757 2008-05-23 Richard Guenther <rguenther@suse.de>
14758
14759 * tree-ssa-operands.c (mark_difference_for_renaming): Use bitmap_xor.
14760
14761 2008-05-23 Uros Bizjak <ubizjak@gmail.com>
14762 Jakub Jelinek <jakub@redhat.com>
14763
14764 PR target/36079
14765 * configure.ac: Handle --enable-cld.
14766 * configure: Regenerated.
14767 * config.gcc: Add USE_IX86_CLD to tm_defines for x86 targets.
14768 * config/i386/i386.h (struct machine_function): Add needs_cld field.
14769 (ix86_current_function_needs_cld): New define.
14770 * config/i386/i386.md (UNSPEC_CLD): New unspec volatile constant.
14771 (cld): New isns pattern.
14772 (strmov_singleop, rep_mov, strset_singleop, rep_stos, cmpstrnqi_nz_1,
14773 cmpstrnqi_1, strlenqi_1): Set ix86_current_function_needs_cld flag.
14774 * config/i386/i386.opt (mcld): New option.
14775 * config/i386/i386.c (ix86_expand_prologue): Emit cld insn if
14776 TARGET_CLD and ix86_current_function_needs_cld.
14777 (override_options): Use -mcld by default for 32-bit code if
14778 USE_IX86_CLD.
14779
14780 * doc/install.texi (Options specification): Document --enable-cld.
14781 * doc/invoke.texi (Machine Dependent Options)
14782 [i386 and x86-64 Options]: Add -mcld option.
14783 (Intel 386 and AMD x86-64 Options): Document -mcld option.
14784
14785 2008-05-23 Kai Tietz <kai.tietz@onevison.com>
14786 * config/i386/i386.c (return_in_memory_32): Add ATTRIBUTE_UNUSED.
14787 (return_in_memory_64): Likewise.
14788 (return_in_memory_ms_64): Likewise.
14789
14790 2008-05-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14791
14792 * builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
14793 * builtins.c (fold_builtin_fpclassify): New.
14794 (fold_builtin_varargs): Handle BUILT_IN_FPCLASSIFY.
14795 * builtins.def (BUILT_IN_FPCLASSIFY): New.
14796 * c-common.c (handle_type_generic_attribute): Adjust to accept
14797 fixed arguments before an elipsis.
14798 (check_builtin_function_arguments): Handle BUILT_IN_FPCLASSIFY.
14799 * doc/extend.texi: Document __builtin_fpclassify.
14800
14801 2008-05-22 Aldy Hernandez <aldyh@redhat.com>
14802
14803 * omp-low.c (gate_expand_omp_ssa): Remove.
14804 (pass_expand_omp_ssa): Remove.
14805 (gate_expand_omp): Do not check for flag_openmp_ssa.
14806 * common.opt (-fopenmp-ssa): Remove.
14807 * passes.c (init_optimization_passes): Remove pass_expand_omp_ssa.
14808
14809 2008-05-22 Kaz Kojima <kkojima@gcc.gnu.org>
14810
14811 * config/sh/sh.opt (mfixed-range): New option.
14812 * config/sh/sh-protos.h (sh_fix_range): Declare.
14813 * config/sh/sh.c (sh_fix_range): New function.
14814 * config/sh/sh.h (sh_fixed_range_str): Declare.
14815 (OVERRIDE_OPTIONS): Call sh_fix_range if sh_fixed_range_str
14816 is not empty.
14817 * doc/invoke.texi (SH Options): Document -mfixed-range.
14818
14819 2008-05-22 Kai Tietz <kai.tietz@onevision.com>
14820
14821 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine
14822 it before the redeclaration.
14823
14824 2008-05-22 Anatoly Sokolov <aesok@post.ru>
14825
14826 * config/avr/avr.c (get_sequence_length): Add new function.
14827 (expand_prologue, expand_epilogue): Remove duplicate code.
14828
14829 2008-05-22 Rafael Espíndola <espindola@google.com>
14830
14831 * see.c (see_pre_insert_extensions): Use copy_rtx to avoid invalid rtx
14832 sharing.
14833
14834 2008-05-22 H.J. Lu <hongjiu.lu@intel.com>
14835
14836 * defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.
14837 * doc/tm.texi (UNITS_PER_SIMD_WORD): Likewise.
14838
14839 * tree-vect-analyze.c (vect_compute_data_ref_alignment): Replace
14840 UNITS_PER_SIMD_WORD with GET_MODE_SIZE (TYPE_MODE (vectype)).
14841 (vect_update_misalignment_for_peel): Likewise.
14842 (vector_alignment_reachable_p): Likewise.
14843 * tree-vect-transform.c (vectorizable_load): Likewise.
14844 * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
14845 (get_vectype_for_scalar_type): Pass mode of scalar_type
14846 to UNITS_PER_SIMD_WORD.
14847
14848 * config/arm/arm.h (UNITS_PER_SIMD_WORD): Updated.
14849 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
14850 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
14851 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
14852 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
14853
14854 2008-05-22 Ira Rosen <irar@il.ibm.com>
14855
14856 PR tree-optimization/36293
14857 * tree-vect-transform.c (vect_transform_strided_load): Don't check
14858 if the first load must be skipped because of a gap.
14859
14860 2008-05-22 Richard Guenther <rguenther@suse.de>
14861
14862 * tree-dfa.c (refs_may_alias_p): Exit early if possible. Handle
14863 more cases of offset disambiguation that is possible if
14864 strict-aliasing rules apply.
14865 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use refs_may_alias_p
14866 for basic offset and type-based disambiguation.
14867
14868 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14869
14870 * config/i386/i386.c (ix86_expand_vector_init_one_var): Use
14871 ix86_expand_vector_set on V16QImode for SSE4.1.
14872
14873 2008-05-21 Tom Tromey <tromey@redhat.com>
14874
14875 * c.opt (Wimport): Mark as undocumented.
14876 * doc/invoke.texi (Option Summary): Don't mention -Wimport or
14877 -Wno-import.
14878 (Warning Options): Likewise.
14879 * doc/cppopts.texi: Don't mention -Wimport.
14880
14881 2008-05-21 Sebastian Pop <sebastian.pop@amd.com>
14882
14883 PR tree-optimization/36287
14884 PR tree-optimization/36286
14885 * lambda-code.c (build_access_matrix): Do not use the loop->num
14886 for computing the number of induction variables: use the loop depth
14887 instead.
14888
14889 2008-05-21 Kai Tietz <kai.tietz@onevision.com>
14890
14891 PR/36280
14892 * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Honor
14893 option -f(no-)leading-underscore.
14894
14895 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14896
14897 * config/i386/i386.c (ix86_expand_vector_init_general): Use
14898 GET_MODE_NUNITS (mode).
14899
14900 2008-05-21 Peter Bergner <bergner@vnet.ibm.com>
14901
14902 * doc/invoke.texi: Add cpu_type's 464 and 464fp.
14903 (-mmulhw): Add 464 to description.
14904 (-mdlmzb): Likewise.
14905 * config.gcc: Handle --with-cpu=464 and --with-cpu=464fp.
14906 * config/rs6000/rs6000.c (processor_target_table): Add 464 and
14907 464fp entries.
14908 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 464 and 464fp support.
14909 * config/rs6000/t-fprules (MULTILIB_MATCHES_FLOAT): Include -mcpu=464.
14910 * config/rs6000/rs6000.md: Update comments for 464.
14911
14912 2008-05-21 Janis Johnson <janis187@us.ibm.com>
14913
14914 * doc/sourcebuild.texi (Test Directives): Add dg-xfail-run-if.
14915
14916 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14917
14918 * config/i386/sse.md (vec_extractv4sf): Removed.
14919 (vec_extractv2df): Likewise.
14920 (vec_extractv2di): Likewise.
14921 (vec_extractv4si): Likewise.
14922 (vec_extractv8hi): Likewise.
14923 (vec_extractv16qi): Likewise.
14924 (vec_extract<mode>): New.
14925
14926 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14927
14928 * config/i386/sse.md (vec_setv4sf): Removed.
14929 (vec_setv2df): Likewise.
14930 (vec_setv2di): Likewise.
14931 (vec_setv4si): Likewise.
14932 (vec_setv8hi): Likewise.
14933 (vec_setv16qi): Likewise.
14934 (vec_set<mode>): New.
14935
14936 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14937
14938 * config/i386/i386.c (ix86_expand_vector_init_general): Remove
14939 goto for vec_concat and vec_interleave.
14940
14941 2008-05-21 H.J. Lu <hongjiu.lu@intel.com>
14942
14943 * config/i386/sse.md (vec_initv4sf): Removed.
14944 (vec_initv2df): Likewise.
14945 (vec_initv2di): Likewise.
14946 (vec_initv4si): Likewise.
14947 (vec_initv8hi): Likewise.
14948 (vec_initv16qi): Likewise.
14949 (vec_init<mode>): New.
14950
14951 2008-05-21 Joseph Myers <joseph@codesourcery.com>
14952
14953 * collect2.c (find_a_file): Use IS_ABSOLUTE_PATH.
14954
14955 2008-05-21 Tom Tromey <tromey@redhat.com>
14956
14957 * ggc-zone.c (lookup_page_table_if_allocated): New function.
14958 (zone_find_object_offset): Likewise.
14959 (gt_ggc_m_S): Likewise.
14960 (highest_bit): Likewise.
14961 * ggc-page.c (gt_ggc_m_S): New function.
14962 * stringpool.c (string_stack): Remove.
14963 (init_stringpool): Update.
14964 (ggc_alloc_string): Use ggc_alloc.
14965 (maybe_delete_ident): New function.
14966 (ggc_purge_stringpool): Likewise.
14967 (gt_ggc_m_S): Remove.
14968 * ggc-common.c (ggc_protect_identifiers): New global.
14969 (ggc_mark_roots): Call ggc_purge_stringpool. Use
14970 ggc_protect_identifiers.
14971 * ggc.h (ggc_protect_identifiers): Declare.
14972 (gt_ggc_m_S): Update.
14973 (ggc_purge_stringpool): Declare.
14974 * toplev.c (compile_file): Set and reset ggc_protect_identifiers.
14975 * gengtype.c (write_types_process_field) <TYPE_STRING>: Remove
14976 special case.
14977 (write_root): Cast gt_ggc_m_S to gt_pointer_walker.
14978
14979 2008-05-21 David S. Miller <davem@davemloft.net>
14980
14981 * config.gcc (sparc-*-linux*): Always include sparc/t-linux in
14982 tmake_file.
14983
14984 2008-05-21 Eric Botcazou <ebotcazou@adacore.com>
14985
14986 * cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table
14987 once finished.
14988
14989 2008-05-20 David Daney <ddaney@avtrex.com>
14990
14991 * config/mips/mips.md (UNSPEC_SYNC_NEW_OP_12,
14992 UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE_12): New define_constants.
14993 (UNSPEC_SYNC_EXCHANGE, UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
14994 UNSPEC_UPDATE_GOT_VERSION): Renumber.
14995 (optab, insn): Add 'plus' and 'minus' to define_code_attr.
14996 (atomic_hiqi_op): New define_code_iterator.
14997 (sync_compare_and_swap<mode>): Call mips_expand_atomic_qihi instead of
14998 mips_expand_compare_and_swap_12.
14999 (compare_and_swap_12): Use MIPS_COMPARE_AND_SWAP_12 instead of
15000 MIPS_COMPARE_AND_SWAP_12_0. Pass argument to MIPS_COMPARE_AND_SWAP_12.
15001 (sync_<optab><mode>, sync_old_<optab><mode>,
15002 sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
15003 sync_new_nand<mode>): New define_expands for HI and QI mode operands.
15004 (sync_<optab>_12, sync_old_<optab>_12, sync_new_<optab>_12,
15005 sync_nand_12, sync_old_nand_12, sync_new_nand_12): New insns.
15006 (sync_lock_test_and_set<mode>): New define_expand for HI and QI modes.
15007 (test_and_set_12): New insn.
15008 (sync_old_add<mode>, sync_new_add<mode>, sync_old_<optab><mode>,
15009 sync_new_<optab><mode>, sync_old_nand<mode>,
15010 sync_new_nand<mode>, sync_lock_test_and_set<mode>): Add early
15011 clobber to operand 0 for SI and DI mode insns.
15012 * config/mips/mips-protos.h (mips_gen_fn_6, mips_gen_fn_5,
15013 mips_gen_fn_4): New typedefs.
15014 (mips_gen_fn_ptrs): Define new union type.
15015 (mips_expand_compare_and_swap_12): Remove declaration.
15016 (mips_expand_atomic_qihi): Declare function.
15017 * config/mips/mips.c (mips_expand_compare_and_swap_12): Rename to...
15018 (mips_expand_atomic_qihi): ... this. Use new generator function
15019 parameter.
15020 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): Add OPS parameter.
15021 (MIPS_COMPARE_AND_SWAP_12_0): Delete macro.
15022 (MIPS_COMPARE_AND_SWAP_12_ZERO_OP, MIPS_COMPARE_AND_SWAP_12_NONZERO_OP,
15023 MIPS_SYNC_OP_12, MIPS_SYNC_OP_12_NOT_NOP,
15024 MIPS_SYNC_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12,
15025 MIPS_SYNC_OLD_OP_12_NOT_NOP, MIPS_SYNC_OLD_OP_12_NOT_NOP_REG,
15026 MIPS_SYNC_OLD_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12_NOT_NOT_REG,
15027 MIPS_SYNC_NEW_OP_12, MIPS_SYNC_NEW_OP_12_NOT_NOP,
15028 MIPS_SYNC_NEW_OP_12_NOT_NOT, MIPS_SYNC_EXCHANGE_12,
15029 MIPS_SYNC_EXCHANGE_12_ZERO_OP, MIPS_SYNC_EXCHANGE_12_NONZERO_OP):
15030 New macros.
15031
15032 2008-05-20 H.J. Lu <hongjiu.lu@intel.com>
15033
15034 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
15035 the missing break.
15036
15037 2008-05-20 Anatoly Sokolov <aesok@post.ru>
15038
15039 * config/avr/avr.h (machine_function): Add 'is_OS_main' field.
15040 * config/avr/avr.c (avr_OS_main_function_p): Add new function.
15041 (avr_attribute_table): Add 'OS_main' function attribute.
15042 (avr_regs_to_save, expand_prologue, expand_epilogue): Handle
15043 functions with 'OS_main' attribute.
15044
15045 2008-05-20 Richard Guenther <rguenther@suse.de>
15046
15047 PR tree-optimization/35204
15048 * tree-ssa-sccvn.c (extract_and_process_scc_for_name): New
15049 helper, split out from ...
15050 (DFS): ... here. Make the DFS walk non-recursive.
15051
15052 2008-05-20 Sebastian Pop <sebastian.pop@amd.com>
15053 Jan Sjodin <jan.sjodin@amd.com>
15054
15055 PR tree-optimization/36181
15056 * tree-parloops.c (loop_has_vector_phi_nodes): New.
15057 (parallelize_loops): Don't parallelize when the loop has vector
15058 phi nodes.
15059
15060 2008-05-20 Jan Sjodin <jan.sjodin@amd.com>
15061 Sebastian Pop <sebastian.pop@amd.com>
15062
15063 * tree-loop-linear.c (gather_interchange_stats): Look in the access
15064 matrix, and never look at the tree representation of the memory
15065 accesses.
15066 (linear_transform_loops): Computes parameters and access matrices.
15067 * tree-data-ref.c (compute_data_dependences_for_loop): Returns false
15068 when fails.
15069 (access_matrix_get_index_for_parameter): New.
15070 * tree-data-ref.h (struct access_matrix): New.
15071 (AM_LOOP_NEST_NUM, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
15072 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
15073 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT,
15074 am_vector_index_for_loop): New.
15075 (struct data_reference): Add field access_matrix.
15076 (DR_ACCESS_MATRIX): New.
15077 (compute_data_dependences_for_loop): Update declaration.
15078 (lambda_collect_parameters, lambda_compute_access_matrices): Declared.
15079 * lambda.h (lambda_vector_vec_p): Declared.
15080 * lambda-code.c: Depend on pointer-set.h.
15081 (lambda_collect_parameters_from_af, lambda_collect_parameters,
15082 av_for_af_base, av_for_af, build_access_matrix,
15083 lambda_compute_access_matrices): New.
15084 * Makefile.in (lambda-code.o): Depend on pointer-set.h.
15085
15086 2008-05-20 Joseph Myers <joseph@codesourcery.com>
15087
15088 * doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
15089 $SOURCEDIR/include.
15090
15091 2008-05-20 Jan Sjodin <jan.sjodin@amd.com>
15092 Sebastian Pop <sebastian.pop@amd.com>
15093
15094 PR tree-optimization/36206
15095 * tree-scalar-evolution.c: Remove enum INSERT_SUPERLOOP_CHRECS,
15096 FOLD_CONVERSIONS.
15097 (instantiate_scev_1): Rename flags to fold_conversions.
15098 Do not check for INSERT_SUPERLOOP_CHRECS, keep SSA_NAMEs defined
15099 outeside instantiation_loop.
15100 * tree-chrec.h (evolution_function_is_affine_in_loop): New.
15101 (evolution_function_is_affine_or_constant_p): Removed.
15102 * tree-data-ref.c (dr_analyze_indices): Replace resolve_mixers with
15103 instantiate_scev.
15104 (analyze_siv_subscript): Pass in the loop nest number.
15105 Call evolution_function_is_affine_in_loop instead of
15106 evolution_function_is_affine_p.
15107 (analyze_overlapping_iterations): Pass in the loop nest number.
15108
15109 2008-05-20 Jan Sjodin <jan.sjodin@amd.com>
15110 Sebastian Pop <sebastian.pop@amd.com>
15111
15112 PR tree-optimization/36206
15113 * tree-chrec.h (chrec_fold_op): New.
15114 * tree-data-ref.c (initialize_matrix_A): Traverse NOP_EXPR, PLUS_EXPR,
15115 and other trees.
15116
15117 2008-05-20 Nathan Sidwell <nathan@codesourcery.com>
15118
15119 * c-incpath.c (INO_T_EQ): Do not define on non-inode systems.
15120 (DIRS_EQ): New.
15121 (remove_duplicates): Do not set inode on non-inode systems.
15122 Use DIRS_EQ.
15123
15124 2008-05-20 Sandra Loosemore <sandra@codesourcery.com>
15125
15126 * config.gcc (tm_file): Update comments about relative pathnames.
15127
15128 2008-05-20 Richard Guenther <rguenther@suse.de>
15129
15130 * tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
15131 * tree-ssa-sccvn.c (process_scc): Likewise.
15132 * tree-ssa-sink.c (execute_sink_code): Likewise.
15133 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
15134 * tree-vrp.c (process_assert_insertions): Likewise.
15135 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
15136 (perform_tree_ssa_dce): Likewise.
15137 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
15138 (dump_dominator_optimization_stats): Likewise.
15139 * tree-vectorizer.c (vectorize_loops): Likewise.
15140
15141 2008-05-20 Richard Guenther <rguenther@suse.de>
15142
15143 * tree-vn.c (vn_lookup_with_vuses): Do not use the alias oracle.
15144
15145 2008-05-20 Kai Tietz <kai.tietz@onevision.com>
15146
15147 * config/i386/i386-protos.h (ix86_return_in_memory): Removed.
15148 (ix86_i386elf_return_in_memory): Likewise.
15149 (ix86_i386interix_return_in_memory): Likewise.
15150 * config/i386/i386-interix.h (TARGET_RETURN_IN_MEMORY): Removed.
15151 (SUBTARGET_RETURN_IN_MEMORY): New.
15152 * config/i386/i386elf.h: Likewise.
15153 * config/i386/ptx4-i.h: Likewise.
15154 * config/i386/sol2-10.h: Likewise.
15155 * config/i386/sysv4.h: Likewise.
15156 * config/i386/vx-common.h: Likewise.
15157 * config/i386/i386.h (TARGET_RETURN_IN_MEMORY): Removed.
15158 * config/i386/i386.c (ix86_return_in_memory): Made static and
15159 make use of optional SUBTARGET_RETURN_IN_MEMORY macro.
15160 (ix86_i386elf_return_in_memory): Removed.
15161 (ix86_i386interix_return_in_memory): Removed.
15162 (TARGET_RETURN_IN_MEMORY): Declared within i386.c only.
15163 * target-def.h (TARGET_RETURN_IN_MEMORY): Remove protection #ifdef.
15164
15165 2008-05-20 Alexandre Oliva <aoliva@redhat.com>
15166
15167 * cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.
15168
15169 2008-05-19 Xinliang David Li <davidxl@google.com>
15170
15171 * tree-ssa-dce.c: Revert patches of 2008-05-17 and 2008-05-18.
15172 * opts.c: Ditto.
15173 * common.opt: Ditto.
15174 * doc/invoke.texi: Ditto.
15175
15176 2008-05-19 Eric Botcazou <ebotcazou@adacore.com>
15177
15178 * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko.
15179 (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.
15180
15181 2008-05-19 H.J. Lu <hongjiu.lu@intel.com>
15182
15183 * config/i386/i386.c (ix86_expand_vector_init_concat): Change
15184 sizes of operand array from 8/4 to 4/2.
15185 (ix86_expand_vector_init_general): Change size of operand array
15186 from 32 to 16. Remove op0, op1 and half_mode.
15187
15188 2008-05-19 H.J. Lu <hongjiu.lu@intel.com>
15189
15190 * config/i386/i386.c (ix86_expand_vector_init_concat): New.
15191 (ix86_expand_vector_init_interleave): Likewise.
15192 (ix86_expand_vector_init_general): Use them. Assert
15193 word_mode == SImode when n_words == 4.
15194
15195 2008-05-19 Uros Bizjak <ubizjak@gmail.com>
15196
15197 * config/i386/i386.c (ix86_secondary_reload): New static function.
15198 (TARGET_SECONDARY_RELOAD): New define.
15199 * config/i386/i386.h (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
15200 * config/i386/i386.md (reload_outqi): Remove.
15201
15202 2008-05-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15203
15204 PR middle-end/35509
15205 * builtins.c (mathfn_built_in_1): Renamed from mathfn_built_in.
15206 Add `implicit' parameter. Handle BUILT_IN_SIGNBIT.
15207 (mathfn_built_in): Rewrite in terms of mathfn_built_in_1.
15208 (fold_builtin_classify): Handle BUILT_IN_ISINF_SIGN.
15209 (fold_builtin_1): Likewise.
15210 * builtins.def (BUILT_IN_ISINF_SIGN): New.
15211 c-common.c (check_builtin_function_arguments): Handle
15212 BUILT_IN_ISINF_SIGN.
15213 * doc/extend.texi: Document __builtin_isinf_sign.
15214 * fold-const.c (operand_equal_p): Handle COND_EXPR.
15215
15216 2008-05-18 Eric Botcazou <ebotcazou@adacore.com>
15217
15218 * tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need
15219 EH cleanup at the end of the pass, search for those that have been
15220 turned into forwarder blocks and do the cleanup on their successor.
15221
15222 2008-05-18 Richard Guenther <rguenther@suse.de>
15223
15224 * tree-cfg.c (verify_gimple_expr): Allow conversions from
15225 pointers to sizetype and vice versa.
15226
15227 2008-05-18 Xinliang David Li <davidxl@google.com>
15228
15229 * gcc/tree-ssa-dce.c: Coding style fix.
15230 (check_pow): Documentation comment.
15231 (check_log): Documenation comment. Coding style fix.
15232 (is_unnecessary_except_errno_call): Ditto.
15233 (gen_conditions_for_pow): Ditto.
15234 (gen_conditions_for_log): Ditto.
15235 (gen_shrink_wrap_conditions): Ditto.
15236 (shrink_wrap_one_built_in_calls): Ditto.
15237 * gcc/doc/invoke.texi: Better documentation string.
15238 * ChangeLog: Fix wrong change log entries from
15239 May 17 checkin on function call DCE.
15240
15241 2008-05-17 Kaz Kojima <kkojima@gcc.gnu.org>
15242
15243 * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow.
15244
15245 2008-05-17 Kenneth Zadeck <zadeck@naturalbridge.com>
15246
15247 * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos.
15248 * df-problems.c (simulation routines): Fixed block comment to
15249 properly say how to add forwards scanning functions.
15250
15251 2008-05-17 Eric Botcazou <ebotcazou@adacore.com>
15252
15253 * tree-inline.c (setup_one_parameter): Remove dead code.
15254
15255 2008-05-17 Eric Botcazou <ebotcazou@adacore.com>
15256
15257 * fold-const.c (fold_unary) <CASE_CONVERT>: Fold the cast into
15258 a BIT_AND_EXPR only for an INTEGER_TYPE.
15259
15260 2008-05-17 Xinliang David Li <davidxl@google.com>
15261
15262 * gcc/tree-ssa-dce.c (cond_dead_built_in_calls): New static variable.
15263 (check_pow, check_log, is_unnecessary_except_errno_call): New
15264 functions to check for eliminating math functions that are pure
15265 except for setting errno.
15266 (gen_conditions_for_pow, gen_conditionas_for_log): New functions to
15267 general condition expressions for shrink-wrapping pow/log calls.
15268 (gen_shrink_wrap_conditions): Ditto.
15269 (shrink_wrap_one_built_in_call): Ditto.
15270 (shrink_wrap_conditional_dead_built_in_calls): Ditto.
15271 (mark_operand_necessary): If debugging, output if OP is necessary.
15272 (eliminate_unnecessary_stmts): Eliminate pow, log calls that are
15273 unnecessary.
15274 * gcc/opts.c (decode_options): set flag_tree_builtin_dce to 1 when
15275 opt level >= 2.
15276 * gcc/common.opt: New user flag -ftree-builtin-dce.
15277 * gcc/doc/invoke.texi (-ftree-builtin-dce): New option.
15278
15279 2008-05-16 David S. Miller <davem@davemloft.net>
15280
15281 * config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before overriding.
15282 * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
15283
15284 2008-05-16 Uros Bizjak <ubizjak@gmail.com>
15285
15286 PR target/36246
15287 * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): New define.
15288
15289 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
15290
15291 * ifcvt.c (dead_or_predicable): Rename
15292 df_simulate_one_insn_backwards to df_simulate_one_insn.
15293 * recog.c (peephole2_optimize): Ditto.
15294 * rtl-factoring.c (collect_pattern_seqs, clear_regs_live_in_seq):
15295 Ditto.
15296 * df.h: Rename df_simulate_one_insn_backwards to
15297 df_simulate_one_insn. and delete df_simulate_one_insn_forwards.
15298 * df-problems.c (df_simulate_artificial_refs_at_top) Reversed
15299 scanning of defs and uses.
15300 (df_simulate_one_insn_backwards): Renamed to df_simulate_one_insn.
15301 (df_simulate_one_insn_forwards): Removed.
15302
15303 2008-05-16 Doug Kwan <dougkwan@google.com>
15304
15305 * real.c (real_to_decimal, real_to_hexadecimal): Distinguish
15306 QNaN & SNaN.
15307 (real_from_string): Handle NaNs and Inf as approriate.
15308
15309 2008-05-16 Nathan Froyd <froydnj@codesourcery.com>
15310
15311 * doc/gty.texi (Source Files Containing Type Information): Note
15312 that headers should appear first in the gtfiles list.
15313
15314 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
15315
15316 * tree.def (COND_EXEC): Properly documented this code.
15317
15318 2008-05-16 Diego Novillo <dnovillo@google.com>
15319
15320 * dwarf2asm.c (dw2_assemble_integer): Clarify comment.
15321 * tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for
15322 the new field.
15323
15324 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
15325
15326 * tree-ssa-dse (max_stmt_uid): Removed.
15327 (get_stmt_uid, dse_possible_dead_store_p, dse_optimize_stmt,
15328 tree_ssa_dse): Encapsulate all uses of stmt_ann->uid.
15329 * tree-ssa-sccvn.c (compare_ops, init_scc_vn): Ditto.
15330 * function.h (cfun.last_stmt_uid): New field.
15331 * tree-flow-inline.h (set_gimple_stmt_uid, gimple_stmt_uid,
15332 gimple_stmt_max_uid, set_gimple_stmt_max_uid, inc_gimple_stmt_max_uid):
15333 New functions.
15334 * tree-dfa.c (renumber_gimple_stmt_uids): New function.
15335 (create_stmt_ann): Initialize the ann->uid field.
15336 * tree-ssa-pre.c (compute_avail): Encapsulate the stmt_ann->uid
15337 with new calls.
15338 * tree-flow.h (renumber_gimple_stmt_uids): New function.
15339
15340 2008-05-16 Nathan Froyd <froydnj@codesourcery.com>
15341
15342 * tree-flow.h (init_empty_tree_cfg_for_function): Declare.
15343 * tree-cfg.c (init_empty_tree_cfg_for_function): Define.
15344 (init_empty_tree_cfg): Call it.
15345
15346 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
15347
15348 * cfg.c (init_flow): Add argument THE_FUN. Use it instead of cfun.
15349 Update all users.
15350
15351 2008-05-16 Kenneth Zadeck <zadeck@naturalbridge.com>
15352
15353 * doc/invoke.text (-fdump-tree-*-verbose): New option.
15354 * tree-dump.c (dump_options): New verbose option.
15355 * tree-pretty-print.c (dump_phi_nodes, dump_generic_bb_buff):
15356 Add verbose dump.
15357 * tree-pass.h (TDF_VERBOSE): New dump flag.
15358 * print-tree.c (print_node): Added code to be able to print PHI_NODES.
15359 (tree-flow.h): Added include.
15360 * Makefile.in (print-tree.o): Added TREE_FLOW_H.
15361
15362 2008-05-16 Bernd Schmidt <bernd.schmidt@analog.com>
15363
15364 * config/bfin/bfin.c (bfin_discover_loops): Delete empty loops.
15365
15366 From Jie Zhang <jie.zhang@analog.com>
15367 * config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
15368 MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Remove mcpu=bf532-0.3,
15369 mcpu=bf561-none and mcpu=bf561-0.2.
15370 * config/bfin/t-bfin-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
15371 MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
15372 * config/bfin/t-bfin-linux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
15373 MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
15374 * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add BFIN_CPU_UNKNOWN.
15375 * config/bfin/elf.h (STARTFILE_SPEC): Use specific CRT for BF561.
15376 (LIB_SPEC): Use proper linker script for bf561. Error if no mcpu
15377 option.
15378 * config/bfin/bfin.c (bfin_cpu_type): Set to BFIN_CPU_UNKNOWN.
15379 (cputype_selected): Remove.
15380 (bfin_handle_option): Don't use cputype_selected.
15381 (override_options): When no mcpu option, enable all workarounds.
15382 Don't use bfin_workarounds.
15383 * config/bfin/bfin.h (DRIVER_SELF_SPECS): Don't set default
15384 processor type.
15385 (DEFAULT_CPU_TYPE): Don't define.
15386
15387 2008-05-16 Richard Guenther <rguenther@suse.de>
15388
15389 * tree-ssa-propagate.c (substitute_and_fold): Fix stmt walking
15390 on deletion of the last stmt.
15391
15392 2008-05-15 H.J. Lu <hongjiu.lu@intel.com>
15393
15394 * config/i386/i386.c (ix86_expand_vector_init_general): Optimize
15395 V8HImode for SSE2 and V16QImode for SSE4.1.
15396
15397 2008-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
15398
15399 * cgraph.h (compute_inline_parameters): Made public.
15400 * tree-pass.h (ipa_opt_pass): Removed function_generate_summary,
15401 variable_generate_summary, function_write_summary,
15402 variable_write_summary, variable_read_summary. Added generate_summary,
15403 write_summary, read_summary.
15404 * cgraphunit.c (cgraph_process_new_functions): Changed call from
15405 pass_ipa_inline.function_generate_summary, to
15406 compute_inline_parameters.
15407 * ipa-inline.c (compute_inline_parameters): Made public and added
15408 node parameter.
15409 (compute_inline_parameters_for_current): New function.
15410 (pass_inline_param): Now calls compute_inline_parameters_for_current.
15411 (inline_generate_summary): Removed parameter and made to loop over
15412 all cgraph nodes.
15413 (pass_ipa_inline): Updated for new IPA_PASS structure.
15414 * passes.c (execute_ipa_summary_passes): Now is called once per
15415 pass rather than once per node*pass.
15416
15417 2008-05-15 Anatoly Sokolov <aesok@post.ru>
15418
15419 * config/avr/avr.c (avr_base_arch_macro, avr_have_movw_lpmx_p,
15420 avr_have_mul_p, avr_asm_only_p): Remove variables.
15421 (avr_override_options): Remove initialization of removed variables.
15422 (avr_file_start): Convert removed variables to fields of
15423 'struct base_arch_s *avr_current_arch'.
15424 * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): (Ditto.).
15425 (AVR_HAVE_MUL): (Ditto.).
15426 (AVR_HAVE_MOVW): (Ditto.).
15427 (AVR_HAVE_LPMX): (Ditto.).
15428 (avr_base_arch_macro, avr_have_movw_lpmx_p, avr_have_mul_p,
15429 avr_asm_only_p): Remove declaration.
15430
15431 2008-05-15 Diego Novillo <dnovillo@google.com>
15432
15433 * config/arm/arm.c (arm_return_in_memory): Fix return type.
15434 * config/arm/arm-protos.h (arm_return_in_memory): Likewise.
15435
15436 2008-05-15 Adam Nemet <anemet@caviumnetworks.com>
15437
15438 PR middle-end/36194
15439 * combine.c (check_conversion): Rename back to check_promoted_subreg.
15440 Don't call record_truncated_value from here.
15441 (record_truncated_value): Turn it into a for_each_rtx callback.
15442 (record_truncated_values): New function.
15443 (combine_instructions): Call note_uses with record_truncated_values.
15444 Change name of check_conversion to check_promoted_subreg.
15445
15446 2008-05-15 Janis Johnson <janis187@us.ibm.com>
15447
15448 * doc/sourcebuild.texi: Document support for torture tests.
15449
15450 2008-05-15 Uros Bizjak <ubizjak@gmail.com>
15451
15452 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint
15453 to alternative 4 of operand 2.
15454
15455 2008-05-15 Richard Guenther <rguenther@suse.de>
15456
15457 * tree-pass.h (current_pass): Declare.
15458 (get_pass_for_id): Likewise.
15459 * passes.c (passes_by_id, passes_by_id_size): New globals.
15460 (set_pass_for_id): New function.
15461 (get_pass_for_id): Likewise.
15462 (register_one_dump_file): Use set_pass_for_id to populate passes_by_id.
15463 (execute_function_todo): Flush per function statistics.
15464 * toplev.c (compile_file): Init statistics.
15465 (general_init): Do early statistics initialization.
15466 (finalize): Finish statistics.
15467 * statistics.h (statistics_early_init): Declare.
15468 (statistics_init): Likewise.
15469 (statistics_fini): Likewise.
15470 (statistics_fini_pass): Likewise.
15471 (statistics_counter_event): Likewise.
15472 (statistics_histogram_event): Likewise.
15473 * statistics.c: New file.
15474 * Makefile.in (OBJS-common): Add statistics.o.
15475 (statistics.o): Add dependencies.
15476 * doc/invoke.texi (-fdump-statistics): Document.
15477
15478 * tree-ssa-pre.c (compute_antic): Use statistics_histogram_event.
15479 (insert): Likewise.
15480 (execute_pre): Use statistics_counter_event.
15481 * tree-ssa-propagate.c (struct prop_stats_d): Add num_dce field.
15482 (substitute_and_fold): Increment it. Use statistics_counter_event.
15483
15484 2008-05-15 Diego Novillo <dnovillo@google.com>
15485
15486 http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00893.html
15487
15488 * treestruct.def (TS_STRUCT_FIELD_TAG): Remove.
15489 * tree-ssa-alias.c (new_type_alias): Remove references to
15490 sub-variables from comment.
15491 * tree-ssa-operands.c (swap_tree_operands): Likewise.
15492
15493 2008-05-15 H.J. Lu <hongjiu.lu@intel.com>
15494
15495 * config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra
15496 attribute to 1 only for insertps alternative.
15497
15498 2008-05-15 Bernd Schmidt <bernd.schmidt@analog.com>
15499
15500 * config/bfin/bfin.md (loadbytes): New pattern.
15501 * config/bfin/bfin.c (enum bfin_builtins): Add BFIN_BUILTIN_LOADBYTES.
15502 (bfin_init_builtins): Initialize it.
15503 (bdesc_1arg): Add it.
15504
15505 2008-05-15 Sa Liu <saliu@de.ibm.com>
15506
15507 * testsuite/gfortran.dg/c_kind_int128_test1.f03: New.
15508 * testsuite/gfortran.dg/c_kind_int128_test2.f03: New.
15509 * testsuite/lib/target-supports.exp: Add
15510 check_effective_target_fortran_integer_16.
15511
15512 2008-05-15 Bernd Schmidt <bernd.schmidt@analog.com>
15513
15514 * config/bfin/bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here.
15515 * config/bfin/bfin-protos.h (bfin_return_in_memory): Don't declare.
15516 * config/bfin/bfin.c (bfin_return_in_memory): Now static. Return bool.
15517 (TARGET_RETURN_IN_MEMORY): Define.
15518
15519 2008-05-15 Richard Guenther <rguenther@suse.de>
15520
15521 PR middle-end/36244
15522 * tree-ssa-alias.c (new_type_alias): Do not set TREE_READONLY.
15523 * tree-flow-inline.h (unmodifiable_var_p): Memory tags never
15524 represent unmodifiable vars.
15525
15526 2008-05-15 Richard Guenther <rguenther@suse.de>
15527
15528 * tree-dfa.c (refs_may_alias_p): Allow all kinds of
15529 INDIRECT_REF and TARGET_MEM_REF.
15530 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
15531 TARGET_MEM_REF.
15532
15533 2008-05-15 Uros Bizjak <ubizjak@gmail.com>
15534 H.J. Lu <hongjiu.lu@intel.com>
15535
15536 * config/i386/sse.md (*vec_concatv2sf_sse4_1): New insn pattern.
15537 (*vec_concatv2si_sse4_1): Use vector_move_operand predicate
15538 for operand 2. Remove pinsr{q,d} with 0x0 immediate operand from
15539 insn alternatives. Add missing alternatives.
15540 (*vec_concatv2di_rex64_sse4_1): Likewise.
15541 (*vec_concatv2si_sse2): Use "x" register constraint instead of "Y2".
15542 (*vec_concatv2di_rex64_sse): Rename from *vec_concatv2di_rex64.
15543 Require TARGET_SSE.
15544
15545 2008-05-15 Richard Guenther <rguenther@suse.de>
15546
15547 PR tree-optimization/36009
15548 PR tree-optimization/36204
15549 * tree-ssa-loop-im.c (tree-ssa-propagate.h): Include.
15550 (determine_invariantness_stmt): Record the loop a store is
15551 always executed in.
15552 * Makefile.in (tree-ssa-loop-im.o): Add tree-ssa-propagate.h
15553 dependency.
15554
15555 2008-05-15 Richard Guenther <rguenther@suse.de>
15556
15557 PR tree-optimization/34330
15558 * tree-ssa-alias.c (get_smt_for): Only assert that accesses
15559 through the pointer will alias the SMT.
15560
15561 2008-05-14 Andreas Tobler <a.tobler@schweiz.org>
15562
15563 * config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0.
15564
15565 2008-05-14 H.J. Lu <hongjiu.lu@intel.com>
15566
15567 * config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only.
15568
15569 2008-05-14 Michael Meissner <michael.meissner@amd.com>
15570 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
15571
15572 * optabs.h (optab_index): Add OTI_vashl, OTI_vlshr, OTI_vashr,
15573 OTI_vrotl, OTI_vrotr to support vector/vector shifts.
15574 (vashl_optab): New optab for vector/vector shifts.
15575 (vashr_optab): Ditto.
15576 (vlshr_optab): Ditto.
15577 (vrotl_optab): Ditto.
15578 (vrotr_optab): Ditto.
15579 (optab_subtype): New enum for optab_for_tree_code call.
15580 (optab_for_tree_code): Add enum optab_subtype argument.
15581
15582 * optabs.c (optab_for_tree_code): Take an additional argument to
15583 distinguish between a vector shift by a scalar and vector shift by
15584 a vector. Make lshr/ashr/ashl/rotl/rotr optabs just vector
15585 shifted by a scalar. Use vlshr/vashr/vashl/vrotl/vrotr for the
15586 vector shift by a vector.
15587 (expand_widen_pattern_expr): Pass additional argument to
15588 optab_for_tree_code.
15589
15590 * genopinit.c (optabs): Add vashr_optab, vashl_optab, vlshr_optab,
15591 vrotl_optab, vrotr_optab.
15592
15593 * expr.c (expand_expr_real_1): Update calls to
15594 optab_for_tree_code to distinguish between vector shifted by a
15595 scalar and vector shifted by a vector.
15596 * tree-vectorizer.c (supportable_widening_operation): Ditto.
15597 (supportable_narrowing_operation): Ditto.
15598 * tree-vect-analyze.c (vect_build_slp_tree): Ditto.
15599 * tree-vect-patterns.c (vect_pattern_recog_1): Ditto.
15600 * tree-vect-transform.c (vect_model_reduction_cost): Ditto.
15601 (vect_create_epilog_for_reduction): Ditto.
15602 (vectorizable_reduction): Ditto.
15603 (vectorizable_operation): Ditto.
15604 (vect_strided_store_supported): Ditto.
15605 (vect_strided_load_supported): Ditto.
15606 * tree-vect-generic.c (expand_vector_operations_1): Ditto.
15607 * expmed.c (expand_shift): Ditto.
15608
15609 * doc/md.texi (ashl@var{m}3): Document that operand 2 is always a
15610 scalar type.
15611 (ashr@var{m}3): Ditto.
15612 (vashl@var{m}3): Document new vector/vector shift standard name.
15613 (vashr@var{m}3): Ditto.
15614 (vlshr@var{m}3): Ditto.
15615 (vrotl@var{m}3): Ditto.
15616 (vrotr@var{m}3): Ditto.
15617
15618 * config/i386/i386.md (PPERM_SRC): Move PPERM masks here from i386.c.
15619 (PPERM_INVERT): Ditto.
15620 (PPERM_REVERSE): Ditto.
15621 (PPERM_REV_INV): Ditto.
15622 (PPERM_ZERO): Ditto.
15623 (PPERM_ONES): Ditto.
15624 (PPERM_SIGN): Ditto.
15625 (PPERM_INV_SIGN): Ditto.
15626 (PPERM_SRC1): Ditto.
15627 (PPERM_SRC2): Ditto.
15628
15629 * config/i386/sse.md (mulv2di3): Add SSE5 support.
15630 (sse5_pmacsdql_mem): New SSE5 define_and_split that temporarily
15631 allows a memory operand to be the value being added, and split it
15632 to improve vectorization.
15633 (sse5_pmacsdqh_mem): Ditto.
15634 (sse5_mulv2div2di3_low): SSE5 32-bit multiply and extend function.
15635 (sse5_mulv2div2di3_high): Ditto.
15636 (vec_pack_trunc_v8hi): Add SSE5 pperm support.
15637 (vec_pack_trunc_v4si): Ditto.
15638 (vec_pack_trunc_v2di): Ditto.
15639 (sse5_pcmov_<mode>): Remove code that tried to use use
15640 andps/andnps instead of pcmov.
15641 (vec_widen_smult_hi_v4si): If we have SSE5, use the pmacsdql and
15642 pmacsdqh instructions.
15643 (vec_widen_smult_lo_v4si): Ditto.
15644
15645 * config/i386/i386.c (PPERM_SRC): Move PPERM masks to i386.md.
15646 (PPERM_INVERT): Ditto.
15647 (PPERM_REVERSE): Ditto.
15648 (PPERM_REV_INV): Ditto.
15649 (PPERM_ZERO): Ditto.
15650 (PPERM_ONES): Ditto.
15651 (PPERM_SIGN): Ditto.
15652 (PPERM_INV_SIGN): Ditto.
15653 (PPERM_SRC1): Ditto.
15654 (PPERM_SRC2): Ditto.
15655 (ix86_expand_sse_movcc): Move the SSE5 test after the if
15656 true/false tests.
15657 (ix86_expand_int_vcond): If SSE5 generate all possible integer
15658 comparisons.
15659 (ix86_sse5_valid_op_p): Allow num_memory to be negative, which
15660 says ignore whether the last reference is a memory operand.
15661
15662 2008-05-14 Michael Meissner <michael.meissner@amd.com>
15663 Paolo Bonzini <bonzini at gnu dot org>
15664
15665 * config/rs6000/rs6000.c (bdesc_2arg): Change the names of vector
15666 shift patterns.
15667
15668 * config/rs6000/altivec.md (vashl<mode>3): Rename from ashl<mode>3.
15669 (vlshr<mode>3): Rename from vlshr<mode>3.
15670 (vashr<mode>3): Rename from vashr<mode>3.
15671 (mulv4sf3): Change the names of vector shift patterns.
15672 (mulv4si3): Ditto.
15673 (negv4sf2): Ditt.
15674
15675 * config/spu/spu.c (spu_initialize_trampoline): Rename vector
15676 shift insns.
15677
15678 * config/spu/spu-builtins.def (SI_SHLH): Rename vector shift insns.
15679 (SI_SHLHI): Ditto.
15680 (SI_SHL): Ditto.
15681 (SI_SHLI): Ditto.
15682 (SI_ROTH): Ditto.
15683 (SI_ROTHI): Ditto.
15684 (SI_ROT): Ditto.
15685 (SI_ROTI): Ditto.
15686 (SPU_RL_0): Ditto.
15687 (SPU_RL_1): Ditto.
15688 (SPU_RL_2): Ditto.
15689 (SPU_RL_3): Ditto.
15690 (SPU_RL_4): Ditto.
15691 (SPU_RL_5): Ditto.
15692 (SPU_RL_6): Ditto.
15693 (SPU_RL_7): Ditto.
15694 (SPU_SL_0): Ditto.
15695 (SPU_SL_1): Ditto.
15696 (SPU_SL_2): Ditto.
15697 (SPU_SL_3): Ditto.
15698 (SPU_SL_4): Ditto.
15699 (SPU_SL_5): Ditto.
15700 (SPU_SL_6): Ditto.
15701 (SPU_SL_7): Ditto.
15702
15703 * config/spu/spu.md (v): New iterator macro to add v for vector types.
15704 (floatunssidf2_internal): Change vector/vector shift names.
15705 (floatunsdidf2_internal): Ditto.
15706 (mulv8hi3): Ditto.
15707 (ashrdi3): Ditto.
15708 (ashrti3): Ditto.
15709 (cgt_df): Ditto.
15710 (cgt_v2df): Ditto.
15711 (dftsv): Ditto.
15712 (vashl<mode>3): Rename from ashl<mode>3.
15713 (vashr<mode>3): Rename from ashr<mode>3.
15714 (vlshr<mode>3): Rename from lshr<mode>3.
15715 (vrotl<mode>3): Rename from rotl<mode>3.
15716
15717 2008-05-14 Michael Meissner <michael.meissner@amd.com>
15718
15719 PR target/36224
15720 * config/i386/sse.md (vec_widen_smult_hi_v4si): Delete, using unsigned
15721 multiply gives the wrong value when doing widening multiplies.
15722 (vec_widen_smult_lo_v4si): Ditto.
15723
15724 2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com>
15725
15726 * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to
15727 LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to
15728 emit_library_call_value.
15729 * builtins.c (expand_builtin_powi, expand_builtin_memcmp): Ditto.
15730 * tree.h (ECF_LIBCALL_BLOCK): Removed.
15731 * calls.c (initialize_argument_information, precompute_arguments,
15732 expand_call, emit_library_call_value_1): Remove ECF_LIBCALL_BLOCK.
15733 (precompute_arguments): Removed flags parameter.
15734 * rtl.h (LCT_CONST_MAKE_BLOCK, LCT_PURE_MAKE_BLOCK): Removed.
15735
15736 2008-05-14 Richard Guenther <rguenther@suse.de>
15737
15738 * tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.
15739 Make sure to register the store if the use is a PHI_NODE.
15740
15741 2008-05-14 Olivier Hainque <hainque@adacore.com>
15742
15743 * expr.c (expand_expr_real_1) <normal_inner_ref>: Force op0 to
15744 memory if the component is to be referenced in BLKmode according
15745 to get_inner_reference.
15746
15747 2008-05-14 Adam Nemet <anemet@caviumnetworks.com>
15748
15749 * calls.c (emit_library_call_value_1): Restore code clearing
15750 ECF_LIBCALL_BLOCK to ensure that we only call end_sequence once.
15751
15752 2008-05-14 Olivier Hainque <hainque@adacore.com>
15753 Nicolas Roche <roche@adacore.com>
15754
15755 * configure.ac: Add support for a "gcc_subdir" variable in
15756 config-lang.in, to denote a subdirectory where the language/GCC
15757 integration files are to be found.
15758 * configure: Regenerate.
15759
15760 2008-05-14 Ira Rosen <irar@il.ibm.com>
15761
15762 PR tree-optimization/36098
15763 * tree-vect-analyze.c (vect_analyze_group_access): Set the gap
15764 value for the first load in the group in case of a gap.
15765 (vect_build_slp_tree): Check that there are no gaps in loads.
15766
15767 2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com>
15768
15769 * doc/rtl.texi: Removed reference to REG_NO_CONFLICT notes.
15770 * optabs.c (expand_binop, expand_absneg_bit, expand_unop,
15771 expand_copysign_bit, ): Change call to emit_no_conflict_block to
15772 emit_insn and remove unneeded code to construct extra args.
15773 (emit_no_conflict_block): Removed.
15774 * optabls.h: (emit_no_conflict_block): Removed.
15775 * cse.c (cse_extended_basic_block): Remove search for
15776 REG_NO_CONFLICT note.
15777 * global.c: Removed incorrect comment added in revision 117.
15778 * expr.c (convert_move): Change call to emit_no_conflict_block to
15779 emit_insn.
15780 * recog.c: Change comments so that they do not mention
15781 REG_NO_CONFLICT.
15782 * local_alloc.c (combine_regs): Removed last parameter.
15783 (no_conflict_p): Removed.
15784 (block_alloc): Removed note, no_conflict_combined_regno and set
15785 local vars. Removed all code to process REG_NO_CONFLICT blocks.
15786 (combine_regs): Removed already_dead and code to look for
15787 REG_NO_CONFLICT notes.
15788 * lower_subreg (remove_retval_note): Removed code to look for
15789 REG_NO_CONFLICT block.
15790 (resolve_reg_notes): Removed REG_NO_CONFLICT case.
15791 (resolve_clobber): Remove code to process libcalls that have
15792 REG_NO_CONFLICT notes.
15793 * loop_invariant.c (find_invariant_insn): Removed REG_NO_CONFLICT
15794 case.
15795 * combine.c (can_combine_p, distribute_notes): Removed
15796 REG_NO_CONFLICT case.
15797 * config/cris/cris.md (movdi pattern): Changed emit_no_conflict_block
15798 to emit_insns.
15799 * config/mn10300/mn10300.md (absdf2, negdf2 patterns): Ditto.
15800 * config/m68k/m68k.md (negdf2, negxf2, absdf2, absxf2 patterns):
15801 Ditto.
15802 * reg-notes.def (NO_CONFLICT): Removed.
15803
15804 2008-05-14 David S. Miller <davem@davemloft.net>
15805
15806 * config/sparc/sparc.c (sparc_profile_hook): If
15807 NO_PROFILE_COUNTERS, don't generate and pass a label into mcount.
15808 * config/sparc/linux.h (NO_PROFILE_COUNTERS): Define as 1.
15809 * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
15810
15811 2008-05-14 Andreas Krebbel <krebbel1@de.ibm.com>
15812
15813 * cse.c (cse_cc_succs): Invoke delete_insn_and_edges.
15814
15815 2008-05-13 Uros Bizjak <ubizjak@gmail.com>
15816
15817 PR target/36222
15818 * config/i386/i386.c (ix86_expand_vector_init_general): Rearrange op0
15819 and op1 expansion before vector concat to have less live pseudos.
15820
15821 2008-05-13 H.J. Lu <hongjiu.lu@intel.com>
15822
15823 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
15824 ix86_expand_vector_set if supported.
15825
15826 2008-05-13 Diego Novillo <dnovillo@google.com>
15827 Kenneth Zadeck <zadeck@naturalbridge.com>
15828
15829 http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00748.html
15830
15831 * tree.h (init_phinodes, fini_phinodes, release_phi_node,
15832 phinodes_print_statistics, init_ssanames, fini_ssanames,
15833 make_ssa_name, duplicate_ssa_name, duplicate_ssa_name_ptr_info,
15834 release_ssa_name, release_defs, replace_ssa_name_symbol,
15835 ssanames_print_statistics): Move ...
15836 * tree-flow.h: ... here.
15837 * tree-ssanames.c (init_ssanames): Add arguments FN and SIZE.
15838 Use FN instead of cfun.
15839 (make_ssa_name_fn): Rename from make_ssa_name.
15840 (pass_release_ssa_names): Add TODO_dump_func to finish flags.
15841 * tree-flow-inline.h (make_ssa_name): Move from
15842 tree-ssanames.c. Convert to static inline. Call make_ssa_name_fn.
15843 * omp-low.c (expand_omp_parallel):
15844 * tree-flow-inline.h (redirect_edge_var_map_result):
15845 * tree-ssa.c (init_tree_ssa): Add argument FN.
15846 Use it instead of cfun. Update all users.
15847
15848 2008-05-13 Tom Tromey <tromey@redhat.com>
15849
15850 PR preprocessor/22168:
15851 * doc/cpp.texi (Top): Update menu.
15852 (Alternatives to Wrapper #ifndef): New node.
15853 (Other Directives): Document deprecation.
15854 (Obsolete Features): Remove menu.
15855 (Assertions): Merge node into Obsolete Features.
15856 (Obsolete once-only headers): Move earlier; rename to Alternatives
15857 to Wrapper #ifndef.
15858 * doc/cppopts.texi: Update.
15859 * c.opt (Wdeprecated): Enable for C and ObjC.
15860 * doc/invoke.texi (Option Summary): Move -Wno-deprecated.
15861 (C++ Dialect Options): Move -Wno-deprecated from here to...
15862 (Warning Options): ... here.
15863
15864 2008-05-13 Richard Guenther <rguenther@suse.de>
15865
15866 PR middle-end/36227
15867 * fold-const.c (fold_sign_changed_comparison): Do not allow
15868 changes in pointer-ness.
15869
15870 2008-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
15871
15872 PR target/24713
15873 * config/sh/sh.c (sh_expand_prologue): Don't clear
15874 RTX_FRAME_RELATED_P for push insns.
15875
15876 2008-05-12 Andy Hutchinson <hutchinsonandy@aim.com>
15877
15878 * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
15879
15880 2008-05-12 Anatoly Sokolov <aesok@post.ru>
15881
15882 * config/avr/avr.h (machine_function): Add 'is_leaf' field.
15883 * config/avr/avr.c (avr_regs_to_save): Compute 'machine->is_leaf'.
15884 Use 'machine->is_leaf' instead of 'leaf_func_p'.
15885
15886 2008-05-12 H.J. Lu <hongjiu.lu@intel.com>
15887
15888 * config/i386/sse.md (*sse_concatv4sf): Renamed to ...
15889 (*vec_concatv4sf_sse): This.
15890 (*sse2_concatv2si): Renamed to ...
15891 (*vec_concatv2si_sse2): This.
15892 (*sse1_concatv2si): Renamed to ...
15893 (*vec_concatv2si_sse): This.
15894 (*vec_concatv2di_rex): Renamed to ...
15895 (*vec_concatv2di_rex64): This.
15896 (*vec_concatv2si_sse4_1): New.
15897 (*vec_concatv2di_rex64_sse4_1): Likewise.
15898
15899 2008-05-12 Uros Bizjak <ubizjak@gmail.com>
15900
15901 PR rtl-optimization/36111
15902 * recog.c (validate_replace_rtx_1): Unshare new RTL expression
15903 that was created for swappable operands.
15904
15905 2008-05-12 Samuel Tardieu <sam@rfc1149.net>
15906
15907 PR ada/36001
15908 * Makefile.in: Substitute GNATMAKE and GNATBIND.
15909 * configure.ac: Add call to ACX_PROG_GNAT.
15910
15911 2008-05-11 Volker Reichelt <v.reichelt@netcologne.de>
15912
15913 * optc-gen.awk: Fix comment typo.
15914
15915 2008-05-11 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
15916
15917 * pretty-print.c (pp_integer_with_precision): Use
15918 HOST_LONG_LONG_FORMAT.
15919
15920 2008-05-10 Kenneth Zadeck <zadeck@naturalbridge.com>
15921
15922 * gcse.c (store_killed_in_insn): Negated call to RTL_CONST_CALL_P.
15923
15924 2008-05-10 H.J. Lu <hongjiu.lu@intel.com>
15925
15926 * config/i386/i386.c (bdesc_ptest): Removed.
15927 (ix86_builtin_type): Add INT_FTYPE_V2DI_V2DI_PTEST.
15928 (bdesc_args): Add __builtin_ia32_ptestz128,
15929 __builtin_ia32_ptestc128 and __builtin_ia32_ptestnzc128.
15930 (ix86_init_mmx_sse_builtins): Updated.
15931 (ix86_expand_args_builtin): Handle INT_FTYPE_V2DI_V2DI_PTEST.
15932 (ix86_expand_builtin): Updated.
15933
15934 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
15935
15936 * tree-cfg.c (valid_fixed_convert_types_p): New function.
15937 (verify_gimple_expr): Handle FIXED_CONVERT_EXPR.
15938
15939 2008-05-10 Uros Bizjak <ubizjak@gmail.com>
15940
15941 * value-prof.c (interesting_stringop_to_profile): Do not
15942 return early for BUILT_IN_MEMPCPY.
15943
15944 2008-05-09 H.J. Lu <hongjiu.lu@intel.com>
15945
15946 * calls.c (expand_call): Don't use callgraph to increase
15947 preferred_stack_boundary.
15948
15949 * cgraph.h (cgraph_rtl_info): Use unsigned on
15950 preferred_incoming_stack_boundary.
15951
15952 * final.c (rest_of_clean_state): Use unsigned on
15953 preferred_stack_boundary.
15954
15955 2008-05-09 Tom Tromey <tromey@redhat.com>
15956
15957 PR preprocessor/22231:
15958 * c-opts.c (sanitize_cpp_opts): Disallow -MG if compilation is
15959 proceeding.
15960
15961 2008-05-09 Uros Bizjak <ubizjak@gmail.com>
15962
15963 PR tree-optimization/36129
15964 * tree-ssa-ccp.c: Include value-prof.h.
15965 (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
15966 built-in function was folded to a constant.
15967 * Makefile.in (tree-ssa-ccp.c): Depend on value-prof.h
15968
15969 2008-05-09 Jan Sjodin <jan.sjodin@amd.com>
15970 Sebastian Pop <sebastian.pop@amd.com>
15971
15972 * tree-scalar-evolution.c: Document instantiate_scev.
15973 (instantiate_parameters_1): Renamed instantiate_scev_1.
15974 Don't use the same loop for instantiation_loop and evolution_loop.
15975 (instantiate_scev): New.
15976 (instantiate_parameters): Moved...
15977 (resolve_mixers): Update call to instantiate_scev_1 to pass the
15978 same loop twice. Maintains the semantics for this function.
15979 * tree-scalar-evolution.h (instantiate_scev): Declare.
15980 (instantiate_parameters): ...here. Now static inline.
15981 * tree-data-ref.c (dr_analyze_indices): Call instantiate_scev
15982 instead of resolve_mixers.
15983
15984 2008-05-09 Maxim Kuvyrkov <maxim@codesourcery.com>
15985
15986 * rtl-factoring.c (collect_pattern_seqs): Fix typo.
15987
15988 2008-05-09 Tomas Bily <tbily@suse.cz>
15989
15990 * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.
15991 * tree-cfg.c (verify_expr, verify_gimple_expr): Likewise.
15992 * tree-ssa-structalias.c (get_constraint_for): Likewise.
15993 * c-common.c (c_common_truthvalue_conversion): Likewise.
15994 * tree-object-size.c (compute_object_offset): Likewise.
15995 * tree-inline.c (estimate_num_insns_1): Likewise.
15996 * varasm.c (const_hash_1, compare_constant, copy_constant)
15997 (compute_reloc_for_constant, output_addressed_constants)
15998 (initializer_constant_valid_p): Likewise.
15999 * c-omp.c (check_omp_for_incr_expr): Likewise.
16000 * gimplify.c (gimplify_expr): Likewise.
16001 * c-typeck.c (c_finish_return): Likewise.
16002 * tree-vectorizer.c (supportable_widening_operation)
16003 (supportable_narrowing_operation): Likewise.
16004 * c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Likewise.
16005 * matrix-reorg.c (can_calculate_expr_before_stmt): Likewise.
16006 * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
16007 * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info)
16008 (descr_info_loc): Likewise.
16009 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
16010 * fold-const.c (operand_equal_p, make_range, extract_muldiv_1)
16011 (fold_unary): Likewise.
16012 * builtins.c (get_pointer_alignment): Likewise.
16013 * tree-scalar-evolution.c (interpret_rhs_modify_stmt)
16014 (instantiate_parameters_1): Likewise.
16015 * tree.c (expr_align, stabilize_reference): Likewise.
16016 * tree-pretty-print.c (dump_generic_node, op_prio): Likewise.
16017 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
16018 * convert.c (strip_float_extensions): Use CONVERT_EXPR_P.
16019 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
16020 * config/alpha/alpha.c (va_list_skip_additions): Likewise.
16021 * c-common.c (c_alignof_expr, check_function_arguments_recurse):
16022 Likewise.
16023 * tree-ssa.c (tree_ssa_useless_type_conversion): Likewise.
16024 * varasm.c (initializer_constant_valid_p, output_constant): Likewise.
16025 * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
16026 (forward_propagate_addr_expr_1, forward_propagate_addr_expr)
16027 (forward_propagate_comparison)
16028 (tree_ssa_forward_propagate_single_use_vars): Likewise.
16029 * cfgexpand.c (discover_nonconstant_array_refs_r): Likewise.
16030 * emit-rtl.c (component_ref_for_mem_expr)
16031 (set_mem_attributes_minus_bitpos): Likewise.
16032 * tree-ssa-phiopt.c (conditional_replacement): Likewise.
16033 * gimplify.c (gimplify_conversion, goa_lhs_expr_p, gimplify_expr):
16034 Likewise.
16035 * c-typeck.c (default_function_array_conversion, build_indirect_ref)
16036 (build_function_call, pointer_diff, build_compound_expr)
16037 (c_finish_return): Likewise.
16038 * tree-vect-analyze.c (vect_determine_vectorization_factor): Likewise.
16039 * matrix-reorg.c (get_inner_of_cast_expr, may_flatten_matrices_1):
16040 Likewise.
16041 * tree-ssa-ifcombine.c (recognize_single_bit_test): Likewise.
16042 * expr.c (is_aligning_offset): Likewise.
16043 * tree-ssa-alias.c (is_escape_site): Likewise.
16044 * tree-stdarg.c (va_list_counter_bump, check_va_list_escapes)
16045 (check_all_va_list_escapes): Likewise.
16046 * tree-ssa-loop-ivopts.c (determine_base_object)
16047 (determine_common_wider_type): Likewise.
16048 * dojump.c (do_jump): Likewise.
16049 * tree-ssa-sccvn.c (simplify_unary_expression): Likewise.
16050 * tree-gimple.c (is_gimple_cast): Likewise.
16051 * fold-const.c (decode_field_reference, )
16052 (fold_sign_changed_comparison, fold_unary, fold_comparison)
16053 (fold_binary): Likewise.
16054 * tree-ssa-alias-warnings.c (find_alias_site_helper)
16055 (already_warned_in_frontend_p): Likewise.
16056 * builtins.c (get_memory_rtx, fold_builtin_next_arg): Likewise.
16057 * tree.c (really_constant_p, get_unwidened): Likewise.
16058 * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
16059 * tree-ssa-loop-im.c (rewrite_bittest): Likewise.
16060 * tree-vrp.c (register_edge_assert_for_2, register_edge_assert_for_1):
16061 Likewise.
16062 * tree.h (STRIP_NOPS, STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Use
16063 CONVERT_EXPR_P.
16064 (CONVERT_EXPR_P): Define.
16065 (CASE_CONVERT): Define.
16066
16067 2008-05-08 Kenneth Zadeck <zadeck@naturalbridge.com>
16068
16069 PR middle-end/36117
16070 * dce.c (deletable_insn_p): Do not delete calls if df_in_progress.
16071 (delete_unmarked_insns): When deleting a call, call
16072 delete_unreachable_blocks.
16073 * rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
16074 RTL_CONST_OR_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P): Fixed doc.
16075
16076 2008-05-08 Richard Guenther <rguenther@suse.de>
16077
16078 * doc/invoke.texi (-fdump-tree-salias): Remove documentation.
16079 (-ftree-salias): Likewise.
16080 (salias-max-implicit-fields): Remove param documentation.
16081 (salias-max-array-elements): Likewise.
16082 * tree-pass.h (pass_create_structure_vars): Remove.
16083 * params.h (SALIAS_MAX_IMPLICIT_FIELDS): Remove.
16084 (SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
16085 * tree-ssa-alias.c (create_structure_vars): Remove.
16086 (gate_structure_vars): Likewise.
16087 (pass_create_structure_vars): Likewise.
16088 (gate_build_alias): Likewise.
16089 (pass_build_alias): Adjust to run always and dump the function.
16090 * common.opt (ftree-salias): Hide.
16091 * passes.c (init_optimization_passes): Remove
16092 pass_create_structure_vars, adjust comment.
16093 * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): Remove.
16094 (PARAM_SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
16095 * opts.c (decode_options): Do not set flag_tree_salias.
16096 (common_handle_option): Add OPT_ftree_salias to the backward
16097 compatibility section.
16098
16099 2008-05-08 Richard Guenther <rguenther@suse.de>
16100
16101 * tree-flow-inline.h (var_can_have_subvars): Move ...
16102 * tree-ssa-structalias.c (var_can_have_subvars): ... here.
16103 * tree-flow.h (var_can_have_subvars): Remove.
16104 (push_fields_onto_fieldstack): Remove.
16105 (sort_fieldstack): Likewise.
16106 (struct fieldoff): Move ...
16107 * tree-ssa-structalias.c (struct fieldoff): ... here. Remove
16108 alias_set and base_for_components fields.
16109 (sort_fieldstack): Make static.
16110 (push_fields_onto_fieldstack): Likewise. Remove code that
16111 handles anything but RECORD_TYPEs. Remove alias_set and
16112 base_for_components handling.
16113 (create_variable_info_for): Adjust.
16114
16115 2008-05-08 Seongbae Park <seongbae.park@gmail.com>
16116
16117 * common.opt (Wframe-larger-than=): Shorten the help message
16118 to one line.
16119 * doc/invoke.texi (Wframe-larger-than=): Add more description.
16120
16121 2008-05-08 Rafael Espíndola <espindola@google.com>
16122
16123 * tree-complex.c (expand_complex_div_wide): Don't create CONDs that
16124 trap.
16125 * tree-gimple.c (is_gimple_condexpr): Check that the expression doesn't
16126 trap and that both operands are gimple values.
16127 (canonicalize_cond_expr_cond): Use is_gimple_condexpr.
16128 * gcc/tree-eh.c (tree_could_trap_p): Correctly detect if a comparison
16129 is a fp operation.
16130
16131 2008-05-08 Richard Sandiford <rsandifo@nildram.co.uk>
16132
16133 * read-rtl.c (join_c_conditions): Return the first string if the
16134 two strings are equal.
16135
16136 2008-05-08 Richard Sandiford <rsandifo@nildram.co.uk>
16137
16138 * gensupport.h (pred_data): Add a "num_codes" field.
16139 (add_predicate_code): Declare.
16140 * gensupport.c (add_predicate_code): New function.
16141 (std_pred_table): Add an "allows_const_p" field.
16142 (std_preds): Set this field for predicates that allow RTX_CONST_OBJs.
16143 Remove the (incomplete) list of such codes from the codes field.
16144 (init_predicate_table): Use add_predicate_code. Add all
16145 RTX_CONST_OBJs if allows_const_p is true.
16146 * genrecog.c (process_define_predicate): Use add_predicate_code.
16147
16148 2008-05-08 David Daney <ddaney@avtrex.com>
16149 Richard Sandiford <rsandifo@nildram.co.uk>
16150
16151 * config/mips/mips.md (mips_expand_compare_and_swap_12): Handle
16152 special case of constant zero operands.
16153 * config/mips/mips.c (mips_expand_compare_and_swap_12): Zero extend
16154 old and new values. Special case constant zero values.
16155 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Skip 'sync' if compare
16156 fails.
16157 (MIPS_COMPARE_AND_SWAP_12): Handle constant zero operands.
16158 (MIPS_COMPARE_AND_SWAP_12_0): New macro.
16159
16160 2008-05-08 Paolo Bonzini <bonzini@gnu.org>
16161
16162 PR target/36090
16163 * simplify-rtx.c (simplify_plus_minus): Create CONST of
16164 similar RTX_CONST_OBJ before CONST_INT.
16165
16166 2008-05-08 Steve Ellcey <sje@cup.hp.com>
16167
16168 * stmt.c (expand_stack_restore): Change sa mode if needed.
16169
16170 2008-05-08 Richard Guenther <rguenther@suse.de>
16171
16172 * config/i386/i386-protos.h (ix86_return_in_memory): Adjust
16173 return type to bool.
16174 (ix86_sol10_return_in_memory): Likewise.
16175 (ix86_i386elf_return_in_memory): Likewise.
16176 (ix86_i386interix_return_in_memory): Likewise.
16177 * config/i386/i386.c (ix86_return_in_memory): Likewise.
16178 (ix86_sol10_return_in_memory): Likewise.
16179 (ix86_i386elf_return_in_memory): Likewise.
16180 (ix86_i386interix_return_in_memory): Likewise.
16181
16182 2008-05-08 Kai Tietz <kai.tietz@onevision.com>
16183
16184 PR bootstrap/36180
16185 * calls.c (compute_argument_block_size ): Add ATTRIBUTE_UNUSED to
16186 fndecl argument.
16187 (emit_library_call_value_1): Add ATTRIBUTE_UNUSED to variable fndecl.
16188 * target-def.h: Check that TARGET_RETURN_IN_MEMORY isn't
16189 declared in front.
16190
16191 2008-05-08 Richard Guenther <rguenther@suse.de>
16192
16193 * tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
16194 * tree-data-ref.h (struct dr_alias): Remove subvars field.
16195 (DR_SUBVARS): Remove.
16196 * tree-dfa.c (dump_subvars_for): Remove.
16197 (debug_subvars_for): Likewise.
16198 (dump_variable): Do not dump subvars.
16199 (remove_referenced_var): Do not remove subvars.
16200 * tree-flow-inline.h (clear_call_clobbered): SFTs no longer exist.
16201 (lookup_subvars_for_var): Remove.
16202 (get_subvars_for_var): Likewise.
16203 (get_subvars_at): Likewise.
16204 (get_first_overlapping_subvar): Likewise.
16205 (overlap_subvar): Likewise.
16206 * tree-flow.h (subvar_t): Remove.
16207 (struct var_ann_d): Remove subvars field.
16208 * tree-ssa-alias.c (mark_aliases_call_clobbered): Remove queued
16209 argument. Remove special handling of SFTs.
16210 (compute_tag_properties): Likewise.
16211 (set_initial_properties): Likewise.
16212 (compute_call_clobbered): Likewise.
16213 (count_mem_refs): Likewise.
16214 (compute_memory_partitions): Likewise.
16215 (compute_flow_insensitive_aliasing): Likewise.
16216 (setup_pointers_and_addressables): Likewise.
16217 (new_type_alias): Likewise.
16218 (struct used_part): Remove.
16219 (used_portions): Likewise.
16220 (struct used_part_map): Likewise.
16221 (used_part_map_eq): Likewise.
16222 (used_part_map_hash): Likewise.
16223 (free_used_part_map): Likewise.
16224 (up_lookup): Likewise.
16225 (up_insert): Likewise.
16226 (get_or_create_used_part_for): Likewise.
16227 (create_sft): Likewise.
16228 (create_overlap_variables_for): Likewise.
16229 (find_used_portions): Likewise.
16230 (create_structure_vars): Likewise.
16231 * tree.def (STRUCT_FIELD_TAG): Remove.
16232 * tree.h (MTAG_P): Adjust.
16233 (struct tree_memory_tag): Remove base_for_components and
16234 unpartitionable flags.
16235 (struct tree_struct_field_tag): Remove.
16236 (SFT_PARENT_VAR): Likewise.
16237 (SFT_OFFSET): Likewise.
16238 (SFT_SIZE): Likewise.
16239 (SFT_NONADDRESSABLE_P): Likewise.
16240 (SFT_ALIAS_SET): Likewise.
16241 (SFT_UNPARTITIONABLE_P): Likewise.
16242 (SFT_BASE_FOR_COMPONENTS_P): Likewise.
16243 (union tree_node): Remove sft field.
16244 * alias.c (get_alias_set): Remove special handling of SFTs.
16245 * print-tree.c (print_node): Remove handling of SFTs.
16246 * tree-dump.c (dequeue_and_dump): Likewise.
16247 * tree-into-ssa.c (mark_sym_for_renaming): Likewise.
16248 * tree-nrv.c (dest_safe_for_nrv_p): Remove special handling of SFTs.
16249 * tree-predcom.c (set_alias_info): Do not set subvars.
16250 * tree-pretty-print.c (dump_generic_node): Do not handle SFTs.
16251 * tree-ssa-loop-ivopts.c (get_ref_tag): Likewise.
16252 * tree-ssa-operands.c (access_can_touch_variable): Likewise.
16253 (add_vars_for_offset): Remove.
16254 (add_virtual_operand): Remove special handling of SFTs.
16255 (add_call_clobber_ops): Likewise.
16256 (add_call_read_ops): Likewise.
16257 (get_asm_expr_operands): Likewise.
16258 (get_modify_stmt_operands): Likewise.
16259 (get_expr_operands): Likewise.
16260 (add_to_addressable_set): Likewise.
16261 * tree-ssa.c (verify_ssa_name): Do not handle SFTs.
16262 * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
16263 * tree-vect-transform.c (vect_create_data_ref_ptr): Do not set subvars.
16264 * tree.c (init_ttree): Remove STRUCT_FIELD_TAG initialization.
16265 (tree_code_size): Remove STRUCT_FIELD_TAG handling.
16266 (tree_node_structure): Likewise.
16267 * tree-ssa-structalias.c (set_uids_in_ptset): Remove special
16268 handling of SFTs.
16269 (find_what_p_points_to): Likewise.
16270
16271 2008-05-08 Sa Liu <saliu@de.ibm.com>
16272
16273 * config/spu/spu.md: Fixed subti3 pattern.
16274
16275 2008-05-08 Richard Guenther <rguenther@suse.de>
16276
16277 PR middle-end/36154
16278 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
16279 sure to create a representative for trailing arrays for PTA.
16280
16281 2008-05-08 Richard Guenther <rguenther@suse.de>
16282
16283 PR middle-end/36172
16284 * fold-const.c (operand_equal_p): Two objects which types
16285 differ in pointerness are not equal.
16286
16287 2008-05-08 Kai Tietz <kai.tietz@onevision.com>
16288
16289 * calls.c (compute_argument_block_size): Add argument tree fndecl.
16290 (OUTGOING_REG_PARM_STACK_SPACE): Add function type argument.
16291 (emit_library_call_value_1): Add new variable fndecl initialized by
16292 NULL_TREE. It should be the decl type of orgfun, but this information
16293 seems not to be available here, so it uses the default calling abi.
16294 * config/arm/arm.c (arm_return_in_memory): Add fntype argumen.
16295 * config/arm/arm.h (RETURN_IN_MEMORY): Replace RETURN_IN_MEMORY
16296 by TARGET_RETURN_IN_MEMORY.
16297 * config/i386/i386-interix.h: Likewise.
16298 * config/i386/i386.h: Likewise.
16299 * config/i386/i386elf.h: Likewise.
16300 * config/i386/ptx4-i.h: Likewise.
16301 * config/i386/sol2-10.h: Likewise.
16302 * config/i386/sysv4.h: Likewise.
16303 * config/i386/vx-common.h: Likewise.
16304 * config/cris/cris.h: Removed #if 0 clause.
16305 * config/arm/arm-protos.h (arm_return_in_memory): Add fntype argument.
16306 * config/i386/i386-protos.h (ix86_return_in_memory): Add fntype
16307 argument.
16308 (ix86_sol10_return_in_memory): Likewise.
16309 (ix86_i386elf_return_in_memory): New.
16310 (ix86_i386interix_return_in_memory): New.
16311 * config/mt/mt-protos.h (mt_return_in_memory): New.
16312 * config/mt/mt.c: Likewise.
16313 * config/mt/mt.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
16314 (RETURN_IN_MEMORY): Replace by TARGET_RETURN_IN_MEMORY.
16315 * config/bfin/bfin.h: Likewise.
16316 * config/bfin/bfin-protos.h (bfin_return_in_memory): Add fntype
16317 argument.
16318 * config/bfin/bfin.c: Likewise.
16319 * config/pa/pa.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
16320 * config/alpha/unicosmk.h: Likewise.
16321 * config/i386/cygming.h: Likewise.
16322 * config/iq2000/iq2000.h: Likewise.
16323 * config/mips/mips.h: Likewise.
16324 * config/mn10300/mn10300.h: Likewise.
16325 * config/rs6000/rs6000.h: Likewise.
16326 * config/score/score.h: Likewise.
16327 * config/spu/spu.h: Likewise.
16328 * config/v850/v850.h: Likewise.
16329 * defaults.h: Likewise.
16330 * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Adjust documentation.
16331 * expr.c (emit_block_move): Adjust use of
16332 OUTGOING_REG_PARM_STACK_SPACE.
16333 * function.c (STACK_DYNAMIC_OFFSET): Adjust use of
16334 OUTGOING_REG_PARM_STACK_SPACE.
16335 * targhooks.c (default_return_in_memory): Remove RETURN_IN_MEMORY.
16336
16337 2008-05-08 Jakub Jelinek <jakub@redhat.com>
16338
16339 * tree-parloops.c (create_parallel_loop): Set OMP_RETURN_NOWAIT
16340 on OMP_RETURN for OMP_FOR.
16341
16342 PR debug/35896
16343 * dwarf2out.c (dw_expand_expr, common_check): Removed.
16344 (fortran_common): New function.
16345 (gen_variable_die): Call fortran_common instead of common_check,
16346 adjust for it returning tree instead of rtx. Formatting.
16347
16348 2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com>
16349
16350 PR rtl/7335
16351 PR rtl/33826
16352 * see.c (see_copy_insn): Copy new pure const attributes for new call.
16353 * c-decl.c (merge_decls): Ditto.
16354 * postreload.c (record_opr_changes): Change CONST_OR_PURE_CALL_P
16355 to RTL_CONST_OR_PURE_CALL_P.
16356 * tree.c (define_local_buitin): Rename DECL_IS_PURE to DECL_PURE_P.
16357 Initialized DECL_LOOPING_CONST_PURE.
16358 (process_call_operands): Set tree_side_effects properly.
16359 * tree.h (TREE_READONLY_DECL_P): Removed.
16360 (DECL_IS_PURE): Renamed to DECL_PURE_P.
16361 (DECL_LOOPING_OR_CONST_P): New macro.
16362 (struct tree_function_decl): Added looping_const_or_pure_p.
16363 (ECF_*) Renumbered.
16364 (ECF_LOOPING_OR_CONST_P): New macro.
16365 * rtlanal.c (pure_const_p): Removed.
16366 * builtins.c (expand_builtin): Rename DECL_IS_PURE to DECL_PURE_P.
16367 * reorg.c (delete_prior_computation) Changed CONST_OR_PURE_CALL_P
16368 to RTL_CONST_CALL_P.
16369 * ipa-pure-const.c (pure_const_state_e): Added looping field.
16370 (check_decl, check_tree, check_call, scan_function): Initialize
16371 looping.
16372 (analyze_function): Rename DECL_IS_PURE to DECL_PURE_P.
16373 (static_execute): Set looping true for recursive functions.
16374 Undo setting state to IPA_NEITHER for recursive functions.
16375 * cse.c (cse_insn):
16376 * ifcvt.c (noce_can_store_speculate_p): Changed
16377 CONST_OR_PURE_CALL_P and pure_call_p to RTL_CONST_CALL_P or
16378 RTL_CONST_OR_PURE_CALL_P.
16379 * dse.c (scan_insn): Ditto.
16380 * local-alloc.c (validate_equiv_mem, memref_used_between_p): Ditto.
16381 * gcse.c (oprs_not_seen_p) Changed CONST_OR_PURE_CALL_P to
16382 RTL_CONST_OR_PURE_CALL_P.
16383 (store_killed_in_insn): Changed CONST_OR_PURE_CALL_P and
16384 pure_call_p to RTL_CONST_CALL_P.
16385 * gimplify.c (gimplify_call_expr): Clear side effects for
16386 non-looping pure and constant calls.
16387 * calls.c (emit_call_1): Set rtl flags from ecf flags.
16388 (flags_from_decl_or_type): Set ecf flags from decl flags.
16389 (initialize_argument_information): Turn off
16390 ECF_LOOPING_CONST_OR_PURE when turning off ECF_CONST.
16391 Change const to pure if callee_copies is true rather than just
16392 turning off const.
16393 (expand_call): Turn off ECF_LOOPING_PURE_CONST_CALL and remove old
16394 way of marking pure calls.
16395 (emit_library_call_value_1): Turn off ECF_LOOPING_PURE_CONST_CALL.
16396 Remove hack that was supposed to fix pr7335 and remove old
16397 way of marking pure calls.
16398 * emit-rtl.c (emit_copy_of_insn_after): Copy RTL_CONST_CALL_P,
16399 RTL_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P.
16400 * cselib.c (cselib_process_insn): Changed CONST_OR_PURE_CALL_P to
16401 RTL_CONST_OR_PURE_CALL_P.
16402 * tree-ssa-pre.c (can_value_number_call): Fixed spacing.
16403 * loop-invariant.c (find_exits, find_invariant_bb): Changed
16404 CONST_OR_PURE_CALL_P to RTL_CONST_OR_PURE_CALL_P.
16405 * sched-deps.c (schedule_analyze): Ditto.
16406 * rtl.h (struct rtx_def): Use call field, unchanging field, and
16407 return_val field of calls to represent pure and const function info.
16408 (CONST_OR_PURE_CALL_P): Deleted macro.
16409 (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
16410 RTL_LOOPING_CONST_OR_PURE_CALL_P, RTL_CONST_OR_PURE_P): New macros.
16411 * tree-inline.c (copy_body_r): Changed TREE_READONLY_DECL_P to
16412 TREE_READONLY.
16413 * tree-optimize.c (execute_fixup_cfg): Added test for
16414 ECF_LOOPING_CONST_OR_PURE.
16415 * c-common.c (handle_pure_attribute): Changed DECL_IS_PURE to
16416 DECL_PURE_P.
16417 * tree-cfg.c (update_call_expr_flags): Do not clear tree side
16418 effects for looping pure or const calls.
16419 (verify_gimple_expr): Added verification code.
16420 * config/alpha/alpha.c (alpha_legitimize_address,
16421 alpha_emit_xfloating_libcall): Changed CONST_OR_PURE_CALL_P to
16422 RTL_CONST_CALL_P.
16423 * config/s390/s390.c (s390_emit_tls_call_insn): Ditto.
16424 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Ditto.
16425 * config/mips/mips.c (mips_call_tls_get_addr): Ditto.
16426 * cfgrtl.c (need_fake_edge_p): Changed CONST_OR_PURE_CALL_P to
16427 RTL_CONST_OR_PURE_CALL_P.
16428 * dce.c (deletable_insn_p): Allow non looping, non sibling, pure
16429 and const calls to be deleted.
16430
16431 2008-05-07 Uros Bizjak <ubizjak@gmail.com>
16432
16433 PR target/35714
16434 * config/i386/mmx.md (mmx_subv2sf3): New expander.
16435 (*mmx_subv2sf3): Rename from mmx_subv2sf3 insn pattern.
16436 (*mmx_eqv2sf3): Rename from mmx_eqv2sf3 insn pattern.
16437 (mmx_eqv2sf3): New expander. Use ix86_fixup_binary_operands_no_copy
16438 to handle nonimmediate operands.
16439 (*mmx_paddwd): Rename from mmx_paddwd insn pattern.
16440 (mmx_paddwd): New expander. Use ix86_fixup_binary_operands_no_copy
16441 to handle nonimmediate operands.
16442 (*mmx_pmulhrwv4hi3): Rename from mmx_pmulhrwv4hi3 insn pattern.
16443 (mmx_pmulhrwv4hi3): New expander. Use
16444 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16445 (*sse2_umulv1siv1di3): Rename from sse2_umulv1siv1di3 insn pattern.
16446 (sse2_umulv1siv1di3): New expander. Use
16447 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16448 (*mmx_eq<mode>3): Rename from mmx_eq<mode>3 insn pattern.
16449 (mmx_eq<mode>3): New expander. Use
16450 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16451 (*mmx_uavgv8qi3): Rename from mmx_uavgv8qi3 insn pattern.
16452 (mmx_uavgv8qi3): New expander. Use
16453 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16454 (*mmx_uavgv4hi3): Rename from mmx_uavgv4hi3 insn pattern.
16455 (mmx_uavgv4hi3): New expander. Use
16456 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16457
16458 * config/i386/sse.md
16459 (sse_movhlps_exp): New expander. Use ix86_fixup_binary_operands
16460 to handle nonimmediate operands.
16461 (sse_movlhps_exp): New expander. Use ix86_fixup_binary_operands
16462 to handle nonimmediate operands.
16463 (sse_loadhps_exp): New expander. Use ix86_fixup_binary_operands
16464 to handle nonimmediate operands.
16465 (sse_loadlps_exp): New expander. Use ix86_fixup_binary_operands
16466 to handle nonimmediate operands.
16467 (sse2_unpckhpd_exp): New expander. Use
16468 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16469 (sse2_unpcklpd_exp): New expander. Use
16470 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16471 (sse_loadhpd_exp): New expander. Use ix86_fixup_binary_operands
16472 to handle nonimmediate operands.
16473 (sse_loadlpd): New expander. Use ix86_fixup_binary_operands
16474 to handle nonimmediate operands.
16475 (*sse2_<plusminus_insn><mode>3): Rename from
16476 sse2_<plusminus_insn><mode>3 insn pattern.
16477 (sse2_<plusminus_insn><mode>3): New expander. Use
16478 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16479 (*sse2_umulv2siv2di3): Rename from sse2_umulv2siv2di3 insn pattern.
16480 (sse2_umulv2siv2di3): New expander. Use
16481 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16482 (*sse4_1_mulv2siv2di3): Rename from sse4_1_mulv2siv2di3 insn pattern.
16483 (sse4_1_mulv2siv2di3): New expander. Use
16484 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16485 (*sse2_pmaddwd): Rename from sse2_pmaddwd insn pattern.
16486 (sse2_pmaddwd): New expander. Use
16487 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16488 (*sse2_eq<mode>3): Rename from sse2_eq<mode>3 insn pattern.
16489 (sse2_eq<mode>3): New expander. Use
16490 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16491 (*sse4_1_eqv2di3): Rename from sse4_1_eqv2di3 insn pattern.
16492 (sse4_1_eqv2di3): New expander. Use
16493 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16494 (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
16495 (sse2_uavgv16qi3): New expander. Use
16496 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16497 (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
16498 (sse2_uavgv16qi3): New expander. Use
16499 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16500 (*sse2_uavgv8hi3): Rename from sse2_uavgv8hi3 insn pattern.
16501 (sse2_uavgv8hi3): New expander. Use
16502 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16503 (*ssse3_pmulhrswv8hi3): Rename from ssse3_pmulhrswv8hi3 insn pattern.
16504 (ssse3_pmulhrswv8hi3): New expander. Use
16505 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16506 (*ssse3_pmulhrswv4hi3): Rename from ssse3_pmulhrswv4hi3 insn pattern.
16507 (ssse3_pmulhrswv4hi3): New expander. Use
16508 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16509
16510 (<sse>_vm<plusminus_insn><mode>3): Do not use ix86_binary_operator_ok.
16511 (<sse>_vmmul<mode>3): Ditto.
16512 (divv4sf3): Do not use ix86_fixup_binary_operands_no_copy.
16513 (divv2df3): Ditto.
16514 (ssse3_pmaddubsw128): Use register_operand for operand 1.
16515 (ssse3_pmaddubsw): Ditto.
16516
16517 * config/i386/i386.c (struct_builtin_description)
16518 [IX86_BUILTIN_LOADHPS]: Use CODE_FOR_sse_loadhps_exp.
16519 [IX86_BUILTIN_STOREHPS]: Use CODE_FOR_sse_loadlps_exp.
16520 [IX86_BUILTIN_LOADHPD]: Use CODE_FOR_sse2_loadhpd_exp.
16521 [IX86_BUILTIN_LOADLPD]: Use CODE_FOR_sse2_loadlpd_exp.
16522 [IX86_BUILTIN_MOVHLPS]: Use CODE_FOR_sse_movhlps_exp.
16523 [IX86_BUILTIN_MOVLHPS]: Use CODE_FOR_sse_movlhps_exp.
16524 [IX86_BUILTIN_UNPCKHPD]: Use FOR_sse2_unpckhpd_exp.
16525 [IX86_BUILTIN_UNPCKLPD]: Use FOR_sse2_unpcklpd_exp.
16526 (ix86_fixup_binary_operands): Assert that src1
16527 and src2 must have the same mode when swapped.
16528 (ix86_expand_binop_builtin): Do not use ix86_fixup_binary_operands
16529 and ix86_binary_operator_ok. Do not force operands in registers
16530 when optimizing.
16531
16532 2008-05-07 Jan Hubicka <jh@suse.cz>
16533
16534 * cgraph.c (dump_cgraph_node): Update.
16535 * cgraph.h (cgraph_local_info): Break out inline summary.
16536 * cgraphunit.c (cgraph_process_new_functions): Use inliner analysis
16537 hook.
16538 * ipa-inline (inline_summary): New accestor function.
16539 (cgraph_clone_inlined_nodes, cgraph_check_inline_limits,
16540 cgraph_decide_inlining, compute_inline_parameters): Update.
16541 * ipa.c (cgraph_remove_unreachable_nodes): Remove statistics.
16542
16543 2008-05-07 Maxim Kuvyrkov <maxim@codesourcery.com>
16544
16545 Cleanup ColdFire scheduling support and add V4 pipeline model.
16546
16547 * config/m68k/m68k.md (UNSPEC_TIE): New constant.
16548 (define_attr cpu): Add cfv4 value.
16549 (define_attr type, define_attr type1): Merge into a single 'type'
16550 attribute. Update all uses.
16551 (define_attr opx_type, define_attr opy_type, define_attr opx_access):
16552 Rearrange and update. Rename value 'reg' to 'Rn', add value 'FPn'.
16553 Update all uses.
16554 (define_attr opx_mem, define_attr opy_mem): Remove.
16555 (define_attr op_mem): Clean up, update comment.
16556 (define_attr size): Use specific values instead of general int.
16557 (define_attr guess, define_attr split): Remove. Update all uses.
16558 (movdf_internal, tstsi_internal, tsthi_internal, tstqi_internal,
16559 tst<mode>_68881, pushexthisi_const, movsi_const0_68000_10,
16560 movsi_const0_68040_60, movsi_const0, movsi_cf, movstrictqi_cf,
16561 zero_extendhisi2_cf, zero_extendqisi2_cfv4, cfv4_extendhisi2,
16562 68k_extendhisi2, extendqihi2, cfv4_extendqisi2, 68k_extendqisi2,
16563 floatsi<mode>2_68881, ftrunc<mode>2_68881, ftrunc<mode>2_cf,
16564 fix<mode>qi2_68881, fix<mode>hi2_68881, fix<mode>si2_68881,
16565 adddi_dishl32, addsi3_5200, add<mode>3_floatsi_68881,
16566 add<mode>3_floathi_68881, add<mode>3_floatqi_68881,
16567 add<mode>3_68881, add<mode>3_cf, subdi_dishl32, subsi3,
16568 sub<mode>3_floatsi_68881, sub<mode>3_floathi_68881,
16569 sub<mode>3_floatqi_68881, sub<mode>3_68881, sub<mode>3_cf,
16570 mulhi3, mulhisi3, mulhisisi3_s, mulsi3_68020, mulsi3_cf,
16571 umulhisi3, mulhisisi3_z, mul<mode>3_floatsi_68881,
16572 mul<mode>3_floathi_68881, mul<mode>3_floatqi_68881, fmul<mode>3_cf,
16573 div<mode>3_cf, sqrt<mode>2_cf, abs<mode>2_cf, clzsi2,
16574 one_cmplsi2_5200, subreghi1ashrdi_const32, ashrsi3, lshrsi3,
16575 bsetmemqi, bsetmemqi_ext, bclrmemqi, bclrmemqi_ext,
16576 beq, bne, bgt, blt, bordered, bunordered, buneq, bunge, bungt, bunle,
16577 bunlt, bltgt, tablejump_internal, call, non_symbolic_call_value,
16578 symbolic_call_value_jsr, symbolic_call_value_bsr, link):
16579 Update or set attributes.
16580 (stack_tie): New fake instruction.
16581
16582 * config/m68k/m68k.h (TUNE_CFV4): New macro.
16583 (m68k_sched_attr_size): Update declaration.
16584 (m68k_sched_attr_type2): Remove.
16585 (m68k_sched_address_bypass_p, m68k_sched_indexed_address_bypass_p):
16586 Declare new bypass predicates.
16587
16588 * config/m68k/m68k.c (m68k_sched_issue_rate,
16589 m68k_sched_first_cycle_multipass_dfa_lookahead): Declare hook
16590 implementations.
16591 (TARGET_SCHED_ISSUE_RATE,
16592 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Override hooks.
16593 (override_options): Handle scheduling for ColdFire V4 core.
16594 (m68k_expand_prologue): Emit stack_tie.
16595 (enum attr_op_type): Split value 'OP_TYPE_REG' to 'OP_TYPE_RN' and
16596 'OP_TYPE_FPN'. Update all uses.
16597 (sched_guess_p): Remove.
16598 (sched_address_type): Handle symbolic addresses.
16599 (sched_get_operand): New static function.
16600 (sched_operand_type): Merge into sched_attr_op_type.
16601 (sched_attr_op_type): Handle FP registers, handle quick constants,
16602 update.
16603 (m68k_sched_attr_opx_type, m68k_sched_attr_opy_type): Update.
16604 (m68k_sched_attr_size): Update. Move logic to ...
16605 (sched_get_attr_size_int): New static function.
16606 (sched_get_opxy_mem_type): New static function.
16607 (m68k_sched_attr_op_mem): Update.
16608 (m68k_sched_attr_type2): Remove.
16609 (sched_cfv4_bypass_data): New static variable.
16610 (m68k_sched_adjust_cost): Handle ColdFire V4 bypass.
16611 (m68k_sched_issue_rate): Implement scheduler hook.
16612 (struct _sched_ib: enabled_p): New field.
16613 (m68k_sched_variable_issue): Update. Handle V4.
16614 (SCHED_DUMP_TODO, SCHED_DUMP_DONE, SCHED_DUMP_NOTHING,
16615 sched_dump_class_func_t, sched_dump_split_class,
16616 sched_dump_dfa_guess_unit_code, sched_dump_dfa_state,
16617 sched_dump_dfa_class, m68k_sched_dump): Remove.
16618 (m68k_sched_first_cycle_multipass_dfa_lookahead): Implement scheduler
16619 hook.
16620 (m68k_sched_init_global): Remove statisctics dumping, introduce
16621 sanity check that all instructions have pipeline reservations. Handle
16622 ColdFire V4 core.
16623 (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
16624 Handle ColdFire V4 core.
16625 (sched_mem_operand_p, sched_get_reg_operand, sched_get_mem_operand):
16626 New static functions.
16627 (m68k_sched_address_bypass_p): New bypass predicate.
16628 (sched_get_indexed_address_scale): New static function.
16629 (m68k_sched_indexed_address_bypass_p): New bypass predicate.
16630
16631 * cf.md: Update comments.
16632 (define_attr type2): Remove. Use 'type' attribute instead.
16633 Update all uses.
16634 (cf_ib): Rename to cfv123_ib. Update all uses.
16635 (cf_oep): Rename to cfv123_oep. Update all uses.
16636 (cf_chr): Rename to cfv123_chr. Update all uses.
16637 (cf_mem): Rename to cfv123_mem. Update all uses.
16638 (cf_mac): Move to more appropriate place.
16639 (cfv123_guess): New automaton and cpu_unit.
16640 (cfv123_*, cfv12_*, cfv1_*, cfv2_*, cfv3_*): Use type attribute.
16641 Update uses of 'size' attribute. Handle before reload scheduling.
16642 (cfv123_guess): New dummy reservation for unhandled instructions.
16643 (cfv4_*): Pipeline description of ColdFire V4 core.
16644 (ignore): New reservation to handle 'ignore' type.
16645
16646 2008-05-07 Ian Lance Taylor <iant@google.com>
16647
16648 PR middle-end/36013
16649 * gimplify.c (find_single_pointer_decl_1): Don't look through
16650 indirections.
16651 (find_single_pointer_decl): Adjust comments.
16652
16653 2008-05-07 Jakub Jelinek <jakub@redhat.com>
16654
16655 PR middle-end/36137
16656 * fold-const.c (fold_binary): Use STRIP_SIGN_NOPS instead of
16657 STRIP_NOPS on arguments even for MIN_EXPR and MAX_EXPR.
16658
16659 PR middle-end/36106
16660 * omp-low.c (expand_omp_atomic_pipeline): Load value using the
16661 integral type rather than floating point, then VIEW_CONVERT_EXPR
16662 to the floating point type.
16663
16664 2008-05-07 Uros Bizjak <ubizjak@gmail.com>
16665
16666 * config/i386/i386.c (ix86_expand_copysign): Force non-zero constant
16667 TFmode op0 to register.
16668
16669 2008-05-07 Alan Modra <amodra@bigpond.net.au>
16670
16671 * c-decl.c (grokdeclarator): Comment typo.
16672
16673 2008-05-06 Aldy Hernandez <aldyh@redhat.com>
16674
16675 * tree-flow.h: Remove prototype for computed_goto_p.
16676 * tree-cfg.c (computed_goto_p): Make static.
16677
16678 2008-05-06 H.J. Lu <hongjiu.lu@intel.com>
16679
16680 PR target/35657
16681 * config/i386/i386.c (contains_128bit_aligned_vector_p): Renamed to ...
16682 (contains_aligned_value_p): This. Handle _Decimal128.
16683 (ix86_function_arg_boundary): Only align _Decimal128 to its
16684 natural boundary and handle it properly.
16685
16686 2008-05-06 Martin Jambor <mjambor@suse.cz>
16687
16688 * ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.
16689 (ipcp_method_is_cloned): Renamed to ipcp_node_is_clone
16690 (ipcp_method_set_orig_node): Removed.
16691 (ipcp_cval_get_cvalue_type): Removed.
16692 (ipcp_method_get_scale): Renamed to ipcp_get_node_scale.
16693 (ipcp_method_set_scale): Renamed to ipcp_set_node_scale.
16694 (ipcp_cval_set_cvalue_type): Removed.
16695 (ipcp_cval_get_cvalue): Removed.
16696 (ipcp_cval_set_cvalue): Removed.
16697 (ipcp_type_is_const): Renamed to ipcp_lat_is_const.
16698 (ipcp_cval_equal_cvalues): Renamed to ipcp_lats_are_equal
16699 (ipcp_lats_are_equal): Changed parameters to two ipcp_lattice's
16700 (ipcp_cval_meet): Renamed to ipa_lattice_meet
16701 (ipcp_cval_changed): Changed to use ipcp_lat_is_const
16702 (ipcp_method_cval): Renamed to ipcp_get_ith_lattice
16703 (ipcp_get_ith_lattice): Changed parameters.
16704 (ipcp_cval_compute): Renamed to ipcp_lattice_from_jfunc
16705 (ipcp_lattice_from_jfunc): Changed parameters.
16706 (ipcp_redirect): Local lattice pointer instead of lattice type variable.
16707 (ipcp_method_cval_print): Added temporary variable info.
16708 (ipcp_redirect): Removed already unused local variable caller.
16709 (ipcp_redirect): New temporary variable orig_callee_info
16710 (ipcp_redirect): Removed newly unused local variable callee.
16711 (ipcp_redirect): Removed (a bit confusing) local variable type.
16712 (ipcp_insert_stage): Added local variable info.
16713 (ipcp_cval_changed): Renamed to ipcp_lattice_changed, parameters
16714 renamed too
16715 (ipcp_formal_create): Removed.
16716 (ipcp_method_cval_set): Removed.
16717 (ipcp_propagate_stage): Renamed lattice variables.
16718 (ipcp_method_cval_set_cvalue_type): Removed.
16719 (ipcp_method_cval_print): Renamed to ipcp_print_all_lattices
16720 (ipcp_print_all_lattices): Changed printed strings to refer to
16721 lattices rather than cvals.
16722 (ipcp_method_cval_init): Renamed to ipcp_initialize_node_lattices
16723 (ipcp_propagate_const): Changed formal parameters.
16724 (build_const_val): Changed formal parameters.
16725 (ipcp_insert_stage): Removed useless variable cvalue
16726 (build_const_val): Changed formal parameters.
16727 (ipcp_method_compute_scale): Renamed to ipcp_compute_node_scale
16728 (ipcp_after_propagate): Renamed to ipcp_change_tops_to_bottom
16729 (ipcp_callsite_param_print): Renamed to ipcp_print_all_jump_functions
16730 (ipcp_profile_mt_count_print): Renamed to ipcp_print_func_profile_counts
16731 (ipcp_print_func_profile_counts): Changed string from "method" to
16732 "function"
16733 (ipcp_profile_cs_count_print): Renamed to ipcp_print_call_profile_counts
16734 (ipcp_profile_edge_print): Renamed to ipcp_print_edge_profiles
16735 (ipcp_profile_bb_print): Renamed to ipcp_print_bb_profiles
16736 (ipcp_structures_print): Renamed to ipcp_print_all_structures
16737 (ipcp_profile_print): Renamed to ipcp_print_profile_data
16738 (ipcp_lat_is_const): Changed parameters and made inline.
16739 (ipcp_replace_map_create): Renamed to ipcp_create_replace_map
16740 (ipcp_redirect): Renamed to ipcp_need_redirect_p
16741 (ipcp_need_redirect_p): Calls ipcp_lat_is_const instead of using
16742 the predicate condition directly
16743 (ipcp_propagate_stage): Added local variable args. Removed local
16744 variable callee. (Both are mere code simplifications.)
16745 (ipcp_method_dont_insert_const): Renamed to
16746 ipcp_node_not_modifiable_p.
16747 (ipcp_node_not_modifiable_p): Made inline.
16748 (ipcp_cloned_create): Renamed to ipcp_init_cloned_node
16749 (ipcp_propagate_const): Renamed to ipcp_propagate_one_const
16750 (ipcp_print_all_lattices): Removed variable cvalue
16751 (ipcp_method_scale_print): Renamed to ipcp_function_scale_print
16752 Updated comments.
16753
16754 2008-05-06 Olivier Hainque <hainque@adacore.com>
16755
16756 * tree-sra.c (try_instantiate_multiple_fields): Early return
16757 if field has POINTER_TYPE.
16758
16759 2008-05-06 Kai Tietz <kai.tietz@onevision.com>
16760
16761 * config/i386/i386.c (output_set_got): Fix for x86_64 output_emit_asm
16762 by using 'q' specifier for instruction.
16763 (ix86_file_end): Replaced case TARGET_64BIT_MS_ABI by TARGET_64BIT.
16764
16765 2008-05-06 Anatoly Sokolov <aesok@post.ru>
16766
16767 * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
16768 Change mode of zero_extract from QImode to HImode.
16769 (sign bit tests peepholes): (Ditto.).
16770
16771 2008-05-06 Uros Bizjak <ubizjak@gmail.com>
16772
16773 * config/i386/mmx.md: Remove double backslashes from asm templates.
16774 (*mmx_addv2sf3): Rename from mmx_addv2sf3 insn pattern.
16775 (mmx_addv2sf3): New expander. Use ix86_fixup_binary_operands_no_copy
16776 to handle nonimmediate operands.
16777 (*mmx_mulv2sf3): Rename from mmx_mulv2sf3 insn pattern.
16778 (mmx_mulv2sf3): New expander. Use ix86_fixup_binary_operands_no_copy
16779 to handle nonimmediate operands.
16780 (*mmx_<code>v2sf3_finite): New insn pattern.
16781 (*mmx_<code>v2sf3): Rename from mmx_<code>v2sf3 insn pattern.
16782 (mmx_<code>v2sf3): New expander. Use
16783 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16784 (mmx_<plusminus_insn><mode>3): New expander. Use
16785 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16786 (*mmx_<plusminus_insn><mode>3): New insn pattern.
16787 (mmx_add<mode>3): Removed.
16788 (mmx_ssadd<mode>3): Ditto.
16789 (mmx_usadd<mode>3): Ditto.
16790 (mmx_sub<mode>3): Ditto.
16791 (mmx_sssub<mode>3): Ditto.
16792 (mmx_ussub<mode>3): Ditto.
16793 (*mmx_mulv4hi3): Rename from mmx_mulv4hi3 insn pattern.
16794 (mmx_mulv4hi3): New expander. Use ix86_fixup_binary_operands_no_copy
16795 to handle nonimmediate operands.
16796 (*mmx_smulv4hi3_highpart): Rename from mmx_smulv4hi3_highpart
16797 insn pattern.
16798 (mmx_smulv4hi3_highpart): New expander. Use
16799 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16800 (*mmx_umulv4hi3_highpart): Rename from mmx_umulv4hi3_highpart
16801 insn pattern.
16802 (mmx_umulv4hi3_highpart): New expander. Use
16803 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16804 (*mmx_<code>v4hi3): Rename from mmx_<code>v4hi3 insn pattern.
16805 (mmx_<code>v4hi3): New expander. Use
16806 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16807 (*mmx_<code>v8qi3): Rename from mmx_<code>v8qi3 insn pattern.
16808 (mmx_<code>v8qi3): New expander. Use
16809 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16810 (*mmx_<code><mode>3): Rename from mmx_<code><mode>3 insn pattern.
16811 (mmx_<code><mode>3): New expander. Use
16812 ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
16813
16814 2008-05-05 Jan Hubicka <jh@suse.cz>
16815
16816 PR tree-optimization/36118
16817 * passes.c (pass_init_dump_file): Fix dump header.
16818
16819 2008-05-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
16820
16821 PR middle-end/36141
16822 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't create
16823 VCE for function decls.
16824
16825 2008-05-05 H.J. Lu <hongjiu.lu@intel.com>
16826
16827 * config/i386/sse.md (sse2_<plusminus_insn><mode>3): Fix a typo.
16828
16829 2008-05-05 H.J. Lu <hongjiu.lu@intel.com>
16830
16831 * config/i386/i386.md (sat_plusminus): New.
16832 (plusminus_insn): Likewise.
16833 (plusminus_mnemonic): Likewise.
16834 (addsub): Removed.
16835 (comm): Add ss_plus, us_plus, ss_minus and us_minus.
16836 (*<addsub><mode>3_cc_overflow): Renamed to ...
16837 (*<plusminus_insn><mode>3_cc_overflow): This.
16838 (*<addsub>si3_zext_cc_overflow): Renamed to ...
16839 (*<plusminus_insn>si3_zext_cc_overflow): This.
16840
16841 * config/i386/sse.md (<addsub><mode>3): Renamed to ...
16842 (<plusminus_insn><mode>3): This.
16843 (*<addsub><mode>3): Renamed to ...
16844 (*<plusminus_insn><mode>3): This.
16845 (<sse>_vm<addsub><mode>3): Renamed to ...
16846 (<sse>_vm<plusminus_insn><mode>3): This.
16847 (sse3_h<addsub>v4sf3): Renamed to ...
16848 (sse3_h<plusminus_insn>v4sf3): This.
16849 (sse3_h<addsub>v2df3): Renamed to ...
16850 (sse3_h<plusminus_insn>v2df3): This.
16851 (<plusminus_insn><mode>3): New.
16852 (*<plusminus_insn><mode>3): Likewise.
16853 (sse2_<plusminus_insn><mode>3): Likewise.
16854 (add<mode>): Removed.
16855 (*add<mode>3): Likewise.
16856 (sse2_ssadd<mode>3): Likewise.
16857 (sse2_usadd<mode>3): Likewise.
16858 (sub<mode>3): Likewise.
16859 (*sub<mode>3): Likewise.
16860 (sse2_sssub<mode>3): Likewise.
16861 (sse2_ussub<mode>3): Likewise.
16862
16863 2008-05-05 Benjamin Kosnik <bkoz@redhat.com>
16864
16865 * gthr-single.h: Add in required interface elements as per gthr.h.
16866 Add stub types for __gthread_key_t, __gthread_once_t. Add defines
16867 for __GTHREAD_ONCE_INIT, __GTHREAD_RECURSIVE_MUTEX_INIT.
16868 Generalize UNUSED macro.
16869 (__gthread_once): Add.
16870 (__gthread_key_create): Add.
16871 (__gthread_key_delete): Add.
16872 (__gthread_getspecific): Add.
16873 (__gthread_setspecific): Add.
16874
16875 2008-05-05 Andrew Pinski <Andrew.Pinski@playstation.sony.com>
16876
16877 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have
16878 the same size types for the indirect reference on the rhs, then
16879 create a VCE.
16880
16881 2008-05-05 Uros Bizjak <ubizjak@gmail.com>
16882
16883 * config/i386/i386.md
16884 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Use only
16885 one insn template instead of template series.
16886 (*xordi_1_rex64): Ditto.
16887 (*xordi_2_rex64): Ditto.
16888
16889 2008-05-05 Ira Rosen <irar@il.ibm.com>
16890
16891 PR tree-optimization/36119
16892 * tree-vect-transform.c (vectorizable_assignment): Set NCOPIES to 1
16893 in case of SLP.
16894
16895 2008-06-04 Jan Hubicka <jh@suse.cz>
16896
16897 tree-optimization/36100
16898 * tree-pass.h (pass_O0_always_inline): Declare.
16899 * ipa-inline.c (inline_transform): Remove dead code.
16900 (cgraph_gate_O0_always_inline, cgraph_O0_always_inline,
16901 pass_O0_always_inline): New.
16902 * passes.c (init_optimization_passes): Add pass_O0_always_inline.
16903
16904 2008-05-04 Kai Tietz <kai.tietz@onevision.com>
16905
16906 * config/i386/i386.c (x86_output_mi_thunk): Use movq alternative
16907 mnemonic in this_param move for TARGET_64BIT.
16908
16909 2008-05-04 Uros Bizjak <ubizjak@gmail.com>
16910
16911 * config/i386/i386.md (*strmovsi_1): Simplify asm alternatives.
16912 (*strmovsi_rex_1): Ditto.
16913 (*strsetsi_1): Ditto.
16914 (*strsetsi_rex_1): Ditto.
16915
16916 (add<mode>cc): Macroize expander from addqicc, addhicc, addsicc and
16917 adddicc expanders using SWI mode iterator.
16918
16919 2008-05-04 H.J. Lu <hongjiu.lu@intel.com>
16920
16921 PR target/36121
16922 * config/i386/i386.c (ix86_expand_special_args_builtin): Remove three
16923 argument handling.
16924
16925 2008-05-04 David S. Miller <davem@davemloft.net>
16926
16927 * config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
16928 (sparc*-*-linux*): Use linux.h in tm_file.
16929 (sparc-*-linux*): If 'enabled_targets' is 'all', build a bi-arch
16930 compiler defaulting to 32-bit.
16931 (sparc*-*-*): Remove explicit target settings of need_64bit_hwint,
16932 no longer needed.
16933 * config/sparc/linux.h: Remove definitions now obtained
16934 properly from linux.h
16935 * config/sparc/linux64.h: Likewise.
16936 (ASM_CPU_DEFAULT_SPEC): Change this to ASM_CPU64_DEFAULT_SPEC, we
16937 don't want this setting for 32-bit builds in a biarch compiler.
16938 * doc/install.texi: Add sparc-linux to list of targets
16939 supporting --enable-targets=all.
16940
16941 2008-05-03 Andrew Pinski <pinskia@gmail.com>
16942
16943 * Makefile.in (tree-ssa-phiprop.o): Fix dependencies.
16944
16945 2008-05-03 H.J. Lu <hongjiu.lu@intel.com>
16946
16947 * config/i386/i386.c (ix86_builtin_type): Move V4SI_FTYPE_V4SF
16948 after V4SI_FTYPE_V8HI.
16949 (ix86_init_mmx_sse_builtins): Move case V4HI_FTYPE_V4HI after
16950 case V4SI_FTYPE_V2DF.
16951
16952 2008-05-03 Kenneth Zadeck <zadeck@naturalbridge.com>
16953
16954 * doc/invoke.texi (max-flow-memory-locations): Removed.
16955 * params.def (PARAM_MAX_FLOW_MEMORY_LOCATIONS): Removed.
16956
16957 2008-05-03 Richard Guenther <rguenther@suse.de>
16958
16959 PR middle-end/34973
16960 * opts.c (set_Wstrict_aliasing): Handle the turn-off case.
16961
16962 2008-05-02 David S. Miller <davem@davemloft.net>
16963
16964 * config.gcc (need_64bit_hwint): Document libcpp dependency.
16965
16966 2008-05-02 Simon Baldwin <simonb@google.com>
16967
16968 PR bootstrap/36108
16969 * c-common.h (warn_array_subscript_range): Removed.
16970 * c-common.c (warn_array_subscript_range): Ditto.
16971 * tree-vrp.c (check_array_ref): Revert to ignoring arrays with size 2.
16972 * c-typeck.c (build_array_ref): Remove warn_array_subscript_range.
16973
16974 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
16975
16976 * config/i386/i386.c (ix86_special_builtin_type): New.
16977 (bdesc_special_args): Likewise.
16978 (ix86_expand_special_args_builtin): Likewise.
16979 (ix86_init_mmx_sse_builtins): Updated.
16980 (ix86_expand_builtin): Updated.
16981 (ix86_expand_store_builtin): Removed.
16982 (ix86_expand_unop_builtin): Likewise.
16983
16984 * config/i386/mm3dnow.h (__v2sf): Moved to ...
16985 * config/i386/mmintrin.h (__v2sf): Here.
16986
16987 * config/i386/xmmintrin.h (_mm_loadh_pi): Replace __v2si with
16988 const __v2sf.
16989 (_mm_loadl_pi): Likewise.
16990 (_mm_storeh_pi): Replace __v2si with __v2sf.
16991 (_mm_storel_pi): Likewise.
16992
16993 * doc/extend.texi: Correct __builtin_ia32_loadhps,
16994 __builtin_ia32_loadlps, __builtin_ia32_storehps,
16995 __builtin_ia32_storelps, __builtin_ia32_loadhpd and
16996 __builtin_ia32_loadlpd.
16997
16998 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
16999
17000 * config/i386/i386.c (ix86_builtin_type): Add FLOAT_FTYPE_FLOAT,
17001 V4SF_FTYPE_V4SF_VEC_MERGE and V2DF_FTYPE_V2DF_VEC_MERGE.
17002 (bdesc_args): Updated. Add scalar SSE builtins with vec_merge.
17003 (ix86_init_mmx_sse_builtins): Updated.
17004 (ix86_expand_args_builtin): Likewise.
17005 (ix86_expand_builtin): Likewise.
17006 (ix86_expand_unop1_builtin): Renamed to ...
17007 (ix86_expand_unop_vec_merge_builtin): This.
17008
17009 2008-05-01 Jan Hubicka <jh@suse.cz>
17010
17011 PR bootstrap/36100
17012 * ipa-inline.c (inline_generate_summary): Make static.
17013 (inline_transform): Do not call inlining at -O0; make static.
17014 * passes.c (execute_todo): Add sanity check.
17015 (execute_one_ipa_transform_pass): Execute proper flags.
17016
17017 2008-05-01 Eric Botcazou <ebotcazou@adacore.com>
17018
17019 * tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.
17020 (DECL_NONADDRESSABLE_P): Likewise.
17021 * alias.c (record_component_aliases): Fix comment.
17022
17023 2008-05-01 Simon Baldwin <simonb@google.com>
17024
17025 * c-common.h (warn_array_subscript_range): New function.
17026 * c-common.c (warn_array_subscript_range): Ditto.
17027 * tree-vrp.c (check_array_ref): Corrected code to agree with
17028 comment, ignoring only arrays of size 0 or size 1.
17029 * c-typeck.c (build_array_ref): Call warn_array_subscript_range.
17030
17031 2008-05-01 H.J. Lu <hongjiu.lu@intel.com>
17032
17033 * config/i386/i386.c (ix86_builtin_type): Replace
17034 DI_FTYPE_DI_DI_INT with V1DI2DI_FTYPE_V1DI_V1DI_INT.
17035 (bdesc_args): Updated.
17036 (ix86_init_mmx_sse_builtins): Likewise.
17037 (ix86_expand_args_builtin): Likewise.
17038
17039 * config/i386/tmmintrin.h (_mm_alignr_pi8): Replace long long
17040 with __v1di.
17041
17042 * doc/extend.texi: Correct __builtin_ia32_palignr.
17043
17044 2008-05-01 H.J. Lu <hongjiu.lu@intel.com>
17045
17046 PR target/36095
17047 * config/i386/i386.c (bdesc_crc32): Removed.
17048 (ix86_expand_crc32): Likewise.
17049 (ix86_builtin_type): Replace V2DI2TI_FTYPE_V2DI2TI_INT with
17050 V2DI2TI_FTYPE_V2DI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT with
17051 V2DI2TI_FTYPE_V2DI_V2DI_INT. Add UINT64_FTYPE_UINT64_UINT64,
17052 UINT_FTYPE_UINT_UINT, UINT_FTYPE_UINT_USHORT and
17053 UINT_FTYPE_UINT_UCHAR.
17054 (bdesc_args): Updated. Add crc32 builtins.
17055 (ix86_init_mmx_sse_builtins): Updated.
17056 (ix86_expand_args_builtin): Updated to support subreg.
17057
17058 * doc/extend.texi: Correct __builtin_ia32_crc32di.
17059
17060 2008-05-01 Jan Hubicka <jh@suse.cz>
17061
17062 * tree-pass.h (opt_pass): Add IPA_PASS.
17063 (varpool_node, cgraph_node): Forward declare.
17064 (ipa_opt_pass): Define.
17065 (pass_ipa_inline): Turn into ipa_opt_pass.
17066 (pass_apply_inline): Remove.
17067 * ipa-inline.c (pass_ipa_inline): Turn into ipa_opt_pass.
17068 (apply_inline): Turn into ....
17069 (inline_transform): ... this one.
17070 (inline_generate_summary): New function.
17071 (pass_apply_inline): Remove.
17072 * function.h (ipa_opt_pass): Forward declare structure; typedef;
17073 vector.
17074 (struct function): Add ipa_transforms_to_apply.
17075 * passes.c (register_one_dump_file): Work on IPA_PASS.
17076 (init_optimization_passes): Remove pass_inline_parameters and
17077 pass_apply_inline.
17078 (pass_init_dump_file, pass_fini_dump_file): Break out from ....
17079 (execute_one_pass) ... here; apply transforms when possible.
17080 (add_ipa_transform_pass, execute_ipa_summary_asses,
17081 execute_one_ipa_transform_pass): New.
17082 (execute_ipa_pass_list): Update for IPA_PASS type.
17083
17084 2008-05-01 H.J. Lu <hongjiu.lu@intel.com>
17085
17086 * config/i386/i386.c (ix86_builtin_type): Add
17087 V2DI_FTYPE_V2DI_V16QI, V2DI_FTYPE_V2DI_UINT_UINT and
17088 V2DI_FTYPE_V2DI_V2DI_UINT_UINT.
17089 (bdesc_args): Add SSE4a builtins.
17090 (ix86_init_mmx_sse_builtins): Updated.
17091 (ix86_expand_args_builtin): Likewise.
17092 (ix86_expand_builtin): Likewise.
17093
17094 2008-05-01 H.J. Lu <hongjiu.lu@intel.com>
17095
17096 * config/i386/i386.c (ix86_builtin_type): Add
17097 V8HI_FTYPE_V8HI_V8HI_COUNT, V8HI_FTYPE_V8HI_SI_COUNT,
17098 V4SI_FTYPE_V4SI_V4SI_COUNT, V4SI_FTYPE_V4SI_SI_COUNT,
17099 V4HI_FTYPE_V4HI_V4HI_COUNT, V4HI_FTYPE_V4HI_SI_COUNT,
17100 V2DI_FTYPE_V2DI_V2DI_COUNT, V2DI_FTYPE_V2DI_SI_COUNT,
17101 V2SI_FTYPE_V2SI_V2SI_COUNT, V2SI_FTYPE_V2SI_SI_COUNT,
17102 V1DI_FTYPE_V1DI_V1DI_COUNT, V1DI_FTYPE_V1DI_SI_COUNT,
17103 V8HI_FTYPE_V8HI_INT, V4SI_FTYPE_V4SI_INT, V4HI_FTYPE_V4HI_INT,
17104 V2DI2TI_FTYPE_V2DI2TI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT
17105 and DI_FTYPE_DI_DI_INT.
17106 (bdesc_args): Add MMX/SSE shift, shuffle and palignr builtins.
17107 (ix86_init_mmx_sse_builtins): Updated.
17108 (ix86_expand_args_builtin): Likewise.
17109 (ix86_expand_builtin): Likewise.
17110 (ix86_expand_binop_imm_builtin): Removed.
17111
17112 * doc/extend.texi: Correct __builtin_ia32_palignr128.
17113
17114 2008-04-30 Richard Guenther <rguenther@suse.de>
17115
17116 PR tree-optimization/32921
17117 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Disambiguate with TBAA.
17118
17119 2008-04-30 Richard Sandiford <rsandifo@nildram.co.uk>
17120
17121 * config/arm/arm.c (arm_unwind_emit): Use
17122 crtl->all_throwers_are_sibcalls instead of
17123 cfun->all_throwers_are_sibcalls.
17124 (arm_output_fn_unwind): Likewise.
17125 * config/frv/frv.c (frv_stack_info): Use crtl->uses_pic_offset_table
17126 instead of cfun->uses_pic_offset_table.
17127 (frv_expand_prologue): Likewise.
17128 (frv_frame_pointer_required): Likewise.
17129 (frv_expand_fdpic_call): Likewise.
17130 (frv_emit_movsi): Likewise.
17131 * config/iq2000/iq2000.c (iq2000_expand_prologue): Use
17132 cfun->returns_pcc_struct instead of
17133 current_function_returns_pcc_struct.
17134 * config/m32c/m32c.c (need_to_save): Use crtl->calls_eh_return
17135 instead of cfun->calls_eh_return.
17136 (m32c_pushm_popm): Likewise.
17137 * config/xtensa/xtensa.h (cfun->calls_alloca): Remove bogus
17138 "extern" declaration.
17139
17140 2008-04-30 Richard Guenther <rguenther@suse.de>
17141
17142 PR tree-optimization/21636
17143 * tree-ssa-ccp.c (ccp_fold): Handle &p->x with p being a
17144 constant address.
17145 (evaluate_stmt): Print the likely value.
17146 (ccp_visit_stmt): Avoid excessive vertical spacing.
17147
17148 2008-04-30 Rafael Espíndola <espindola@google.com>
17149
17150 * builtins.c (fold_call_expr): Return realret.
17151 * tree-ssa-threadedge.c
17152 (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
17153 __builtin_object_size.
17154
17155 2008-04-30 Seongbae Park <seongbae.park@gmail.com>
17156
17157 * gcc.c (wrapper_string): New variable.
17158 (insert_wrapper): New function.
17159 (execute): New option -wrapper.
17160 * doc/invoke.texi (Overall Options): New driver option -wrapper.
17161
17162 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
17163
17164 * config/rs6000/crtresgpr.asm, config/rs6000/crtresxgpr.asm,
17165 config/rs6000/crtsavgpr.asm, config/rs6000/crtresfpr.asm,
17166 config/rs6000/crtresxfpr.asm, config/rs6000/crtsavfpr.asm: Break out
17167 from...
17168 * config/rs6000/crtsavres.asm: ...here. Remove unneeded file.
17169 * config/rs6000/e500crtres32gpr.asm, config/rs6000/e500crtres64gpr.asm,
17170 config/rs6000/e500crtres64gprctr.asm,
17171 config/rs6000/e500crtrest32gpr.asm, config/rs6000/e500crtrest64gpr.asm,
17172 config/rs6000/e500crtresx32gpr.asm, config/rs6000/e500crtresx64gpr.asm,
17173 config/rs6000/e500crtsav32gpr.asm, config/rs6000/e500crtsav64gpr.asm,
17174 config/rs6000/e500crtsav64gprctr.asm,
17175 config/rs6000/e500crtsavg32gpr.asm, config/rs6000/e500crtsavg64gpr.asm,
17176 config/rs6000/e500crtsavg64gprctr.asm: New files.
17177 * config/rs6000/t-ppccomm: Add build rules for new files.
17178 (LIB2FUNCS_STATIC_EXTRA): Add new files.
17179 * config/rs6000/t-netbsd: Add build rules for new files.
17180 (LIB2FUNCS_STATIC_EXTRA): New variable.
17181 * config/rs6000/sysv4.h (ENDFILE_SPEC): Don't include crtsavres.o
17182 (CRTSAVRES_DEFAULT_SPEC): Likewise.
17183 * config/rs6000/netbsd.h (ENDFILE_SPEC): Likewise.
17184
17185 2008-04-30 H.J. Lu <hongjiu.lu@intel.com>
17186
17187 * config/i386/i386.c (ix86_builtin_type): Add
17188 FLOAT128_FTYPE_FLOAT128_FLOAT128, V16QI_FTYPE_V16QI_V16QI,
17189 V16QI_FTYPE_V8HI_V8HI, V8QI_FTYPE_V8QI_V8QI,
17190 V8QI_FTYPE_V4HI_V4HI, V8HI_FTYPE_V8HI_V8HI,
17191 V8HI_FTYPE_V16QI_V16QI, V8HI_FTYPE_V4SI_V4SI,
17192 V4SI_FTYPE_V4SI_V4SI, V4SI_FTYPE_V8HI_V8HI,
17193 V4SI_FTYPE_V4SF_V4SF, V4SI_FTYPE_V2DF_V2DF,
17194 V4HI_FTYPE_V4HI_V4HI, V4HI_FTYPE_V8QI_V8QI,
17195 V4HI_FTYPE_V2SI_V2SI, V4SF_FTYPE_V4SF_V4SF,
17196 V4SF_FTYPE_V4SF_V4SF_SWAP, V4SF_FTYPE_V4SF_V2SI,
17197 V4SF_FTYPE_V4SF_V2DF, V4SF_FTYPE_V4SF_DI,
17198 V4SF_FTYPE_V4SF_SI, V2DI_FTYPE_V2DI_V2DI,
17199 V2DI_FTYPE_V16QI_V16QI, V2DI_FTYPE_V4SI_V4SI,
17200 V2DI_FTYPE_V2DF_V2DF, V2SI_FTYPE_V2SI_V2SI,
17201 V2SI_FTYPE_V4HI_V4HI, V2SI_FTYPE_V2SF_V2SF,
17202 V2DF_FTYPE_V2DF_V2DF, V2DF_FTYPE_V2DF_V2DF_SWAP,
17203 V2DF_FTYPE_V2DF_V4SF, V2DF_FTYPE_V2DF_DI,
17204 V2DF_FTYPE_V2DF_SI, V2SF_FTYPE_V2SF_V2SF,
17205 V1DI_FTYPE_V1DI_V1DI, V1DI_FTYPE_V8QI_V8QI and
17206 V1DI_FTYPE_V2SI_V2SI.
17207 (bdesc_2arg): Moved to ...
17208 (bdesc_args): Here.
17209 (ix86_init_mmx_sse_builtins): Updated.
17210 (ix86_expand_args_builtin): Updated. Take a pointer
17211 to const struct builtin_description. Handle comparison
17212 builtin functions.
17213 (ix86_expand_sse_compare): Take a new argument for swapping operands.
17214 (ix86_expand_builtin): Updated.
17215
17216 * config/i386/sse.md (ssse3_pmaddubswv8hi3): Renamed to ...
17217 (ssse3_pmaddubsw128): This.
17218 (ssse3_pmaddubswv4hi3): Renamed to ...
17219 (ssse3_pmaddubsw): This.
17220
17221 * doc/extend.texi (__builtin_ia32_packsswb128): Correct prototype.
17222 (__builtin_ia32_packssdw128): Likewise.
17223 (__builtin_ia32_packuswb128): Likewise.
17224 (__builtin_ia32_pmaddubsw): Likewise.
17225 (__builtin_ia32_pmaddubsw128): Likewise.
17226
17227 2008-04-30 Richard Guenther <rguenther@suse.de>
17228
17229 PR tree-optimization/14847
17230 * tree-ssa-ifcombine.c (get_name_for_bit_test): New helper function.
17231 (recognize_bits_test): Use it.
17232 (recognize_single_bit_test): Likewise.
17233
17234 2008-04-30 Martin Jambor <mjambor@suse.cz>
17235
17236 * ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg
17237 instead of setting number of formal parameters to zero.
17238 (ipcp_init_stage): Do not set the number of actual parameters to zero
17239 either.
17240 (ipcp_propagate_stage): Explicitly skipping all calls to nodes
17241 which are called with variable number of arguments.
17242 (ipcp_insert_stage): Explicitely skipping all nodes which are
17243 called with variable number of arguments.
17244 (ipcp_callsite_param_print): Skipps callsites to nodes with varaible
17245 number of parameters.
17246
17247 * ipa-prop.h (struct ipa_node_params): Added flag
17248 called_with_var_arguments
17249 (ipa_set_param_count): Added. Changed sole setter to use it.
17250 (ipa_get_param_count): Added. All readers of param_count
17251 converted to use it instead.
17252 (ipa_set_called_with_variable_arg): Added.
17253 (ipa_is_called_with_var_arguments): Added.
17254 (ipa_get_ith_param): Added. All readers of param_decls converted
17255 to use it instead.
17256 (ipa_set_cs_argument_count): Added, sole writer to argument_count
17257 changed to use it.
17258 (ipa_get_cs_argument_count): Added, all readers of argument_count
17259 changed to cal it.
17260 (ipa_get_ith_jump_func): Added. Accessors of jump values changed
17261 to use it.
17262
17263 * ipa-prop.h (struct ipcp_formal): Renamed to ipcp_lattice
17264 (struct ipcp_lattice): Renamed cval_type to type
17265 (struct ipa_node_params): ipcp_cval renamed to ipcp_lattices
17266
17267 * ipa-cp.c (ipcp_cval_get_cvalue): Changed return value to tree
17268 (ipcp_cval_set_cvalue): Changed type of parameter value to tree
17269 (ipcp_insert_stage): Changed the type of variable cvalue to tree
17270 (ipcp_replace_map_create): Changed the type of parameter cvalue to tree
17271 (build_const_val): Changed the type of parameter cvalue to tree
17272 (ipcp_propagate_const): Changed the type of parameter cvalue to tree
17273 (ipcp_method_cval_set_cvalue_type): Renamed parameter cval_type1 to type
17274
17275 * ipa-prop.h (struct ipcp_formal): Replaced cvalue with tree called
17276 constant
17277
17278 * ipa-prop.c (ipa_methodlist_init): Renamed to ipa_init_func_list
17279 (ipa_methodlist_not_empty): Removed, the sole user now checks directly
17280 (ipa_add_method): Renamed to ipa_push_func_to_list
17281 (ipa_remove_method): Renamed to ipa_pop_func_from_list
17282 (ipa_callsite_param_count): Removed.
17283 (ipa_callsite_param_count_set): Removed.
17284 (ipa_callsite_param): Removed.
17285 (ipa_callsite_callee): Removed.
17286 (ipa_callsite_compute_param): Renamed to ipa_compute_jump_functions
17287 (ipa_callsite_compute_count): Renamed to ipa_count_arguments
17288 (ipa_method_formal_count): Removed.
17289 (ipa_method_formal_count_set): Removed.
17290 (ipa_method_get_tree): Removed.
17291 (ipa_method_tree_map_create): Removed.
17292 (ipa_method_compute_tree_map): Renamed to ipa_create_param_decls_array
17293 (ipa_create_param_decls_array): Creates the array itself
17294 (ipa_create_param_decls_array): Temporary variable info instead of
17295 a few dereferences.
17296 (ipa_method_formal_compute_count): Renamed to ipa_count_formal_params
17297 (ipa_method_compute_modify): Renamed to ipa_detect_param_modifications
17298 (get_type): Removed.
17299 (ipa_jf_get_info_type): Removed.
17300 (ipa_node_create): Renamed to ipa_create_node_params
17301 (ipa_free): Renamed to ipa_free_all_node_params
17302 (ipa_nodes_create): Renamed to ipa_create_all_node_params
17303 (ipa_edges_create): Renamed to ipa_create_all_edge_args
17304 (ipa_edges_free): Renamed to ipa_free_all_edge_args
17305 (ipa_nodes_free): Integrated into ipa_free_all_node_params and removed
17306 (ipa_free_all_node_params): Deallocation to jump_functions moved to
17307 ipa_free_all_edge_args
17308 (ipa_method_tree_print): Renamed to ipa_print_all_tree_maps
17309 (ipa_method_modify_print): Renamed to ipa_print_all_params_modified
17310 (ipa_create_methodlist_node): Removed.
17311 (ipa_methodlist_method): Removed.
17312 (ipa_methodlist_method_set): Removed.
17313 (ipa_methodlist_next_method): Removed.
17314 (ipa_methodlist_next_method_set): Removed.
17315 (ipa_method_is_modified): Removed.
17316 (ipa_method_modify_create): Removed.
17317 (ipa_method_modify_init): Temporary variable info instead of a few
17318 dereferences.
17319 (ipa_detect_param_modifications): Temporary variable info instead of
17320 a few dereferences.
17321 (ipa_compute_jump_functions): Temporary variable info instead of
17322 a few dereferences.
17323 (ipa_method_modify_set): Removed.
17324 (ipa_method_tree_map): Renamed to ipa_get_param_decl_index
17325 (ipa_get_param_decl_index): Now accepts struct ipa_node_params rather
17326 than craph_node as the first parameter.
17327 (ipa_method_modify_stmt): Renamed to ipa_check_stmt_modifications
17328 (ipa_method_modify_init): Removed.
17329 (ipa_compute_jump_functions): Added a temp variable instead of
17330 repeatadly dereferencing the cgraph_edge.aux pointer
17331 (ipa_callsite_param_set_type): Removed.
17332 (ipa_compute_jump_functions): i renamed to index and moved to
17333 an inner block
17334 (ipa_callsite_param_set_info_type_formal): Removed.
17335 (ipa_callsite_param_set_info_type): Removed.
17336 (ipa_callsite_param_map_create): Removed.
17337 (ipa_callsite_tree): Removed.
17338 (ipa_callsite_caller): Removed.
17339 (ipa_pop_func_from_list): return_method removed to return_func
17340
17341 * ipa-prop.h (enum cvalue_type): Renamed to ipa_lattice_type,
17342 prefixed all values with IPA_. Changed all users.
17343 (enum jump_func_type): Rnamed UNKNOWN_IPATYPE to IPA_UNKNOWN,
17344 CONST_IPATYPE to IPA_CONST, CONST_IPATYPE_REF to IPA_CONST_REF
17345 and FORMAL_IPATYPE IPA_PASS_THROUGH.
17346 (union parameter_info): Renamed to jump_func_value.
17347 (union jump_func_value): Renamed value to constant
17348 (struct ipa_jump_func): Renamed info_type to value
17349 (struct ipa_node): Renamed to ipa_node_params
17350 (struct ipa_node_params): Renamed ipa_arg_num to param_count
17351 (struct ipa_node_params): Renamed ipa_param_tree to param_decls
17352 (struct ipa_node_params): Renamed ipa_mod to modified_flags
17353 (struct ipa_edge): Renamed to ipa_edge_args
17354 (struct ipa_edge_args): Renamed ipa_param_num to argument_count
17355 (struct ipa_edge_args): Renamed ipa_param_map to jump_functions
17356 (struct ipa_methodlist): Renamed to ipa_func_list
17357 (struct ipa_func_list): method_p renamed to node, next_method
17358 renamed to next
17359 (ipa_methodlist_p): Removed, switched all users to struct pointer
17360 (IS_VALID_TREE_MAP_INDEX): Renamed to IS_VALID_JUMP_FUNC_INDEX
17361
17362 2008-04-30 Alan Modra <amodra@bigpond.net.au>
17363
17364 * config/rs6000/rs6000.c (ALWAYS_RESTORE_ALTIVEC_BEFORE_POP): Define.
17365 (rs6000_emit_epilogue): Use backchain to restore only when we
17366 have a large frame. Make use of frame pointer to restore if we
17367 have one. Handle ALWAYS_RESTORE_ALTIVEC_BEFORE_POP.
17368
17369 2008-04-29 Paolo Bonzini <bonzini@gnu.org>
17370
17371 * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
17372 Add mode to zero_extract.
17373 (sign bit tests peepholes): (Ditto.).
17374
17375 2008-04-29 H.J. Lu <hongjiu.lu@intel.com>
17376
17377 * config/i386/i386.c (ix86_builtins): Replace Prescott New
17378 Instructions in comments with SSE3.
17379 (ix86_builtin_type): This. Add FLOAT128_FTYPE_FLOAT128,
17380 INT64_FTYPE_V4SF, INT64_FTYPE_V2DF, INT_FTYPE_V16QI,
17381 INT_FTYPE_V8QI, INT_FTYPE_V4SF, INT_FTYPE_V2DF,
17382 V16QI_FTYPE_V16QI, V8HI_FTYPE_V8HI, V8HI_FTYPE_V16QI,
17383 V8QI_FTYPE_V8QI, V4SI_FTYPE_V4SI, V4SI_FTYPE_V16QI,
17384 V4SI_FTYPE_V4SF, V4SI_FTYPE_V8HI, V4SI_FTYPE_V2DF,
17385 V4HI_FTYPE_V4HI, V4SF_FTYPE_V4SF, V4SF_FTYPE_V4SI,
17386 V4SF_FTYPE_V2DF, V2DI_FTYPE_V2DI, V2DI_FTYPE_V16QI,
17387 V2DI_FTYPE_V8HI, V2DI_FTYPE_V4SI, V2DF_FTYPE_V2DF,
17388 V2DF_FTYPE_V4SI, V2DF_FTYPE_V4SF, V2DF_FTYPE_V2SI,
17389 V2SI_FTYPE_V2SI, V2SI_FTYPE_V4SF, V2SI_FTYPE_V2SF,
17390 V2SI_FTYPE_V2DF, V2SF_FTYPE_V2SF and V2SF_FTYPE_V2SI.
17391 (bdesc_sse_args): Renamed to ...
17392 (bdesc_args): This. Add IX86_BUILTIN_PF2ID, IX86_BUILTIN_PFRCP,
17393 IX86_BUILTIN_PFRSQRT, IX86_BUILTIN_PI2FD, IX86_BUILTIN_PF2IW,
17394 IX86_BUILTIN_PSWAPDSI, IX86_BUILTIN_PSWAPDSF and
17395 IX86_BUILTIN_FABSQ.
17396 (bdesc_1arg): Moved to ...
17397 (bdesc_args): Here.
17398 (ix86_init_mmx_sse_builtins): Updated. Replace Prescott New
17399 Instructions in comments with SSE3.
17400 (ix86_expand_sse_operands_builtin): Renamed to ...
17401 (ix86_expand_args_builtin): This. Updated.
17402 (ix86_expand_unop1_builtin): Update comments.
17403 (ix86_expand_builtin): Updated.
17404
17405 2008-04-29 Richard Guenther <rguenther@suse.de>
17406
17407 PR tree-optimization/36078
17408 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely):
17409 Update virtual SSA form after cleaning up the CFG.
17410
17411 2008-04-29 Richard Guenther <rguenther@suse.de>
17412
17413 PR middle-end/15255
17414 * fold-const.c (fold_binary): Fold (A + A) * C to A * 2*C.
17415
17416 2008-04-29 Richard Guenther <rguenther@suse.de>
17417
17418 * tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
17419 (compute_may_aliases): Do not call finalize_ref_all_pointers.
17420 (compute_flow_insensitive_aliasing): Do not treat
17421 PTR_IS_REF_ALL pointers special.
17422 (get_smt_for): Likewise.
17423 (may_alias_p): Re-structure.
17424 (is_escape_site): A ref-all pointer conversion is not an escape site.
17425 * tree-ssa-structalias.c (find_what_p_points_to): Do not treat
17426 PTR_IS_REF_ALL pointers special.
17427 * tree-ssa-structalias.h (struct alias_info): Remove
17428 ref_all_symbol_mem_tag field.
17429 (PTR_IS_REF_ALL): Remove.
17430
17431 2008-04-29 Richard Guenther <rguenther@suse.de>
17432
17433 PR middle-end/36077
17434 * fold-const.c (extract_muldiv_1): In combining division constants
17435 make sure to never overflow.
17436
17437 2008-04-29 Nick Clifton <nickc@redhat.com>
17438
17439 * doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
17440
17441 2008-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17442
17443 PR bootstrap/35169
17444 * optc-gen.awk: Work around HP-UX/IA awk bug.
17445
17446 2008-04-28 Danny Smith <dannysmith@users.sourceforge.net>
17447
17448 * config/i386/cygming-crtend.c (register_frame_ctor): Revert my
17449 2008-04-25 commit.
17450
17451 2008-04-28 Uros Bizjak <ubizjak@gmail.com>
17452
17453 PR target/36073
17454 * config/i386/i386.md
17455 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit):
17456 Change operand 1 predicate to nonimmediate_operand.
17457
17458 2008-04-28 Jakub Jelinek <jakub@redhat.com>
17459
17460 PR debug/36060
17461 * dwarf2out.c (struct die_struct): Mark as chain_circular through
17462 die_sub field.
17463 * gengtype.c (walk_type, write_func_for_structure): Handle
17464 chain_circular.
17465 * doc/gty.texi: Document chain_circular.
17466
17467 2008-04-28 Richard Guenther <rguenther@suse.de>
17468
17469 PR tree-optimization/36066
17470 * tree-vrp.c (execute_vrp): Cleanup the CFG only after finalizing
17471 SCEV and loop.
17472
17473 2008-04-28 Uros Bizjak <ubizjak@gmail.com>
17474
17475 PR target/36064
17476 * config/i386/i386.md
17477 (floatdi<X87MODEF:mode>2_i387_with_xmm splitters):
17478 Use match_scratch instead of match_operand for operands 3 and 4.
17479
17480 2008-04-27 Richard Guenther <rguenther@suse.de>
17481
17482 PR tree-optimization/18754
17483 PR tree-optimization/34223
17484 * tree-pass.h (pass_complete_unrolli): Declare.
17485 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Print
17486 loop size before and after unconditionally of UL_NO_GROWTH in effect.
17487 Rewrite loop into loop closed SSA form if it is not already.
17488 (tree_unroll_loops_completely): Re-structure to iterate over
17489 innermost loops with intermediate CFG cleanups.
17490 Unroll outermost loops only if requested or the code does not grow
17491 doing so.
17492 * tree-ssa-loop.c (gate_tree_vectorize): Don't shortcut if no
17493 loops are available.
17494 (tree_vectorize): Instead do so here.
17495 (tree_complete_unroll): Also unroll outermost loops.
17496 (tree_complete_unroll_inner): New function.
17497 (gate_tree_complete_unroll_inner): Likewise.
17498 (pass_complete_unrolli): New pass.
17499 * tree-ssa-loop-manip.c (find_uses_to_rename_use): Only record
17500 uses outside of the loop.
17501 (tree_duplicate_loop_to_header_edge): Only verify loop-closed SSA
17502 form if it is available.
17503 * tree-flow.h (tree_unroll_loops_completely): Add extra parameter.
17504 * passes.c (init_optimization_passes): Schedule complete inner
17505 loop unrolling pass before the first CCP pass after final inlining.
17506
17507 2008-04-27 Nathan Sidwell <nathan@codesourcery.com>
17508
17509 * targhooks.h (default_emutls_var_fields,
17510 default_emutls_var_init): Declare.
17511 * tree.h (DECL_THREAD_LOCAL): Compare against TLS_MODEL_REAL.
17512 * target.h (struct gcc_target): Add struct emutls member.
17513 * target-def.h (TARGET_EMUTLS_GET_ADDRESS,
17514 TARGET_EMUTLS_REGISTER_COMMON, TARGET_EMUTLS_VAR_SECTION,
17515 TARGET_EMUTLS_TMPL_SECTION, TARGET_EMUTLS_VAR_PREFIX,
17516 TARGET_EMUTLS_TMPL_PREFIX, TARGET_EMUTLS_VAR_FIELDS,
17517 TARGET_EMUTLS_VAR_INIT, TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS,
17518 TARGET_EMUTLS_VAR_ALIGN_FIXED, TARGET_EMUTLS): New.
17519 (TARGET_INITIALIZER): Add TARGET_EMUTLS.
17520 * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS,
17521 BUILT_IN_EMUTLS_REGISTER_COMMON): Get name from targetm structure.
17522 * dwarf2out.c (loc_descriptor_from_tree_1): Check if emutls can
17523 emit debug information.
17524 * coretypes.h (tls_model): Add TLS_MODEL_EMULATED, TLS_MODEL_REAL.
17525 * varasm.c: Include targhooks.h.
17526 (emutls_object_section, emutls_tmpl_section): New.
17527 (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): Remove.
17528 (EMUTLS_SEPARATOR): New.
17529 (prefix_name): New.
17530 (get_emutls_object_name): New.
17531 (default_emutls_var_fields): New, broken out of ...
17532 (get_emutls_object_type): ... here. Adjust to use target hooks.
17533 (get_emutls_init_templ_addr): Adjust to use target hooks.
17534 (emutls_decl): Adjust to use target hooks.
17535 (emutls_finish): Likewise.
17536 (default_emutls_var_init): New, broken out of ...
17537 (assemble_variable): ... here. Adjust to use target hooks.
17538 * output.h (enum section_category): Add SECCAT_EMUTLS_VAR,
17539 SECCAT_EMUTLS_TMPL.
17540 * c-common.c (handle_section_attribute): Prevent overriding
17541 sections for emulated tls with special sections.
17542 * config/i386/i386.c (x86_64_elf_select_section): Add
17543 SECCAT_EMUTLS_VAR and SECCAT_EMUTLS_TMPL.
17544 (x86_64_elf_unique_section): Likewise.
17545 * config/vxworks.c: Include tree.h.
17546 (vxworks_emutls_var_fields, vxworks_emutls_var_init): New.
17547 (vxworks_override_options): Set TLS scheme.
17548 * doc/tm.texi (Emulated TLS): New node.
17549
17550 2008-04-26 Simon Baldwin <simonb@google.com>
17551
17552 PR c/35652
17553 * builtins.c (c_strlen): Suppressed multiple warnings that can occur
17554 with propagated string constants.
17555
17556 2008-04-26 Uros Bizjak <ubizjak@gmail.com>
17557
17558 * config/i386/i386.md (fix_trunc<mode>_i387_fisttp_with_temp): Use 'X'
17559 constraint for operand 2 when operand 0 is memory operand.
17560 (fix_truncdi_i387_with_temp): : Use 'X' constraint for operand 4 when
17561 operand 0 is memory operand.
17562 (fix_trunc<mode>_i387_with_temp): Ditto.
17563 (*floatsi<mode>2_vector_mixed_with_temp): Use 'X' constraint for
17564 operand 2 when operand 1 is memory operand.
17565 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Ditto.
17566 (*floatsi<mode>2_vector_sse_with_temp): Ditto.
17567 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Ditto.
17568 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
17569 (floatdi<X87MODEF:mode>2_i387_with_xmm): Use 'X' constraint for
17570 operands 2,3 and 4 when operand 1 is memory operand.
17571 (fistdi2_with_temp): Use 'X' constraint for operand 2 when operand 0
17572 is memory operand.
17573 (fistdi2_floor_with_temp): Ditto.
17574 (fist<mode>2_floor_with_temp): Ditto.
17575 (fistdi2_ceil_with_temp): Ditto.
17576 (fist<mode>2_ceil_with_temp): Ditto.
17577 (*truncdfsf_fast_mixed): Merge alternatives 0 and 1.
17578
17579 2008-04-26 David Daney <ddaney@avtrex.com>
17580
17581 * config/mips/mips.md (UNSPEC_COMPARE_AND_SWAP_12): New
17582 unspec_volitile.
17583 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_EXCHANGE,
17584 UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
17585 UNSPEC_UPDATE_GOT_VERSION): Renumber.
17586 (sync_compare_and_swap<mode>): New expand for QI and HI modes.
17587 (compare_and_swap_12): New insn.
17588 * config/mips/mips-protos.h (mips_expand_compare_and_swap_12): Declare.
17589 * config/mips/mips.c (mips_force_binary): New function.
17590 (mips_emit_int_order_test, mips_expand_synci_loop): Use it.
17591 (mips_expand_compare_and_swap_12): New function.
17592 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): New macro.
17593
17594 2008-04-25 Jan Hubicka <jh@suse.cz>
17595
17596 PR testsuite/35843
17597 * cfgexpand.c (pass_expand): Turn into RTL pass.
17598 * passes.c (execute_one_pass): Do pass typechecking after execution.
17599 * tree-pass.h (pass_expand): Turn into RTL pass.
17600
17601 * function.h (struct rtl_data): Move here fields
17602 accesses_prior_frames, calls_eh_return, saves_all_registers,
17603 has_nonlocal_goto, has_asm_statement, is_thunk,
17604 all_throwers_are_sibcalls, limit_stack, profile, uses_const_pool,
17605 uses_pic_offset_table, uses_eh_lsda, tail_call_emit,
17606 arg_pointer_save_area_init from struct function; turn into bool.
17607 (struct function): Move
17608 calls_eh_return, saves_all_registers, has_nonlocal_goto,
17609 has_asm_statement, is_thunk, all_throwers_are_sibcalls, limit_stack,
17610 profile, uses_const_pool, uses_pic_offset_table, uses_eh_lsda,
17611 tail_call_emit, arg_pointer_save_area_init
17612 into struct rtl_data. Remove recursive_call_emit and gimplified flags.
17613 (current_function_returns_struct, current_function_returns_pcc_struct,
17614 current_function_calls_setjmp, current_function_calls_alloca,
17615 current_function_accesses_prior_frames,
17616 current_function_calls_eh_return, current_function_is_thunk,
17617 current_function_stdarg, current_function_profile,
17618 current_function_limit_stack, current_function_uses_pic_offset_table,
17619 current_function_uses_const_pool, current_function_has_nonlocal_label,
17620 current_function_saves_all_registers,
17621 current_function_has_nonlocal_goto,
17622 current_function_has_asm_statement): Remove accesor macros.
17623 * ra-conflict.c (global_conflicts): Update.
17624 * tree-tailcall.c (suitable_for_tail_opt_p): Update.
17625 (suitable_for_tail_call_opt_p): Update.
17626 * builtins.c (expand_builtin_return_addr): Update.
17627 (expand_builtin_setjmp_setup): Update.
17628 (expand_builtin_nonlocal_goto): Update.
17629 * final.c (final_start_function): Update.
17630 (profile_function): Update.
17631 (leaf_function_p): Update.
17632 (only_leaf_regs_used): Update.
17633 * df-scan.c (df_get_exit_block_use_set): Update.
17634 * dojump.c (clear_pending_stack_adjust): Update.
17635 * tree-stdarg.c (gate_optimize_stdarg): Update.
17636 * gimple-low.c (lower_function_body): Update.
17637 * global.c (compute_regsets): Update.
17638 (global_alloc): Update.
17639 * dwarf2out.c (dwarf2out_begin_prologue): Update.
17640 * expr.c (expand_assignment): Update.
17641 * dse.c (dse_step0): Update.
17642 (dse_step1): Update.
17643 * c-decl.c (store_parm_decls): Update.
17644 * local-alloc.c (combine_regs): Update.
17645 (find_free_reg): Update.
17646 * function.c (assign_parms_augmented_arg_list): Update.
17647 (assign_parm_find_data_types): Update.
17648 (assign_parms): Update.
17649 (allocate_struct_function): Update.
17650 (expand_function_start): Update.
17651 (expand_function_end): Update.
17652 (get_arg_pointer_save_area): Update.
17653 (thread_prologue_and_epilogue_insns): Update.
17654 (rest_of_match_asm_constraints): Update.
17655 * stor-layout.c (variable_size): Update.
17656 * gcse.c (gcse_main): Update.
17657 (bypass_jumps): Update.
17658 * gimplify.c (gimplify_function_tree): Update.
17659 * calls.c (emit_call_1): Update.
17660 (expand_call): Update.
17661 * bt-load.c (compute_defs_uses_and_gen): Update.
17662 * except.c (sjlj_assign_call_site_values): Update.
17663 (sjlj_emit_function_enter): Update.
17664 (can_throw_external): Update.
17665 (set_nothrow_function_flags): Update.
17666 (expand_builtin_unwind_init): Update.
17667 (expand_eh_return): Update.
17668 (convert_to_eh_region_ranges): Update.
17669 (output_function_exception_table): Update.
17670 * emit-rtl.c (gen_tmp_stack_mem): Update.
17671 * cfgexpand.c (expand_used_vars): Update.
17672 (tree_expand_cfg): Update.
17673 * cfgcleanup.c (rest_of_handle_jump): Update.
17674 * explow.c (allocate_dynamic_stack_space): Update.
17675 * varasm.c (assemble_start_function): Update.
17676 (force_const_mem): Update.
17677 (mark_constant_pool): Update.
17678 * tree-optimize.c (tree_rest_of_compilation): Update.
17679 * stack-ptr-mod.c (notice_stack_pointer_modification): Update.
17680 * tree-cfg.c (notice_special_calls): Update.
17681 (is_ctrl_altering_stmt): Update.
17682 (tree_can_make_abnormal_goto): Update.
17683 (tree_purge_dead_abnormal_call_edges): Update.
17684 * config/alpha/predicates.md: Update.
17685 * config/alpha/alpha.c (alpha_sa_mask): Update.
17686 (alpha_sa_size): Update.
17687 (alpha_does_function_need_gp): Update.
17688 (alpha_expand_prologue): Update.
17689 (alpha_start_function): Update.
17690 (alpha_output_function_end_prologue): Update.
17691 (alpha_expand_epilogue): Update.
17692 * config/frv/frv.c (frv_stack_info): Update.
17693 (frv_expand_epilogue): Update.
17694 * config/s390/s390.c (s390_regs_ever_clobbered): Update.
17695 (s390_register_info): Update.
17696 (s390_frame_info): Update.
17697 (s390_init_frame_layout): Update.
17698 (s390_can_eliminate): Update.
17699 (save_gprs): Update.
17700 * config/spu/spu.c (spu_split_immediate): Update.
17701 (need_to_save_reg): Update.
17702 (spu_expand_prologue): Update.
17703 (spu_expand_epilogue): Update.
17704 * config/sparc/sparc.md: Update.
17705 * config/sparc/sparc.c (eligible_for_return_delay): Update.
17706 (sparc_tls_got): Update.
17707 (legitimize_pic_address): Update.
17708 (sparc_emit_call_insn): Update.
17709 (sparc_expand_prologue): Update.
17710 (output_return): Update.
17711 (print_operand): Update.
17712 (sparc_function_ok_for_sibcall): Update.
17713 * config/sparc/sparc.h (EXIT_IGNORE_STACK): Update.
17714 * config/m32r/m32r.md: Update.
17715 * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Update.
17716 (m32r_compute_frame_size): Update.
17717 (m32r_expand_prologue): Update.
17718 (m32r_expand_epilogue): Update.
17719 (m32r_legitimize_pic_address): Update.
17720 * config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Update.
17721 * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
17722 * config/i386/i386.c (ix86_frame_pointer_required): Update.
17723 (gen_push): Update.
17724 (ix86_save_reg): Update.
17725 (ix86_compute_frame_layout): Update.
17726 (ix86_expand_prologue): Update.
17727 (ix86_expand_epilogue): Update.
17728 * config/sh/sh.c (output_stack_adjust): Update.
17729 (calc_live_regs): Update.
17730 (sh5_schedule_saves): Update.
17731 (sh_expand_prologue): Update.
17732 (sh_expand_epilogue): Update.
17733 (sh_setup_incoming_varargs): Update.
17734 (sh_allocate_initial_value): Update.
17735 (sh_get_pr_initial_val): Update.
17736 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Update.
17737 * config/sh/sh.md (label:): Update.
17738 * config/avr/avr.c (out_movhi_mr_r): Update.
17739 * config/crx/crx.h (enum): Update.
17740 * config/xtensa/xtensa.h (along): Update.
17741 * config/stormy16/stormy16.c Update.
17742 (xstormy16_compute_stack_layout): Update.
17743 * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Update.
17744 (fr30_expand_prologue): Update.
17745 * config/cris/cris.c (cris_conditional_register_usage): Update.
17746 (cris_reg_saved_in_regsave_area): Update.
17747 (cris_initial_frame_pointer_offset): Update.
17748 (cris_simple_epilogue): Update.
17749 (cris_expand_prologue): Update.
17750 (cris_expand_epilogue): Update.
17751 (cris_expand_pic_call_address): Update.
17752 (cris_asm_output_symbol_ref): Update.
17753 (cris_asm_output_label_ref): Update.
17754 * config/cris/cris.md Update.
17755 * config/iq2000/iq2000.c (compute_frame_size): Update.
17756 (iq2000_expand_epilogue): Update.
17757 * config/mt/mt.h (save_direction): Update.
17758 * config/mn10300/mn10300.c (mn10300_function_value): Update.
17759 * config/ia64/ia64.c (ia64_compute_frame_size): Update.
17760 (ia64_secondary_reload_class): Update.
17761 * config/m68k/m68k.c (m68k_save_reg): Update.
17762 (m68k_expand_prologue): Update.
17763 (m68k_expand_epilogue): Update.
17764 (legitimize_pic_address): Update.
17765 * config/rs6000/rs6000.c (rs6000_got_register): Update.
17766 (first_reg_to_save): Update.
17767 (first_altivec_reg_to_save): Update.
17768 (compute_vrsave_mask): Update.
17769 (compute_save_world_info): Update.
17770 (rs6000_stack_info): Update.
17771 (spe_func_has_64bit_regs_p): Update.
17772 (rs6000_ra_ever_killed): Update.
17773 (rs6000_emit_eh_reg_restore): Update.
17774 (rs6000_emit_allocate_stack): Update.
17775 (rs6000_emit_prologue): Update.
17776 (rs6000_emit_epilogue): Update.
17777 (rs6000_output_function_epilogue): Update.
17778 (output_profile_hook): Update.
17779 (rs6000_elf_declare_function_name): Update.
17780 * config/rs6000/rs6000.h (rs6000_args): Update.
17781 * config/rs6000/rs6000.md: Update.
17782 * config/mcore/mcore.c (mcore_expand_prolog): Update.
17783 * config/arc/arc.c (arc_output_function_epilogue): Update.
17784 * config/arc/arc.h (FRAME_POINTER_REQUIRED): Update.
17785 * config/darwin.c (machopic_function_base_name): Update.
17786 * config/score/score3.c (score3_compute_frame_size): Update.
17787 (rpush): Update.
17788 (rpop): Update.
17789 (score3_epilogue): Update.
17790 * config/score/score7.c (score7_compute_frame_size): Update.
17791 (score7_prologue): Update.
17792 (score7_epilogue): Update.
17793 * config/score/score.h (FRAME_POINTER_REQUIRED): Update.
17794 * config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
17795 * config/arm/arm.c (use_return_insn): Update.
17796 (require_pic_register): Update.
17797 (arm_load_pic_register): Update.
17798 (arm_compute_save_reg0_reg12_mask): Update.
17799 (arm_compute_save_reg_mask): Update.
17800 (thumb1_compute_save_reg_mask): Update.
17801 (output_return_instruction): Update.
17802 (arm_output_function_prologue): Update.
17803 (arm_output_epilogue): Update.
17804 (arm_get_frame_offsets): Update.
17805 (arm_expand_prologue): Update.
17806 (thumb_pushpop): Update.
17807 (thumb_exit): Update.
17808 (thumb1_expand_prologue): Update.
17809 (thumb1_expand_epilogue): Update.
17810 (arm_unwind_emit): Update.
17811 (arm_output_fn_unwind): Update.
17812 * config/arm/arm.h (FRAME_POINTER_REQUIRED): Update.
17813 * config/arm/arm.md: Update.
17814 * config/pa/pa.md: Update.
17815 * config/pa/pa.c (legitimize_pic_address): Update.
17816 (compute_frame_size): Update.
17817 (hppa_expand_prologue): Update.
17818 (hppa_expand_epilogue): Update.
17819 (borx_reg_operand): Update.
17820 * config/pa/pa.h (FRAME_POINTER_REQUIRED): Update.
17821 (HARD_REGNO_RENAME_OK): Update.
17822 * config/mips/mips.c (mips_global_pointer): Update.
17823 (mips_save_reg_p): Update.
17824 (mips_compute_frame_info): Update.
17825 (mips_frame_pointer_required): Update.
17826 (mips_expand_prologue): Update.
17827 (mips_expand_epilogue): Update.
17828 (mips_can_use_return_insn): Update.
17829 (mips_reorg_process_insns): Update.
17830 * config/v850/v850.c (compute_register_save_size): Update.
17831 * config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Update.
17832 * config/mmix/mmix.c (along): Update.
17833 (mmix_expand_epilogue): Update.
17834 * config/bfin/bfin.c (legitimize_pic_address): Update.
17835 (must_save_p): Update.
17836 (stack_frame_needed_p): Update.
17837 (add_to_reg): Update.
17838 (bfin_expand_prologue): Update.
17839 * stmt.c (expand_asm_operands): Update.
17840 * reload1.c (reload): Update.
17841 (init_elim_table): Update.
17842
17843 2008-04-25 Bob Wilson <bob.wilson@acm.org>
17844
17845 * optabs.c (expand_float): Fix REG_EQUAL for UNSIGNED_FLOAT libcall.
17846
17847 2008-04-25 H.J. Lu <hongjiu.lu@intel.com>
17848
17849 * config/i386/sse.md (mov<mode>): Replace SSEMODEI with SSEMODE.
17850 (*mov<mode>_internal): Likewise. Support V4SF and V2DF.
17851 (mov<mode>): Removed.
17852 (*movv4sf_internal): Likewise.
17853 (*movv2df_internal): Likewise.
17854
17855 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
17856
17857 * config.gcc (crx-*-elf): Remove deprecation.
17858
17859 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>
17860
17861 * config/i386/cygming-crtend.c (register_frame_ctor): Register
17862 __gcc_deregister_frame with atexit.
17863 (deregister_frame_dtor): Remove.
17864
17865 2008-04-24 Nathan Froyd <froydnj@codesourcery.com>
17866 Nathan Sidwell <nathan@codesourcery.com>
17867
17868 * config/rs6000/rs6000.opt (mspe): Remove Var property.
17869 (misel): Likewise.
17870 * config/rs6000/rs6000.h (rs6000_spe): Declare.
17871 (rs6000_isel): Likewise.
17872 * config/rs6000/rs6000.c (rs6000_spe): New variable.
17873 (rs6000_isel): New variable.
17874 (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
17875
17876 2008-04-24 Jakub Jelinek <jakub@redhat.com>
17877
17878 PR c++/35758
17879 * c-common.c (handle_vector_size_attribute): Call
17880 lang_hooks.types.reconstruct_complex_type instead of
17881 reconstruct_complex_type.
17882 * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Likewise.
17883 * config/spu/spu.c (spu_handle_vector_attribute): Likewise.
17884 * langhooks.h (struct lang_hooks_for_types): Add
17885 reconstruct_complex_type hook.
17886 * langhooks-def.h (LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE): Define.
17887 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add it.
17888
17889 2008-04-24 Richard Guenther <rguenther@suse.de>
17890
17891 * c-common.h (check_builtin_function_arguments): Declare.
17892 * c-common.c (validate_nargs): New function.
17893 (check_builtin_function_arguments): Likewise.
17894 * c-typeck.c (build_function_call): Call
17895 check_builtin_function_arguments.
17896 * builtins.c (fold_builtin_classify): Remove error reporting code.
17897 (fold_builtin_unordered_cmp): Likewise.
17898 (fold_builtin_1): Likewise.
17899 (fold_builtin_n): Likewise.
17900
17901 2008-04-24 Jakub Jelinek <jakub@redhat.com>
17902
17903 PR tree-optimization/36008
17904 * fold-const.c (try_move_mult_to_index): If s == NULL, divide
17905 the original op1, rather than delta by step.
17906
17907 2008-04-22 Antoniu Pop <antoniu.pop@gmail.com>
17908 Sebastian Pop <sebastian.pop@amd.com>
17909
17910 * tree-parloops.c (take_address_of, eliminate_local_variables_1,
17911 eliminate_local_variables_stmt, eliminate_local_variables,
17912 separate_decls_in_loop_name, separate_decls_in_loop_stmt,
17913 separate_decls_in_loop, gen_parallel_loop): Make them work on a region
17914 of code delimited by two edges in the CFG.
17915 (separate_decls_in_loop_name): Renamed separate_decls_in_region_name.
17916 (separate_decls_in_loop_stmt): Renamed separate_decls_in_region_stmt.
17917 (separate_decls_in_loop): Renamed separate_decls_in_region. Isolate
17918 the case of parallelisation of reductions.
17919 (expr_invariant_in_region_p): New.
17920
17921 * tree-flow.h (gather_blocks_in_sese_region): Declared.
17922 * tree-cfg.c (gather_blocks_in_sese_region): Extern.
17923
17924 2008-04-24 Ira Rosen <irar@il.ibm.com>
17925 Richard Guenther <rguenther@suse.de>
17926
17927 PR tree-optimization/36034
17928 * tree-vect-analyze.c (vect_analyze_group_access): SLP is
17929 incapable of dealing with loads with gaps.
17930
17931 2008-04-24 Rafael Espíndola <espindola@google.com>
17932
17933 * tree-flow.h (vrp_evaluate_conditional): Change signature.
17934 * tree-ssa-propagate.c (fold_predicate_in): Update call to
17935 vrp_evaluate_conditional.
17936 * tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
17937 (vrp_evaluate_conditional): Split the cond argument.
17938 (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
17939 (simplify_stmt_for_jump_threading): Update call to
17940 vrp_evaluate_conditional.
17941
17942 2008-04-24 Ira Rosen <irar@il.ibm.com>
17943
17944 PR tree-optimization/35982
17945 * tree-vect-analyze.c (vect_check_interleaving): Check that the
17946 interleaved data-refs are of the same type.
17947
17948 2008-04-24 Danny Smith <dannysmith@users.net>
17949
17950 * c-format.c (check_format_info_main): Use strncmp rather than a
17951 magic prefix to handle multichar length specs.
17952 * config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
17953 Don't prefix "I64" and "I32" with '\0'.
17954
17955 2008-04-24 Jakub Jelinek <jakub@redhat.com>
17956
17957 PR target/36015
17958 * config/i386/i386.c (init_cumulative_args): Don't pass anything
17959 in registers for -m32 only if stdarg_p (fntype).
17960
17961 2008-04-24 Uros Bizjak <ubizjak@gmail.com>
17962
17963 PR rtl-optimization/36006
17964 * expmed.c (store_fixed_bit_field): Copy op0 rtx before moving
17965 temp to op0 in order to avoid invalid rtx sharing.
17966
17967 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17968
17969 * tree-cfg.c (verify_expr): Check with is_gimple_address. Don't
17970 check TREE_INVARIANT.
17971 * tree-gimple.c (is_gimple_address): New.
17972 (is_gimple_invariant_address): Simplify using decl_address_invariant_p.
17973 * tree-gimple.h (is_gimple_address): New.
17974 * tree.h (decl_address_invariant_p): New.
17975 * tree.c (make_node_stat): Don't set TREE_INVARIANT.
17976 (build_string): Likewise.
17977 (decl_address_invariant_p): New, from is_gimple_invariant_address.
17978 (tree_invariant_p_1): Likewise.
17979 (save_expr): Use it.
17980 (tree_invariant_p): New.
17981 (skip_simple_arithmetic): Use it.
17982 (stabilize_reference_1): Use it.
17983 (recompute_tree_invariant_for_addr_expr): Don't update TREE_INVARIANT,
17984 simplify.
17985 (build1_stat): Drop code to compute TREE_INVARIANT.
17986 (build2_stat): Drop code to compute TREE_INVARIANT.
17987 (build3_stat): Drop code to compute TREE_INVARIANT.
17988 (build4_stat): Drop code to compute TREE_INVARIANT.
17989 (build5_stat): Drop code to compute TREE_INVARIANT.
17990 (build7_stat): Drop code to compute TREE_INVARIANT.
17991 (merge_dllimport_decl_attributes): Don't mention TREE_INVARIANT.
17992 * tree.h (struct tree_base): Remove invariant_flag.
17993 (TREE_INVARIANT): Remove.
17994 * builtins.c (build_string_literal): Don't set TREE_INVARIANT.
17995 (fold_builtin_expect): Check TREE_CONSTANT.
17996 * tree-ssa-ccp.c (fold_stmt_r): Adjust comment.
17997 * c-tree.h (c_expr_to_decl): Drop third parameter.
17998 * c-typeck.c (build_external_ref): Don't set TREE_INVARIANT.
17999 (build_c_cast): Don't set TREE_INVARIANT.
18000 (pop_init_level): Don't set TREE_INVARIANT.
18001 (c_objc_common_truthvalue_conversion): Don't set TREE_INVARIANT.
18002 * gimplify.c (gimplify_init_ctor_preeval): Add assertion, test
18003 TREE_CONSTANT.
18004 (gimplify_init_constructor): Don't set TREE_INVARIANT.
18005 (gimplify_addr_expr): Adjust comment.
18006 * tree-mudflap.c (mf_build_string):
18007 * print-tree.c (print_node): Don't print TREE_INVARIANT.
18008 * tree-nested.c (convert_nonlocal_reference): Adjust comment.
18009 * c-common.c (fix_string_type): Don't set TREE_INVARIANT.
18010 * langhooks-def.h (lhd_expr_to_decl): Drop third parameter.
18011 * langhooks.c (lhd_expr_to_decl): Drop third parameter.
18012 * langhooks.h (struct lang_hooks): Drop third parameter from
18013 expr_to_decl.
18014
18015 2008-04-23 Richard Guenther <rguenther@suse.de>
18016
18017 PR tree-optimization/27799
18018 PR tree-optimization/32921
18019 PR tree-optimization/32624
18020 * tree-ssa-structalias.c (merge_smts_into): Only merge the
18021 SMTs aliases and the tag itself into the solution.
18022 * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Do not
18023 merge the points-to solution back into the SMT aliases.
18024 (may_alias_p): Use alias_set_subset_of instead of
18025 aliases_conflict_p. A pointer which points to
18026 memory with alias set zero may access any variable.
18027
18028 2008-04-23 Richard Guenther <rguenther@suse.de>
18029
18030 * alias.c (alias_set_subset_of): Correctly handle asking
18031 if zero is a subset of an alias set with zero child.
18032 * tree-ssa-alias.c (have_common_aliases_p): Simplify logic.
18033 (compute_flow_insensitive_aliasing): Correctly walk all
18034 pointers. Do not unnecessarily union sets.
18035
18036 2008-04-23 Richard Guenther <rguenther@suse.de>
18037
18038 PR middle-end/36021
18039 * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.
18040
18041 2008-04-22 Tomas Bily <tbily@suse.cz>
18042
18043 * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as
18044 unreachable case.
18045 * tree-vrp.c (extract_range_from_unary_expr): Removed unused
18046 NON_LVALUE_EXPR.
18047 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
18048 * tree-ssa-structalias.c (get_constraint_for): Likewise.
18049 * tree-inline.c (estimate_num_insns_1): Likewise.
18050 * varasm.c (const_hash_1, compare_constant, copy_constant)
18051 (compute_reloc_for_constant, output_addressed_constants): Likewise.
18052 * emit-rtl.c (component_ref_for_mem_expr)
18053 (set_mem_attributes_minus_bitpos): Likewise.
18054 * expr.c (highest_pow2_factor, expand_expr_real_1, )
18055 (is_aligning_offset): Likewise.
18056 * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info): Likewise.
18057 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
18058 * dojump.c (do_jump): Likewise.
18059 * builtins.c (get_pointer_alignment, get_memory_rtx)
18060 (integer_valued_real_p, fold_builtin_next_arg): Likewise.
18061 * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.
18062
18063 2008-04-23 Jakub Jelinek <jakub@redhat.com>
18064
18065 PR rtl-optimization/36017
18066 * builtins.c (expand_errno_check): Clear CALL_EXPR_TAILCALL before
18067 expanding the library call.
18068
18069 2008-04-22 Ian Lance Taylor <iant@google.com>
18070
18071 * fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather
18072 than size_in_bytes.
18073
18074 2008-04-22 Pat Haugen <pthaugen@us.ibm.com>
18075
18076 * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase cost
18077 of LR/CTR moves for Power6.
18078
18079 2008-04-22 Kenneth Zadeck <zadeck@naturalbridge.com>
18080
18081 PR middle-end/36003
18082 * passes.c (init_optimization_passes): Remove
18083 pass_fast_rtl_byte_dce.
18084
18085 2008-04-22 Uros Bizjak <ubizjak@gmail.com>
18086
18087 PR target/29096
18088 * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Rearrange calls to
18089 builtin functions to generate faster code.
18090 (_mm_cvtpu16_ps): Ditto.
18091 (_mm_cvtpi32x2_ps): Ditto.
18092
18093 2008-04-22 Nick Clifton <nickc@redhat.com>
18094
18095 * common.opt (ftree-loop-distribution): Add Optimization
18096 attribute.
18097
18098 * config/frv/frv.c (frv_stack_info): Use crtl instead of cfun.
18099 (frv_expand_builtin_va_start): Likewise.
18100
18101 * config/arm/arm.c (thumb_find_work_register): Fix location of
18102 argument register count.
18103
18104 2008-04-22 Maxim Kuvyrkov <maxim@codesourcery.com>
18105
18106 Support scheduling for ColdFire V1 and V3 microarchitecture.
18107 Improve scheduling of multiplication instructions.
18108
18109 * config/m68k/m68k.md (cpu): Add cfv1 and cfv3. Rename cf_v2 to cfv1.
18110 (mac): New instruction attribute.
18111 * config/m68k/m68k.c (override_options): Handle cfv1, cfv3 and mac.
18112 (m68k_sched_mac): New variable.
18113 (m68k_sched_attr_type2, m68k_sched_md_init_global): Update.
18114 Handle cfv1 and cfv3.
18115 (max_insn_size): New static variable.
18116 (struct _sched_ib): New type.
18117 (sched_ib): New static variable.
18118 (sched_ib_size, sched_ib_filled, sched_ib_insn): Convert variables
18119 to fields of 'struct _sched_ib sched_ib'. Update all uses.
18120 (m68k_sched_variable_issue): Add modeling of cfv3 instruction buffer.
18121 Update.
18122 (m68k_sched_md_init_global, m68k_sched_md_finish_global,
18123 m68k_sched_md_init, m68k_sched_md_finish): Handle cfv1 and cfv3. Init
18124 new variables. Update.
18125 (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
18126 Add modeling of cfv3 instruction buffer. Update.
18127 * config/m68k/m68k-protos.h (m68k_sched_mac): Declare.
18128 * config/m68k/m68k.h (TUNE_CFV3): New macro.
18129 * config/m68k/cf.md: Change substrings 'cf_v2' to 'cfv12' or 'cfv123'.
18130 (cf_* reservations): Rename to cfv12 or cfv123 to indicate cores
18131 a particular reservation applies to.
18132 (type2): Reorganize attribute values. Rename alu to alu_reg,
18133 alu_l to alu, move_l to omove. Join move to alu. Split mul
18134 to mul_l and mul_w.
18135 (cf_ib_*): Simplify description of instruction buffer.
18136 (cf_ib_w0, cf_ib_w4, cf_ib_w5, cf_ib_w6): Remove.
18137 (cf_mem): Split into cf_mem1 and cf_mem2.
18138 (cf_v2_move_??): Rename to cfv12_alu_??.
18139 (cf_v2_move_l_??): Rename to cfv12_omove_??.
18140 (cf_v2_mul_??): Remove reservations.
18141 (cfv12_mul_l_??, cfv12_mul_w_??, cfv12_mac_w_??, cfv12_mac_l_??,
18142 cfv12_emac_??, cfv12_emac_w_i0): New reservations.
18143 (cfv12_rts, cfv12_call, cfv12_bcc, cfv12_bra, cfv12_jmp): Move to
18144 appropriate place.
18145 (cfv3_alu_10, cfv3_omove_10, cfv3_alu_i0, cfv3_omove_i0, cfv3_alu_01,
18146 cfv3_alu_0i, cfv3_alu_11, cfv3_omove_11, cfv3_alu_i1, cfv3_omove_i1,
18147 cfv3_alu_1i, cfv3_omove_1i, cfv3_pea_11, cfv3_pea_i1, cfv3_mul_w_10,
18148 cfv3_mul_l_10, cfv3_mul_w_i0, cfv3_mac_w_10, cfv3_mac_l_10,
18149 cfv3_mac_w_i0, cfv3_emac_10, cfv3_emac_w_i0, cfv3_rts, cfv3_call,
18150 cfv3_bcc, cfv3_bra, cfv3_jmp): New reservations.
18151 (cfv3_*_1, cfv3_*_2, cfv3_*_3): New instruction reservations that are
18152 expansions of the above reservations for instructions of sizes
18153 1, 2 and 3 words.
18154
18155 2008-04-22 Maxim Kuvyrkov <maxim@codesourcery.com>
18156
18157 * rtl-factoring.c (collect_patterns_seqs): Handle CC0 targets.
18158
18159 2008-04-21 Adam Nemet <anemet@caviumnetworks.com>
18160
18161 * coverage.c: Include tree-pass.h.
18162 (coverage_counter_alloc): Print da_file_name to the dump file.
18163
18164 2008-04-21 Kenneth Zadeck <zadeck@naturalbridge.com>
18165
18166 * sbitmap.c (sbitmap_range_empty_p): New function.
18167 * sbitmap.h (sbitmap_range_empty_p): New function.
18168 * bitmap.h: Now includes obstack.h.
18169
18170 2008-04-21 Richard Sandiford <rsandifo@nildram.co.uk>
18171 Kenneth Zadeck <zadeck@naturalbridge.com>
18172
18173 * dbgcnt.def (ra_byte_scan): Added.
18174 * dbgcnt.c (dbg_cnt): Added code to print message to dump_file
18175 when the last hit happens for a counter.
18176 * timevar.def (TV_DF_BYTE_LR): New variable.
18177 * tree-pass.h (pass_fast_rtl_byte_dce): New pass.
18178 * passes.c (pass_fast_rtl_byte_dce): New pass.
18179 * fwprop.c (update_df): Added mode to call df_ref_create.
18180 Renamed DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
18181 DF_REF_EXTRACT_OFFSET.
18182 * df.h (DF_BYTE_LR, DF_BYTE_LR_BB_INFO, DF_BYTE_LR_IN,
18183 DF_BYTE_LR_OUT, df_byte_lr): New macro.
18184 (df_mm): New enum.
18185 (df_ref_extract): Added mode field.
18186 (DF_REF_WIDTH, DF_REF_OFFSET) Renamed to DF_REF_EXTRACT_WIDTH and
18187 DF_REF_EXTRACT_OFFSET.
18188 (DF_REF_EXTRACT_MODE): New macro.
18189 (df_byte_lr_bb_info): New structure.
18190 (df_print_byte_regset, df_compute_accessed_bytes,
18191 df_byte_lr_add_problem, df_byte_lr_get_regno_start,
18192 df_byte_lr_get_regno_len, df_byte_lr_simulate_defs,
18193 df_byte_lr_simulate_uses,
18194 df_byte_lr_simulate_artificial_refs_at_top,
18195 df_byte_lr_simulate_artificial_refs_at_end,
18196 df_compute_accessed_bytes): New function.
18197 (df_ref_create): Add parameter.
18198 (df_byte_lr_get_bb_info): New inline function.
18199 * df-scan.c (df_ref_record, df_uses_record,
18200 df_ref_create_structure): Added mode parameter.
18201 (df_ref_create, df_notes_rescan, df_ref_record, df_def_record_1,
18202 df_defs_record, df_uses_record, df_get_conditional_uses,
18203 df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
18204 df_entry_block_defs_collect, df_exit_block_uses_collect):
18205 Added mode parameter to calls to df_ref_record, df_uses_record,
18206 df_ref_create_structure.
18207 (df_ref_equal_p, df_ref_compare): Added test for modes.
18208 (df_ref_create_structure): Added code to set mode. Renamed
18209 DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
18210 DF_REF_EXTRACT_OFFSET.
18211 * df-core.c (df_print_byte_regset): New function.
18212 * df-byte-scan.c: New file.
18213 * df-problems.c (df_rd_transfer_function): Removed unnecessary
18214 calls to BITMAP_FREE.
18215 (df_byte_lr_problem_data, df_problem problem_BYTE_LR): New structure.
18216 (df_byte_lr_get_regno_start, df_byte_lr_get_regno_len,
18217 df_byte_lr_set_bb_info, df_byte_lr_free_bb_info,
18218 df_byte_lr_check_regs, df_byte_lr_expand_bitmap,
18219 df_byte_lr_alloc, df_byte_lr_reset, df_byte_lr_bb_local_compute,
18220 df_byte_lr_local_compute, df_byte_lr_init,
18221 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
18222 df_byte_lr_transfer_function, df_byte_lr_free,
18223 df_byte_lr_top_dump, df_byte_lr_bottom_dump,
18224 df_byte_lr_add_problem, df_byte_lr_simulate_defs,
18225 df_byte_lr_simulate_uses,
18226 df_byte_lr_simulate_artificial_refs_at_top,
18227 df_byte_lr_simulate_artificial_refs_at_end): New function.
18228 * dce.c (byte_dce_process_block): New function.
18229 (dce_process_block): au is now passed in rather than computed
18230 locally. Changed loops that look at artificial defs to not look
18231 for conditional or partial ones, because there never are any.
18232 (fast_dce): Now is able to drive byte_dce_process_block or
18233 dce_process_block depending on the kind of dce being done.
18234 (rest_of_handle_fast_dce): Add parameter to fast_dce.
18235 (rest_of_handle_fast_byte_dce): New function.
18236 (rtl_opt_pass pass_fast_rtl_byte_dce): New pass.
18237 * Makefile.in (df-byte-scan.o, debugcnt.o): Added dependencies.
18238
18239 2008-04-21 Daniel Franke <franke.daniel@gmail.com>
18240
18241 PR fortran/35019
18242 * gcc.h: Added fortran options that take arguments to
18243 DEFAULT_SWITCH_TAKES_ARG and DEFAULT_WORD_SWITCH_TAKES_ARG
18244 macros.
18245
18246 2008-04-20 Eric Botcazou <ebotcazou@adacore.com>
18247
18248 * tree-sra.c (sra_walk_expr) <VIEW_CONVERT_EXPR>: Disable
18249 scalarization if on the LHS and not a full access.
18250
18251 2008-04-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18252
18253 * Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing it.
18254
18255 2008-04-18 Rafael Espíndola <espindola@google.com>
18256
18257 * tree-vrp.c (find_case_label_index): Fix the binary search.
18258 (find_case_label_range): New.
18259 (vrp_visit_switch_stmt): Use find_case_label_range.
18260 (simplify_switch_using_ranges): Use find_case_label_range.
18261
18262 2008-04-18 Eric Botcazou <ebotcazou@adacore.com>
18263
18264 * gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
18265 using the is_gimple_lvalue predicate instead of is_gimple_min_lval.
18266
18267 2008-04-18 Tom Tromey <tromey@redhat.com>
18268
18269 PR libcpp/15500:
18270 * doc/cpp.texi (Implementation-defined behavior): Mention
18271 -finput-charset.
18272
18273 2008-04-18 Ian Lance Taylor <iant@google.com>
18274
18275 * fold-const.c (pointer_may_wrap_p): New static function.
18276 (fold_comparison): Add another test for pointer overflow. Use
18277 pointer_may_wrap_p to disable some false positives.
18278
18279 2008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
18280
18281 * c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros.
18282 (fname_as_string): Match updated cpp_interpret_string prototype.
18283 (fix_string_type): Support char16_t* and char32_t*.
18284 (c_common_nodes_and_builtins): Add char16_t and char32_t (and
18285 derivative) nodes. Register as builtin if C++0x.
18286 (c_parse_error): Support CPP_CHAR{16,32}.
18287 * c-common.h (RID_CHAR16, RID_CHAR32): New elements.
18288 (enum c_tree_index) <CTI_CHAR16_TYPE, CTI_SIGNED_CHAR16_TYPE,
18289 CTI_UNSIGNED_CHAR16_TYPE, CTI_CHAR32_TYPE, CTI_SIGNED_CHAR32_TYPE,
18290 CTI_UNSIGNED_CHAR32_TYPE, CTI_CHAR16_ARRAY_TYPE,
18291 CTI_CHAR32_ARRAY_TYPE>: New elements.
18292 (char16_type_node, signed_char16_type_node, unsigned_char16_type_node,
18293 char32_type_node, signed_char32_type_node, char16_array_type_node,
18294 char32_array_type_node): New defines.
18295 * c-lex.c (cb_ident): Match updated cpp_interpret_string prototype.
18296 (c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
18297 (lex_string): Support CPP_STRING{16,32}, match updated
18298 cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
18299 (lex_charconst): Support CPP_CHAR{16,32}.
18300 * c-parser.c (c_parser_postfix_expression): Support CPP_CHAR{16,32}
18301 and CPP_STRING{16,32}.
18302
18303 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
18304
18305 PR bootstrap/35457
18306 * aclocal.m4: Regenerate.
18307 * configure: Regenerate.
18308
18309 2008-04-18 Jan Hubicka <jh@suse.cz>
18310
18311 * except.c (dw2_size_of_call_site_table,
18312 sjlj_size_of_call_site_table): Use vector API for call_site_record.
18313
18314 * cgraphbuild.c (build_cgraph_edges): Update.
18315 * tree-pass.h: Update comment.
18316 * final.c (leaf_function_p): Update.
18317 (leaf_renumber_regs): Update.
18318 (rest_of_clean_state): Update.
18319 * omp-low.c (expand_omp_parallel): Update.
18320 * ipa-reference.c (analyze_function): Update.
18321 * reorg.c (find_end_label): Update.
18322 (optimize_skip): Update.
18323 (fill_simple_delay_slots): Update.
18324 (fill_simple_delay_slots): Update.
18325 (make_return_insns): Update.
18326 (dbr_schedule): Update.
18327 * gimple-low.c (record_vars_into): Update.
18328 * cfgbuild.c (make_edges): Update.
18329 * function.c (assign_stack_local): Update.
18330 (assign_parm_adjust_stack_rtl): Update.
18331 (locate_and_pad_parm): Update.
18332 (allocate_struct_function): Do not initialize stack_alignment_needed
18333 and preferred_stack_boundary here.
18334 (stack_protect_prologue): Update.
18335 (stack_protect_epilogue): Update.
18336 (expand_function_start): Initialize stack_alignment_needed,
18337 preferred_stack_boundary and max_jumptable_ents.
18338 (expand_function_end): Update.
18339 (free_after_compilation): Do not NULLify epilogue_delay_list.
18340 * function.h (struct rtl_data): Add stack_protect_guard,
18341 stack_alignment_needed,
18342 preferred_stack_boundary, epilogue_delay_list.
18343 (struct function): Remove value_histograms, stack_alignment_needed,
18344 preferred_stack_boundary, epilogue_delay_list, max_jumptable_ents,
18345 last_label_uid,
18346 unexpanded_var_list, stack_protect_guard.
18347 (current_function_epilogue_delay_list): Remove.
18348 * ipa-type-escape.c (analyze_function): Update.
18349 * gimplify.c (pop_gimplify_context): Update comment.
18350 * calls.c (expand_call): Update.
18351 (emit_library_call_value_1): Update.
18352 * except.c (set_nothrow_function_flags): Update.
18353 * cfgexpand.c (get_decl_align_unit): Update.
18354 (create_stack_guard): Update.
18355 (estimated_stack_frame_size): Update.
18356 (expand_used_vars): Update.
18357 (tree_expand_cfg): Free histogram earliers, init expansion variables.
18358 * explow.c (allocate_dynamic_stack_space): Update.
18359 * tree-ssa-live.c (remove_unused_locals): Update.
18360 * varasm.c (mark_constant_pool): Update.
18361 * tree-inline.c (remap_decls): Update.
18362 (initialize_cfun): Update.
18363 (declare_return_variable): Update.
18364 (inline_forbidden_p): Update.
18365 (expand_call_inline): Update.
18366 (declare_inline_vars): Update.
18367 (tree_function_versioning): Update.
18368 * tree-flow.h (value_histograms): New.
18369 (VALUE_HISTOGRAMS): New macro.
18370 * basic-block.h (control_flow_graph): Add max_jumptable_ents,
18371 last_label_uid.
18372 * tree-cfg.c (set_bb_for_stmt): Update.
18373 (replace_by_duplicate_decl): Update.
18374 (move_block_to_fn): Update.
18375 (new_label_mapper): Update.
18376 (dump_function_to_file): Update.
18377 * ipa-struct-reorg.c (build_data_structure): Update.
18378 * cfgrtl.c (print_rtl_with_bb): Update.
18379 * reload1.c (reload): Update.
18380 (reload): Update.
18381 * config/i386/i386.c (setup_incoming_varargs_64,
18382 ix86_compute_frame_layout): Update.
18383 * config/arc/arc.c (arc_output_function_epilogue): Update.
18384
18385 2008-04-18 Marius Strobl <marius@FreeBSD.org>
18386
18387 * gthr-posix.h (__gthread_active_p): Use the Solaris implementation
18388 for FreeBSD as well.
18389 * gthr-posix95.h: Likewise.
18390
18391 2008-04-17 Richard Sandiford <rsandifo@nildram.co.uk>
18392
18393 PR rtl-optimization/35838
18394 * dse.c (find_shift_sequence): Use subreg_lowpart_offset to work
18395 out the byte offset of the first subreg.
18396
18397 2008-04-17 Uros Bizjak <ubizjak@gmail.com>
18398
18399 * config/i386/i386.md (addti3 splitter): Pass arrays of 3 operands
18400 to split_ti instead of three separate calls with single member arrays.
18401 (subti3 splitter): Ditto.
18402 (adddi3 splitter): Ditto with split_di.
18403 (subdi3 splitter): Ditto.
18404 (negti2 splitter): Pass arrays of 2 operands to split_ti instead of
18405 two separate calls with single member arrays. Swap match_dup
18406 operands 1 and 2 to better fit into the array.
18407 (negdi2 splitter): Ditto with split_di.
18408 (movdfcc splitter): Pass arrays of 2 operands to split_di instead of
18409 two separate calls with single member arrays. Swap match_dup operands
18410 6 and 7 to better fit into the array.
18411
18412 2008-04-17 H.J. Lu <hongjiu.lu@intel.com>
18413
18414 * config/i386/i386.c (sse_builtin_type): New.
18415 (bdesc_sse_args): Likewise.
18416 (bdesc_sse_3arg): Removed.
18417 (bdesc_2arg): Remove IX86_BUILTIN_AESKEYGENASSIST128.
18418 (bdesc_1arg): Remove IX86_BUILTIN_ROUNDPD and
18419 IX86_BUILTIN_ROUNDPS.
18420 (ix86_init_mmx_sse_builtins): Handle bdesc_sse_args. Remove
18421 bdesc_sse_3arg. Remove IX86_BUILTIN_ROUNDPD and
18422 IX86_BUILTIN_ROUNDPS.
18423 (ix86_expand_sse_4_operands_builtin): Removed.
18424 (ix86_expand_sse_operands_builtin): New.
18425 (ix86_expand_unop_builtin): Remove CODE_FOR_sse4_1_roundpd
18426 and CODE_FOR_sse4_1_roundps.
18427 (ix86_expand_builtin): Remove IX86_BUILTIN_AESKEYGENASSIST128.
18428 Handle bdesc_sse_args. Remove bdesc_sse_3arg.
18429
18430 2008-04-17 Alan Modra <amodra@bigpond.net.au>
18431
18432 PR target/35907
18433 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Restore vr and vrsave
18434 regs before frame pop when needed. If use_backchain_to_restore_sp
18435 then load backchain into a temp reg to restore vr and vrsave. Add
18436 code to restore vr after frame pop if possible.
18437
18438 2008-04-17 Richard Guenther <rguenther@suse.de>
18439
18440 * tree-vn.c (expressions_equal_p): Do not check type
18441 equality or compatibility before calling operand_equal_p.
18442 * fold-const.c (operand_equal_p): Check equivalence of
18443 integer constants before bailing out due to signedness or
18444 precision differences.
18445 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ignore
18446 spurious differences in type qualification. Ignore types
18447 for COMPONENT_REFs at all.
18448
18449 2008-04-17 Christian Bruel <christian.bruel@st.com>
18450
18451 * config/sh/sh.c (expand_cbranchdi4): Use original operands for
18452 msw_skip comparison.
18453
18454 2008-04-16 Jakub Jelinek <jakub@redhat.com>
18455
18456 PR c/35739
18457 * tree-nrv.c (tree_nrv): Don't optimize if result_type is GIMPLE
18458 reg type.
18459
18460 PR tree-optimization/35899
18461 * tree-inline.c (expand_call_inline): Use GIMPLE_STMT_OPERAND
18462 rather than TREE_OPERAND.
18463
18464 2008-04-16 Uros Bizjak <ubizjak@gmail.com>
18465
18466 PR target/35944
18467 * config/i386/i386.md (fmodxf3): Copy operand 1 and operand 2 into
18468 temporary registers. Change operand predicate to general_operand.
18469 (remainderxf3): Ditto.
18470
18471 2008-04-16 Richard Guenther <rguenther@suse.de>
18472
18473 * Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency.
18474 * tree-affine.c (aff_combination_expand): Look through some
18475 conversions.
18476
18477 2008-04-15 Doug Kwan <dougkwan@google.com>
18478
18479 * dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT
18480 for hex printing.
18481 * tree-pretty-print.c (dump_generic_node): Ditto.
18482 * final.c (output_addr_const): Ditto.
18483 * dwarf2out.c (output_cfi): Ditto.
18484 * c-pretty-print.c (pp_c_integer_constant): Ditto.
18485 * print-rtl.c (print_rtx): Ditto.
18486 * print-tree.c (print_node_brief, print_node): Ditto.
18487 * c-common.c (match_case_to_enum_1): Ditto.
18488 * sched-vis.c (print_value): Ditto.
18489 * config/i386/i386.c (print_operand): Cast to long unsigned int
18490 for hex printing.
18491
18492 2008-04-15 Danny Smith <dannysmith@users.sourceforge.net>
18493 * libgcc2.c [L_trampoline]: Remove unnecessary prototype for
18494 MS Windows VirtualProtect function.
18495
18496 2008-04-15 Jan Hubicka <jh@suse.cz>
18497
18498 * gengtype.c (write_root): Param_is argument is OK.
18499 * expr.c (expand_expr_real_1): Update call of get_exception_*.
18500 * function.h: Include varray.h
18501 (rtl_eh): New stucture based on except.c one.
18502 (call_site_record): New forward declaration and vector type.
18503 * calls.c (emit_call_1): Do not call
18504 note_current_region_may_contain_throw.
18505 * except.c (eh_status): Remove cur_region, try_region since they are
18506 unused.
18507 Move filter, exc_ptr, ttype_data, ehspec_data, action_record_data and
18508 exception_handler_label_map, ehr_stackadj, ehr_handler, ehr_label,
18509 sjlj_fc, sjlj_exit_after to rth_eh in function.h.
18510 Remove call_site_data_used, call_site_data_size.
18511 Turn call_site_record into vector in function.h.
18512 (note_current_region_may_contain_throw): Remove.
18513 (get_exception_pointer, get_exception_filter): Do not take struct
18514 function argument; update.
18515 (add_ehl_entry, find_exception_handler_labels, ehspec_filter_hash,
18516 add_ttypes_entry, add_ehspec_entry, assign_filter_values,
18517 build_post_landing_pads, dw2_build_landing_pads,
18518 sjlj_assign_call_site_values, sjlj_mark_call_sites,
18519 sjlj_emit_function_enter, sjlj_emit_function_enter,
18520 sjlj_emit_function_exit, sjlj_emit_dispatch_table,
18521 sjlj_build_landing_pads, finish_eh_generation,
18522 remove_exception_handler_label, remove_eh_handler,
18523 maybe_remove_eh_handler, add_reachable_handler,
18524 reachable_handlers, expand_builtin_eh_return, expand_eh_return,
18525 add_action_record, collect_one_action_chain, add_call_site,
18526 convert_to_eh_region_ranges, sjlj_size_of_call_site_table,
18527 sjlj_output_call_site_table, output_function_exception_table,
18528 * except.h (note_current_region_may_contain_throw): Remove
18529 (get_exception_pointer, get_exception_filter): Do not take struct
18530 function argument.
18531 * Makefile.in (GTFILES): Put varargs before struct function.
18532
18533 2008-04-15 Eric Botcazou <ebotcazou@adacore.com>
18534
18535 * tree-ssa-structalias.c (get_constraint_for_component_ref): Do not
18536 punt for STRING_CST.
18537 (get_constraint_for): Deal with STRING_CST here instead.
18538
18539 2008-04-15 Richard Guenther <rguenther@suse.de>
18540
18541 * tree-ssa-propagate.c (substitute_and_fold): Substitute
18542 statements in a basic-block with a backward walk. Do not
18543 substitute into dead statements but instead remove those.
18544
18545 2008-04-15 Richard Guenther <rguenther@suse.de>
18546
18547 * params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Set default
18548 to zero, thus disable creation of SFTs.
18549
18550 2008-04-15 Eric Botcazou <ebotcazou@adacore.com>
18551
18552 * tree-predcom.c (suitable_reference_p): Return false if the
18553 reference can throw.
18554
18555 2008-04-15 Jakub Jelinek <jakub@redhat.com>
18556
18557 PR c/35751
18558 * c-decl.c (finish_decl): If extern or static var has variable
18559 size, set TREE_TYPE (decl) to error_mark_node.
18560
18561 2008-04-15 Rafael Espíndola <espindola@google.com>
18562
18563 * fold-const.c (tree_call_nonnegative_warnv_p): Remove local
18564 variable arg1.
18565
18566 2008-04-15 Richard Guenther <rguenther@suse.de>
18567
18568 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
18569 * tree-ssa-sccvn.c (vn_reference_lookup): New parameter maywalk.
18570 (visit_reference_op_load): Do walk vuse-vdef chains on
18571 vn_reference_lookup.
18572 (visit_reference_op_store): But do not here.
18573 * tree-vn.c (vn_lookup): Do not walk vuse-vdef chains on
18574 vn_reference_lookup.
18575 (vn_lookup_with_vuses): But do so here.
18576
18577 2008-04-14 Ian Lance Taylor <iant@google.com>
18578
18579 * fold-const.c (fold_overflow_warning): Remove assertion.
18580
18581 2008-04-15 Ben Elliston <bje@au.ibm.com>
18582
18583 * config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
18584 temp1 local variables.
18585
18586 2008-04-15 Zuxy Meng <zuxy.meng@gmail.com>
18587
18588 PR target/35661
18589 * config/i386/winnt.c (i386_pe_section_type_flags): Mark
18590 ".text.unlikely" section as executable.
18591
18592 2008-04-14 James E. Wilson <wilson@tuliptree.org>
18593
18594 * config/ia64/ia64.c (rtx_needs_barrier): Handle
18595 UNSPEC_FR_SQRT_RECIP_APPROX_RES.
18596 * config/ia64/ia64.c (UNSPEC_FR_SQRT_RECIP_APPROX_RES): Define.
18597 (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr,
18598 divsf3_internal_lat, sqrt_approx, sqrtsf2_internal_thr,
18599 divdf3_internal_lat, sqrtdf2_internal_thr, divxf3_internal_lat,
18600 divxf3_internal_thr, sqrtxf2_internal_thr, recip_approx): Use it.
18601
18602 2008-04-14 Ian Lance Taylor <iant@google.com>
18603
18604 * flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.
18605 * fold-const.c (fold_comparison): If appropriate, test
18606 POINTER_TYPE_OVERFLOW_UNDEFINED, and issue an overflow warning.
18607 (fold_binary): Test POINTER_TYPE_OVERFLOW_UNDEFINED when
18608 reassociating a pointer type.
18609 * doc/invoke.texi (Optimize Options): Document that
18610 -fstrict-overflow applies to pointer wraparound.
18611
18612 2008-04-13 Jan Hubicka <jh@suse.cz>
18613
18614 * m32.c (m32c_pushm_popm): Use crtl->retrun_rtx.
18615
18616 2008-04-12 Andrew Pinski <pinskia@gmail.com>
18617
18618 * config/rs6000/rs6000.c (compute_save_world_info): Set lr_save_p if
18619 we are going to "save the world".
18620
18621 2008-04-13 Hans-Peter Nilsson <hp@axis.com>
18622
18623 * config/cris/cris.md ("*andhi_lowpart_non_v32", "*andhi_lowpart_v32")
18624 ("*andqi_lowpart_non_v32", "*andqi_lowpart_v32"): Use "+" for the
18625 operand 0 constraint, not "=".
18626
18627 2008-04-11 James E. Wilson <wilson@tuliptree.org>
18628
18629 * system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.
18630
18631 2008-04-11 H.J. Lu <hongjiu.lu@intel.com>
18632
18633 * dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead
18634 of size of positions_needed * CHAR_BIT.
18635
18636 2008-04-11 H.J. Lu <hongjiu.lu@intel.com>
18637
18638 PR middle-end/35897
18639 * dse.c (store_info): Change positions_needed to unsigned
18640 HOST_WIDE_INT.
18641 (lowpart_bitmask): New.
18642 (record_store): Cast to unsigned HOST_WIDE_INT for
18643 positions_needed. Assert width <= size of positions_needed *
18644 CHAR_BIT. Call lowpart_bitmask to initialize positions_needed.
18645 (check_mem_read_rtx): Use unsigned HOST_WIDE_INT on mask. Call
18646 lowpart_bitmask to set mask.
18647
18648 2008-04-11 Bernd Schmidt <bernd.schmidt@analog.com>
18649
18650 * config/bfin/constraints.md: New file.
18651 * config/bfin/bfin.md: Include it.
18652 (adddi3): Use satisfies_constraint functions instead of the old macros.
18653 * config/bfin/bfin.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
18654 CONST_18UBIT_IMM_P, CONST_16BIT_IMM_P, CONST_16UBIT_IMM_P,
18655 CONST_7BIT_IMM_P, CONST_7NBIT_IMM_P, CONST_5UBIT_IMM_P,
18656 CONST_4BIT_IMM_P, CONST_4UBIT_IMM_P, CONST_3BIT_IMM_P,
18657 CONST_3UBIT_IMM_P, CONST_OK_FOR_K, CONST_OK_FOR_P, CONST_OK_FOR_M,
18658 CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER,
18659 EXTRA_CONSTRAINT): Delete.
18660 * config/bfin/predicates.md (highbits_operand, reg_or_7bit_operand,
18661 reg_or_neg7bit_operand): Use satisfies_constraint functions instead
18662 of the old macros.
18663 * config/bfin/bfin.c: Include "tm-constrs.h".
18664 (bfin_secondary_reload, split_load_immediate, bfin_rtx_costs):
18665 Use satisfies_constraint functions instead of the old macros.
18666 * doc/md.texi (Blackfin Constraints): Update file name reference.
18667
18668 2008-04-11 Richard Guenther <rguenther@suse.de>
18669
18670 PR tree-optimization/35869
18671 * tree-vrp.c (execute_vrp): Move switch statement update after
18672 jump threading. Schedule another cfg cleanup run.
18673
18674 2008-04-11 Volker Reichelt <v.reichelt@netcologne.de>
18675
18676 PR c/35744
18677 * attribs.c (decl_attributes): Return early on errorneous node.
18678
18679 2008-04-10 Oleg Ryjkov <olegr@google.com>
18680
18681 * tree.h (struct tree_base): Added a new flag default_def_flag.
18682 (SSA_NAME_IS_DEFAULT_DEF): Changed to use the new flag.
18683
18684 2008-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
18685
18686 * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
18687
18688 2008-04-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18689
18690 PR target/35768
18691 * pa.md: Define mode iterator P. Define mode attribute dwc.
18692 (dcacheflush): Update pattern to use iterator P and attribute dwc.
18693 (icacheflush): Likewise.
18694 * pa.h (INITIALIZE_TRAMPOLINE): Use dcacheflushsi/icacheflushsi if
18695 !TARGET_64BIT, and dcacheflushdi/icacheflushdi if TARGET_64BIT.
18696
18697 2008-04-11 Ben Elliston <bje@au.ibm.com>
18698
18699 * config/spu/spu.c (spu_init_builtins): Mark builtins as nothrow.
18700
18701 2008-04-10 Rafael Espíndola <espindola@google.com>
18702
18703 * tree-vrp.c (extract_range_from_binary_expr): Don't handle
18704 TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR.
18705 (extract_range_from_expr): The same.
18706
18707 2008-04-10 Adam Nemet <anemet@caviumnetworks.com>
18708
18709 * config/mips/mips.md (GPR2): New mode iterator.
18710 (seq): Add comment.
18711 (*seq_<mode>, *seq_<mode>_mips16, *sne_<mode>, *sgt<u>_<mode>,
18712 *sgt<u>_<mode>_mips16, *sge<u>_<mode>, *slt<u>_<mode>,
18713 *slt<u>_<mode>_mips16 *sle<u>_<mode>, *sle<u>_<mode>_mips16):
18714 Rewrite these to take two modes, the mode of comparison and the
18715 mode of the destination.
18716 * config/mips/mips.c (mips_expand_scc): Instead of having
18717 paradoxical subreg as destination, expand "narrowing" scc if mode
18718 of comparison is SI and target is requested in DI mode.
18719 (mips_emit_int_order_test): Update comment. Make mode of
18720 comparison match CMP0 rather than TARGET. When creating inverse
18721 target use mode of TARGET.
18722
18723 2008-04-10 Adam Nemet <anemet@caviumnetworks.com>
18724
18725 * gcov-dump.c (tag_summary): Only print summaries for the first
18726 GCOV_COUNTERS_SUMMABLE counters.
18727
18728 2008-04-10 Uros Bizjak <ubizjak@gmail.com>
18729
18730 * config/i386/i386.md (absneg): New code iterator.
18731 (absnegprefix): New code attribute.
18732 (<code><mode>2): Macroize expander from abs<mode>2 and neg<mode>2
18733 patterns using absneg code iterator.
18734 (<code>tf2): Macroize expander from abstf2 and negtf2 patterns
18735 using absneg code iterator.
18736 (*<code><mode>2_1): Macroize insn pattern from *abs<mode>2_1 and
18737 *neg<mode>2 patterns using absneg code iterator.
18738 (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
18739 *negextendsfdf2 patterns using absneg code iterator.
18740 (*<code>extendsfxf2): Macroize insn pattern from *absextendsfxf2 and
18741 *negextendsfxf2 patterns using absneg code iterator.
18742 (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
18743 *negextendsfdf2 patterns using absneg code iterator.
18744 * config/i386/sse.md (<code><mode>2): Macroize expander from
18745 abs<mode>2 and neg<mode>2 patterns using absneg code iterator.
18746
18747 2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
18748
18749 * config/s390/s390.h: Remove the remains of the recent search
18750 & replace action of current_function_outgoing_args_size.
18751
18752 2008-04-10 Ira Rosen <irar@il.ibm.com>
18753
18754 PR tree-optimization/35821
18755 * tree-vect-transform.c (vect_create_data_ref_ptr): Add check that
18756 NEW_STMT_LIST is not NULL.
18757
18758 2008-04-09 David Edelsohn <edelsohn@gnu.org>
18759
18760 PR libstdc++/35597
18761 * toplev.c (process_options): Remove -ffunction-sections debugging
18762 warning.
18763
18764 2008-04-09 Peter Bergner <bergner@vnet.ibm.com>
18765
18766 PR middle-end/PR28690
18767 * explow.c (break_out_memory_refs): Use simplify_gen_binary rather
18768 than gen_rtx_fmt_ee to perform more canonicalizations.
18769
18770 2008-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18771
18772 PR driver/35665
18773 * collect2.c (write_c_file): Don't wrap in "#ifdef __cplusplus".
18774
18775 2008-04-09 Richard Guenther <rguenther@suse.de>
18776
18777 * tree-cfg.c (verify_stmt): Print complete bogus stmt.
18778 (dump_function_to_file): Dump function arguments with types.
18779
18780 2008-04-08 Richard Guenther <rguenther@suse.de>
18781
18782 * fold-const.c (fold_widened_comparison): Do not allow
18783 sign-changes that change the result.
18784
18785 2008-04-08 Janis Johnson <janis187@us.ibm.com>
18786
18787 PR target/35839
18788 * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle additional
18789 kinds of indirect references.
18790
18791 2008-04-08 David Edelsohn <edelsohn@gnu.org>
18792
18793 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
18794 GNU Fortran language string.
18795
18796 2008-04-08 Rafael Espíndola <espindola@google.com>
18797
18798 * fold-canst.c (tree_call_nonnegative_warnv_p): New.
18799 (tree_invalid_nonnegative_warnv_p): Use tree_call_nonnegative_warnv_p.
18800 * tree.h (tree_call_nonnegative_warnv_p): New.
18801
18802 2008-04-08 Jan Hubicka <jh@suse.cz>
18803
18804 * function.c (free_after_compilation): Clear out regno_reg_rtx
18805 pointer.
18806
18807 2008-04-08 Peter Bergner <bergner@vnet.ibm.com>
18808
18809 Revert
18810 2008-04-07 Peter Bergner <bergner@vnet.ibm.com>
18811
18812 PR middle-end/PR28690
18813 * rtlanal.c: (commutative_operand_precedence): Give SYMBOL_REF's the
18814 same precedence as REG_POINTER and MEM_POINTER operands.
18815
18816 2008-04-08 Richard Guenther <rguenther@suse.de>
18817
18818 PR middle-end/35834
18819 * tree-ssa-address.c (create_mem_ref): Use POINTER_PLUS_EXPR
18820 for adding index to base.
18821
18822 2008-04-08 Kai Tietz <kai.tietz@onevision.com>
18823
18824 * config/i386/mingw32.h (ENABLE_EXECUTE_STACK): New.
18825 (MINGW_ENABLE_EXECUTE_STACK): New.
18826 (IN_LIBGCC2): For libgcc include windows.h file for
18827 function declarations.
18828
18829 2008-04-08 Hans-Peter Nilsson <hp@axis.com>
18830
18831 * config/cris/cris.c (cris_address_cost): For a PLUS, swap tem1
18832 and tem2 if tem1 is not a REG or MULT.
18833
18834 2008-04-08 Jan Hubicka <jh@suse.cz>
18835
18836 * function.h (incomming_args): Break out of struct function.
18837 (function_subsections): Break out of struct function.
18838 (rtl_data): Add args, subsections fields. Break out outgoing_args_size,
18839 return_rtx and hard_reg_initial_vals from struct function.
18840 Kill inl_max_label_num.
18841 (current_function_pops_args, current_function_args_info,
18842 current_function_args_size, current_function_args_size,
18843 current_function_pretend_args_size,
18844 current_function_outgoing_args_size,
18845 current_function_internal_arg_pointer, current_function_return_rtx):
18846 Kill compatibility accestor macros.
18847 * builtins.c (expand_builtin_apply_args_1): Update.
18848 (expand_builtin_next_arg): Update.
18849 * df-scan.c (df_get_call_refs): Update.
18850 * dbxout.c (dbxout_function_end): Update.
18851 * dwarf2out.c (dwarf2out_switch_text_section): Update.
18852 (output_line_info): Update.
18853 (secname_for_decl): Update.
18854 (dwarf2out_var_location): Update.
18855 * function.c (free_after_compilation): Update.
18856 (assign_parm_find_stack_rtl): Update.
18857 (assign_parms): Update.
18858 (expand_dummy_function_end): Update.
18859 (expand_function_end): Update.
18860 * calls.c (mem_overlaps_already_clobbered_arg_p): Update.
18861 (expand_call): Update.
18862 (emit_library_call_value_1): Update.
18863 (store_one_arg): Update.
18864 * varasm.c (initialize_cold_section_name): Update.
18865 (unlikely_text_section): Update.
18866 (unlikely_text_section_p): Update.
18867 (assemble_start_function): Update.
18868 (assemble_end_function): Update.
18869 (default_section_type_flags): Update.
18870 (switch_to_section): Update.
18871 * integrate.c (set_decl_abstract_flags): Update.
18872 (get_hard_reg_initial_val): Update.
18873 (has_hard_reg_initial_val): Update.
18874 (allocate_initial_values): Update.
18875 * resource.c (init_resource_info): Update.
18876 * config/alpha/alpha.c (NUM_ARGS): Update.
18877 (direct_return): Update.
18878 (alpha_va_start): Update.
18879 (alpha_sa_size): Update.
18880 (alpha_initial_elimination_offset): Update.
18881 (alpha_expand_prologue): Update.
18882 (alpha_start_function): Update.
18883 (alpha_expand_epilogue): Update.
18884 (unicosmk_initial_elimination_offset):
18885 * config/alpha/alpha.md (call expander): Update.
18886 * config/s390/s390.c (s390_register_info): Update.
18887 (s390_register_info): Update.
18888 (s390_frame_info): Update.
18889 (s390_initial_elimination_offset): Update.
18890 (s390_build_builtin_va_list): Update.
18891 (s390_va_start): Update.
18892 * config/spu/spu.c (direct_return): Update.
18893 (spu_expand_prologue): Update.
18894 (spu_initial_elimination_offset): Update.
18895 (spu_build_builtin_va_list): Update.
18896 (spu_va_start): Update.
18897 * config/sparc/sparc.c (sparc_init_modes): Update.
18898 (sparc_compute_frame_size): Update.
18899 (function_value): Update.
18900 * config/m32r/m32r.c (m32r_compute_frame_size): Update.
18901 * config/i386/i386.md (return expander): Update.
18902 * config/i386/i386.c (ix86_va_start): Update.
18903 (ix86_can_use_return_insn_p): Update.
18904 (ix86_compute_frame_layout): Update.
18905 (ix86_expand_epilogue): Update.
18906 * config/sh/sh.c (output_stack_adjust): Update.
18907 (calc_live_regs): Update.
18908 (sh_expand_prologue): Update.
18909 (sh_builtin_saveregs): Update.
18910 (sh_va_start): Update.
18911 (initial_elimination_offset): Update.
18912 (sh_allocate_initial_value): Update.
18913 (sh_function_ok_for_sibcall): Update.
18914 (sh_get_pr_initial_val): Update.
18915 * config/sh/sh.md (return expander): Update.
18916 * config/avr/avr.c (frame_pointer_required_p): UPdate.
18917 * config/crx/crx.c (crx_compute_frame): UPdate.
18918 (crx_initial_elimination_offset): UPdate.
18919 * config/xtensa/xtensa.c (compute_frame_size): Update
18920 (xtensa_builtin_saveregs): Update.
18921 (xtensa_va_start): Update.
18922 (order_regs_for_local_alloc): Update.
18923 * config/stormy16/stormy16.c (xstormy16_compute_stack_layout): Update.
18924 (xstormy16_expand_builtin_va_start): Update.
18925 * config/fr30/fr30.c (fr30_compute_frame_size): Update.
18926 * config/m68hc11/m68hc11.md (return expanders): Update.
18927 * config/m68hc11/m68hc11.c (expand_prologue): Update.
18928 (expand_epilogue): Update.
18929 * config/cris/cris.c (cris_initial_frame_pointer_offset): Update.
18930 (cris_simple_epilogue): Update.
18931 (cris_expand_prologue): Update.
18932 (cris_expand_epilogue): Update.
18933 * config/iq2000/iq2000.c (iq2000_va_start): Update.
18934 (compute_frame_size): Update.
18935 * config/mt/mt.c (mt_compute_frame_size): Update.
18936 * config/mn10300/mn10300.c (expand_prologue): Update.
18937 (expand_epilogue): Update.
18938 (initial_offset): Update.
18939 (mn10300_builtin_saveregs):
18940 * config/mn10300/mn10300.md (return expander): Update.
18941 * config/ia64/ia64.c (ia64_compute_frame_size): Update.
18942 (ia64_initial_elimination_offset): Update.
18943 (ia64_initial_elimination_offset): Update.
18944 (ia64_expand_prologue): Update.
18945 * config/m68k/m68k.md (return expander): Update.
18946 * config/rs6000/rs6000.c (rs6000_va_start): Update.
18947 (rs6000_stack_info): Update.
18948 * config/mcore/mcore.c (layout_mcore_frame): Update.
18949 (mcore_expand_prolog): Update.
18950 * config/arc/arc.c (arc_compute_frame_size): Update.
18951 * config/score/score3.c (score3_compute_frame_size): Update.
18952 * config/score/score7.c (score7_compute_frame_size): Update.
18953 * config/arm/arm.c (use_return_insn): Update.
18954 (thumb_find_work_register): Update.
18955 (arm_compute_save_reg_mask): Update.
18956 (arm_output_function_prologue): Update.
18957 (arm_output_epilogue): Update.
18958 (arm_size_return_regs): Update.
18959 (arm_get_frame_offsets): Update.
18960 (arm_expand_prologue): Update.
18961 (thumb_exit): Update.
18962 (thumb_unexpanded_epilogue): Update.
18963 (thumb1_output_function_prologue): Update.
18964 * config/pa/pa.md (return expander): Update.
18965 * config/pa/pa.c (compute_frame_size): Update.
18966 (hppa_builtin_saveregs): Update.
18967 * config/mips/mips.c (mips_va_start): Update.
18968 (mips16_build_function_stub): Update.
18969 (mips_compute_frame_info): Update.
18970 (mips_restore_gp): Update.
18971 (mips_output_function_prologue): Update.
18972 (mips_expand_prologue): Update.
18973 * config/v850/v850.c (compute_frame_size): Update.
18974 (expand_prologue): * config/mmix/mmix.c (along): update.
18975 (mmix_initial_elimination_offset): update.
18976 (mmix_reorg): update.
18977 (mmix_use_simple_return): update.
18978 (mmix_expand_prologue): update.
18979 (mmix_expand_epilogue): Update.
18980 * config/bfin/bfin.c (bfin_initial_elimination_offset): Update.
18981 (emit_link_insn): Update.
18982
18983 2008-04-08 Anatoly Sokolov <aesok@post.ru>
18984
18985 * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Define
18986 __AVR_HAVE_EIJMP_EICALL__ macro if device have EIJMP and EICALL
18987 instructions.
18988 * config/avr/avr.c (avr_mcu_types): Set AVR31 architecture for
18989 atmega103 device.
18990
18991 2008-04-07 Jan Hubicka <jh@suse.cz>
18992
18993 * function.h (rtl): Rename to x_rtl.
18994 (crtl): New define.
18995 (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
18996 frame_offset, stack_check_probe_note, arg_pointer_save_area,
18997 used_temp_slots avail_temp_slots, temp_slot_level,
18998 nonlocal_goto_handler_labels): Update accesstors.
18999 (rtl): New global variable.
19000 (struct function): Move some fileds to rtl_data.
19001 (get_arg_pointer_save_area): Update prototype.
19002 * builtins.c (expand_builtin_setjmp_receiver): Update call of
19003 get_arg_pointer_save_area.
19004 * expr.c (init_expr): Update
19005 * function.c (get_frame_size): Update
19006 (assign_stack_local): Update
19007 (expand_function_end): Update.
19008 (get_art_pointer_save_area): Update
19009 * function.h
19010 * emit-rtl.c (rtl): Declare.
19011 (regno_reg_rtx): Declare.
19012 (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
19013 Update.
19014 (gen_reg_rtx): Update.
19015 * varasm.c (n_deferred_constatns): Update accestor.
19016 (init_varasm_status): Do not allocate varasm_status.
19017 (force_const_mem, get_pool_size, output_constant_pool): Update.
19018 * stmt.c (force_label_rtx): Do not use x_ prefixes.
19019 (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
19020 * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Update.
19021 * sparc/sparc.h (INIT_EXPANDERS): Update.
19022 * ia64/ia64.h (INIT_EXPANDERS): Update.
19023
19024 2008-04-07 James E. Wilson <wilson@tuliptree.org>
19025
19026 * reload.c (push_secondary_reload): Add missing break to for loop.
19027
19028 2008-04-07 Peter Bergner <bergner@vnet.ibm.com>
19029
19030 PR middle-end/PR28690
19031 * rtlanal.c: Update copyright years.
19032 (commutative_operand_precedence): Give SYMBOL_REF's the same precedence
19033 as REG_POINTER and MEM_POINTER operands.
19034 * emit-rtl.c (gen_reg_rtx_and_attrs): New function.
19035 (set_reg_attrs_from_value): Call mark_reg_pointer as appropriate.
19036 * rtl.h (gen_reg_rtx_and_attrs): Add prototype for new function.
19037 * gcse.c: Update copyright years.
19038 (pre_delete): Call gen_reg_rtx_and_attrs.
19039 (hoist_code): Likewise.
19040 (build_store_vectors): Likewise.
19041 (delete_store): Likewise.
19042 * loop-invariant.c (move_invariant_reg): Likewise.
19043 Update copyright years.
19044
19045 2008-04-07 Uros Bizjak <ubizjak@gmail.com>
19046
19047 * config/i386/i386.md ("*sse_prologue_save_insn"): Use braced output
19048 control string instead of quoted.
19049
19050 2008-04-07 Kenneth Zadeck <zadeck@naturalbridge.com>
19051
19052 * doc/rtl.texi: Rewrite of subreg section.
19053
19054 2008-04-07 Kai Tietz <kai.tietz@onevision.com>
19055
19056 PR/35842
19057 * config/i386/i386.c (legitimize_pic_address): Add treating
19058 of dllimport SYM_REF's.
19059 (legitimize_dllimport_symbol): Add prototype.
19060
19061 2008-04-07 Eric Botcazou <ebotcazou@adacore.com>
19062
19063 * fold-const.c (fold) <ARRAY_REF>: New case. Try to fold constant
19064 reference in constructor with non self-referential type.
19065
19066 2008-04-07 Eric Botcazou <ebotcazou@adacore.com>
19067
19068 Removal of Return with Depressed Stack Pointer support
19069 * tree.h (TYPE_RETURNS_STACK_DEPRESSED): Delete.
19070 (ECF_SP_DEPRESSED): Likewise.
19071 (ECF_LIBCALL_BLOCK, ECF_NOVOPS): Adjust.
19072 * calls.c (emit_call_1): Do not test ECF_SP_DEPRESSED.
19073 (flags_from_decl_or_type): Do not test TYPE_RETURNS_STACK_DEPRESSED.
19074 (expand_call): Do not test ECF_SP_DEPRESSED.
19075 * dse.c (dse_step0): Do not test TYPE_RETURNS_STACK_DEPRESSED.
19076 * function.c (keep_stack_depressed): Delete.
19077 (handle_epilogue_set): Likewise.
19078 (update_epilogue_consts): Likewise.
19079 (emit_equiv_load): Likewise.
19080 (thread_prologue_and_epilogue_insns): Remove support for Return with
19081 Depressed Stack Pointer.
19082 * print-tree.c (print_node): Do not test TYPE_RETURNS_STACK_DEPRESSED.
19083
19084 2008-04-06 Richard Guenther <rguenther@suse.de>
19085
19086 PR tree-optimization/35400
19087 * tree-vrp.c (vrp_evaluate_conditional): Only query value-range
19088 information from SSA_NAMEs.
19089
19090 2008-04-06 Anatoly Sokolov <aesok@post.ru>
19091
19092 * config/avr/avr.h (avr_mega_p): Remove declaration.
19093 (AVR_MEGA): Remove macro.
19094 * config/avr/avr.c (avr_mega_p): Remove variable.
19095 (avr_override_options): Remove inicializion of avr_mega_p.
19096 Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
19097 (print_operand): Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
19098 (avr_jump_mode): (Ditto.).
19099 (avr_output_progmem_section_asm_op): (Ditto.).
19100 (avr_asm_init_sections): (Ditto.).
19101 (avr_asm_init_sections): (Ditto.).
19102 (avr_rtx_costs): (Ditto.).
19103 * config/avr/avr.md: (Ditto.).
19104 * config/avr/avr.h: Use '__AVR_HAVE_JMP_CALL__' instead of
19105 '__AVR_MEGA__'.
19106
19107 2008-04-06 Richard Guenther <rguenther@suse.de>
19108
19109 PR tree-optimization/35842
19110 * tree-ssa-address.c (fixed_address_object_p): Adjust to match
19111 is_gimple_invariant_address.
19112
19113 2008-04-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
19114
19115 * gcc.c (default_compilers): Sync Fortran extensions list with
19116 that in fortran/lang-specs.h.
19117 * doc/invoke.texi: Likewise.
19118 * dbxout.c (get_lang_number): Use "GNU Fortran" in "GNU F95".
19119 * dwarf2out.c (gen_compile_unit_die): Likewise.
19120
19121 2008-04-06 Tom G. Christensen <tgc@jupiterrise.com>
19122
19123 * gthr-posix95.h (__gthread_cond_wait_recursive): Add missing &.
19124
19125 2008-04-05 Uros Bizjak <ubizjak@gmail.com>
19126
19127 PR target/12329
19128 * config/i386/i386.c (ix86_function_regparm): Error if regparm(3)
19129 attribute is used for nested functions.
19130
19131 2008-04-05 Jan Hubicka <jh@suse.cz>
19132
19133 * emit-rtl.c (init_emit): xcalloc regno_pointer_align.
19134
19135 * tree-dump.c (dump_enable_all): Remove prototype; do not accept
19136 letter argument.
19137 (dump_files): Update.
19138 (enable_rtl_dump_file): Do not accept letter argument.
19139 * tree-pass.h (dump_file_info): Remove letter argument.
19140 * toplev.c (decode_d_option): Update -da handling.
19141 * toplev.h (enable_rtl_dump_file): Update prototype.
19142 * passes.c (register_one_dump_file): Do not accept IPA argument; work
19143 it out based on pass type.
19144 (register_dump_files_1): Likewise.
19145 (init_optimization_passes): Update register_one_dump_file calls.
19146 (execute_one_pass): Sanity check that IPA passes are called at IPA
19147 level and RTL passes at RTL level.
19148 (execute_pass_list): IPA pass can not be after or subpass of
19149 GIMPLE/RTL pass.
19150 (execute_ipa_pass_list): Handle IPA subpasses of IPA subpasses and
19151 disallov RTL subpasses of IPA subpasses.
19152
19153 2008-04-05 Ben Elliston <bje@au.ibm.com>
19154
19155 * tree-cfg.c (need_fake_edge_p): Return false for calls to
19156 builtins that return exactly once and do not throw. Cache call to
19157 call_expr_flags.
19158
19159 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
19160
19161 PR rtl-optimization/34916
19162 PR middle-end/35519
19163 * combine.c (create_log_links): Do not create duplicate LOG_LINKS
19164 between instruction pairs.
19165
19166 2008-04-04 Naveen.H.S <naveen.hs@kpitcummins.com>
19167
19168 * doc/invoke.texi: Document -mbitops for SH.
19169 * config/sh/constraints.md (K03, K12, Sbv, Sbw): New constraints.
19170 * config/sh/predicates.md (bitwise_memory_operand): New predicate.
19171 * config/sh/sh.c (print_operand): Add %t operand code.
19172 * config/sh/sh.h (GO_IF_LEGITIMATE_INDEX): Add condition for SH2A.
19173 * config/sh/sh.md (*iorsi3_compact): Fix condition for SH2A.
19174 (extendqisi2_compact): Add the alternative for SH2A 4-byte mov.b.
19175 (extendqihi2): Likewise.
19176 (movqi_i): Likewise.
19177 (insv): Use bset, bclr and bst instructions for SH2A if possible.
19178 (extv): Use bld instruction for SH2A if possible.
19179 (extzv): Likewise.
19180 (bclr_m2a, bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a,
19181 bldsign_m2a, bld_reg, *bld_regqi, band_m2a, bandreg_m2a,
19182 bor_m2a, borreg_m2a, bxor_m2a, bxorreg_m2a): New insns.
19183 (bset.b, bclr.b): Define peepholes.
19184 * config/sh/sh.opt (mbitops): New option.
19185
19186 2008-04-04 Janis Johnson <janis187@us.ibm.com>
19187
19188 PR target/35620
19189 * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle indirect ref
19190 and view convert expression.
19191
19192 2008-04-04 Jakub Jelinek <jakub@redhat.com>
19193
19194 PR target/35364
19195 * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
19196
19197 2008-04-04 H.J. Lu <hongjiu.lu@intel.com>
19198
19199 * config.gcc (extra_headers): Add wmmintrin.h for x86 and x86-64.
19200
19201 * config/i386/cpuid.h (bit_AES): New.
19202 (bit_PCLMUL): Likewise.
19203
19204 * config/i386/i386.c (pta_flags): Add PTA_AES and PTA_PCLMUL.
19205 (override_options): Handle PTA_AES and PTA_PCLMUL. Enable
19206 SSE2 if AES or PCLMUL is enabled.
19207 (ix86_builtins): Add IX86_BUILTIN_AESENC128,
19208 IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
19209 IX86_BUILTIN_AESDECLAST128, IX86_BUILTIN_AESIMC128,
19210 IX86_BUILTIN_AESKEYGENASSIST128 and IX86_BUILTIN_PCLMULQDQ128.
19211 (bdesc_sse_3arg): Add IX86_BUILTIN_PCLMULQDQ128.
19212 (bdesc_2arg): Add IX86_BUILTIN_AESENC128,
19213 IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
19214 IX86_BUILTIN_AESDECLAST128 and IX86_BUILTIN_AESKEYGENASSIST128.
19215 (bdesc_1arg): Add IX86_BUILTIN_AESIMC128.
19216 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_aesenc128,
19217 __builtin_ia32_aesenclast128, __builtin_ia32_aesdec128,
19218 __builtin_ia32_aesdeclast128,__builtin_ia32_aesimc128,
19219 __builtin_ia32_aeskeygenassist128 and
19220 __builtin_ia32_pclmulqdq128.
19221 * config/i386/i386.c (ix86_expand_binop_imm_builtin): New.
19222 (ix86_expand_builtin): Use it for IX86_BUILTIN_PSLLDQI128 and
19223 IX86_BUILTIN_PSRLDQI128. Handle IX86_BUILTIN_AESKEYGENASSIST128.
19224
19225 * config/i386/i386.h (TARGET_AES): New.
19226 (TARGET_PCLMUL): Likewise.
19227 (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AES and TARGET_PCLMUL.
19228
19229 * config/i386/i386.md (UNSPEC_AESENC): New.
19230 (UNSPEC_AESENCLAST): Likewise.
19231 (UNSPEC_AESDEC): Likewise.
19232 (UNSPEC_AESDECLAST): Likewise.
19233 (UNSPEC_AESIMC): Likewise.
19234 (UNSPEC_AESKEYGENASSIST): Likewise.
19235 (UNSPEC_PCLMUL): Likewise.
19236
19237 * config/i386/i386.opt (maes): New.
19238 (mpclmul): Likewise.
19239
19240 * config/i386/sse.md (aesenc): New pattern.
19241 (aesenclast): Likewise.
19242 (aesdec): Likewise.
19243 (aesdeclast): Likewise.
19244 (aesimc): Likewise.
19245 (aeskeygenassist): Likewise.
19246 (pclmulqdq): Likewise.
19247
19248 * config/i386/wmmintrin.h: New.
19249
19250 * doc/extend.texi: Document AES and PCLMUL built-in function.
19251
19252 * doc/invoke.texi: Document -maes and -mpclmul.
19253
19254 2008-04-04 Paolo Bonzini <bonzini@gnu.org>
19255
19256 * function.c (free_after_parsing): Replace with
19257 cxx_push_function_context from C++ front-end.
19258 (allocate_struct_function): Don't call langhook.
19259 * langhooks.h (struct lang_hooks_for_functions): Delete.
19260 (struct lang_hooks): Add back missing_noreturn_ok_p here, delete
19261 member "function".
19262 * langhooks-def.h (LANG_HOOKS_MISSING_NORETURN_OK_P): Add.
19263 (LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
19264 LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
19265 LANG_HOOKS_FUNCTION_INITIALIZER): Delete.
19266 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_MISSING_NORETURN_OK_P,
19267 remove LANG_HOOKS_FUNCTION_INITIALIZER.
19268 * tree-cfg.c: Adjust call to missing_noreturn_ok_p langhook.
19269
19270 * c-objc-common.h (LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P):
19271 Rename to LANG_HOOKS_MISSING_NORETURN_OK_P.
19272
19273 2008-04-04 Jakub Jelinek <jakub@redhat.com>
19274
19275 PR c/35440
19276 * c-pretty-print.c (pp_c_initializer_list): Handle CONSTRUCTOR
19277 for all types.
19278
19279 2008-04-04 Richard Guenther <rguenther@suse.de>
19280
19281 PR middle-end/35823
19282 * fold-const.c (optimize_minmax_comparison): Use the correct
19283 type for the constant in the simplified comparison.
19284
19285 2008-04-04 Zuxy Meng <zuxy.meng@gmail.com>
19286
19287 * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument.
19288 Pass L2 size as "--param l2-cache-size" to the compiler.
19289 (decode_l2_cache): New function to decode L2 cache parameters using
19290 0x8000006 extended cpuid function.
19291 (detect_caches_amd): Determine parameters of L2 cache using
19292 decode_l2_caches function.
19293 (decode_caches_intel): Decode L2 cache parameters.
19294 (detect_caches_intel): Determine L2 cache parameters using
19295 decode_caches_intel and decode_l2_caches functions.
19296
19297 2008-04-03 Bob Wilson <bob.wilson@acm.org>
19298
19299 * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Use a
19300 secondary input reload for subword loads from the constant pool.
19301
19302 2008-04-03 Janis Johnson <janis187@us.ibm.com>
19303
19304 PR target/35713
19305 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use integer
19306 constants of the appropriate size for runtime calculations.
19307
19308 PR c/35712
19309 * dfp.c (decimal_from_decnumber): Retain trailing zeroes for
19310 decimal-float literal constant zero.
19311
19312 2008-04-03 Jakub Jelinek <jakub@redhat.com>
19313
19314 PR c/35738
19315 * c-parser.c (c_parser_omp_atomic): Call
19316 default_function_array_conversion on the RHS.
19317
19318 PR middle-end/35818
19319 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: Don't
19320 call is_variable_sized if decl has incomplete type.
19321
19322 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
19323
19324 * config/i386/i386-protos.h (ix86_aligned_p): Removed.
19325
19326 2008-04-03 Adam Nemet <anemet@caviumnetworks.com>
19327
19328 * config/mips/mips.md (any_gt, any_ge, any_lt, any_le): New code
19329 iterators.
19330 (u): Add attribute values for gt, gtu, ge, geu, lt, ltu, le and leu.
19331 (sgt<u>): Merge sgt and sgtu into new expander.
19332 (sgt, sgtu): Remove expanders.
19333 (*sgt<u>_<mode>): Merge *sgt_<mode> and *sgtu_<mode> into new pattern.
19334 (*sgt_<mode>, *sgtu_<mode>): Remove patterns.
19335 (*sgt<u>_<mode>_mips16): Merge *sgt_<mode>_mips16 and
19336 *sgtu_<mode>_mips16 into new pattern.
19337 (*sgt_<mode>_mips16, *sgtu_<mode>_mips16): Remove patterns.
19338 (sge<u>): Merge sge and sgeu into new expander.
19339 (sge, sgeu): Remove expanders.
19340 (*sge<u>_<mode>): Merge *sge_<mode> and second *sge_<mode> into
19341 new pattern.
19342 (*sge_<mode>, second *sge_<mode>): Remove patterns.
19343 (slt<u>): Merge slt and sltu into new expander.
19344 (slt, sltu): Remove expanders.
19345 (*slt<u>_<mode>): Merge *slt_<mode> and *sltu_<mode> into new pattern.
19346 (*slt_<mode>, *sltu_<mode>): Remove patterns.
19347 (*slt<u>_<mode>_mips16): Merge *slt_<mode>_mips16 and
19348 *sltu_<mode>_mips16 into new pattern.
19349 (*slt_<mode>_mips16, *sltu_<mode>_mips16): Remove patterns.
19350 (sle<u>): Merge sle and sleu into new expander.
19351 (sle, sleu): Remove expanders.
19352 (*sle<u>_<mode>): Merge *sle_<mode> and *sleu_<mode> into new pattern.
19353 (*sle_<mode>, *sleu_<mode>): Remove patterns.
19354 (*sle<u>_<mode>_mips16): Merge *sle_<mode>_mips16 and
19355 *sleu_<mode>_mips16 into new pattern.
19356 (*sle_<mode>_mips16, *sleu_<mode>_mips16): Remove patterns.
19357
19358 2008-04-03 Jan Hubicka <jh@suse.cz>
19359
19360 PR tree-optimization/35795
19361 * alpha/alpha.c (alpha_output_mi_thunk_osf): Free after compilation.
19362 * sparc/sparc.c (sparc_output_mi_thunk): Likewise.
19363 * ia64/ia64.c (ia64_output_mi_thunk): Likewise.
19364 * m68k/m68k.c (m68k_output_mi_thunk): Likewise.
19365 * score/score3.c (score3_output_mi_thunk): Likewise.
19366 * score/score7.c (score7_output_mi_thunk): Likewise.
19367 * mips/mips.c (mips_output_mi_thunk): Likewise.
19368
19369 2008-04-03 Richard Guenther <rguenther@suse.de>
19370
19371 * tree-vrp.c (extract_range_from_unary_expr): Handle all
19372 conversions. Simplify code.
19373
19374 2008-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
19375
19376 * config/sh/sh.c (sh_output_mi_thunk): Free cfun.
19377
19378 2008-04-03 Tom Tromey <tromey@redhat.com>
19379 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19380
19381 * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
19382 * config/bfin/t-bfin-linux (generated_files): Add
19383 linux-sysroot-suffix.h.
19384 * doc/install.texi (Prerequisites): Require make 3.80.
19385 * doc/sourcebuild.texi (Front End Directory): Document new
19386 variable.
19387 * Makefile.in (generated_files): New variable.
19388 (ALL_HOST_OBJS): New variable.
19389 ($(ALL_HOST_OBJS)): New target.
19390
19391 2008-04-03 Paolo Bonzini <bonzini@gnu.org>
19392
19393 * tree-inline.c (copy_generic_body, copy_decl_no_change): Export.
19394 (remap_block): Call id->transform_lang_insert_block instead
19395 of langhook.
19396 (optimize_inline_calls, unsave_expr_now, tree_function_versioning):
19397 Set id.transform_lang_insert_block to NULL.
19398 (clone_body): Move to cp/optimize.c
19399 * tree-inline.h (struct copy_body_data): Change
19400 transform_lang_insert_block to function pointer.
19401 (copy_generic_body, copy_decl_no_change): Export.
19402 * langhooks.h (struct lang_hooks_for_decls): Kill insert_block.
19403 * langhooks-def.h (LANG_HOOKS_INSERT_BLOCK): Kill.
19404 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_INSERT_BLOCK.
19405
19406 * c-tree.h (insert_block): Kill.
19407 * c-decl.c (insert_block): Kill.
19408
19409 2008-04-03 Paolo Bonzini <bonzini@gnu.org>
19410
19411 * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
19412 LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
19413 * c-tree.h (c_push_function_context, c_pop_function_context): Remove
19414 argument.
19415 * c-decl.c (c_push_function_context, c_pop_function_context): Remove
19416 argument, call {push,pop}_function_context from here.
19417 * c-parser.c: Use c_{push,pop}_function_context.
19418
19419 * function.c (push_function_context_to): Move meat ...
19420 (push_function_context): ... here. Simplify.
19421 * function.c (pop_function_context_from): Move meat ...
19422 (pop_function_context): ... here. Simplify.
19423 * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
19424 leave_nested).
19425 * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
19426 LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
19427 (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
19428 * tree.h (push_function_context_to, pop_function_context_from): Remove.
19429
19430 2008-04-03 Ben Elliston <bje@au.ibm.com>
19431
19432 * expmed.c (extract_force_align_mem_bit_field): Remove.
19433
19434 2008-04-03 Richard Guenther <rguenther@suse.de>
19435
19436 PR middle-end/35800
19437 * expr.h (try_casesi): Adjust prototype.
19438 * expr.c (try_casesi): Take fallback label as extra parameter.
19439 Use that for gen_casesi if default_label is NULL.
19440 * stmt.c (expand_case): Pass fallback label to try_casesi,
19441 make sure to fill gaps with a fallback label if default_label
19442 is not present.
19443
19444 2008-04-03 Dominique d'Humières <dominiq@lps.ens.fr>
19445
19446 PR target/35801
19447 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
19448
19449 2008-04-03 Ben Elliston <bje@au.ibm.com>
19450
19451 * expmed.c (extract_split_bit_field): Remove if (0) code.
19452 * tree-ssa-structalias.c (do_sd_constraint): Likewise.
19453 (do_ds_constraint): Likewise.
19454
19455 2008-04-02 Joseph Myers <joseph@codesourcery.com>
19456
19457 * doc/cppopts.texi (-dU): Document.
19458 * c-common.h (flag_dump_macros): Update comment.
19459 * c-opts.c (handle_OPT_d): Handle -dU.
19460 * c-ppoutput.c (macro_queue, define_queue, undef_queue,
19461 dump_queued_macros, cb_used_define, cb_used_undef): New.
19462 (init_pp_output): Handle -dU.
19463 (cb_line_change): Call dump_queued_macros.
19464 * toplev.c (decode_d_option): Accept -dU as preprocessor option.
19465
19466 2008-04-02 Anatoly Sokolov <aesok@post.ru>
19467
19468 * config/avr/predicates.md (io_address_operand): New predicate.
19469 * config/avr/avr-protos.h (avr_io_address_p): Remove declaration.
19470 * config/avr/avr.c (avr_io_address_p): Remove function.
19471 (out_movqi_r_mr): Use 'io_address_operand' predicate instead of
19472 'avr_io_address_p' function.
19473 (out_movhi_r_mr): (Ditto.).
19474 (out_movqi_mr_r): (Ditto.).
19475 (out_movhi_mr_r): (Ditto.).
19476 (avr_address_cost): (Ditto.).
19477
19478 2008-04-02 Uros Bizjak <ubizjak@gmail.com>
19479
19480 * config/i386/i386.md (*float<SSEMODEI24:mode><X87MODEF:mode>2_1):
19481 Emit gen_floatdi<X87MODEF:mode>2_i387_with_xmm for DImode values
19482 in 32bit mode when XMM registers are available to avoid store
19483 forwarding stalls.
19484 (floatdi<X87MODEF:mode>2_i387_with_xmm): New insn pattern and
19485 corresponding post-reload splitters.
19486
19487 2008-04-02 H.J. Lu <hongjiu.lu@intel.com>
19488
19489 * config/i386/i386.c (bdesc_sse_3arg): Add __builtin_ia32_shufps
19490 and __builtin_ia32_shufpd. Provide __builtin_ia32_roundsd and
19491 __builtin_ia32_roundss.
19492 (ix86_init_mmx_sse_builtins): Remove __builtin_ia32_shufps,
19493 __builtin_ia32_shufpd, __builtin_ia32_roundsd and
19494 __builtin_ia32_roundss.
19495 (ix86_expand_builtin): Don't handle IX86_BUILTIN_SHUFPS and
19496 IX86_BUILTIN_SHUFPD here.
19497
19498 2008-04-02 H.J. Lu <hongjiu.lu@intel.com>
19499
19500 * config/i386/i386.md (plogic): New.
19501 (plogicprefix): Likewise.
19502
19503 * config/i386/mmx.md (mmx_<code><mode>3): New.
19504 (mmx_and<mode>3): Removed.
19505 (mmx_ior<mode>3): Likewise.
19506 (mmx_xor<mode>3): Likewise.
19507
19508 * config/i386/sse.md (<code><mode>3): New.
19509 (*<code><mode>3): Likewise.
19510 (*<code><mode>3): Likewise.
19511 (<code><mode>3): Likewise.
19512 (*sse_<code><mode>3): Likewise.
19513 (*sse2_<code><mode>3): Likewise.
19514 (<code>tf3): Likewise.
19515 (*<code>tf3): Likewise.
19516 (and<mode>3): Likewise.
19517 (*and<mode>3): Likewise.
19518 (ior<mode>3): Removed.
19519 (*ior<mode>3): Likewise.
19520 (xor<mode>3): Likewise.
19521 (*xor<mode>3): Likewise.
19522 (*and<mode>3): Likewise.
19523 (*ior<mode>3): Likewise.
19524 (*xor<mode>3): Likewise.
19525 (and<mode>3): Likewise.
19526 (*sse_and<mode>3): Likewise.
19527 (*sse2_and<mode>3): Likewise.
19528 (andtf3): Likewise.
19529 (*andtf3): Likewise.
19530 (ior<mode>3): Likewise.
19531 (*sse_ior<mode>3): Likewise.
19532 (*sse2_ior<mode>3): Likewise.
19533 (iortf3): Likewise.
19534 (*iortf3): Likewise.
19535 (xor<mode>3): Likewise.
19536 (*sse_xor<mode>3): Likewise.
19537 (*sse2_xor<mode>3): Likewise.
19538 (xortf3): Likewise.
19539 (*xortf3): Likewise.
19540
19541 2008-04-02 Richard Guenther <rguenther@suse.de>
19542
19543 PR tree-optimization/14495
19544 PR tree-optimization/34793
19545 * tree-vrp.c (struct switch_update): New structure.
19546 (to_remove_edges, to_update_switch_stmts): New VECs.
19547 (simplify_switch_using_ranges): New function. Remove not taken
19548 case labels and edges.
19549 (simplify_stmt_using_ranges): Call it.
19550 (identify_jump_threads): Mark edges we have queued for removal
19551 so we don't thread them.
19552 (execute_vrp): Remove edges queued for removal, update SWITCH_STMT
19553 case label vector.
19554 * tree-cfg.c (group_case_labels): Deal with missing default label.
19555 (tree_verify_flow_info): Allow missing default label.
19556 * stmt.c (emit_case_bit_tests): Deal with NULL default_label.
19557 (emit_case_nodes): Likewise.
19558 (expand_case): Do not rely on the default label to be present.
19559 * expr.c (try_casesi): Deal with NULL default_label.
19560 (do_tablejump): Likewise.
19561
19562 2008-04-02 Richard Guenther <rguenther@suse.de>
19563
19564 PR tree-optimization/14495
19565 * tree-vrp.c (vrp_visit_cond_stmt): Do not handle
19566 SWITCH_EXPR here ...
19567 (vrp_visit_switch_stmt): ... but here (new function).
19568 (find_case_label_index): New helper function.
19569 (vrp_visit_stmt): Dispatch to vrp_visit_switch_stmt.
19570
19571 2008-04-02 Paolo Bonzini <bonzini@gnu.org>
19572
19573 * fwprop.c: Fix ISO-C99ism.
19574
19575 2008-04-02 Paolo Bonzini <bonzini@gnu.org>
19576
19577 PR bootstrap/35752
19578 * Makefile.in (objdir): Set it here.
19579 * configure.ac: Not here. Find dynamic linker characteristics.
19580 * exec-tool.in: Use them.
19581 * aclocal.m4: Regenerate.
19582 * configure: Regenerate.
19583
19584 2008-04-02 Paolo Bonzini <bonzini@gnu.org>
19585
19586 * expr.c (expand_var): Delete it.
19587 * expr.h (expand_var): Delete prototype.
19588 * function.c (expand_function_start): Use expand_decl instead.
19589 * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call
19590 langhook.
19591
19592 2008-04-02 Andy Hutchinson <hutchinsonamdy@aim.com>
19593
19594 PR rtl-optimization/35542
19595 * fwprop.c (forward_propagate_and_simplify): Replace
19596 loc_reg_mentioned_in_p with reg_mentioned_p.
19597
19598 2008-04-02 Paolo Bonzini <bonzini@gnu.org>
19599
19600 PR rtl-optimization/35281
19601 * fwprop.c (PR_CAN_APPEAR, PR_HANDLE_MEM): New.
19602 (propagate_rtx_1): Handle PR_HANDLE_MEM.
19603 (propagate_rtx): Pass PR_HANDLE_MEM if appropriate.
19604 (varying_mem_p): Move above propagate_rtx.
19605 (all_uses_available_at): Do not check MEMs.
19606
19607 2008-04-02 Rafael Espíndola <espindola@google.com>
19608
19609 * tree-vrp.c (extract_code_and_val_from_cond): Remove.
19610 (register_edge_assert_for_2): Split the cond argument.
19611 (register_edge_assert_for_1): Adjust for the change in
19612 register_edge_assert_for_2.
19613 (register_edge_assert_for): Split the cond argument.
19614 (find_switch_asserts): Adjust for the change in
19615 register_edge_assert_for.
19616
19617 2008-04-02 Kai Tietz <kai.tietz@onevision.com>
19618
19619 * config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.
19620 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add 8 byte
19621 offsets for 64-bit mingw.
19622 * config/i386/i386.c (ix86_pass_by_reference): Correct calling
19623 abi for x86_64-pc-mingw.
19624
19625 2008-04-02 Richard Guenther <rguenther@suse.de>
19626
19627 * tree-vrp.c (extract_range_from_assert): Make sure to not
19628 produce range min/max with TREE_OVERFOW set.
19629 If merging a anti-range and a range keep the anti-range if
19630 the range covers all values of the type.
19631 (register_edge_assert_for_2): Only allow sign-changing
19632 conversions in detecting canonical range checks. Also
19633 register an assert for the unsigned name if useful.
19634
19635 PR tree-optimization/35787
19636 * tree-vrp.c (vrp_val_max): New function.
19637 (vrp_val_min): Likewise.
19638 (vrp_val_is_max): Move earlier, use vrp_val_{min,max}.
19639 (vrp_val_is_min): Likewise.
19640 (supports_overflow_infinity): Use vrp_val_{min,max}.
19641 (negative_overflow_infinity): Likewise.
19642 (positive_overflow_infinity): Likewise.
19643 (is_negative_overflow_infinity): Use vrp_val_is_{min,max}.
19644 (is_positive_overflow_infinity): Likewise.
19645 (is_overflow_infinity): Likewise.
19646 (avoid_overflow_infinity): Use vrp_val_{min,max} and
19647 vrp_val_is_{min,max}.
19648 (set_and_canonicalize_value_range): Canonicalize anti-ranges
19649 to ranges if possible. Avoid empty ranges.
19650
19651 2008-04-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19652
19653 PR middle-end/35705
19654 * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if
19655 the expression is a function address.
19656
19657 2008-04-01 George Helffrich <george@gcc.gnu.org>
19658
19659 PR fortran/35154, fortran/23057
19660 * dbxout.c: Emit .stabs debug info for Fortran COMMON block
19661 variables as base symbol name + offset using N_BCOMM/N_ECOMM.
19662 (is_fortran, dbxout_common_name, dbxout_common_check): New functions.
19663 (dbxout_symbol_location): Transform N_LCSYM to N_GSYM for storage
19664 in common.
19665 (dbxout_syms): Check for COMMON-based symbol and wrap in
19666 N_BCOMM/N_ECOMM stab bracket, including as many symbols as possible
19667 in bracket for efficiency.
19668
19669 * dwarf2out.c: Emit DWARF debug info for Fortran COMMON block
19670 using DW_TAG_common_block + member offset.
19671 (add_pubname_string): New function.
19672 (dw_expand_expr): New function to find block name and offset for
19673 COMMON var.
19674 (common_check): New function to check whether symbol in Fortran COMMON.
19675 (gen_variable_die): If COMMON, use DW_TAG_common_block.
19676
19677 2008-04-01 Volker Reichelt <v.reichelt@netcologne.de>
19678
19679 PR c/35436
19680 * c-format.c (init_dynamic_gfc_info): Ignore invalid locus type.
19681
19682 2008-04-02 Ben Elliston <bje@au.ibm.com>
19683
19684 * config/v850/v850.md (casesi): Remove if (0) code.
19685 * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
19686 * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
19687
19688 2008-04-01 Uros Bizjak <ubizjak@gmail.com>
19689
19690 * config/i386/i386.md (rex64suffix): New mode attribute.
19691 (floathi<mode>2): Disable expander for SSE math.
19692 (*floathi<mode>2_1): New insn insn_and_split pattern.
19693 (*floathi<mode>2_i387_with_temp): New macroized instruction pattern and
19694 corresponding post-reload splitters.
19695 (*floathi<mode>2_i387): New macroized insn pattern.
19696 (float<SSEMODEI24:mode><X87MODEF:mode>2): New macroized expander.
19697 (*float<SSEMODEI24:mode><X87MODEF:mode>2_1): New macroized
19698 insn_and_split pattern.
19699 (*floatsi<mode>2_vector_mixed_with_temp, *floatsi<mode>2_vector_mixed):
19700 New macroized instruction patterns and corresponding post-reload
19701 splitters.
19702 (*floatsi<mode>2_mixed_with_temp): New macroized instruction pattern
19703 and corresponding post-reload splitters.
19704 (*floatsi<mode>2_mixed_interunit, *floatsi<mode>2_mixed_nointerunit):
19705 New macroized instruction patterns.
19706 (*floatsi<mode>2_vector_sse_with_temp, *floatsi<mode>2_vector_sse): New
19707 macroized instruction patterns and corresponding post-reload splitters.
19708 (*floatsi<mode>2_sse_with_temp): New macroized instruction pattern and
19709 corresponding post-reload splitters.
19710 (*floatsi<mode>2_sse_interunit, *floatsi<mode>2_mixed_nointerunit):
19711 New macroized instruction patterns.
19712 (*floatsi<mode>2_i387_with_temp): New macroized instruction pattern and
19713 corresponding post-reload splitters.
19714 (*floatsi<mode>2_i387): New macroized instruction patterns.
19715
19716 2008-04-01 H.J. Lu <hongjiu.lu@intel.com>
19717
19718 * config/i386/i386.md (smaxmin): New.
19719 (umaxmin): Likewise.
19720 (maxminiprefix): Likewise.
19721 (maxminfprefix): Likewise.
19722 (<code><mode>3): Likewise.
19723 (smin<mode>3): Removed.
19724 (smax<mode>3): Likewise.
19725
19726 * config/i386/mmx.md (mmx_<code>v2sf3): New.
19727 (mmx_<code>v4hi3): Likewise.
19728 (mmx_<code>v8qi3): Likewise.
19729 (mmx_smaxv2sf3): Removed.
19730 (mmx_sminv2sf3): Likewise.
19731 (mmx_umaxv8qi3): Likewise.
19732 (mmx_smaxv4hi3): Likewise.
19733 (mmx_uminv8qi3): Likewise.
19734 (mmx_sminv4hi3): Likewise.
19735
19736 * config/i386/sse.md (<addsub><mode>3): New.
19737 (*<addsub><mode>3): Likewise.
19738 (<sse>_vm<addsub><mode>3): Likewise.
19739 (<maxmin><mode>3): Likewise.
19740 (*<maxmin><mode>3_finite): Likewise.
19741 (*<maxmin><mode>3): Likewise.
19742 (<sse>_vm<maxmin><mode>3): Likewise.
19743 (sse3_h<addsub>v4sf3): Likewise.
19744 (sse3_h<addsub>v2df3): Likewise.
19745 (<maxmin>v16qi3): Likewise.
19746 (*<maxmin>v16qi3): Likewise.
19747 (<maxmin>v8hi3): Likewise.
19748 (*<maxmin>v8hi3): Likewise.
19749 (*sse4_1_<maxmin><mode>3): Likewise.
19750 (*sse4_1_<maxmin><mode>3): Likewise.
19751 (add<mode>3): Removed.
19752 (*add<mode>3): Likewise.
19753 (<sse>_vmadd<mode>3): Likewise.
19754 (sub<mode>3): Likewise.
19755 (*sub<mode>3): Likewise.
19756 (<sse>_vmsub<mode>3): Likewise.
19757 (smin<mode>3): Likewise.
19758 (*smin<mode>3_finite): Likewise.
19759 (*smin<mode>3): Likewise.
19760 (<sse>_vmsmin<mode>3): Likewise.
19761 (smax<mode>3): Likewise.
19762 (*smax<mode>3_finite): Likewise.
19763 (*smax<mode>3): Likewise.
19764 (<sse>_vmsmax<mode>3): Likewise.
19765 (sse3_haddv4sf3): Likewise.
19766 (sse3_haddv2df3): Likewise.
19767 (sse3_hsubv4sf3): Likewise.
19768 (sse3_hsubv2df3): Likewise.
19769 (umaxv16qi3): Likewise.
19770 (*umaxv16qi3): Likewise.
19771 (smaxv8hi3): Likewise.
19772 (*smaxv8hi3): Likewise.
19773 (*sse4_1_smax<mode>3): Likewise.
19774 (*sse4_1_umax<mode>3): Likewise.
19775 (uminv16qi3): Likewise.
19776 (*uminv16qi3): Likewise.
19777 (sminv8hi3): Likewise.
19778 (*sminv8hi3): Likewise.
19779 (*sse4_1_smin<mode>3): Likewise.
19780 (*sse4_1_umin<mode>3): Likewise.
19781
19782 2008-04-01 Rafael Espíndola <espindola@google.com>
19783
19784 * tree-cfg.c (verify_expr): remove in_phi.
19785 (verify_stmt): Don't call walk_tree with verify_expr. Use
19786 is_gimple_min_invariant instead of is_gimple_val.
19787
19788 2008-04-01 Joseph Myers <joseph@codesourcery.com>
19789
19790 * doc/include/gpl_v3.texi: Update for manpage generation.
19791 * doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
19792 gpl.texi.
19793 * doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
19794 * Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
19795 gpl_v3.texi instead of gpl.texi.
19796 (gpl.pod): New.
19797
19798 2008-04-01 Jakub Jelinek <jakub@redhat.com>
19799
19800 PR pch/13675
19801 * c-pch.c (c_common_read_pch): On error close (fd) resp. fclose (f).
19802
19803 2008-04-01 Rafael Espíndola <espindola@google.com>
19804
19805 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.
19806 (extract_code_and_val_from_cond): Use
19807 extract_code_and_val_from_cond_with_ops.
19808
19809 2008-04-01 Jan Hubicka <jh@suse.cz>
19810
19811 * function.c (free_after_compilation): Free epilogue_delay_list.
19812 (prepare_function_start): Assert that previous compilation was freed.
19813
19814 2008-04-01 Jan Hubicka <jh@suse.cz>
19815 Jim Wilson <wilson@tuliptree.org>
19816 Andreas Tobler <andreast@gcc.gnu.org>
19817
19818 PR middle-end/35781
19819 * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Use
19820 rtl.emit instead cfun->emit.
19821 * sparc/sparc.h (INIT_EXPANDERS): Likewise.
19822 * ia64/ia64.h (INIT_EXPANDERS): Likewise.
19823
19824 2008-04-01 Ben Elliston <bje@au.ibm.com>
19825
19826 * doc/c-tree.texi (Function Basics): Fix grammatical error.
19827
19828 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
19829
19830 * common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
19831 New options
19832 (fprofile-use): Add var flag_profile_use
19833 * coverage.c (coverage_begin_output): Do not open a gcno file for
19834 output only if -ftest-coverage is set.
19835 Do not add getpwd() to gcda file path.
19836 (build_gcov_info): Check the new flag
19837 flag_profile_datafile_relative_path.
19838 (coverage_init): Use profile_data_prefix.
19839 Read profile counter only if flag_profile_use is set.
19840 * opts.c (common_handle_option): New option fprofile-use=,
19841 fprofile-dir=, fprofile-generate=.
19842 * toplev.c (profile_data_prefix): New variable definition.
19843 * toplev.h (profile_data_prefix): New declaration.
19844 * doc/invoke.tex (Option Summary, Optimization Options):
19845 Add new options.
19846
19847 2008-03-31 James E. Wilson <wilson@tuliptree.org>
19848
19849 * varasm.c (output_constant_pool_1): In LABEL_REF check,
19850 use tmp consistently.
19851
19852 PR target/35695
19853 * config/ia64/div.md (recip_approx_rf): Use UNSPEC not DIV.
19854 * config/ia64/ia64.c (rtx_needs_barrier): Handle
19855 UNSPEC_FR_RECIP_APPROX_RES.
19856 * config/ia64/ia64.md (UNSPEC_FR_RECIP_APPROX_RES): Define.
19857
19858 2008-03-31 Volker Reichelt <v.reichelt@netcologne.de>
19859
19860 PR c/35750
19861 * c-decl.c (store_parm_decls_oldstyle): Skip invalid parameters.
19862
19863 2008-03-31 Andrew Pinski <andrew_pinski@playstation.sony.com>
19864
19865 PR middle-end/30186
19866 * fold-const.c (fold_indirect_ref_1): Support accessing non first
19867 element of the vector via a pointer.
19868
19869 2008-03-31 Ian Lance Taylor <iant@google.com>
19870
19871 * tlink.c (scan_linker_output): Look for symbol name in single quotes.
19872
19873 2008-03-31 Jan Hubicka <jh@suse.cz>
19874
19875 * builtins.c (expand_builtin_setjmp_receiver): Update call of
19876 get_arg_pointer_save_area.
19877 * expr.c (init_expr): Just clear out rtl.expr.
19878 * function.c (free_after_compilation): Clear out whole RTL structure.
19879 (get_func_frame_size): Merge into ...
19880 (get_frame_size): ... this one.
19881 (assign_stack_local_1): Merge into ...
19882 (assign_stack_local): ... this one.
19883 (expand_function_end): Update call of get_arg_pointer_save_area.
19884 (get_art_pointer_save_area): Remove cfun argument.
19885 * function.h (emit_status): regno_pointer_align does not need length
19886 attribute. Move x_regno_reg_rtx to ...
19887 (regno_reg_rtx): ... new global array.
19888 (reg_rtx_no, seq_stack, REGNO_POINTER_ALIGN): Update accestors.
19889 (pending_stack_adjust, inhibit_defer_pop, saveregs_value,
19890 apply_args_value, forced_labels, stack_pointer_delta):
19891 Update accestors.
19892 (struct varasm_status): Move here from varasm.c
19893 (struct rtl_data): New. Move here some fields from struct function.
19894 (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
19895 frame_offset, stack_check_probe_note, arg_pointer_save_area,
19896 used_temp_slots avail_temp_slots, temp_slot_level,
19897 nonlocal_goto_handler_labels): Update accesstors.
19898 (rtl): New global variable.
19899 (struct function): Move some fileds to rtl_data.
19900 (get_arg_pointer_save_area): Update prototype.
19901 * emit-rtl.c (rtl): Declare.
19902 (regno_reg_rtx): Declare.
19903 (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
19904 Update.
19905 (gen_reg_rtx): Update.
19906 (init_virtual_regs): Do not tate emit_status argument.
19907 (init_emit): Do not allocate emit.
19908 * varasm.c (varasm_statuc): Move to function.h.
19909 (n_deferred_constatns): Update accestor.
19910 (init_varasm_status): Do not allocate varasm_status.
19911 (force_const_mem, get_pool_size, output_constant_pool): Update.
19912 * stmt.c (force_label_rtx): Do not use x_ prefixes.
19913 (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
19914
19915 2008-03-31 Zdenek Dvorak <ook@ucw.cz>
19916
19917 PR rtl-optimization/35729
19918 * loop-invariant.c (check_maybe_invariant): Disallow volatile memory
19919 references.
19920
19921 2008-03-31 H.J. Lu <hongjiu.lu@intel.com>
19922
19923 PR target/32000
19924 * config/i386/i386.md (*movti_internal): Emit unaligned SSE
19925 load/store if memory is unaligned.
19926 (*movti_rex64): Likewise.
19927
19928 * config/i386/predicates.md (misaligned_operand): New.
19929
19930 2008-03-31 Andrew Pinski <pinskia@gmail.com>
19931
19932 PR tree-opt/35431
19933 * tree-ssa-phiopt.c (conditional_replacement): Return early for
19934 complex types.
19935
19936 2008-03-31 Jan Beulich <jbeulich@novell.com>
19937
19938 * config/ia64/constraints.md: Add 'j' constraint.
19939 * config/ia64/ia64.md (movsi_internal): Add addp4 case.
19940 (movdi_internal): Likewise.
19941
19942 2008-03-30 Volker Reichelt <v.reichelt@netcologne.de>
19943
19944 PR c/35748
19945 * c-typeck.c (build_c_cast): Skip invalid fields in unions.
19946
19947 2008-03-30 H.J. Lu <hongjiu.lu@intel.com>
19948
19949 PR target/35757
19950 * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue
19951 proper error message for the third argument on blendpd and
19952 blendps.
19953
19954 * config/i386/sse.md (blendbits): New.
19955 (sse4_1_blendp<ssemodesuffixf2c>): Use it.
19956
19957 2008-03-30 Eric Botcazou <ebotcazou@adacore.com>
19958
19959 * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions.
19960
19961 2008-03-30 Richard Guenther <rguenther@suse.de>
19962
19963 PR middle-end/31023
19964 * fold-const.c (fold_sign_changed_comparison): Do leave
19965 conversions to base-types alone.
19966
19967 2008-03-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
19968
19969 * config/rs6000/rs6000.c (rs6000_stack_info): Don't force saving of
19970 the link register if one altivec register is be saved.
19971
19972 2008-03-30 Ben Elliston <bje@au.ibm.com>
19973
19974 * final.c (final_scan_insn): Remove if (0) code.
19975
19976 2008-03-28 Volker Reichelt <v.reichelt@netcologne.de>
19977
19978 * c-parser.c (c_parser_next_token_is_keyword): Simplify.
19979
19980 2008-03-28 H.J. Lu <hongjiu.lu@intel.com>
19981
19982 * config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
19983 of V4SFmode to ix86_binary_operator_ok.
19984
19985 2008-03-28 Uros Bizjak <ubizjak@gmail.com>
19986
19987 * config/i386/i386.c (override_options): Initialize
19988 ix86_veclib_handler to ix86_veclibabi_svml when
19989 -mveclibabi=svml is used.
19990 (ix86_veclibabi_svml): New function for SVML ABI style
19991 vectorization support.
19992 * doc/invoke.texi (-mveclibabi) [svml]: Document new target option.
19993
19994 2008-03-28 Rafael Espíndola <espindola@google.com>
19995
19996 * fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
19997 (tree_binary_nonnegative_warnv_p): Make it public.
19998 (tree_single_nonnegative_warnv_p): Make it public.
19999 (tree_invalid_nonnegative_warnv_p): Make it public.
20000 (tree_unary_nonzero_warnv_p): Make it public.
20001 (tree_binary_nonzero_warnv_p): Make it public
20002 (tree_single_nonzero_warnv_p): Make it public.
20003 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
20004 (extract_range_from_binary_expr): Split the expr argument.
20005 (extract_range_from_unary_expr): Split the expr argument.
20006 (extract_range_from_comparison): Split the expr argument.
20007 (extract_range_from_expr): Use the new aux functions.
20008 (vrp_evaluate_conditional_warnv): Use
20009 vrp_evaluate_conditional_warnv_with_ops.
20010 * tree.h (tree_unary_nonzero_warnv_p): Declare.
20011 (tree_binary_nonzero_warnv_p): Declare.
20012 (tree_single_nonzero_warnv_p): Declare.
20013 (tree_expr_nonzero_warnv_p): Declare.
20014 (tree_unary_nonnegative_warnv_p): Declare.
20015 (tree_binary_nonnegative_warnv_p): Declare.
20016 (tree_single_nonnegative_warnv_p): Declare.
20017 (tree_invalid_nonnegative_warnv_p): Declare.
20018
20019 2008-03-28 Richard Guenther <rguenther@suse.de>
20020
20021 PR tree-optimization/30317
20022 PR tree-optimization/30911
20023 PR tree-optimization/34793
20024 * tree-vrp.c (set_and_canonicalize_value_range): New function.
20025 (struct assert_locus_d): New member EXPR.
20026 (register_new_assert_for): Add EXPR parameter to support
20027 ASSERT_EXPR <name, expr OP limit>.
20028 (register_edge_assert_for_1): Adjust callers.
20029 (find_assert_locations): Likewise.
20030 (process_assert_insertions_for): Build condition from expression.
20031 (extract_range_from_assert): Handle ASSERT_EXPRs
20032 of the form ASSERT_EXPR <name, expr OP limit>.
20033 (register_edge_assert_for_2): New helper registering
20034 asserts for comparisons. Recognize range tests of the form
20035 (unsigned)i - CST1 OP CST2.
20036 (register_edge_assert_for_1): Use it.
20037 (register_edge_assert_for): Likewise.
20038 (needs_overflow_infinity): Integer sub-types
20039 do not need overflow infinities.
20040 (vrp_val_is_max): The extreme values of integer sub-types
20041 are those of the base type.
20042 (vrp_val_is_min): Likewise.
20043 * tree.def (ASSERT_EXPR): Document extra allowed conditional
20044 expressions.
20045
20046 2008-03-28 Nick Clifton <nickc@redhat.com>
20047
20048 PR target/31110
20049 * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
20050 Return GENERAL_REGS for stack adjustment reloads.
20051
20052 2008-03-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
20053
20054 PR target/31334
20055 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
20056 const_vector when all the vectors are constant.
20057
20058 2008-03-27 Bob Wilson <bob.wilson@acm.org>
20059
20060 * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
20061 comparisons.
20062 * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
20063 (any_scc_sf): Add uneq, unlt, unle and unordered operators.
20064 (scc_sf): New.
20065 (s<code>_sf): Use new scc_sf attribute for opcode names.
20066
20067 2008-03-27 Tom Tromey <tromey@redhat.com>
20068
20069 * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
20070 configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
20071 config/spu/t-spu-elf, config/i386/t-interix,
20072 config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
20073 config/i386/x-darwin, config/i386/x-mingw32,
20074 config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
20075 config/sh/t-sh, config/sh/t-symbian, config/x-linux,
20076 config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
20077 config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
20078 config/rs6000/x-rs6000, config/rs6000/x-darwin64,
20079 config/rs6000/x-darwin, config/rs6000/t-rs6000,
20080 config/score/t-score-elf, config/arm/t-strongarm-pe,
20081 config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
20082 config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
20083 Revert automatic dependency patch.
20084
20085 2008-03-27 H.J. Lu <hongjiu.lu@intel.com>
20086
20087 PR target/35657
20088 * config/i386/i386.c (ix86_function_arg_boundary): Align
20089 decimal floating point to its natural boundary.
20090
20091 2008-03-27 Richard Guenther <rguenther@suse.de>
20092
20093 PR middle-end/35716
20094 * fold-const.c (fold_comparison): Restrict distinct decl
20095 comparison folding to VAR_DECLs and PARM_DECLs. Do not
20096 solely rely on operand_equal_p.
20097
20098 2008-03-27 Richard Guenther <rguenther@suse.de>
20099
20100 PR c/32511
20101 * c-common.c (handle_weak_attribute): Reject combination of
20102 weak and inline.
20103
20104 2008-03-27 Richard Guenther <rguenther@suse.de>
20105
20106 PR tree-optimization/32810
20107 * tree-ssa-ccp.c (get_symbol_constant_value): Strip useless
20108 conversions from DECL_INITIAL.
20109 (fold_const_aggregate_ref): Likewise from constructor elements.
20110
20111 2008-03-27 Zdenek Dvorak <ook@ucw.cz>
20112
20113 * tree-affine.h (aff_combination_expand): Declare.
20114 (get_inner_reference_aff): Likewise.
20115 * tree-affine.c (aff_combination_expand): Split out from
20116 tree_to_aff_combination_expand.
20117 (get_inner_reference_aff): New function.
20118 * tree-parloops.c (loop_parallel_p): Free vectorizer info.
20119 * tree-ssa-loop-im.c: Include tree-affine.h and pointer-set.h.
20120 (struct lim_aux_data): sm_done field removed.
20121 (mem_ref_loc_p, mem_ref_locs_p): New types.
20122 (struct mem_ref): Added id, stored, accesses_in_loop,
20123 indep_loop, dep_loop, indep_ref, dep_ref fields.
20124 Removed is_stored, locs and next fields.
20125 (memory_accesses): New variable.
20126 (movement_possibility): Do not allow moving statements
20127 that store to memory.
20128 (outermost_indep_loop, simple_mem_ref_in_stmt, mem_ref_in_stmt):
20129 New functions.
20130 (determine_max_movement): For statements with memory references,
20131 find the outermost loop in that the reference is independent.
20132 (move_computations_stmt): Mark the virtual operands for renaming.
20133 (memref_free, mem_ref_alloc, mem_ref_locs_alloc, mark_ref_stored,
20134 gather_mem_refs_stmt, gather_mem_refs_in_loops, vtoe_hash, vtoe_eq,
20135 vtoe_free, record_vop_access, get_vop_accesses, get_vop_stores,
20136 add_vop_ref_mapping, create_vop_ref_mapping_loop,
20137 create_vop_ref_mapping, analyze_memory_references,
20138 cannot_overlap_p, mem_refs_may_alias_p, rewrite_mem_ref_loc,
20139 get_all_locs_in_loop, ref_always_accessed_p,
20140 refs_independent_p, record_indep_loop, ref_indep_loop_p_1,
20141 ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
20142 store_motion_loop, store_motion): New functions.
20143 (struct vop_to_refs_elt): New type.
20144 (record_mem_ref_loc, free_mem_ref_locs, rewrite_mem_refs,
20145 memref_hash, memref_eq, hoist_memory_references): Rewritten.
20146 (schedule_sm): Replaced by...
20147 (execute_sm): ... this.
20148 (determine_lsm_ref, hoist_memory_references,
20149 loop_suitable_for_sm, gather_mem_refs_stmt, gather_mem_refs,
20150 find_more_ref_vops, free_mem_ref, free_mem_refs,
20151 determine_lsm_loop, determine_lsm): Removed.
20152 (tree_ssa_lim_finalize): Free data structures used by store motion.
20153 (tree_ssa_lim): Call analyze_memory_references. Use
20154 store_motion instead of determine_lsm.
20155
20156 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
20157
20158 * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h,
20159 rename tmake_file to m68hc11/t-m68hc11.
20160 (mcore): Set inhibit_libc to true.
20161 * config.host (alpha*-dec-*vms*): Set extra_programs.
20162 (interix3*): Don't use host_xmake_file.
20163 * configure.ac: Let config.gcc override inhibit_libc.
20164 * configure: Regenerate.
20165
20166 * config/alpha/x-vms (EXTRA_PROGRAMS): Remove.
20167 * config/t-openbsd-thread: Remove commented out lines.
20168
20169 * config/x-interix: Remove.
20170
20171 * config/m68hc11/t-m68hc11-gas: Rename to...
20172 * config/m68hc11/t-m68hc11: ... this. Remove T_CPPFLAGS.
20173
20174 * config/mcore/t-mcore: Remove T_CFLAGS.
20175 * config/mcore/t-mcore-pe: Likewise.
20176
20177 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
20178
20179 * configure.ac: Replace custom __GNU_SOURCE test with
20180 AC_USE_SYSTEM_EXTENSIONS. Move it earlier.
20181 * aclocal.m4: Regenerate.
20182 * configure: Regenerate.
20183 * config.in: Regenerate.
20184
20185 2008-03-27 Richard Guenther <rguenther@suse.de>
20186
20187 * fold-const.c (target.h): Include.
20188 (fold_comparison): Fold comparison of addresses of decls
20189 that bind locally or of constants. Consolidate address folding code.
20190 * tree-vrp.c (operand_less_p): Deal with non-INTEGER_CST
20191 results from fold_binary_to_constant.
20192 (compare_values_warnv): Likewise.
20193
20194 2008-03-27 Andrew Pinski <pinskia@gmail.com>
20195
20196 PR middle-end/35429
20197 * fold-const.c (fold_truthop): Check for integeral types when folding
20198 a == 0 && b == 0 and a != 0 || b != 0 .
20199
20200 2008-03-26 Eric Botcazou <ebotcazou@adacore.com>
20201
20202 * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.
20203
20204 2008-03-26 Andreas Schwab <schwab@suse.de>
20205
20206 * doc/invoke.texi: Fix use of @item vs. @itemx.
20207
20208 2008-03-26 Tom Tromey <tromey@redhat.com>
20209
20210 * Makefile.in (build/gensupport.o, build/print-rtl.o,
20211 build/read-rtl.o, build/rtl.o, build/gencondmd.o, build/genattr.o,
20212 build/genattrtab.o, build/genautomata.o, build/gencheck.o,
20213 build/gencodes.o, build/genconditions.o, build/genconfig.o,
20214 build/genconstants.o, build/genemit.o, build/genextract.o,
20215 build/genflags.o, build/genmddeps.o, build/genopinit.o,
20216 build/genoutput.o, build/genpeep.o, build/genrecog.o): Depend on
20217 options.h.
20218
20219 2008-03-26 Richard Guenther <rguenther@suse.de>
20220
20221 Revert
20222 2008-03-26 Richard Guenther <rguenther@suse.de>
20223
20224 * fold-const.c (target.h): Include.
20225 (fold_comparison): Fold comparison of addresses of two decls
20226 that bind locally. Consolidate address folding code.
20227
20228 2008-03-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20229
20230 * builtins.c (expand_builtin_pow, fold_builtin_cabs,
20231 fold_builtin_sqrt, fold_builtin_cbrt, fold_builtin_logarithm,
20232 fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3,
20233 dconstsqrt2, dconstthird, dconste and/or dconst10.
20234 * config/i386/i386.c (ix86_emit_swsqrtsf): Likewise.
20235 * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird,
20236 dconstsqrt2, dconste): Delete.
20237 (init_emit_once): Likewise. Simplify initializing dconstm1.
20238 Constify variable.
20239 * real.c (get_real_const): New.
20240 * real.h (dconst3, dconst10, dconstm2, dconstthird,
20241 dconstsqrt2, dconste): Delete.
20242 (real_value_const, get_real_const): New.
20243
20244 2008-03-26 H.J. Lu <hongjiu.lu@intel.com>
20245
20246 * config/i386/cygming.h (BIGGEST_ALIGNMENT): Removed.
20247
20248 * config/i386/i386.c (ix86_function_arg_boundary): Check
20249 BIGGEST_ALIGNMENT instead of 128.
20250 (setup_incoming_varargs_64): Likewise.
20251
20252 2008-03-26 Tom Tromey <tromey@redhat.com>
20253
20254 * Makefile.in (DEPFILES): Add missing '/'.
20255
20256 2008-03-26 Richard Guenther <rguenther@suse.de>
20257
20258 * fold-const.c (target.h): Include.
20259 (fold_comparison): Fold comparison of addresses of two decls
20260 that bind locally. Consolidate address folding code.
20261
20262 2008-03-26 Nick Clifton <nickc@redhat.com>
20263
20264 PR target/31232
20265 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p): Do
20266 not allow INT+INT as a legitimate addressing mode.
20267
20268 2008-03-26 Richard Guenther <rguenther@suse.de>
20269
20270 * tree-flow.h (widen_bitfield): Remove declaration.
20271 * tree-ssa-ccp.c (visit_assignment): Remove unneeded code.
20272 (widen_bitfield): Remove function.
20273 * tree-ssa-dom.c (record_equivalences_from_stmt): Remove unneeded
20274 code.
20275
20276 2008-03-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
20277
20278 PR target/31558
20279 * config/rs6000/rs6000-c.c (rs6000_builtin_type_compatible): Handle
20280 error_mark_node's.
20281
20282 2008-03-25 Richard Sandiford <rsandifo@nildram.co.uk>
20283
20284 PR rtl-optimization/35232
20285 * reload1.c (reg_reloaded_call_part_clobbered): Clarify comment.
20286 (forget_old_reloads_1, forget_marked_reloads): Don't clear
20287 reg_reloaded_call_part_clobbered here.
20288 (reload_regs_reach_end_p): New function.
20289 (reload_reg_rtx_for_input): New variable.
20290 (reload_reg_rtx_for_output): Likewise.
20291 (emit_input_reload_insns): Use reloadreg rather than rl->reg_rtx
20292 when reassigning a pseudo register. Load reloadreg from
20293 reload_reg_rtx_for_input, moving the mode and register
20294 calculation to...
20295 (do_input_reload): ...here. Use the mode-adjusted reg_rtx
20296 instead of the original when deciding whether an input reload
20297 would be a no-op or whether an output reload can be deleted.
20298 (emit_output_reload_insns): Use the mode-adjusted reg_rtx
20299 when setting up new_spill_reg_store. Load it from
20300 reload_reg_rtx_for_output, moving the mode and register
20301 calculation to...
20302 (do_output_reload): ...here. Use the mode-adjusted reg_rtx
20303 instead of the original when deciding whether an output reload
20304 would be a no-op. Do the same when modifying insn notes.
20305 Use rtx_equal_p instead of == to compare the registers.
20306 (inherit_piecemeal_p): Take a mode and two register numbers
20307 as argument.
20308 (emit_reload_insns): Clear new_spill_reg_store for every hard
20309 register in the reload register. Remove spill registers
20310 from reg_reloaded_valid before considering whether to record
20311 inheritance information for them. Use reload_reg_rtx_for_output
20312 instead of reg_rtx when recording output reloads. Use
20313 reload_reg_rtx_for_input instead of reg_rtx when recording
20314 input reloads. Set or clear reg_reloaded_call_part_clobbered
20315 at the same time as setting reg_reloaded_valid.
20316 (delete_output_reload): Add a new_reload_reg parameter and use it
20317 instead of rld[j].reg_rtx.
20318 (emit_input_reload_insns, do_input_reload, do_output_reload): Adjust
20319 calls accordingly.
20320
20321 2008-03-25 Tom Tromey <tromey@redhat.com>
20322
20323 * Makefile.in (build/gensupport.o): Depend on insn-modes.h.
20324 (build/genattr.o): Likewise.
20325 (build/genattrtab.o): Likewise.
20326 (build/gencodes.o): Likewise.
20327 (build/genconfig.o): Likewise.
20328 (build/genconstants.o): Likewise.
20329 (build/genemit.o): Likewise.
20330 (build/genextract.o): Likewise.
20331 (build/genflags.o): Likewise.
20332
20333 2008-03-25 Bob Wilson <bob.wilson@acm.org>
20334
20335 * config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
20336 instead of size_int for integer types.
20337 (xtensa_gimplify_va_arg_expr): Likewise. Convert index to sizetype
20338 to match type of MINUS_EXPR.
20339
20340 2008-03-25 Tom Tromey <tromey@redhat.com>
20341
20342 * configure: Rebuilt.
20343 * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
20344 Makefile.
20345
20346 2008-03-25 Tom Tromey <tromey@redhat.com>
20347
20348 * config/x-solaris (host-solaris.o): Update.
20349 * config/x-linux (host-linux.o): Update.
20350 * config/x-hpux (host-hpux.o): Update.
20351 * config/x-darwin (host-darwin.o): Update.
20352 * config/v850/t-v850e (v850-c.o): Update.
20353 * config/v850/t-v850 (v850-c.o): Update.
20354 * config/t-vxworks (vxworks.o): Update.
20355 * config/t-sol2 (sol2-c.o, sol2.o): Update.
20356 * config/t-darwin (darwin.o, darwin-c.o, darwin-driver.o): Update.
20357 * config/spu/t-spu-elf (spu-c.o): Update.
20358 (spu.o): Remove.
20359 * config/sh/t-symbian (sh-c.o): Update.
20360 (symbian.o): Update.
20361 * config/sh/t-sh (sh-c.o): Update.
20362 * config/score/t-score-elf (score7.o, score3.o): Update.
20363 * config/rs6000/x-rs6000 (driver-rs6000.o): Update.
20364 * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Update.
20365 * config/rs6000/x-darwin (host-ppc-darwin.o): Update.
20366 * config/rs6000/t-rs6000 (rs6000-c.o): Update.
20367 (rs6000.o): Remove.
20368 * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
20369 * config/m32c/t-m32c (m32c-pragma.o): Update.
20370 * config/ia64/t-ia64 (ia64-c.o): Update.
20371 * config/i386/x-mingw32 (host-mingw32.o): Update.
20372 * config/i386/x-i386 (driver-i386.o): Update.
20373 * config/i386/x-darwin (host-i386-darwin.o): Update.
20374 * config/i386/x-cygwin (host-cygwin.o): Update.
20375 * config/i386/t-nwld (nwld.o): Update.
20376 * config/i386/t-netware (netware.o): Update.
20377 * config/i386/t-interix (winnt.o): Update.
20378 * config/i386/t-cygwin (cygwin1.o, cygwin2.o): Update.
20379 * config/i386/t-cygming (winnt.o, winnt-cxx.o, winnt-stubs.o,
20380 msformat-c.o): Update.
20381 * config/bfin/t-bfin-linux (generated_files): Add
20382 linux-sysroot-suffix.h.
20383 * config/arm/t-wince-pe (pe.o): Update.
20384 * config/arm/t-strongarm-pe (pe.o): Update.
20385 * config/arm/t-pe (pe.o): Update.
20386 * config/arm/t-arm (arm-c.o): Update.
20387 * doc/install.texi (Prerequisites): Require make 3.80.
20388 * Makefile.in: Remove .o targets.
20389 (CCDEPMODE, DEPDIR, depcomp, BUILD_DEPMODE): New variables.
20390 (OBSTACK_H, FIBHEAP_H, PARTITION_H, MD5_H, BCONFIG_H): Remove.
20391 (simple_generated_h, simple_generated_c): Move earlier.
20392 (generated_files): New variable.
20393 (TARGET_H, MACHMODE_H, HOOKS_H, HOSTHOOKS_DEF_H, LANGHOOKS_DEF_H,
20394 TARGET_DEF_H, RTL_BASE_H, RTL_H, PARAMS_H, BUILTINS_DEF, TREE_H,
20395 BASIC_BLOCK_H, GCOV_IO_H, COVERAGE_H, DEMANGLE_H, RECOG_H,
20396 ALIAS_H, EMIT_RTL_H, FLAGS_H, FUNCTION_H, EXPR_H, OPTABS_H,
20397 REGS_H, RA_H, RESOURCE_H, SCHED_INT_H, INTEGRATE_H, CFGLAYOUT_H,
20398 CFGLOOP_H, IPA_UTILS_H, IPA_REFERENCE_H, IPA_TYPE_ESCAPE_H,
20399 CGRAPH_H, DF_H, RESOURCE_H, DDG_H, GCC_H, GGC_H, TIMEVAR_H,
20400 INSN_ATTR_H, C_COMMON_H, C_PRAGMA_H, C_TREE_H, SYSTEM_H,
20401 PREDICT_H, DECNUM_H, MKDEPS_H, SYMTAB_H, TREE_DUMP_H,
20402 TREE_GIMPLE_H, TREE_FLOW_H, TREE_SSA_LIVE_H, PRETTY_PRINT_H,
20403 DIAGNOSTIC_H, C_PRETTY_PRINT_H, SCEV_H, LAMBDA_H, TREE_DATA_REF_H,
20404 VARRAY_H, TREE_INLINE_H, REAL_H, DBGCNT_H, EBIMAP_H): Remove.
20405 (.c.o): Remove.
20406 (COMPILE.base, COMPILE): New variables.
20407 (%.o): New pattern rule.
20408 (ALL_HOST_OBJS): New variable.
20409 (xgcc$(exeext), cpp$(exeext)): Remove extra version.o.
20410 (dummy-checksum.o, cc1-checksum.o): Remove.
20411 (DRIVER_SHLIB): New variable.
20412 (DRIVER_DEFINES): Use it.
20413 (gencondmd.c): Move out of build/.
20414 (s-conditions): Update.
20415 (BUILDCOMPILE.base, BUILDCOMPILE): New variables.
20416 (ALL_BUILD_OBJS): Likewise.
20417 (build/%.o): Use BUILDCOMPILE.
20418 (build/ggc-none.o, build/ggc-none.o, build/min-insn-modes.o,
20419 build/print-rtl.o, build/read-rtl.o, build/rtl.o, build/vec.o,
20420 build/gencondmd.o, build/genattrtab.o, build/genautomata.o,
20421 build/gencheck.o, build/gencodes.o, build/genconditions.o,
20422 build/genconfig.o, build/genconstants.o, build/genemit.o,
20423 build/genextract.o, build/genflags.o, build/genmddeps.o,
20424 build/genopinit.o, build/genoutput.o, build/genpeep.o,
20425 build/genpreds.o, build/genrecog.o, build/gcov-iov.o,
20426 build/gen-protos.o, build/scan.o, build/fix-header.o,
20427 build/scan-decls.o): Simplify.
20428 (collect2.o, c-opts.o, gcc.o, gccspec.o, gcc-options.o,
20429 cppdefault.o, protoize.o, unprotoize.o, intl.o, version.o,
20430 prefix.o, toplev.o): Reduce to variable setting.
20431 (libbackend.o): Use COMPILE. Remove most dependencies. Move later.
20432 ($(out_object_file), gcc-options.o): New targets.
20433 ($(ALL_HOST_OBJS)): New target. Include dependency files.
20434 * configure: Rebuilt.
20435 * configure.ac: Call ZW_CREATE_DEPDIR, ZW_PROG_COMPILER_DEPENDENCIES.
20436 * doc/sourcebuild.texi (Front End Directory): Document new variable.
20437
20438 2008-03-25 Douglas Gregor <doug.gregor@gmail.com>
20439
20440 * c-common.c (c_sizeof_or_alignof_type): If we're not allowed to
20441 complain when we hit an error, return ERROR_MARK_NODE.
20442
20443 2008-03-25 Naveen.H.S <naveen.hs@kpitcummins.com>
20444
20445 * config/sh/constraints.md (Pso, Psz): New constraints.
20446 * config/sh/sh.c (print_operand): Add %V and %W operand codes.
20447 * config/sh/sh.md (*andsi3_bclr, *iorsi3_bset): New insns.
20448
20449 2008-03-25 Naveen.H.S <naveen.hs@kpitcummins.com>
20450
20451 * config/sh/sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.
20452 * config/sh/sh.md (xorsi3_movrt, movrt): New insns.
20453
20454 2008-03-25 Naveen.H.S <naveen.hs@kpitcummins.com>
20455
20456 * config/sh/sh.md (prefetch): Add condition for SH2A target.
20457 (prefetch_sh2a): New.
20458
20459 2008-03-25 Jayant Sonar <Jayant.sonar@kpitcummins.com>
20460 Naveen.H.S <naveen.hs@kpitcummins.com>
20461
20462 * config/sh/constraints.md (I28): New constraint.
20463 * config/sh/sh.c (broken_move): Add support for movi20s.
20464 * config/sh/sh.md (movsi_ie): Add the alternative for movi20s.
20465
20466 2008-03-25 Anil Paranjape <anil.paranjape@kpitcummins.com>
20467 Jayant Sonar <Jayant.sonar@kpitcummins.com>
20468 Naveen.H.S <naveen.hs@kpitcummins.com>
20469
20470 * config/sh/sh.c (SH_ATTRIBUTES): Define.
20471 (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
20472 (print_operand): Handle resbank in %@ operand code.
20473 (sh_encode_section_info): New.
20474 (push_regs): Add conditions for resbank.
20475 (sh_expand_epilogue): Likewise.
20476 (sh_insert_attributes): Likewise.
20477 (sh_attribute_table): Likewise.
20478 (sh_handle_resbank_handler_attribute): New.
20479 (sh2a_handle_function_vector_handler_attribute): New.
20480 (sh2a_is_function_vector_call): New.
20481 (sh2a_get_function_vector_number): New.
20482 (sh2a_function_vector_p): New.
20483 (sh_cfun_resbank_handler_p): New.
20484 * config/sh/sh.md (calli): Emit jsr/n if possible.
20485 (calli_tbr_rel): New.
20486 (calli_pcrel): Emit jsr/n if possible.
20487 (return_i): Emit rts/n if possible.
20488 (call_valuei_tbr_rel): New.
20489 (call_valuei_pcrel): Add condition for SH2A target.
20490 (call_value): Likewise.
20491 * config/sh/sh-protos.h (sh_cfun_resbank_handler_p): Declare.
20492 (sh2a_get_function_vector_number): Likewise.
20493 (sh2a_is_function_vector_call): Likewise.
20494 * doc/extend.texi: Document TBR relative addressing of SH2A.
20495 (resbank): Add description for SH2A.
20496
20497 2008-03-24 Richard Guenther <rguenther@suse.de>
20498
20499 PR c/22371
20500 * gimplify.c (gimplify_modify_expr): For frontend type-correct
20501 pointer assignments change conversions according to middle-end rules.
20502 (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
20503 * configure.ac: Include type checking in yes.
20504 * configure: Regenerate.
20505
20506 2008-03-24 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
20507
20508 * diagnostic.c (diagnostic_count_diagnostic): Delete.
20509 (diagnostic_report_diagnostic): Update. Handle ICEs here.
20510
20511 2008-03-24 Nathan Sidwell <nathan@codesourcery.com>
20512
20513 * gthr-vxworks.h (UNUSED): Define.
20514
20515 2008-03-23 H.J. Lu <hongjiu.lu@intel.com>
20516
20517 * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and CX_REG.
20518
20519 2008-03-23 Zuxy Meng <zuxy.meng@gmail.com>
20520
20521 * doc/extend.texi (Function Attributes): Add missing comma in the
20522 example of the "alloc_size" attribute.
20523
20524 2008-03-23 Uros Bizjak <ubizjak@gmail.com>
20525
20526 Revert:
20527 2008-03-05 H.J. Lu <hongjiu.lu@intel.com>
20528
20529 * config/i386/i386-modes.def: Use 4 byte alignment on DI for
20530 32bit host.
20531
20532 2008-03-19 Uros Bizjak <ubizjak@gmail.com>
20533
20534 PR target/35496
20535 * stor-layout.c (update_alignment_for_field): Set minimum alignment
20536 of the underlying type of a MS bitfield layout to the natural
20537 alignment of the type.
20538
20539 2008-03-22 Uros Bizjak <ubizjak@gmail.com>
20540
20541 * config/i386/i386.c (assign_386_stack_local): Align DImode slots
20542 to their natural alignment to avoid store forwarding stalls.
20543
20544 2008-03-22 Richard Guenther <rguenther@suse.de>
20545
20546 * tree-cfg.c (verify_expr): Recurse again for invariant addresses.
20547 For PHI nodes verify the address is invariant.
20548 * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
20549 (get_symbol_constant_value): Use is_gimple_min_invariant.
20550 (maybe_fold_stmt_indirect): Likewise.
20551
20552 2008-03-22 Richard Sandiford <rsandifo@nildram.co.uk>
20553
20554 PR rtl-optimization/33927
20555 * Makefile.in (dse.o): Depend on $(TM_P_H).
20556 * expr.h (extract_low_bits): Declare.
20557 * expmed.c (extract_low_bits): New function.
20558 * rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
20559 * dse.c: Include tm_p.h.
20560 (find_shift_sequence): Remove the read_reg argument and return the
20561 read value. Emit the instructions instead of returning them.
20562 Iterate on new_mode rather than calculating it each time.
20563 Check MODES_TIEABLE_P. Use simplify_gen_subreg to convert the
20564 source to NEW_MODE and extract_low_bits to convert the shifted
20565 value to READ_MODE.
20566 (replace_read): Allow the load and store to have different mode
20567 classes. Use extract_low_bits when SHIFT == 0. Create the shift
20568 or extraction instructions before trying the replacement. Update
20569 dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
20570
20571 2008-03-22 Uros Bizjak <ubizjak@gmail.com>
20572
20573 * config/i386/i386.c (assign_386_stack_local): Align DImode slots
20574 to their natural alignment to avoid store forwarding stalls.
20575
20576 2008-03-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
20577
20578 PR target/27946
20579 * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
20580 encouraging but not allowing gprs for input;
20581 change the input constraint to !f#r.
20582 (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
20583 gprs for output;
20584 change the output constraint to !f#r.
20585
20586 2008-03-21 Uros Bizjak <ubizjak@gmail.com>
20587
20588 PR target/13958
20589 * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
20590 corresponding post-reload splitters.
20591 ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
20592 when x87 FP math is selected.
20593 * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
20594 New function prototype.
20595 * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
20596 unreachable function to ease macroization of insn patterns.
20597
20598 2008-03-21 Martin Jambor <mjambor@suse.cz>
20599
20600 * tree-data-ref.c (dump_data_dependence_relation): Avoid data
20601 reference dumps if ddr is NULL or dependence is unknown.
20602
20603 2008-03-20 Kaz Kojima <kkojima@gcc.gnu.org>
20604
20605 * config/sh/linux-atomic.asm (ATOMIC_TEST_AND_SET): Take
20606 unsigned extension into account.
20607 (ATOMIC_COMPARE_AND_SWAP): Likewise.
20608 (ATOMIC_FETCH_AND_OP, ATOMIC_FETCH_AND_COMBOP): Likewise.
20609 Do computations on a scratch register.
20610
20611 2008-03-21 Richard Guenther <rguenther@suse.de>
20612
20613 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
20614 Use is_gimple_min_invariant instead of TREE_INVARIANT.
20615 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
20616 * tree-ssa-dom.c (record_equality): Likewise.
20617 * tree-inline.c (copy_body_r): Likewise.
20618 * tree-ssa-pre.c (make_values_for_stmt): Remove test for
20619 TREE_INVARIANT.
20620
20621 2008-03-20 Kaz Kojima <kkojima@gcc.gnu.org>
20622
20623 * config/sh/sh.c (split_branches): Pass zero to redirect_jump
20624 as 'delete_unused' argument.
20625
20626 2008-03-20 Richard Guenther <rguenther@suse.de>
20627
20628 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
20629 special casing of constant qualifiers.
20630 * tree-ssa.c (useless_type_conversion_p_1): Instead do not
20631 care about them in general.
20632 * tree-ssa-ccp.c (ccp_fold): Addresses are constant or not
20633 regardless of their type.
20634 (fold_stmt_r): Forcefully fold *& if we end up with that.
20635
20636 2008-03-20 Paul Brook <paul@codesourcery.com>
20637
20638 * config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.
20639 * config/arm/uclinux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Add extra
20640 linker flags.
20641 * config/arm/bpabi.h (SUBTARGET_EXTRA_LINK_SPEC): Provide default
20642 definition.
20643 (LINK_SPEC): Use SUBTARGET_EXTRA_LINK_SPEC.
20644 * config/arm/unwind-arm.h (_Unwind_decode_target2): Add uClinux.
20645
20646 2008-03-20 Volker Reichelt <v.reichelt@netcologne.de>
20647
20648 * common.opt (Wmudflap): New option.
20649 * tree-mudflap.c (mf_xform_derefs_1): Guard warning by OPT_Wmudflap.
20650 (mx_register_decls): Likewise.
20651 (mudflap_finish_file): Likewise.
20652 * doc/invoke.texi: Document -Wno-mudflap.
20653
20654 2008-03-20 Kai Tietz <kai.tietz@onevision.com>
20655
20656 * c-format.c (replace_format_name_to_system_name): New.
20657 (cmp_attribs): New.
20658 (convert_format_name_to_system_name): New.
20659 (decode_format_attr): Add use of convert_format_name_to_system_name.
20660 (format_types_orig): Add gnu_ prefix to names.
20661 (check_format_info_main): Special treating of \0 escaped names for
20662 supporting multi-character format specifiers as I32, I64.
20663 (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): Use of user defined attributes.
20664 (gnu_target_overrides_format_attributes): New.
20665 * c-format.h: Add structure target_ovr_attr to hold
20666 system specific formatter names.
20667 * config.gcc: Add for x86&x86_64 cygwin and mingw32 targets the
20668 msformat-c.o file to c_target_objs and cxx_target_objs.
20669 * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
20670 (TARGET_OVERRIDES_FORMAT_ATTRIBUTES_COUNT): New.
20671 (TARGET_N_FORMAT_TYPES): New.
20672 * config/i386/msformat-c.c: New.
20673 * config/i386/t-cygming: Add build rule for msformat-c.o.
20674 * doc/extend.texi: Add new format names gnu_* and ms_* and
20675 further details.
20676 * doc/tm.texi: (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
20677
20678 2008-03-20 Ira Rosen <irar@il.ibm.com>
20679
20680 * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
20681 optimizations turned on under -O3.
20682 (ftree-vectorize): Add that the flag is turned on with -O3.
20683
20684 2008-03-20 Ben Elliston <bje@au.ibm.com>
20685
20686 * regmove.c (try_auto_increment): Fix spelling error in comment.
20687 * final.c (final_scan_insn): Likewise.
20688
20689 2008-03-20 Uros Bizjak <ubizjak@gmail.com>
20690
20691 PR target/14552
20692 * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
20693 allocator preferences for "y" and "r" class registers.
20694 ("*mov<mode>_internal"): Ditto.
20695 ("*movv2sf_internal_rex64"): Ditto.
20696 ("*movv2sf_internal"): Ditto.
20697
20698 2008-03-19 Michael Matz <matz@suse.de>
20699
20700 PR middle-end/35616
20701 * calls.c (expand_call): Check overlap of arguments with call
20702 address for sibcalls.
20703
20704 2008-03-19 Uros Bizjak <ubizjak@gmail.com>
20705
20706 PR target/35496
20707 * stor-layout.c (update_alignment_for_field): Set minimum alignment
20708 of the underlying type of a MS bitfield layout to the natural
20709 alignment of the type.
20710
20711 2008-03-19 Jan Hubicka <jh@suse.cz>
20712
20713 PR other/35094
20714 * toplev.c (decode_d_option): Handle all CPP flags.
20715 * tree-vrp.c: Update tree_pass descriptors.
20716 * regrename.c: Update tree_pass descriptors.
20717 * fwprop.c: Update tree_pass descriptors.
20718 * doc/invoke.texi: Remove documentation of dropped -d? flags.
20719 * tree-into-ssa.c: Update tree_pass descriptors.
20720 * tree-dump.c: Update tree_pass descriptors.
20721 * tree-complex.c: Update tree_pass descriptors.
20722 * tree-dump.h: Update tree_pass descriptors.
20723 * see.c: Update tree_pass descriptors.
20724 * cgraphbuild.c: Update tree_pass descriptors.
20725 * tracer.c: Update tree_pass descriptors.
20726 * tree-loop-distribution.c: Update tree_pass descriptors.
20727 * cgraph.c: Update tree_pass descriptors.
20728 * postreload-gcse.c: Update tree_pass descriptors.
20729 * postreload.c: Update tree_pass descriptors.
20730 * tree-ssa-loop-ch.c: Update tree_pass descriptors.
20731 * tree-tailcall.c: Update tree_pass descriptors.
20732 * tree-pass.h (tree_opt_pass): Rename to ...
20733 (opt_pass) ... this one; add "type" field and remove letter field.
20734 (gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
20735 (execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
20736 all_lowering_passes): Update declaration.
20737 * ipa-cp.c: Update tree_pass descriptors.
20738 * final.c: Update tree_pass descriptors.
20739 * omp-low.c: Update tree_pass descriptors.
20740 * tree-ssa-dse.c: Update tree_pass descriptors.
20741 * ipa-reference.c: Update tree_pass descriptors.
20742 * tree-ssa-uncprop.c: Update tree_pass descriptors.
20743 * auto-inc-dec.c: Update tree_pass descriptors.
20744 * reorg.c: Update tree_pass descriptors.
20745 * cgraphunit.c: Update tree_pass descriptors.
20746 * tree-ssa-copyrename.c: Update tree_pass descriptors.
20747 * tree-ssa-ccp.c: Update tree_pass descriptors.
20748 * df-core.c: Update tree_pass descriptors.
20749 * mode-switching.c: Update tree_pass descriptors.
20750 * tree-nomudflap.c: Update tree_pass descriptors.
20751 * modulo-sched.c: Update tree_pass descriptors.
20752 * ipa-pure-const.c: Update tree_pass descriptors.
20753 * cse.c: Update tree_pass descriptors.
20754 * web.c: Update tree_pass descriptors.
20755 * tree-stdarg.c: Update tree_pass descriptors.
20756 * tree-ssa-math-opts.c: Update tree_pass descriptors.
20757 * tree-ssa-dom.c: Update tree_pass descriptors.
20758 * tree-nrv.c: Update tree_pass descriptors.
20759 * tree-ssa-alias.c: Update tree_pass descriptors.
20760 * loop-init.c: Update tree_pass descriptors.
20761 * gimple-low.c: Update tree_pass descriptors.
20762 * ipa-inline.c: Update tree_pass descriptors.
20763 * tree-ssa-sink.c: Update tree_pass descriptors.
20764 * global.c: Update tree_pass descriptors.
20765 * ifcvt.c: Update tree_pass descriptors.
20766 * jump.c: Update tree_pass descriptors.
20767 * predict.c: Update tree_pass descriptors.
20768 * tree-ssa-loop.c: Update tree_pass descriptors.
20769 * recog.c: Update tree_pass descriptors.
20770 * dse.c: Update tree_pass descriptors.
20771 * tree-ssa-ifcombine.c: Update tree_pass descriptors.
20772 * tree-eh.c: Update tree_pass descriptors.
20773 * regmove.c: Update tree_pass descriptors.
20774 * local-alloc.c
20775 * function.c: Update tree_pass descriptors.
20776 * tree-vectorizer.c: Update tree_pass descriptors.
20777 * gcse.c: Update tree_pass descriptors.
20778 * ipa-type-escape.c: Update tree_pass descriptors.
20779 * tree-if-conv.c: Update tree_pass descriptors.
20780 * init-regs.c: Update tree_pass descriptors.
20781 * ipa.c: Update tree_pass descriptors.
20782 * tree-ssa-phiopt.c: Update tree_pass descriptors.
20783 * rtl-factoring.c: Update tree_pass descriptors.
20784 * lower-subreg.c: Update tree_pass descriptors.
20785 * bt-load.c: Update tree_pass descriptors.
20786 * tree-dfa.c: Update tree_pass descriptors.
20787 * except.c: Update tree_pass descriptors.
20788 * emit-rtl.c: Update tree_pass descriptors.
20789 * cfgexpand.c: Update tree_pass descriptors.
20790 * tree-cfgcleanup.c: Update tree_pass descriptors.
20791 * cfgcleanup.c: Update tree_pass descriptors.
20792 * tree-ssa-pre.c: Update tree_pass descriptors.
20793 * tree-sra.c: Update tree_pass descriptors.
20794 * tree-mudflap.c: Update tree_pass descriptors.
20795 * tree-ssa-copy.c: Update tree_pass descriptors.
20796 * cfglayout.c: Update tree_pass descriptors.
20797 * tree-ssa-forwprop.c: Update tree_pass descriptors.
20798 * tree-ssa-dce.c: Update tree_pass descriptors.
20799 * tree-ssa.c: Update tree_pass descriptors.
20800 * regclass.c: Update tree_pass descriptors.
20801 * integrate.c: Update tree_pass descriptors.
20802 * tree-optimize.c: Update tree_pass descriptors.
20803 * tree-ssa-phiprop.c: Update tree_pass descriptors.
20804 * tree-object-size.c: Update tree_pass descriptors.
20805 * combine.c: Update tree_pass descriptors.
20806 * tree-outof-ssa.c: Update tree_pass descriptors.
20807 * bb-reorder.c: Update tree_pass descriptors.
20808 * stack-ptr-mod.c: Update tree_pass descriptors.
20809 * var-tracking.c: Update tree_pass descriptors.
20810 * tree-profile.c: Update tree_pass descriptors.
20811 * tree-vect-generic.c: Update tree_pass descriptors.
20812 * reg-stack.c: Update tree_pass descriptors.
20813 * sched-rgn.c: Update tree_pass descriptors.
20814 * tree-ssa-structalias.c: Update tree_pass descriptors.
20815 * tree-cfg.c: Update tree_pass descriptors.
20816 * passes.c (current_pass): Update declaration.
20817 (finish_optimization_passes): Update.
20818 (all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
20819 (register_one_dump_file, register_dump_files_1, next_pass_1):
20820 Update arguments.
20821 (init_optimization_passes): Update handling of new types.
20822 (execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
20823 * ipa-struct-reorg.c: Update tree_pass descriptors.
20824 * tree-ssa-reassoc.c: Update tree_pass descriptors.
20825 * combine-stack-adj.c: Update tree_pass descriptors.
20826 * cfgrtl.c: Update tree_pass descriptors.
20827 * dce.c: Update tree_pass descriptors.
20828 * tree-ssanames.c: Update tree_pass descriptors.
20829
20830 2008-03-19 Richard Guenther <rguenther@suse.de>
20831
20832 PR middle-end/35609
20833 * tree-ssa.c (walk_data): New structure.
20834 (warn_uninitialized_var): If not always_executed warn with "maybe"
20835 instead of "is".
20836 (execute_early_warn_uninitialized): Compute post-dominators.
20837 Initialize always_executed before processing each basic block.
20838
20839 2008-03-18 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
20840
20841 PR target/35504
20842 * config/i386/i386.c (x86_this_parameter): Calculate correct location
20843 of "this" pointer when "regparm = N" or "fastcall" is in effect.
20844
20845 2008-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20846
20847 * doc/include/texinfo.tex: Update to version 2008-03-17.10.
20848
20849 2008-03-18 Paolo Bonzini <bonzini@gnu.org>
20850
20851 * expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations
20852 is true.
20853 (expand_expr_real_1) <REDUCE_BIT_FIELD>: Don't look at ignore.
20854 (expand_expr_real_1): Assume lang_hooks.reduce_bit_field_operations
20855 is true. Add "&& !ignore" condition to reduce_bit_field. Modify
20856 target after ignore has been set, and move there also the commputation
20857 of subtarget and original_target.
20858 * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
20859 (LANG_HOOKS_INITIALIZER): Remove it.
20860 * langhooks.h (struct lang_hooks): Remove reduce_bit_field_operations.
20861
20862 2008-03-18 Richard Guenther <rguenther@suse.de>
20863
20864 * tree-ssa-sccvn.c (visit_reference_op_load): If the lookup
20865 found an expression with constants, note that in the VN for the lhs.
20866 * tree-ssa-pre.c (eliminate): Visit COND_EXPR statements and
20867 fold them to constants if possible. Run cleanup_cfg if done so.
20868 (execute_pre): Return todo.
20869 (do_pre): Likewise.
20870 (execute_fre): Likewise.
20871 * tree-ssa-forwprop.c (can_propagate_from): Allow propagation
20872 of constants.
20873 (get_prop_source_stmt): Look through pointer conversions.
20874
20875 2008-03-18 Jan Hubicka <jh@suse.cz>
20876
20877 * tree-pretty-print.c: Include predict.h.
20878 (dump_generic_node): Dump predictor.
20879 * tree.h (PREDICT_EXPR_OUTCOME, PREDICT_EXPR_PREDICTION): Update.
20880 * tree-gimple.c (is_gimple_stmt): Add PREDICT_EXPR.
20881 * gimple-low.c (lower_stmt): Likewise.
20882 * expr.c (expand_expr_real): Likewise.
20883 * predict.c (tree_bb_level_predictions): Use PREDICT_EXPRs and remove
20884 them.
20885 (build_predict_expr, build_predict_expr): New.
20886 * predict.h (predictor_name, build_predict_expr): Update.
20887 * c-typeck.c (c_finish_bc_stmt): Add prediction.
20888 * gimplify.c (gimplify_expr): Add PREDICT_EXPR.
20889 * predict.def (PRED_CONTINUE): Update hitrate.
20890 * tree.def (PREDICT_EXPR): Define.
20891 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark PREDICT_EXPR;
20892 do not handle BIND_EXPR.
20893 * tree-inline.c (estimate_num_insns_1): PREDICT_EXPR is free.
20894 * tree-cfg.c (verify_gimple_stmt): PREDICT_EXPR is valid.
20895 * tree-ssa-operands.c (get_expr_operands): PREDICT_EXPR takes no
20896 operands.
20897
20898 2008-03-18 Michael Matz <matz@suse.de>
20899
20900 * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
20901
20902 2008-03-18 Richard Guenther <rguenther@suse.de>
20903
20904 * tree-gimple.h (is_gimple_invariant_address): Declare.
20905 (is_gimple_constant): Likewise.
20906 * tree-gimple.c (is_gimple_constant): New function.
20907 (is_gimple_invariant_address): Likewise.
20908 (is_gimple_min_invariant): Implement in terms of is_gimple_constant
20909 and is_gimple_invariant_address.
20910 * tree-ssa-loop-niter.c (expand_simple_operations): Revert
20911 previous change.
20912 * tree-data-ref.c (get_references_in_stmt): A SSA_NAME is not
20913 an addressable base.
20914
20915 2008-03-18 Jakub Jelinek <jakub@redhat.com>
20916
20917 PR middle-end/35611
20918 * gimplify.c (gimplify_expr): Gimplify second operand of
20919 OMP_ATOMIC_LOAD.
20920
20921 2008-03-17 Richard Guenther <rguenther@suse.de>
20922
20923 PR tree-optimization/19637
20924 * fold-const.c (fold_unary): Remove restrictions of removing
20925 intermediate pointer-conversions (P2)(P1)P0.
20926 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Recover from
20927 conversion to void pointer.
20928 (get_maxval_strlen): Handle addresses of the form &(*p)[0].
20929
20930 2008-03-16 James E. Wilson <wilson@tuliptree.org>
20931
20932 PR debug/31510
20933 * dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
20934 emulated thread local variables.
20935
20936 2008-03-16 Richard Guenther <rguenther@suse.de>
20937
20938 PR middle-end/35607
20939 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
20940 expand TREE_INVARIANT operations that are not gimple invariant.
20941
20942 2008-03-16 Hans-Peter Nilsson <hp@axis.com>
20943
20944 * doc/extend.texi (Alignment): Say that the ABI controls
20945 the __alignof__ for non-strict-alignment targets rather
20946 than being a recommendation.
20947
20948 2008-03-15 Paul Brook <paul@codesourcery.com>
20949
20950 * config/arm/arm.c (arm_unwind_emit): Suppress unused unwinding
20951 annotations.
20952 (arm_output_fn_unwind): Mark functions that can not be unwound.
20953
20954 2008-03-15 Paul Brook <paul@codesourcery.com>
20955
20956 * config/arm/arm.c (arm_rtx_costs_1): Add costs for ARMv6 value
20957 extension instructions.
20958
20959 2008-03-15 Richard Guenther <rguenther@suse.de>
20960
20961 * tree-ssa-ccp.c (ccp_fold): Also read from constant values
20962 and fold constant aggregate refs.
20963 (fold_const_aggregate_ref): Handle string constants
20964 and constructors in ARRAY_REFs. Handle INDIRECT_REF.
20965 (evaluate_stmt): Simplify now that ccp_fold folds constant
20966 aggregate refs.
20967
20968 2008-03-15 Paul Brook <paul@codesourcery.com>
20969
20970 * config/arm/arm.md (insv): Use gen_insv_t2 and gen_insv_zero.
20971 (extzv): Use gen_extzv_t2.
20972 (insv_t2, insv_zero, extv, extzv_t2): New patterns.
20973
20974 2008-03-15 Richard Guenther <rguenther@suse.de>
20975
20976 * tree-ssa-ccp.c (get_symbol_constant_value): Export.
20977 (fold_const_aggregate_ref): Likewise.
20978 (get_value): Return NULL if we don't have any values.
20979 (ccp_finalize): Set const_val to NULL after freeing it.
20980 * tree-flow.h (get_symbol_constant_value): Declare.
20981 (fold_const_aggregate_ref): Likewise.
20982 * tree-ssa-sccvn.c (try_to_simplify): Use them.
20983
20984 2008-03-15 Richard Guenther <rguenther@suse.de>
20985
20986 PR middle-end/35593
20987 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make sure
20988 to not produce negative array indices if not allowed. Add
20989 parameter to indicate that.
20990 (maybe_fold_offset_to_component_ref): Allow negative array
20991 indices only for the first member of a structure.
20992 (maybe_fold_offset_to_reference): Allow negative array indices.
20993 (maybe_fold_stmt_addition): Likewise.
20994
20995 2008-03-15 Bjoern Haase <bjoern.m.haase@web.de>
20996 Anatoly Sokolov <aesok@post.ru>
20997
20998 * config/avr/avr.c (avr_arch_types): Add avr6 entry.
20999 (avr_arch): Add ARCH_AVR6.
21000 (avr_mcu_types): Add 'atmega2560' and 'atmega2561' entry.
21001 (initial_elimination_offset): Initialize and use 'avr_pc_size'
21002 instead of fixed value 2.
21003 (print_operand_address): Use gs() asm specifier instead of pm().
21004 (avr_assemble_integer): (Ditto.).
21005 (avr_output_addr_vec_elt): (Ditto.).
21006 (print_operand): Handle "!" code.
21007 * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Add
21008 __AVR_3_BYTE_PC__, __AVR_2_BYTE_PC__ and __AVR_HAVE_JMP_CALL__.
21009 (AVR_HAVE_EIJMP_EICALL): Define.
21010 (AVR_3_BYTE_PC): Redefine.
21011 (AVR_2_BYTE_PC): (Ditto.).
21012 (PRINT_OPERAND_PUNCT_VALID_P): Add '!' code.
21013 (LINK_SPEC): Add atmega2560 and atmega2561.
21014 (CRT_BINUTILS_SPEC): Add atmega2560 (crtm2560.o) and atmega2561
21015 (crtm2561.o).
21016 * config/avr/avr.md (call_insn): Use eicall instead of icall
21017 for 3 byte PC devices.
21018 (call_value_insn): (Ditto.).
21019 (*tablejump_enh): Use eijmp instead of ijmp for 3 byte PC devices.
21020 (indirect_jump): Use only for for 2 byte PC devices.
21021 (*tablejump): (Ditto.).
21022 (*indirect_jump_avr6): Add insn.
21023 (*tablejump_rjmp): Don't use for 3 byte PC devices.
21024 * config/avr/libgcc.S (__prologue_saves__): Use eijmp
21025 instead of ijmp for 3 byte PC devices.
21026 (__tablejump2__): (Ditto.).
21027 * config/avr/t-avr (MULITLIB_OPTIONS): Add avr6 architecture.
21028 (MULITLIB_DIRNAMES): (Ditto.).
21029 (MULTILIB_MATCHES): Add atmega2560 and atmega2561 to list.
21030
21031 2008-03-15 Uros Bizjak <ubizjak@gmail.com>
21032
21033 * config/i386/mmx.md ("sse2_umulv1siv2di3"): Rename from
21034 "sse2_umulsidi3". Use V1DI mode for operand 0.
21035 ("mmx_psadbw"): Use V1DI mode for operand 0.
21036 * config/i386/i386-modes.def (V1SI): New vector mode.
21037 * config/i386/i386.c (struct builtin_description)
21038 [IX86_BUILTIN_PMULUDQ]: Use CODE_FOR_sse2_umulv1siv1di3.
21039 (v1di_ftype_v8qi_v8qi): Rename from di_ftype_v8qi_v8qi.
21040 (v1di_ftype_v2si_v2si): Rename from di_ftype_v2si_v2si.
21041 (ix86_init_mmx_sse_builtins) [__builtin_ia32_psadbw]: Use
21042 v1di_ftype_v8qi_v8qi type.
21043 [__builtin_ia32_pmuludq]: Use v1di_ftype_v2si_v2si type.
21044
21045 * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psadbw,
21046 __builtin_ia32_pmuludq]: Fix the mode of return value.
21047
21048 2008-03-15 Richard Guenther <rguenther@suse.de>
21049
21050 PR middle-end/35595
21051 * tree-ssa-pre.c (bitmap_find_leader): Handle expression
21052 being a PHI_NODE.
21053
21054 2008-03-14 Bob Wilson <bob.wilson@acm.org>
21055
21056 * doc/invoke.texi (Option Summary, Xtensa Options): Document
21057 -mserialize-volatile and -mno-serialize-volatile Xtensa options.
21058 * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
21059 unless TARGET_SERIALIZE_VOLATILE is enabled.
21060 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
21061 * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
21062 * config/xtensa/xtensa.opt (mserialize_volatile): New option.
21063
21064 2008-03-14 Richard Guenther <rguenther@suse.de>
21065
21066 PR tree-optimization/34172
21067 * tree-flow.h (refs_may_alias_p): Declare.
21068 (get_single_def_stmt): Likewise.
21069 (get_single_def_stmt_from_phi): Likewise.
21070 (get_single_def_stmt_with_phi): Likewise.
21071 * tree-dfa.c (refs_may_alias_p): New function.
21072 (get_single_def_stmt): Likewise.
21073 (get_single_def_stmt_from_phi): Likewise.
21074 (get_single_def_stmt_with_phi): Likewise.
21075 * tree-ssa-sccvn.c (get_def_ref_stmt_vuses): New function.
21076 (vn_reference_lookup_1): New helper function.
21077 (vn_reference_lookup): Walk the virtual use-def chain to
21078 continue searching for a match if the def does not alias the
21079 reference we are looking for.
21080
21081 2008-03-14 David Edelsohn <edelsohn@gnu.org>
21082
21083 * doc/install.texi (Binaries): Remove UCLA archive. Add HVCC
21084 archive and Perzl. Update The Written Word listing.
21085
21086 2008-03-14 Richard Guenther <rguenther@suse.de>
21087
21088 PR tree-optimization/34043
21089 PR tree-optimization/33989
21090 * tree-ssa-pre.c (execute_pre): Allow SCCVN to do insertion
21091 when doing FRE.
21092 (bitmap_find_leader): Use extra argument to verify dominance
21093 relationship inside a basic-block.
21094 (can_PRE_operation): Add VIEW_CONVERT_EXPR.
21095 (find_leader_in_sets): Adjust.
21096 (create_component_ref_by_pieces): Take extra argument for
21097 dominance check, handle lookup failures.
21098 (find_or_generate_expression): Likewise.
21099 (create_expression_by_pieces): Likewise.
21100 (insert_into_preds_of_block): Adjust.
21101 (create_value_expr_from): If asked for, verify all operands
21102 are in the blocks AVAIL_OUT set.
21103 (make_values_for_stmt): Check for SSA_NAMEs that are life
21104 over an abnormal edge.
21105 (compute_avail): Remove such check.
21106 (do_SCCVN_insertion): New function.
21107 (eliminate): If we do not find a leader suitable for replacement
21108 insert a replacement expression from SCCVN if available.
21109 * tree-ssa-sccvn.h (run_scc_vn): Update prototype.
21110 (struct vn_ssa_aux): Add needs_insertion flag.
21111 * tree-ssa-sccvn.c (may_insert): New global flag.
21112 (copy_reference_ops_from_ref): Value-number union member access
21113 based on its size, not type and member if insertion is allowed.
21114 (visit_reference_op_load): For a weak match from union type
21115 punning lookup a view-converted value and insert a SSA_NAME
21116 for that value if that is not found.
21117 (visit_use): Make dumps shorter. Do not disallow value numbering
21118 SSA_NAMEs that are life over an abnormal edge to constants.
21119 (free_scc_vn): Release inserted SSA_NAMEs.
21120 (run_scc_vn): New flag to specify whether insertion is allowed.
21121 Process SSA_NAMEs in forward order.
21122 * tree-ssa-loop-im.c (for_each_index): Handle invariant
21123 ADDR_EXPRs inside VIEW_CONVERT_EXPR.
21124 * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPRs from/to
21125 pointer type to/from integral types that do not change the
21126 precision to regular conversions.
21127
21128 2008-03-13 Uros Bizjak <ubizjak@gmail.com>
21129
21130 * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
21131 __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
21132 __builtin_ia32_psrl?i, __builtin_ia32_psra?i, __builtin_ia32_psll?128,
21133 __builtin_ia32_psrl?128, __builtin_ia32_psra?128]: Fix the mode of
21134 input arguments and the mode of return value. Built-in functions
21135 that operate on whole 64-bit MMX register now use V1DI mode.
21136
21137 2008-03-13 Alon Dayan <alond@il.ibm.com>
21138 Olga Golovanevsky <olga@il.ibm.com>
21139
21140 PR tree-optimization/35041
21141 * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
21142 to locate the right position in a statement.
21143
21144 2008-03-13 Uros Bizjak <ubizjak@gmail.com>
21145
21146 PR target/34000
21147 PR target/35553
21148 * config/i386/xmmintrin.h: Change all static inline functions to
21149 extern inline and add __gnu_inline__ attribute.
21150 * config/i386/bmintrin.h: Ditto.
21151 * config/i386/smmintrin.h: Ditto.
21152 * config/i386/tmmintrin.h: Ditto.
21153 * config/i386/mmintrin-common.h: Ditto.
21154 * config/i386/ammintrin.h: Ditto.
21155 * config/i386/emmintrin.h: Ditto.
21156 * config/i386/pmmintrin.h: Ditto.
21157 * config/i386/mmintrin.h: Ditto.
21158 * config/i386/mm3dnow.h: Ditto.
21159
21160 2008-03-13 Jakub Jelinek <jakub@redhat.com>
21161
21162 PR middle-end/35185
21163 * omp-low.c (lower_regimplify, init_tmp_var, save_tmp_var): Removed.
21164 (lower_omp_2): New function.
21165 (lower_omp_1, lower_omp): Rewritten.
21166
21167 2008-03-13 Danny Smith <dannysmith@users.sourceforge.net>
21168
21169 PR 35054
21170 * doc/extend.texi (Structure-Packing Pragmas): Replace "Win32"
21171 with the phrase "Microsoft Windows compilers".
21172 (Push/Pop Macro Pragmas): New subsection. Document
21173 #pragma push_macro and pragma pop_macro.
21174
21175 2008-03-12 Paul Brook <paul@codesourcery.com>
21176
21177 * config/arm/arm.c (output_move_double): Prefer LDRD to LDM.
21178
21179 2008-03-12 Paul Brook <paul@codesourcery.com>
21180
21181 * config/arm/thumb2.md: Extend peephole to cover 3-arg subs.
21182 (thumb2_alusi3_short): Exclude PLUS and MINUS.
21183 (thumb2_addsi_shortim): Rename ...
21184 (thumb2_addsi_short): ... to this. Allow register operands.
21185 (thumb2_subsi_short): New pattern.
21186 (thumb2_one_cmplsi2_short,
21187 thumb2_negsi2_short): New patterns and peepholes.
21188
21189 2008-03-12 Paul Brook <paul@codesourcery.com>
21190
21191 * config/arm/arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.
21192
21193 2008-03-12 Uros Bizjak <ubizjak@gmail.com>
21194
21195 * config/i386/i386.md (int_cond): New code iterator.
21196 (fp_cond): Ditto.
21197 ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
21198 sge, sgeu, sle and sleu expanders usign int_cond code iterator.
21199 ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
21200 sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
21201 ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
21202 bge, bgeu, ble and bleu expanders usign int_cond code iterator.
21203 ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
21204 bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
21205
21206 2008-03-12 Paul Brook <paul@codesourcery.com>
21207
21208 * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask
21209 instead of {arm,thumb}_compute_save_reg_mask.
21210 (output_return_instruction): Ditto.
21211 (thumb_unexpanded_epilogue): Ditto.
21212 (thumb1_expand_prologue): Ditto.
21213 (thumb1_output_function_prologue): Ditto.
21214 (arm_set_return_address): Ditto.
21215 (thumb_set_return_address): Ditto.
21216 (arm_get_frame_offsets): Set offsets->saved_regs_mask. Push extra
21217 regs to achieve stack alignment.
21218 (thumb1_compute_save_reg_mask): Fix compiler warning.
21219 (arm_output_epilogue): Use offsets->saved_regs_mask.
21220 Adjust stack pointer by poping call clobered registers.
21221 (arm_expand_prologue): Use offsets->saved_regs_mask.
21222 Adjust stack pointer by pushing extra registers.
21223 * config/arm.h (arm_stack_offsets): Add saved_regs_mask.
21224
21225 2008-03-12 Paolo Bonzini <bonzini@gnu.org>
21226
21227 PR tree-opt/35422
21228 * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
21229 conversion to the operands of a multiplication.
21230
21231 2008-03-12 Richard Guenther <rguenther@suse.de>
21232
21233 * Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
21234 (tree-ssa-phiprop.o): Copy dependencies from tree-ssa-forwprop.o.
21235 * timevar.def (TV_TREE_PHIPROP): Add.
21236 * tree-ssa-phiprop.c: Split from tree-ssa-forwprop.c, added
21237 pass description. Use TV_TREE_PHIPROP.
21238 * tree-ssa-forwprop.c: Remove phiprop code.
21239
21240 2008-03-12 Jakub Jelinek <jakub@redhat.com>
21241
21242 PR middle-end/35549
21243 * omp-low.c (maybe_lookup_decl): Constify first argument.
21244 (use_pointer_for_field): Change last argument from bool to
21245 omp_context *. Disallow shared copy-in/out in nested
21246 parallel if decl is shared in outer parallel too.
21247 (build_outer_var_ref, scan_sharing_clauses,
21248 lower_rec_input_clauses, lower_copyprivate_clauses,
21249 lower_send_clauses, lower_send_shared_vars): Adjust callers.
21250
21251 2008-03-12 Victor Kaplansky <victork@il.ibm.com>
21252 Ira Rosen <irar@il.ibm.com>
21253
21254 * tree-vectorizer.c (free_stmt_vec_info): New function.
21255 (destroy_loop_vec_info): Move code to free_stmt_vec_info().
21256 Call free_stmt_vec_info(). Free LOOP_VINFO_STRIDED_STORES..
21257 * tree-vectorizer.h (free_stmt_vec_info): Declare.
21258 * tree-vect-transform.c (vectorizable_conversion): Free
21259 vec_oprnds0 if it was allocated.
21260 (vect_permute_store_chain): Remove unused VECs.
21261 (vectorizable_store): Free VECs that are allocated in the..
21262 function.
21263 (vect_transform_strided_load, vectorizable_load): Likewise.
21264 (vect_remove_stores): Simplify the code.
21265 (vect_transform_loop): Move code to vect_remove_stores().
21266 Call vect_remove_stores() and free_stmt_vec_info().
21267
21268 2008-03-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21269
21270 * pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on
21271 TARGET_HPUX. Revise comment.
21272 (TARGET_LONG_PIC_PCREL_CALL): Revise comment.
21273 * pa.c (output_call): Update for revised TARGET_LONG_PIC_SDIFF_CALL.
21274 Use sr4 variant of `be' instruction when not generating PIC code.
21275 (attr_length_call): Adjust for above change.
21276
21277 2008-03-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
21278
21279 * ipa-reference.c (static_execute): Remove module_statics_const and
21280 associated setting code.
21281
21282 2008-03-11 Uros Bizjak <ubizjak@gmail.com>
21283
21284 PR target/35540
21285 * config/i386/i386.md (paritysi2, paritydi2): Use register_operand
21286 predicate for operand 1.
21287 (paritysi2_cmp): Use register_operand predicate for operand 2.
21288 Use earlyclobber modifier for operand 1. Remove support for
21289 memory operands.
21290 (paritydi2_cmp): Use register_operand predicate for operand 3.
21291 Use earlyclobber modifier for operand 1. Remove support for
21292 memory operands.
21293
21294 2008-03-11 Paul Brook <paul@codesourcery.com>
21295 Vladimir Prus <vladimir@codesourcery.com>
21296
21297 * config/arm/arm.c (use_return_insn): Check TARGET_APCS_FRAME.
21298 (arm_compute_save_reg0_reg12_mask): Always
21299 check if register 11 must be saved. Always safe hard frame pointer
21300 when frame_pointer_needeed.
21301 (arm_compute_save_reg_mask): Save IP and PC
21302 only with apcs frames.
21303 (arm_output_epilogue): Adjust Thumb2 codepath to
21304 be also invoked and work for ARM non-apcs frames.
21305 (arm_expand_prologue): Don't bother saving IP
21306 for non-apcs frame, since it's not clobbered by
21307 prologue code. Implement non-apcs frame
21308 layout.
21309
21310 2008-03-11 Paolo Bonzini <bonzini@gnu.org>
21311
21312 PR rtl-optimization/35281
21313 * expr.c (convert_move): Use a new pseudo for the intermediate
21314 from_mode->word_mode result.
21315
21316 2008-03-11 Paolo Bonzini <bonzini@gnu.org>
21317
21318 * langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
21319 * langhooks.h (struct lang_hooks): Delete clear_binding_stack member.
21320 * toplev.c (compile_file): Don't call it.
21321
21322 2008-03-11 Uros Bizjak <ubizjak@gmail.com>
21323
21324 PR middle-end/35526
21325 * expr.c (store_expr): Call emit_block_move if the mode
21326 of "temp" RTX is BLKmode.
21327
21328 2008-03-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
21329 Richard Guenther <rguenther@suse.de>
21330
21331 PR tree-optimization/31358
21332 * tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
21333 the step with a NULL_TREE.
21334 * tree-ssa-loop-ivopts.c (find_bivs): Convert the step
21335 to sizetype if type is a pointer type.
21336 (add_candidate_1): Don't convert the base and step to
21337 the generic type if the orginal type is a pointer type.
21338 (add_iv_value_candidates): Use sizetype for the step
21339 if type is a pointer type.
21340 (cand_value_at): Likewise.
21341 * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
21342 for pointer types.
21343 * tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
21344 Don't convert the tem affine to the type.
21345 (add_elt_to_tree): Use sizetype for the step if a pointer.
21346 Use POINTER_PLUS_EXPR for pointers.
21347 (aff_combination_to_tree): Use sizetype for the step if a
21348 pointer.
21349
21350 2008-03-10 Vladimir Makarov <vmakarov@redhat.com>
21351
21352 * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
21353 Remove commutativity hint.
21354
21355 2008-03-10 Jakub Jelinek <jakub@redhat.com>
21356
21357 PR c/35438
21358 PR c/35439
21359 * c-parser.c (c_parser_omp_threadprivate): Don't add vars with
21360 errorneous type. Check that v is a VAR_DECL.
21361
21362 PR middle-end/35099
21363 * tree-cfg.c (new_label_mapper): Update cfun->last_label_uid.
21364
21365 2008-03-10 H.J. Lu <hongjiu.lu@intel.com>
21366
21367 PR tree-optimization/35494
21368 * tree-ssa-ccp.c (get_symbol_constant_value): Check if value
21369 may be overriden at link and run time.
21370
21371 2008-03-10 Richard Guenther <rguenther@suse.de>
21372
21373 PR tree-optimization/34677
21374 * tree-ssa-pre.c (modify_expr_node_pool): Remove.
21375 (poolify_tree): Likewise.
21376 (modify_expr_template): Likewise.
21377 (poolify_modify_stmt): Likewise.
21378 (insert_fake_stores): Handle all component-ref style stores
21379 in addition to INDIRECT_REF. Also handle complex types.
21380 Do not poolify the inserted load.
21381 (realify_fake_stores): Do not rebuild the tree but only
21382 make it a SSA_NAME copy.
21383 (init_pre): Remove initialzation of modify_expr_template.
21384 Do not allocate modify_expr_node_pool.
21385 (fini_pre): Do not free modify_expr_node_pool.
21386
21387 2008-03-10 Paul Brook <paul@codesourcery.com>
21388
21389 * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
21390 to avoid conflicts.
21391
21392 2008-03-10 Paul Brook <paul@codesourcery.com>
21393 Mark Shinwell <shinwell@codesourcery.com>
21394
21395 * config/arm/cortex-r4.md: New.
21396 * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
21397 insn attributes.
21398 * config/arm/arm.md: Include cortex-r4.md.
21399 (insn): Add smmls, sdiv and udiv values.
21400 (generic_sched): Don't use generic scheduling for Cortex-R4.
21401 (arm_issue_rate): New function.
21402 (TARGET_SCHED_ISSUE_RATE): Define.
21403
21404 2008-03-10 Sebastian Pop <sebastian.pop@amd.com>
21405
21406 * doc/invoke.texi (-ftree-loop-distribution): Add an example.
21407
21408 2008-03-10 Richard Guenther <rguenther@suse.de>
21409
21410 * tree-ssa-pre.c (get_sccvn_value): Simplify.
21411 (compute_avail): Do not add stmt uses to AVAIL_OUT.
21412
21413 2008-03-10 Paolo Bonzini <bonzini@gnu.org>
21414
21415 * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
21416 Set default to true.
21417
21418 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21419
21420 * c.opt (Wsynth): Deprecate.
21421 * doc/invoke.texi (Option Summary, Warning Options): Document
21422 -Wno-format-contains-nul.
21423
21424 2008-03-09 Uros Bizjak <ubizjak@gmail.com>
21425
21426 PR target/35496
21427 * config/i386/i386.c (ix86_constant_alignment): Compute alignment using
21428 ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to REAL_CST.
21429
21430 2008-03-09 Ira Rosen <irar@il.ibm.com>
21431
21432 * config/rs6000/rs6000.c (builtin_description): Rename vector
21433 left shift operations.
21434 * config/rs6000/altivec.md (UNSPEC_VSL): Remove.
21435 (altivec_vsl<VI_char>): Rename to ...
21436 (ashl<mode>3): ... new name.
21437 (mulv4sf3, mulv4si3, negv4sf2): Replace gen_altivec_vslw with
21438 gen_ashlv4si3.
21439 (absv4sf2): Convert to use ashift:V4SI instead of UNSPEC_VSL.
21440
21441 2008-03-08 Richard Guenther <rguenther@suse.de>
21442
21443 * coverage.h (tree_coverage_counter_addr): Declare.
21444 * coverage.c (tree_coverage_counter_addr): New function.
21445 * tree-profile.c (tree_gen_edge_profiler): Unshare counter
21446 before using again.
21447 (tree_gen_pow2_profiler): Use tree_coverage_counter_addr.
21448 (tree_gen_one_value_profiler): Likewise.
21449 (tree_gen_ic_profiler): Likewise.
21450 (tree_gen_average_profiler): Likewise.
21451 (tree_gen_ior_profiler): Likewise.
21452
21453 2008-03-08 Richard Guenther <rguenther@suse.de>
21454
21455 * tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
21456 (vn_binary_op_insert): Likewise.
21457 (vn_unary_op_lookup): Likewise.
21458 (vn_unary_op_insert): Likewise.
21459 (vn_nary_op_lookup): Declare.
21460 (vn_nary_op_insert): Likewise.
21461 * tree-ssa-sccvn.c (struct vn_tables_s): Merge unary
21462 and binary hashes, use a single obstack for unary_op_pool
21463 and binary_op_pool.
21464 (struct vn_binary_op_s, struct vn_unary_op_s): Replace with
21465 a single struct vn_nary_op_s. Store tree code length and
21466 a variable number of operands.
21467 (struct vn_reference_op_struct): Remove unused op2.
21468 (vn_reference_op_eq): Do not compare op2.
21469 (vn_reference_op_compute_hash): Do not compute hash of op2.
21470 (vn_unary_op_hash, vn_binary_op_hash): Replace with vn_nary_op_hash.
21471 (vn_unary_op_compute_hash, vn_binary_op_compute_hash): Replace
21472 with vn_nary_op_compute_hash.
21473 (vn_unary_op_eq, vn_binary_op_eq): Replace with vn_nary_op_eq.
21474 (vn_unary_op_lookup, vn_binary_op_lookup): Replace with
21475 vn_nary_op_lookup.
21476 (vn_unary_op_insert, vn_binary_op_insert): Replace with
21477 vn_nary_op_insert.
21478 (visit_unary_op): Call nary functions.
21479 (visit_binary_op): Likewise.
21480 (process_scc): Adjust for struct vn_tables_s changes.
21481 (allocate_vn_table): Likewise.
21482 (free_vn_table): Likewise.
21483 * tree-vn.c (vn_add): Call nary functions.
21484 (vn_lookup): Likewise.
21485
21486 2008-03-08 Jakub Jelinek <jakub@redhat.com>
21487
21488 PR target/35498
21489 * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Shift
21490 wdst back after sync_compare_and_swapqhi_internal.
21491
21492 2008-03-08 Uros Bizjak <ubizjak@gmail.com>
21493
21494 PR target/22152
21495 * config/i386/i386-modes.def (V1DI): New vector mode.
21496 * config/i386/i386.h (VALID_MMX_REG_MODE): Add V1DImode.
21497 * config/i386/mmx.md (MMXMODEI8): New mode iterator.
21498 (MMXMODE248): Ditto.
21499 (MMXMODE): Add V1DI mode.
21500 (mmxvecsize): Change DI mode to V1DI mode.
21501 ("mov<mode>): Use MMXMODEI8 mode iterator.
21502 ("*mov<mode>_internal_rex64"): Ditto.
21503 ("*mov<mode>_internal"): Ditto.
21504 ("mmx_add<mode>3"): Ditto. Handle V1DImode for TARGET_SSE2.
21505 ("mmx_sub<mode>3"): Ditto.
21506 ("mmx_adddi3"): Remove insn pattern.
21507 ("mmx_subdi3"): Ditto.
21508 ("mmx_ashr<mode>3"): Use SImode and "yN" constraint for operand 2.
21509 ("mmx_lshr<mode>3"): Ditto. Use MMXMODE248 mode iterator.
21510 ("mmx_ashl<mode>3"): Ditto.
21511 ("mmx_lshrdi3"): Remove insn pattern.
21512 ("mmx_ashldi3"): Ditto.
21513 * config/i386/i386.c (classify_argument): Handle V1DImode.
21514 (function_arg_advance_32): Ditto.
21515 (function_arg_32): Ditto.
21516 (struct builtin_description) [IX86_BUILTIN_PADDQ]: Use
21517 mmx_addv1di3 insn pattern.
21518 [IX86_BUILTIN_PSUBQ]: Use mmx_subv1di3 insn pattern.
21519 [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?, IX86_BUILTIN_PSRA?,
21520 IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I, IX86_BUILTIN_PSRA?I,
21521 IX86_BUILTIN_PSLL?I128, IX86_BUILTIN_PSRL?I128, IX86_BUILTIN_PSRA?I128]:
21522 Remove definitions of built-in functions.
21523 (V1DI_type_node): New node.
21524 (v1di_ftype_v1di_int): Ditto.
21525 (v1di_ftype_v1di_v1di): Ditto.
21526 (v2si_ftype_v2si_si): Ditto.
21527 (v4hi_ftype_v4hi_di): Remove node.
21528 (v2si_ftype_v2si_di): Ditto.
21529 (ix86_init_mmx_sse_builtins): Handle V1DImode.
21530 (__builtin_ia32_psll?, __builtin_ia32_psrl?, __builtin_ia32_psra?):
21531 Redefine builtins using def_builtin_const with *_ftype_*_int node.
21532 (__builtin_ia32_psll?i, __builtin_ia32_psrl?i, __builtin_ia32_psra?i):
21533 Add new builtins using def_builtin_const.
21534 (ix86_expand_builtin) [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?,
21535 IX86_BUILTIN_PSRA?, IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I,
21536 IX86_BUILTIN_PSRA?I]: Handle builtin definitions.
21537 * config/i386/mmintrin.h (__v1di): New typedef.
21538 (_mm_add_si64): Cast arguments to __v1di type.
21539 (_mm_sub_si64): Ditto.
21540 (_mm_sll_pi16): Cast __count to __v4hi type.
21541 (_mm_sll_pi32): Cast __count to __v2si type.
21542 (_mm_sll_si64): Cast arguments to __v1di type.
21543 (_mm_srl_pi16): Cast __count to __v4hi type.
21544 (_mm_srl_pi32): Cast __count to __v2si type.
21545 (_mm_srl_si64): Cast arguments to __v1di type.
21546 (_mm_sra_pi16): Cast __count to __v4hi type.
21547 (_mm_sra_pi32): Cast __count to __v2si type.
21548 (_mm_slli_pi16): Use __builtin_ia32_psllwi.
21549 (_mm_slli_pi32): Use __builtin_ia32_pslldi.
21550 (_mm_slli_si64): Use __builtin_ia32_psllqi. Cast __m to __v1di type.
21551 (_mm_srli_pi16): Use __builtin_ia32_psrlwi.
21552 (_mm_srli_pi32): Use __builtin_ia32_psrldi.
21553 (_mm_srli_si64): Use __builtin_ia32_psrlqi. Cast __m to __v1di type.
21554 (_mm_srai_pi16): Use __builtin_ia32_psrawi.
21555 (_mm_srai_pi32): Use __builtin_ia32_psradi.
21556 * config/i386/i386.md (UNSPEC_NOP): Remove unspec definition.
21557 * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
21558 __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
21559 __builtin_ia32_psrl?i, __builtin_ia32_psra?i]: Add new builtins.
21560
21561 2008-03-07 Joseph Myers <joseph@codesourcery.com>
21562
21563 * doc/include/texinfo.tex: Update to version 2008-03-07.10.
21564
21565 2008-03-07 Peter Bergner <bergner@vnet.ibm.com>
21566
21567 PR target/35373
21568 * config/rs6000/rs6000.c (rs6000_legitimize_address): Don't generate
21569 reg+const addressing for Altivec modes. Don't generate reg+reg
21570 addressing for TFmode or TDmode quantities.
21571
21572 2008-03-07 Paolo Bonzini <bonzini@gnu.org>
21573
21574 * c-common.c (vector_types_convertible_p): Call langhook
21575 instead of comptypes.
21576
21577 2008-03-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
21578
21579 PR tree-opt/35402
21580 * tree-ssa-ccp.c (get_symbol_constant_value): Handle
21581 integral and scalar float variables which have a
21582 NULL DECL_INITIAL.
21583
21584 2008-03-06 Nathan Froyd <froydnj@codesourcery.com>
21585
21586 * dwarf2out.c (dwarf2out_frame_debug_expr): Consult the
21587 dwarf_register_span hook when emitting unwind information for
21588 register-to-memory saves.
21589 * config/rs6000/rs6000.c (spe_synthesize_frame): Delete.
21590 (rs6000_frame_related): Remove call to spe_synthesize_frame.
21591
21592 2008-03-06 Jakub Jelinek <jakub@redhat.com>
21593
21594 * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
21595 for the same VAR_DECL.
21596
21597 2008-03-06 Tom Tromey <tromey@redhat.com>
21598
21599 * treelang: Delete.
21600 * doc/standards.texi (Standards): Don't mention treelang.
21601 * doc/invoke.texi (Overall Options): Don't mention treelang.
21602 * doc/install.texi (Prerequisites): Don't mention bison or
21603 treelang.
21604 (Configuration): Don't mention treelang.
21605 (Building): Likewise.
21606 * doc/frontends.texi (G++ and GCC): Don't mention treelang.
21607
21608 2008-03-06 Paolo Bonzini <bonzini@gnu.org>
21609
21610 * simplify-rtx.c (simplify_subreg): Remove useless shifts from
21611 word-extractions out of a multi-word object.
21612
21613 2008-03-06 Richard Guenther <rguenther@suse.de>
21614
21615 * tree.def (BIT_FIELD_REF): Constrain result type and its precision.
21616 * tree-cfg.c (verify_expr): Verify BIT_FIELD_REF constraints on
21617 result type and precision.
21618 * expr.c (get_inner_reference): Set unsignedp based on the result
21619 type of BIT_FIELD_REF.
21620 * tree.h (BIT_FIELD_REF_UNSIGNED): Remove.
21621 * tree-sra.c (instantiate_element): Do not set BIT_FIELD_REF_UNSIGNED.
21622 (try_instantiate_multiple_fields): Likewise. Use the correct type
21623 for BIT_FIELD_REF.
21624 (sra_build_assignment): Likewise.
21625 (sra_build_elt_assignment): Likewise.
21626 (sra_explode_bitfield_assignment): Likewise.
21627 * print-tree.c (print_node): Do not check BIT_FIELD_REF_UNSIGNED.
21628 * tree-vect-transform.c (vect_create_epilog_for_reduction): Do not
21629 set BIT_FIELD_REF_UNSIGNED.
21630 (vectorizable_load): Likewise.
21631
21632 2008-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
21633
21634 * cse.c (cse_extended_basic_block): Invalidate artificial defs
21635 at bb start.
21636
21637 2008-03-06 Richard Guenther <rguenther@suse.de>
21638
21639 * alias.c (struct alias_set_entry): Move has_zero_child field
21640 to pack with alias_set.
21641
21642 2008-03-05 H.J. Lu <hongjiu.lu@intel.com>
21643
21644 * config/i386/i386-modes.def: Use 4 byte alignment on DI for
21645 32bit host.
21646
21647 2008-03-05 Ian Lance Taylor <iant@google.com>
21648
21649 * alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
21650
21651 2008-03-05 Kenneth Zadeck <zadeck@naturalbridge.com>
21652
21653 * fwprop.c (update_df): Support width and offset parameters of
21654 df_ref_create.
21655 * ra-conflict.c (mark_reg_store, clear_reg_in_live,
21656 global_conflicts): Change DF_REF_EXTRACT to either
21657 DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT. Change
21658 DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
21659 * df-scan.c (df_ref_record, df_defs_record,
21660 df_ref_create_structure, df_def_record_1, df_uses_record,
21661 df_get_conditional_uses, df_get_call_refs, df_insn_refs_collect,
21662 df_bb_refs_collect, df_entry_block_defs_collect,
21663 df_exit_block_uses_collect): Support new width and offset fields.
21664 (ref_extract_pool): New storage pool.
21665 (df_free_ref): New function.
21666 (df_reg_chain_unlink, df_free_collection_rec,
21667 df_sort_and_compress_refs): Call df_free_ref.
21668 (df_ref_equal_p, df_ref_compare): Compare offset and width fields
21669 of df_ref_extract.
21670 (df_ref_create_structure): Allocate df_ref_extract if offset and
21671 width fields are used.
21672 (df_def_record_1): Get offset and width from ZERO_EXTRACT.
21673 (df_uses_record): Get offset and width from ZERO_EXTRACT
21674 and SIGN_EXTRACT.
21675 * global.c (build_insn_chain): Change DF_REF_EXTRACT to either
21676 DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT. Change
21677 DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
21678 * df.h (df_ref_flags): Change DF_REF_EXTRACT to either
21679 DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT. Change
21680 DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
21681 (df_ref_extract): New structure.
21682 (DF_REF_WIDTH, DF_REF_OFFSET): New macros.
21683 (df_ref_create): Add width and offset parameters.
21684
21685 2008-03-05 Richard Guenther <rguenther@suse.de>
21686
21687 * tree-ssa-structalias.c (get_constraint_for_component_ref):
21688 Use ranges_overlap_p.
21689 (offset_overlaps_with_access): Rename
21690 to ranges_overlap_p and move ...
21691 * tree-flow-inline.h (ranges_overlap_p): ... here.
21692
21693 * tree.h (get_inner_reference, handled_component_p): Update
21694 comments.
21695
21696 * tree.h (record_component_aliases, get_alias_set,
21697 alias_sets_conflict_p, alias_sets_must_conflict_p,
21698 objects_must_conflict_p): Move declarations ...
21699 * alias.h (record_component_aliases, get_alias_set,
21700 alias_sets_conflict_p, alias_sets_must_conflict_p,
21701 objects_must_conflict_p): ... here.
21702 Include coretypes.h.
21703 * Makefile.in (ALIAS_H): Add coretypes.h dependency.
21704
21705 2008-03-05 Aldy Hernandez <aldyh@redhat.com>
21706
21707 * cfg.c: Include tree-flow.h.
21708 (remove_edge_raw): Call redirect_edge_var_map_clear.
21709 (redirect_edge_succ_nodup): Call redirect_edge_var_map_dup.
21710 * tree-flow-inline.h (redirect_edge_var_map_def): New.
21711 (redirect_edge_var_map_result): New.
21712 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Replace
21713 PENDING_STMT use with redirect_edge_var_map_*.
21714 * tree-ssa.c (edge_var_maps): New definition.
21715 (redirect_edge_var_map_add): New.
21716 (redirect_edge_var_map_clear): New.
21717 (redirect_edge_var_map_dup): New.
21718 (redirect_edge_var_map_vector): New.
21719 (redirect_edge_var_map_destroy): New.
21720 (ssa_redirect_edge): Replace PENDING_STMT use with
21721 redirect_edge_var_map_*.
21722 (flush_pending_stmts): Same.
21723 (delete_tree_ssa): Destroy edge var map.
21724 * tree-flow.h (struct _edge_var_map): New.
21725 Define edge_var_map vector type.
21726 Declare redirect_edge_var_map_* prototypes.
21727 * Makefile.in (cfg.o): Depend on TREE_FLOW_H.
21728 * tree-cfg.c (reinstall_phi_args): Replace
21729 PENDING_STMT use with redirect_edge_var_map_*.
21730
21731 2008-03-05 Richard Guenther <rguenther@suse.de>
21732
21733 PR tree-optimization/35472
21734 * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
21735 whose single use_stmt has a overlapping set of loaded and
21736 stored symbols as that use_stmt might be a noop assignment then.
21737
21738 2008-03-05 Joel Sherrill <joel.sherrill@oarcorp.com>
21739
21740 * gthr-rtems.h: Implement __gthread_mutex_destroy.
21741
21742 2008-03-05 Richard Guenther <rguenther@suse.de>
21743
21744 PR c++/35336
21745 * tree.def (BIT_FIELD_REF): Document that operands 1 and 2
21746 should be constants.
21747 * tree-cfg.c (verify_expr): Verify it.
21748 * fold-const.c (fold_truthop): Remove code generating
21749 BIT_FIELD_REFs of structure bases.
21750 (fold_binary): Likewise.
21751 (fold_ternary): Position and size of BIT_FIELD_REFs are
21752 always host integers.
21753 (make_bit_field_ref): Remove.
21754 (optimize_bit_field_compare): Remove.
21755 (all_ones_mask_p): Remove.
21756
21757 2008-03-05 Gabor Loki <loki@gcc.gnu.org>
21758
21759 PR gcc/33009
21760 * rtl-factoring.c (clear_regs_live_in_seq): Fix backward steps.
21761 (split_block_and_df_analyze): New. Split basic block and rebuild
21762 dataflow.
21763 (block_label_after): Use SPLIT_BLOCK_AND_DF_ANALYZE instead of
21764 SPLIT_BLOCK.
21765 (split_pattern_seq): Likewise.
21766 (erase_matching_seqs): Likewise.
21767 (split_pattern_seq): Skip return insn in case of REG_NORETURN note.
21768
21769 2008-03-04 Geoff Keating <geoffk@apple.com>
21770
21771 * fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed
21772 declaration and code.
21773 (tree_invalid_nonnegative_warnv_p): Likewise.
21774
21775 2008-03-05 Serge Belyshev <belyshev@depni.sinp.msu.ru>
21776
21777 * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
21778 examples. Truncate option-names then causing overfull hbox.
21779
21780 2008-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21781
21782 PR target/35222
21783 * configure.ac (CONFIG_SJLJ_EXCEPTIONS): Force SJLJ exceptions
21784 on hpux10.
21785 * configure: Rebuilt.
21786
21787 2008-03-04 Rafael Espíndola <espindola@google.com>
21788
21789 * fold-const.c (tree_simple_nonnegative_warnv_p): New.
21790 (tree_unary_nonnegative_warnv_p): New.
21791 (tree_binary_nonnegative_warnv_p): New.
21792 (tree_single_nonnegative_warnv_p): New.
21793 (tree_invalid_nonnegative_warnv_p): New.
21794 (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
21795
21796 2008-03-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21797
21798 PR 28322
21799 * opts.c (handle_option): Postpone 'unknown option' errors only for
21800 warning options.
21801
21802 2008-03-04 H.J. Lu <hongjiu.lu@intel.com>
21803
21804 PR target/35453
21805 * config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
21806 (_SIDD_XXX): This.
21807
21808 2008-03-04 Rafael Espíndola <espindola@google.com>
21809
21810 * fold-const.c (tree_unary_nonzero_warnv_p): New.
21811 (tree_binary_nonzero_warnv_p): New.
21812 (tree_single_nonzero_warnv_p): New.
21813 (tree_expr_nonzero_warnv_p): Redefine using the new functions.
21814
21815 2008-03-04 Uros Bizjak <ubizjak@gmail.com>
21816
21817 PR middle-end/35456
21818 * fold-const.c (fold_cond_expr_with_comparison): Prevent
21819 transformations for modes that have signed zeros.
21820 * ifcvt.c (noce_try_abs): Ditto.
21821
21822 2008-03-04 Joseph Myers <joseph@codesourcery.com>
21823
21824 * config/i386/i386.c (override_options): Force
21825 -maccumulate-outgoing-args on if TARGET_STACK_PROBE.
21826
21827 2008-03-04 Jan Hubicka <jh@suse.cz>
21828
21829 PR c++/35262
21830 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
21831 in last commit.
21832
21833 2008-03-04 Danny Smith <dannysmith@users.sourceforge.net>
21834
21835 * config/i386/i386.md (allocate_stack_worker_32): Use __chkstk
21836 label to probe the stack.
21837
21838 2008-03-04 Danny Smith <dannysmith@users.sourceforge.net>
21839
21840 * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
21841 (__gthr_win32_mutex_destroy): Declare.
21842 [__GTHREAD_HIDE_WIN32API] (__gthread_mutex_destroy): Use
21843 __gthr_win32_mutex_destroy.
21844 * config/i386/gthr-win32.c (__gthr_win32_mutex_destroy): Define.
21845
21846 2008-03-03 Jan Hubicka <jh@suse.cz>
21847
21848 PR c++/35262
21849 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Be more
21850 aggressive on inlining cold calls.
21851
21852 2008-03-03 Richard Guenther <rguenther@suse.de>
21853
21854 * tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
21855 struct copies into the expression table.
21856 (simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
21857 (try_to_simplify): Likewise.
21858 * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
21859 integral and pointer arguments which do not change the
21860 precision to NOP_EXPRs.
21861 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
21862 VIEW_CONVERT_EXPR case.
21863
21864 2008-03-02 Sebastian Pop <sebastian.pop@amd.com>
21865
21866 * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
21867 defined in a loop at depth 0 is invariant.
21868 * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
21869 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
21870 be called at loop depth 0.
21871
21872 2008-03-02 Jakub Jelinek <jakub@redhat.com>
21873
21874 PR driver/35420
21875 * gcc.c (process_command): Update copyright notice dates.
21876 * gcov.c (print_version): Likewise.
21877 * gcov-dump.c (print_version): Likewise.
21878 * mips-tfile.c (main): Likewise.
21879 * mips-tdump.c (main): Likewise.
21880
21881 2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21882
21883 PR 24924
21884 * c-common.c (flag_permissive): Delete.
21885 (constant_expression_warnings): Check flags first.
21886 (constant_expression_error): New.
21887 * c-common.h (flag_permissive): Delete.
21888 (constant_expression_error): Declare.
21889 * flags.h (flag_permissive): Declare. Update description.
21890 * diagnostic.c (pedwarn): Update.
21891 (permerror): New.
21892 * diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
21893 (permissive_error_kind): New.
21894 * toplev.c (flag_permissive): Define. Update description.
21895 * toplev.h (permissive_error_kind): Declare.
21896 * c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
21897 (pedwarn_c90): Use pedantic_warning_kind.
21898 * c-opts.c (c_common_post_options): flag_permissive does not affect
21899 flag_pedantic_errors.
21900
21901 2008-03-02 Joseph Myers <joseph@codesourcery.com>
21902
21903 * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
21904 __subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
21905 __absvsi2, __absvDI2): Use unsigned arithmetic.
21906
21907 2008-03-02 Andi Kleen <ak@suse.de>
21908 Richard Guenther <rguenther@suse.de>
21909
21910 * struct-equiv.c: Remove file.
21911 * cfg_cleanup.c (condjump_equiv_p): Remove.
21912 * Makefile.in (OBJS-common): Remove struct-equiv.o.
21913 (struct-equiv.o): Remove rule.
21914 * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
21915 insns_match_p, struct_equiv_block_eq, struct_equiv_init,
21916 rtx_equiv_p, condjump_equiv_p): Remove prototypes.
21917
21918 2008-03-01 Alexandre Oliva <aoliva@redhat.com>
21919
21920 * ifcvt.c (noce_process_if_block): Try to handle only the then
21921 block if the else block exists but isn't suitable.
21922
21923 2008-03-01 Janne Blomqvist <jb@gcc.gnu.org>
21924
21925 PR gcc/35063
21926 * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations.
21927 * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes
21928 regression from previous patch.
21929
21930 2008-03-01 Janne Blomqvist <jb@gcc.gnu.org>
21931
21932 PR gcc/35063
21933 * gthr.h: Add __gthread_mutex_destroy as a function that must be
21934 implemented.
21935 * gthr-vxworks.h (__gthread_mutex_destroy): Null implementation.
21936 * gthr-single.h (__gthread_mutex_destroy): Likewise.
21937 * gthr-rtems.h (__gthread_mutex_destroy): Likewise.
21938 * gthr-mipssde.h (__gthread_mutex_destroy): Likewise.
21939 * gthr-nks.h (__gthread_mutex_destroy): Likewise.
21940 * gthr-solaris.h (__gthread_mutex_destroy): Call mutex_destroy.
21941 * gthr-win32.h (__GTHREAD_MUTEX_DESTROY_FUNCTION): Remove.
21942 (__gthread_mutex_destroy_function): Rename to
21943 __gthread_mutex_destroy.
21944 * gthr-dce.h (__gthread_mutex_destroy): Call
21945 pthread_mutex_destroy.
21946 * gthr-tpf.h (__gthread_mutex_destroy): Likewise.
21947 * gthr-posix.h (__gthread_mutex_destroy): Likewise.
21948 * gthr-posix95.h (__gthread_mutex_destroy): Likewise.
21949
21950 2008-03-01 Alexandre Oliva <aoliva@redhat.com>
21951
21952 * df-scan.c (df_ref_chain_change_bb): Simplify.
21953 (df_insn_change_bb): Add new_bb argument. Simplify. Call
21954 set_block_for_insn if there's any change.
21955 * df.h ((df_insn_change_bb): Fix prototype.
21956 * cfgrtl.c (update_bb_for_insn_chain): Pass bb to
21957 df_insn_change_bb, don't call set_block_for_insn.
21958 * emit-rtl.c (reorder_insns): Likewise.
21959 * haifa-sched.c (move_insn): Likewise.
21960
21961 2008-03-01 Alexandre Oliva <aoliva@redhat.com>
21962
21963 * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
21964
21965 2008-03-01 Alexandre Oliva <aoliva@redhat.com>
21966
21967 * tree-flow-inline.h (next_readonly_imm_use): Return
21968 NULL_USE_OPERAND_P after the end.
21969
21970 2008-03-01 Richard Guenther <rguenther@suse.de>
21971
21972 PR tree-optimization/35411
21973 * tree-sra.c (sra_build_assignment): Split conversion to
21974 final type to a separate statement if we are not assigning
21975 to a register.
21976
21977 2008-02-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
21978
21979 * fold-const.c (fold_convertible_p): Correct the logic to follow
21980 that in fold_convert().
21981
21982 2008-02-29 Douglas Gregor <doug.gregor@gmail.com>
21983
21984 PR c++/35315
21985 * tree-inline.c (build_duplicate_type): When we make a
21986 duplicate type, make it unique in the canonical types system.
21987
21988 2008-02-29 Tom Tromey <tromey@redhat.com>
21989
21990 * toplev.c (input_file_stack, input_file_stack_tick, fs_p,
21991 input_file_stack_history, input_file_stack_restored): Remove.
21992 (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
21993 * input.h (struct file_stack): Remove.
21994 (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
21995 (input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
21996 Likewise.
21997 * diagnostic.h (struct diagnostic_context) <last_module>: Change
21998 type.
21999 (diagnostic_last_module_changed): Add 'map' argument.
22000 (diagnostic_set_last_function): Likewise.
22001 * diagnostic.c (undiagnostic_report_current_module): Iterate using
22002 line map, not input_file_stack.
22003 * c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
22004
22005 2008-02-29 Paul Brook <paul@codesourcery.com>
22006
22007 * config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
22008
22009 2008-02-29 Paul Brook <paul@codesourcery.com>
22010
22011 * config/arm/ieee754-df.S (muldf3): Use RET macros.
22012
22013 2008-02-29 Richard Guenther <rguenther@suse.de>
22014
22015 * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
22016 vn_lookup_or_add.
22017 * tree-ssa-sccnv.c (visit_reference_op_store): Use the rhs
22018 value for comparing for a store match.
22019 (simplify_unary_expression): Do nothing for SSA_NAMEs.
22020 (try_to_simplify): Do not do a full-blown reference lookup.
22021
22022 2008-02-29 Kaz Kojima <kkojima@gcc.gnu.org>
22023
22024 * config/sh/sh.c (sh_scalar_mode_supported_p): New function.
22025 (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
22026
22027 * config/sh/sh.h (OVERRIDE_OPTIONS): Don't warn for profiling.
22028
22029 2008-02-29 Sebastian Pop <sebastian.pop@amd.com>
22030
22031 * tree-loop-linear.c (try_interchange_loops): Compare memory access
22032 strides against cache sizes.
22033
22034 2008-02-29 Kaz Kojima <kkojima@gcc.gnu.org>
22035
22036 * config/sh/sh.c (sh_secondary_reload): Handle loading a float
22037 constant to fpul.
22038
22039 2008-02-28 Richard Sandiford <rsandifo@nildram.co.uk>
22040
22041 * simplify-rtx.c (simplify_unary_operation_1): Extend the handling
22042 of SUBREG_PROMOTED_VAR_P to cope with cases where the extended value
22043 is smaller than the original promoted value.
22044 (simplify_subreg): If OP is a SUBREG, try to preserve its
22045 SUBREG_PROMOTED_VAR_P information.
22046
22047 2008-02-28 Steven Bosscher <stevenb.gcc@gmail.com>
22048
22049 * tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
22050 (VN_INFO_GET): Allocate new objects on the obstack.
22051 (init_scc_vn): Initialize the obstack. Use XDELETE instead of free
22052 for rpo_numbers_temp, for consistency.
22053 (free_scc_vn): Free the obstack.
22054
22055 2008-02-28 Sebastian Pop <sebastian.pop@amd.com>
22056
22057 * doc/invoke.texi: Document -ftree-loop-distribution.
22058 * tree-loop-distribution.c: New.
22059 * tree-pass.h (pass_loop_distribution): New.
22060 * graphds.h (struct graph): Add htab_t indices.
22061 * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
22062 * tree-vectorizer.c (rename_variables_in_loop): Extern.
22063 (slpeel_tree_duplicate_loop_to_edge_cfg): Init PENDING_STMT to NULL.
22064 * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
22065 * tree-data-ref.c (debug_data_dependence_relations): New.
22066 (dump_data_dependence_relation): Also print data references.
22067 (free_data_ref): Extern.
22068 (same_access_functions): Moved...
22069 (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
22070 (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
22071 debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
22072 struct rdg_vertex_info, rdg_vertex_for_stmt): New.
22073 (create_rdg_edge_for_ddr, create_rdg_vertices): Cleaned up.
22074 (stmts_from_loop): Skip LABEL_EXPR.
22075 (hash_stmt_vertex_info, eq_stmt_vertex_info, hash_stmt_vertex_del):
22076 New.
22077 (build_rdg): Initialize rdg->indices htab.
22078 (free_rdg, stores_from_loop, ref_base_address,
22079 rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
22080 have_similar_memory_accesses_1, ref_base_address_1,
22081 remove_similar_memory_refs): New.
22082 * tree-data-ref.h: Depend on tree-chrec.h.
22083 (debug_data_dependence_relations, free_data_ref): Declared.
22084 (same_access_functions): ... here.
22085 (ddr_is_anti_dependent, ddrs_have_anti_deps, ddr_dependence_level):
22086 New.
22087 (struct rdg_vertex): Add has_mem_write and has_mem_reads.
22088 (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT,
22089 RDG_MEM_WRITE_STMT, RDG_MEM_READS_STMT): New.
22090 (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
22091 debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
22092 rdg_vertex_for_stmt): Declared.
22093 (struct rdg_edge): Add level.
22094 (RDGE_LEVEL): New.
22095 (free_rdg, stores_from_loop, remove_similar_memory_refs,
22096 rdg_defs_used_in_other_loops_p, have_similar_memory_accesses):
22097 Declared.
22098 (rdg_has_similar_memory_accesses): New.
22099 * tree-vect-analyze.c: Remove unused static decls.
22100 * lambda.h (dependence_level): New.
22101 * common.opt (ftree-loop-distribution): New.
22102 * tree-flow.h (mark_virtual_ops_in_bb,
22103 slpeel_tree_duplicate_loop_to_edge_cfg,
22104 rename_variables_in_loop): Declared.
22105 * Makefile.in (TREE_DATA_REF_H): Depend on tree-chrec.h.
22106 (OBJS-common): Add tree-loop-distribution.o.
22107 (tree-loop-distribution.o): New rule.
22108 * tree-cfg.c (mark_virtual_ops_in_bb): New.
22109 (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
22110 * passes.c (init_optimization_passes): Schedule pass_loop_distribution.
22111
22112 2008-02-28 Joseph Myers <joseph@codesourcery.com>
22113
22114 PR target/33963
22115 * tree.c (handle_dll_attribute): Disallow TYPE_DECLs for types
22116 other than structures and unions.
22117
22118 2008-02-28 Richard Guenther <rguenther@suse.de>
22119
22120 Revert:
22121 2008-02-26 Richard Guenther <rguenther@suse.de>
22122
22123 * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
22124 * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
22125 (lookup_decl_from_uid): Declare.
22126 (remove_decl_from_map): Likewise.
22127 * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
22128 * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
22129 (decl_for_uid_map): New global hashtable mapping DECL_UID
22130 to the decl tree.
22131 (init_ttree): Allocate it.
22132 (insert_decl_to_uid_decl_map): New helper function.
22133 (make_node_stat): Insert new decls into the map.
22134 (copy_node_stat): Likewise.
22135 (lookup_decl_from_uid): New function.
22136 (remove_decl_from_map): Likewise.
22137 (print_decl_for_uid_map_statistics): New helper.
22138 (dump_tree_statistics): Call it.
22139
22140 * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
22141 (referenced_var_iterator): Adjust.
22142 (FOR_EACH_REFERENCED_VAR): Adjust.
22143 (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
22144 (num_referenced_vars): Adjust.
22145 * tree-flow-inline.h (gimple_referenced_vars): Adjust.
22146 (first_referenced_var): Remove.
22147 (end_referenced_vars_p): Likewise.
22148 (next_referenced_var): Likewise.
22149 (referenced_var_iterator_set): New helper function.
22150 * tree-dfa.c (referenced_var_lookup): Adjust.
22151 (referenced_var_check_and_insert): Likewise.
22152 (remove_referenced_var): Likewise.
22153 * tree-ssa.c (verify_flow_insensitive_alias_info): Use
22154 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22155 (verify_call_clobbering): Likewise.
22156 (verify_memory_partitions): Likewise.
22157 (init_tree_ssa): Allocate bitmap instead of hashtable for
22158 referenced_vars.
22159 (delete_tree_ssa): Adjust.
22160 * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
22161 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22162 (compute_tag_properties): Likewise.
22163 (set_initial_properties): Likewise.
22164 (find_partition_for): Likewise.
22165 (update_reference_counts): Likewise.
22166 (dump_may_aliases_for): Likewise.
22167 * tree-ssa-operands.c (add_virtual_operand): Likewise.
22168 (add_call_clobber_ops): Likewise.
22169 (add_call_read_ops): Likewise.
22170 (get_asm_expr_operands): Likewise.
22171 * tree-into-ssa.c (dump_decl_set): Likewise.
22172 (update_ssa): Likewise.
22173 * tree-sra.c (scan_function): Likewise.
22174 (decide_instantiations): Likewise.
22175 (scalarize_parms): Likewise.
22176 * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
22177 (dsa_named_for): Likewise.
22178 * tree-ssa-structalias.c (update_alias_info): Likewise.
22179 (merge_smts_into): Likewise.
22180
22181 2008-02-27 David Daney <ddaney@avtrex.com>
22182
22183 PR target/34409
22184 * config/mips/iris.h (MIPS_DEBUGGING_INFO): Define.
22185 * config/mips/openbsd.h (MIPS_DEBUGGING_INFO): Same.
22186 * config/mips/sde.h (MIPS_DEBUGGING_INFO): Remove undef.
22187 * config/mips/vxworks.h (MIPS_DEBUGGING_INFO): Same.
22188 * config/mips/mips.h (MIPS_DEBUGGING_INFO): Remove define.
22189
22190 2008-02-27 Uros Bizjak <ubizjak@gmail.com>
22191
22192 PR target/25477
22193 * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
22194 (BUILT_IN_NEXTTOWARD): Remove.
22195 (BUILT_IN_NEXTTOWARDF): Ditto.
22196 * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
22197 alloca/strcpy/strcat. Remove commented-out code. Fix whitespace.
22198
22199 2008-02-27 Tom Tromey <tromey@redhat.com>
22200
22201 * tree-dump.c (dequeue_and_dump) <FUNCTION_DECL>: Check
22202 DECL_SAVED_TREE, not DECL_LANG_SPECIFIC, when dumping body.
22203
22204 2008-02-27 Jan Beulich <jbeulich@novell.com>
22205
22206 * c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to
22207 update the respective field on newdecl.
22208
22209 2008-02-27 Revital Eres <eres@il.ibm.com>
22210
22211 PR rtl-optimization/34999
22212 * bb-reorder.c (add_labels_and_missing_jumps): Do not handle
22213 crossing edges that ends with a call insn.
22214 (fix_up_fall_thru_edges): Handle crossing edges that ends with a
22215 call insn and clear the EDGE_CROSSING flag of the crossing edge
22216 when fixing fallthru edges.
22217
22218 2008-02-27 Richard Guenther <rguenther@suse.de>
22219
22220 PR middle-end/35390
22221 * fold-const.c (fold_unary): Return the correct argument,
22222 converted to the result type.
22223
22224 2008-02-27 Richard Guenther <rguenther@suse.de>
22225
22226 PR middle-end/34971
22227 * expr.c (expand_expr_real_1): Assert on rotates that operate
22228 on partial modes.
22229 * fold-const.c (fold_binary): Use the types precision, not the
22230 bitsize of the mode if folding rotate expressions. Build rotates
22231 only for full modes.
22232
22233 2008-02-27 Jakub Jelinek <jakub@redhat.com>
22234
22235 * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
22236 and CPP_PRAGMA_EOL.
22237 * c-pragma.c (pragma_ns_name): New typedef.
22238 (registered_pp_pragmas): New variable.
22239 (c_pp_lookup_pragma): New function.
22240 (c_register_pragma_1): If flag_preprocess_only, do nothing
22241 for non-expanded pragmas, for expanded ones push pragma's
22242 namespace and name into registered_pp_pragmas vector.
22243 (c_invoke_pragma_handler): Register OpenMP pragmas even when
22244 flag_preprocess_only, don't register GCC pch_preprocess
22245 pragma if flag_preprocess_only.
22246 * c-opts.c (c_common_init): Call init_pragma even if
22247 flag_preprocess_only.
22248 * c-pragma.c (c_pp_lookup_pragma): New prototype.
22249 * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Don't call
22250 cpp_register_pragma if flag_preprocess_only.
22251
22252 2008-02-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22253
22254 PR c/28800
22255 * c-parser.c (c_parser_translation_unit): Warn for empty
22256 translation unit, not empty source file.
22257
22258 2008-02-26 Paul Brook <paul@codesourcery.com>
22259
22260 * config/arm/arm.c (thumb_set_frame_pointer): Ensure SP is first
22261 operand for Thumb-2.
22262 * config/arm/arm.h (reg_class): Add CORE_REGS.
22263 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Ditto.
22264 (BASE_REG_CLASS): Use CORE_REGS.
22265 (PREFERRED_RELOAD_CLASS): Add STACK_REG.
22266 (REGNO_MODE_OK_FOR_REG_BASE_P): Use REGNO_MODE_OK_FOR_BASE_P.
22267 (REGNO_OK_FOR_INDEX_P): Exclude SP.
22268 (ARM_REG_OK_FOR_INDEX_P): Always define. Use
22269 ARM_REGNO_OK_FOR_INDEX_P.
22270 (ARM_PRINT_OPERAND_ADDRESS): Swap operands for [reg, sp].
22271 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn,
22272 arm_movsi_insn, thumb1_movsi_insni, stack_tie): Add "k" alternatives.
22273 (ldm/stm peepholes): Ditto.
22274 * config/arm/thumb2.md (thumb2_movdi): Add "k" alternatives.
22275 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp): Ditto.
22276 * config/arm/iwmmxt.md (iwmmxt_movsi_insn): Ditto.
22277 * config/arm/constraints.md: Enable "k" constraint on ARM.
22278
22279 2008-02-27 Ben Elliston <bje@au.ibm.com>
22280
22281 * config/rs6000/rs6000.c: Annotate cache line size field in all
22282 instances of struct processor_costs.
22283
22284 2008-02-26 David Edelsohn <edelsohn@gnu.org>
22285
22286 * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1,
22287 dse2, gcse, if_conversion, if_after_combine, if_after_reload,
22288 jump_bypass): New counters.
22289 * cfgcleanup.c (cleanup_cfg): Add dbg_cnt.
22290 * dce.c (gate_ud_dce): Same.
22291 (gate_fast_dce): Same.
22292 * dse.c (gate_dse1): New function.
22293 (gate_dse2): New function.
22294 (gate_dse): Merge results of new gate functions.
22295 * gcse.c (gcse_main): Bracket cprop1 and cprop2 with dbg_cnt.
22296 (gate_handle_jump_bypass): Add dbg_cnt.
22297 (gate_handle_gcse): Add dbg_cnt.
22298 * ifcvt.c (gate_handle_if_conversion): Same.
22299 (gate_handle_if_after_combine): Same.
22300 (gate_handle_if_after_reload): Same.
22301 * Makefile.in: Add DBGCNT_H to cfgcleanup.o and ifcvt.o.
22302
22303 2008-02-26 Edmar Wienskoski <edmar@freescale.com>
22304
22305 * config/rs6000/rs6000.c (processor_costs): Update e300 cache
22306 line sizes.
22307 * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
22308
22309 2008-02-26 Jason Merrill <jason@redhat.com>
22310
22311 PR c++/35315
22312 * attribs.c (decl_attributes): Leave ATTR_FLAG_TYPE_IN_PLACE
22313 alone if it's the naming decl for the type's main variant.
22314
22315 2008-02-26 Tom Tromey <tromey@redhat.com>
22316
22317 * system.h (USE_MAPPED_LOCATION): Poison.
22318 * Makefile.in (GTFILES): Put CPP_ID_DATA_H first.
22319 * tree-cfg.c (make_cond_expr_edges): Remove old location code.
22320 (make_goto_expr_edges): Likewise.
22321 (remove_bb): Likewise.
22322 (execute_warn_function_return): Likewise.
22323 * basic-block.h (struct edge_def) <goto_locus>: Change type to
22324 location_t.
22325 * c-common.c (fname_decl): Remove old location code.
22326 * tree-vect-transform.c (vect_finish_stmt_generation): Remove old
22327 location code.
22328 * rtl.h (ASM_OPERANDS_SOURCE_LOCATION): Remove old-location
22329 variant.
22330 (ASM_INPUT_SOURCE_LOCATION): Likewise.
22331 (gen_rtx_ASM_INPUT): Likewise.
22332 (gen_rtx_ASM_INPUT_loc): Likewise.
22333 (get_rtx_asm_OPERANDS): Remove.
22334 * cfglayout.c (insn_locators_alloc): Remove old location code.
22335 (set_curr_insn_source_location): Likewise.
22336 (curr_insn_locator): Likewise.
22337 * print-tree.c (print_node): Remove old location code.
22338 * tree-mudflap.c (mf_varname_tree): Remove old location code.
22339 (mf_file_function_line_tree): Remove test of USE_MAPPED_LOCATION.
22340 * cfgexpand.c (expand_gimple_cond_expr): Don't use
22341 location_from_locus.
22342 (construct_exit_block): Remove old location code.
22343 * emit-rtl.c (force_next_line_note): Remove old location code.
22344 * profile.c (branch_prob): Remove old location code.
22345 * tree-vectorizer.h (LOC, UNKNOWN_LOC, EXPR_LOC, LOC_FILE,
22346 LOC_LINE): Remove old-location variants.
22347 * langhooks.c (lhd_print_error_function): Remove old location
22348 code.
22349 * configure, config.in: Rebuilt.
22350 * configure.ac (--enable-mapped-location): Remove.
22351 * c-decl.c (c_init_decl_processing): Remove old location code.
22352 (finish_function): Likewise.
22353 * recog.c (decode_asm_operands): Remove old location code.
22354 * c-pch.c (c_common_read_pch): Remove old location code.
22355 * rtl.def (ASM_INPUT, ASM_OPERANDS): Remove old location
22356 variants.
22357 * gimple-low.c (lower_function_body): Remove old location code.
22358 * toplev.c (unknown_location): Remove.
22359 (push_srcloc): Remove old-location variant.
22360 (process_options): Remove old location code.
22361 (lang_dependent_init): Likewise.
22362 * input.h (UNKNOWN_LOCATION): Move definition.
22363 (location_t): Undeprecate.
22364 (source_locus): Remove.
22365 (location_from_locus): Remove.
22366 (struct location_s): Remove.
22367 Remove all old-location code.
22368 (input_line, input_filename): Remove.
22369 * final.c (final_scan_insn): Remove old location code.
22370 * diagnostic.c (diagnostic_build_prefix): Remove
22371 USE_MAPPED_LOCATION test.
22372 * tree.h (gimple_stmt) <locus>: Now a location_t.
22373 (tree_exp) <locus>: Likewise.
22374 (DECL_IS_BUILTIN): Remove old-location variant.
22375 (annotate_with_file_line, annotate_with_locus): Likewise.
22376 (expr_locus, set_expr_locus): Update.
22377 * tree.c (build1_stat): Remove old location code.
22378 (last_annotated_node): Remove.
22379 (annotate_with_file_line): Remove old-location variant.
22380 (annotate_with_locus): Likewise.
22381 (expr_location): Remove old location code.
22382 (set_expr_location): Likewise.
22383 (expr_has_location): Likewise.
22384 (expr_locus): Likewise.
22385 (set_expr_locus): Likewise.
22386 (expr_filename): Don't use location_from_locus.
22387 (expr_lineno): Likewise.
22388 * rtl-error.c (location_for_asm): Remove old location code.
22389 * c-lex.c (cb_line_change): Remove old location code.
22390 (fe_file_change): Likewise.
22391 (cb_def_pragma): Likewise.
22392 (c_lex_with_flags): Likewise.
22393 * gengtype.c (do_typedef): Don't special-case location types.
22394 (define_location_structures): Remove.
22395 (main): Don't call define_location_structures.
22396 * tree-pretty-print.c (dump_implicit_edges): Remove old location
22397 code.
22398
22399 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22400
22401 PR 26264
22402 * builtins.def (BUILT_IN_STDARG_START): Remove.
22403 * builtins.c (expand_builtin): Remove BUILT_IN_STDARG_START.
22404 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
22405 * tree-inline.c (inline_forbidden_p_1): Likewise.
22406
22407 2008-02-26 Richard Guenther <rguenther@suse.de>
22408
22409 * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
22410 * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
22411 (lookup_decl_from_uid): Declare.
22412 (remove_decl_from_map): Likewise.
22413 * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
22414 * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
22415 (decl_for_uid_map): New global hashtable mapping DECL_UID
22416 to the decl tree.
22417 (init_ttree): Allocate it.
22418 (insert_decl_to_uid_decl_map): New helper function.
22419 (make_node_stat): Insert new decls into the map.
22420 (copy_node_stat): Likewise.
22421 (lookup_decl_from_uid): New function.
22422 (remove_decl_from_map): Likewise.
22423 (print_decl_for_uid_map_statistics): New helper.
22424 (dump_tree_statistics): Call it.
22425
22426 * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
22427 (referenced_var_iterator): Adjust.
22428 (FOR_EACH_REFERENCED_VAR): Adjust.
22429 (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
22430 (num_referenced_vars): Adjust.
22431 * tree-flow-inline.h (gimple_referenced_vars): Adjust.
22432 (first_referenced_var): Remove.
22433 (end_referenced_vars_p): Likewise.
22434 (next_referenced_var): Likewise.
22435 (referenced_var_iterator_set): New helper function.
22436 * tree-dfa.c (referenced_var_lookup): Adjust.
22437 (referenced_var_check_and_insert): Likewise.
22438 (remove_referenced_var): Likewise.
22439 * tree-ssa.c (verify_flow_insensitive_alias_info): Use
22440 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22441 (verify_call_clobbering): Likewise.
22442 (verify_memory_partitions): Likewise.
22443 (init_tree_ssa): Allocate bitmap instead of hashtable for
22444 referenced_vars.
22445 (delete_tree_ssa): Adjust.
22446 * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
22447 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22448 (compute_tag_properties): Likewise.
22449 (set_initial_properties): Likewise.
22450 (find_partition_for): Likewise.
22451 (update_reference_counts): Likewise.
22452 (dump_may_aliases_for): Likewise.
22453 * tree-ssa-operands.c (add_virtual_operand): Likewise.
22454 (add_call_clobber_ops): Likewise.
22455 (add_call_read_ops): Likewise.
22456 (get_asm_expr_operands): Likewise.
22457 * tree-into-ssa.c (dump_decl_set): Likewise.
22458 (update_ssa): Likewise.
22459 * tree-sra.c (scan_function): Likewise.
22460 (decide_instantiations): Likewise.
22461 (scalarize_parms): Likewise.
22462 * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
22463 (dsa_named_for): Likewise.
22464 * tree-ssa-structalias.c (update_alias_info): Likewise.
22465 (merge_smts_into): Likewise.
22466
22467 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22468
22469 PR 34351
22470 * doc/invoke.texi (-Wall): Add -Wvolatile-register-var.
22471 * c-opts.c (c_common_handle_option): Wall enables
22472 Wvolatile-register-var.
22473 * common.opt: Move Wvolatile-register-var to...
22474 * c.opt: ...here.
22475
22476 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22477
22478 * common.opt (Wlarger-than=): New.
22479 * doc/invoke.texi (Warning Options): Replace -Wlarger-than- with
22480 -Wlarger-than=.
22481 * opts.c (common_handle_option): Handle -Wlarger-than=.
22482 * optc-gen.awk: Likewise.
22483 * opth-gen.awk: Likewise.
22484 * stor-layout.c (layout_decl): Use -Wlarger-than= for warning.
22485 * tree-optimize.c (tree_rest_of_compilation): Likewise.
22486
22487 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22488
22489 * c-common.c (match_case_to_enum_1): Add appropriate
22490 OPT_W* parameter to warning.
22491 (c_do_switch_warnings): Likewise.
22492 * c-typeck.c (warning_init): Add one more parameter following
22493 'warning' function.
22494 (push_init_level): Update call to warning_init.
22495 (pop_init_level): Likewise.
22496 (add_pending_init): Likewise.
22497 (output_init_element: Likewise.
22498
22499 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
22500
22501 PR 28322
22502 * toplev.c (toplev_main): If there are warnings or error, print
22503 errors for ignored options.
22504 * opts.c (ignored_options): New static variable.
22505 (postpone_unknown_option_error): New.
22506 (print_ignored_options): New.
22507 (handle_option): Postpone errors for unknown -Wno-* options.
22508 * opts.h (print_ignored_options): Declare.
22509
22510 2008-02-25 Richard Sandiford <rsandifo@nildram.co.uk>
22511
22512 * config/mips/mips.md (loadgp_blockage, blockage): Change type
22513 to "ghost".
22514
22515 2008-02-25 Richard Guenther <rguenther@suse.de>
22516
22517 Revert:
22518 2008-02-25 Richard Guenther <rguenther@suse.de>
22519
22520 * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
22521 * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
22522 (lookup_decl_from_uid): Declare.
22523 * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
22524 * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
22525 (decl_for_uid_map): New global hashtable mapping DECL_UID
22526 to the decl tree.
22527 (init_ttree): Allocate it.
22528 (insert_decl_to_uid_decl_map): New helper function.
22529 (make_node_stat): Insert new decls into the map.
22530 (copy_node_stat): Likewise.
22531 (lookup_decl_from_uid): New function.
22532 (print_decl_for_uid_map_statistics): New helper.
22533 (dump_tree_statistics): Call it.
22534
22535 * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
22536 (referenced_var_iterator): Adjust.
22537 (FOR_EACH_REFERENCED_VAR): Adjust.
22538 (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
22539 (num_referenced_vars): Adjust.
22540 * tree-flow-inline.h (gimple_referenced_vars): Adjust.
22541 (first_referenced_var): Remove.
22542 (end_referenced_vars_p): Likewise.
22543 (next_referenced_var): Likewise.
22544 (referenced_var_iterator_set): New helper function.
22545 * tree-dfa.c (referenced_var_lookup): Adjust.
22546 (referenced_var_check_and_insert): Likewise.
22547 (remove_referenced_var): Likewise.
22548 * tree-ssa.c (verify_flow_insensitive_alias_info): Use
22549 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22550 (verify_call_clobbering): Likewise.
22551 (verify_memory_partitions): Likewise.
22552 (init_tree_ssa): Allocate bitmap instead of hashtable for
22553 referenced_vars.
22554 (delete_tree_ssa): Adjust.
22555 * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
22556 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22557 (compute_tag_properties): Likewise.
22558 (set_initial_properties): Likewise.
22559 (find_partition_for): Likewise.
22560 (update_reference_counts): Likewise.
22561 (dump_may_aliases_for): Likewise.
22562 * tree-ssa-operands.c (add_virtual_operand): Likewise.
22563 (add_call_clobber_ops): Likewise.
22564 (add_call_read_ops): Likewise.
22565 (get_asm_expr_operands): Likewise.
22566 * tree-into-ssa.c (dump_decl_set): Likewise.
22567 (update_ssa): Likewise.
22568 * tree-sra.c (scan_function): Likewise.
22569 (decide_instantiations): Likewise.
22570 (scalarize_parms): Likewise.
22571 * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
22572 (dsa_named_for): Likewise.
22573 * tree-ssa-structalias.c (update_alias_info): Likewise.
22574 (merge_smts_into): Likewise.
22575
22576 2008-02-25 Janne Blomqvist <jb@gcc.gnu.org>
22577
22578 PR fortran/29549
22579 * doc/invoke.texi (-fcx-limited-range): Document new option.
22580 * toplev.c (process_options): Handle -fcx-fortran-rules.
22581 * common.opt: Add documentation for -fcx-fortran-rules.
22582
22583 2008-02-25 Janne Blomqvist <jb@gcc.gnu.org>
22584
22585 PR c/35162
22586 * doc/invoke.texi (-fcx-limited-range): Correct to be in line with
22587 actual behaviour and C99.
22588
22589 2008-02-26 Ben Elliston <bje@au.ibm.com>
22590
22591 * config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
22592 (ASM_CPU_POWER6_SPEC): Likewise.
22593 (ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
22594 Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
22595 (EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
22596
22597 2008-02-25 Richard Guenther <rguenther@suse.de>
22598
22599 * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
22600 * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
22601 (lookup_decl_from_uid): Declare.
22602 * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
22603 * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
22604 (decl_for_uid_map): New global hashtable mapping DECL_UID
22605 to the decl tree.
22606 (init_ttree): Allocate it.
22607 (insert_decl_to_uid_decl_map): New helper function.
22608 (make_node_stat): Insert new decls into the map.
22609 (copy_node_stat): Likewise.
22610 (lookup_decl_from_uid): New function.
22611 (print_decl_for_uid_map_statistics): New helper.
22612 (dump_tree_statistics): Call it.
22613
22614 * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
22615 (referenced_var_iterator): Adjust.
22616 (FOR_EACH_REFERENCED_VAR): Adjust.
22617 (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
22618 (num_referenced_vars): Adjust.
22619 * tree-flow-inline.h (gimple_referenced_vars): Adjust.
22620 (first_referenced_var): Remove.
22621 (end_referenced_vars_p): Likewise.
22622 (next_referenced_var): Likewise.
22623 (referenced_var_iterator_set): New helper function.
22624 * tree-dfa.c (referenced_var_lookup): Adjust.
22625 (referenced_var_check_and_insert): Likewise.
22626 (remove_referenced_var): Likewise.
22627 * tree-ssa.c (verify_flow_insensitive_alias_info): Use
22628 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22629 (verify_call_clobbering): Likewise.
22630 (verify_memory_partitions): Likewise.
22631 (init_tree_ssa): Allocate bitmap instead of hashtable for
22632 referenced_vars.
22633 (delete_tree_ssa): Adjust.
22634 * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
22635 FOR_EACH_REFERENCED_VAR_IN_BITMAP.
22636 (compute_tag_properties): Likewise.
22637 (set_initial_properties): Likewise.
22638 (find_partition_for): Likewise.
22639 (update_reference_counts): Likewise.
22640 (dump_may_aliases_for): Likewise.
22641 * tree-ssa-operands.c (add_virtual_operand): Likewise.
22642 (add_call_clobber_ops): Likewise.
22643 (add_call_read_ops): Likewise.
22644 (get_asm_expr_operands): Likewise.
22645 * tree-into-ssa.c (dump_decl_set): Likewise.
22646 (update_ssa): Likewise.
22647 * tree-sra.c (scan_function): Likewise.
22648 (decide_instantiations): Likewise.
22649 (scalarize_parms): Likewise.
22650 * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
22651 (dsa_named_for): Likewise.
22652 * tree-ssa-structalias.c (update_alias_info): Likewise.
22653 (merge_smts_into): Likewise.
22654
22655 2008-02-25 Andreas Krebbel <krebbel1@de.ibm.com>
22656
22657 PR target/35258
22658 * cse.c (cse_insn): Avoid creation of overlapping MEMs.
22659 * alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
22660 * alias.h (nonoverlapping_memrefs_p): Likewise.
22661
22662 2008-02-25 Jan Beulich <jbeulich@novell.com>
22663
22664 * Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T).
22665 * config/i386/netware-libgcc.exp: Add __bswap?i2,
22666 __emultls_get_address, __emultls_register_common,
22667 __floatundi?f, and _Unwind_GetIPInfo.
22668 * config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
22669 Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
22670 (gen_regparm_prefix): Likewise.
22671 (i386_nlm_encode_section_info): Sync with
22672 config/i386/winnt.c:i386_pe_encode_section_info().
22673 (i386_nlm_maybe_mangle_decl_assembler_name): New.
22674 i386_nlm_mangle_decl_assembler_name): New.
22675 (netware_override_options): New.
22676 * config/i386/netware.h (netware_override_options): Declare.
22677 (OVERRIDE_OPTIONS): Re-define to netware_override_options.
22678 (i386_nlm_mangle_decl_assembler_name): Declare.
22679 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
22680
22681 2008-02-25 Ben Elliston <bje@au.ibm.com>
22682
22683 PR other/32948
22684 * c-decl.c (grokdeclarator): Remove unused local variables
22685 `typedef_type' and `type_as_written'.
22686 * bb-reorder.c
22687 (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
22688 unused local variable `has_hot_blocks'.
22689 (fix_crossing_conditional_branches): Remove unused local variable
22690 `prev_bb'.
22691
22692 2008-02-25 Uros Bizjak <ubizjak@gmail.com>
22693
22694 PR middle-end/19984
22695 * builtins.def (BUILT_IN_NAN): Define as c99 builtin
22696 using DEF_C99_BUILTIN.
22697 (BUILT_IN_NANF): Ditto.
22698 (BUILT_IN_NANL): Ditto.
22699
22700 2008-02-25 Ayal Zaks <zaks@il.ibm.com>
22701 Revital Eres <eres@il.ibm.com>
22702
22703 * modulo-sched.c (calculate_must_precede_follow): Address TODO
22704 regarding the order of two dependent insns in the same row.
22705
22706 2008-02-25 Eric Botcazou <ebotcazou@adacore.com>
22707
22708 * stor-layout.c (layout_decl): Do not bump the alignment of a
22709 bit-field to more than byte alignment if it is packed.
22710
22711 2008-02-24 David Edelsohn <edelsohn@gnu.org>
22712
22713 * config/rs6000/rs6000.c (processor_costs): Add cache costs for
22714 e300c2 and e300c3.
22715
22716 2008-02-24 Diego Novillo <dnovillo@google.com>
22717
22718 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
22719
22720 PR 33738
22721 * tree-vrp.c (vrp_evaluate_conditional): With
22722 -Wtype-limits, emit a warning when comparing against a
22723 constant outside the natural range of OP0's type.
22724 * c.opt (Wtype-limits): Move ...
22725 * common.opt (Wtype-limits): ... here.
22726
22727 2008-02-24 Edmar Wienskoski <edmar@freescale.com>
22728
22729 * config.gcc (powerpc*-*-*): Add new cores e300c2 and e300c3.
22730 * config/rs6000/e300c2c3.md: New file.
22731 * config/rs6000/rs6000.c (processor_costs): Add new costs for
22732 e300c2 and e300c3.
22733 (rs6000_override_options): Add e300c2 and e300c3 cases to
22734 processor_target_table. Do not allow usage of Altivec or Spe
22735 with e300 cores. Initialize rs6000_cost for e300c2 and e300c3.
22736 (rs6000_issue_rate): Set issue rate for e300c2 and e300c3.
22737 * config/rs6000/rs6000.h (processor_type): Add
22738 PROCESSOR_PPCE300C2 and PROCESSOR_PPCE300C3.
22739 (ASM_CPU_SPEC): Add e300c2 and e300c3.
22740 * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce300c2
22741 and ppce300c3. Include e300c2c3.md.
22742
22743 2008-02-23 David Edelsohn <edelsohn@gnu.org>
22744
22745 * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
22746 instead of TARGET_STRICT_ALIGN.
22747
22748 2008-02-23 Joseph Myers <joseph@codesourcery.com>
22749
22750 * explow.c (memory_address): Assert that the generated address is
22751 valid.
22752
22753 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
22754
22755 PR target/25477
22756 * config/darwin-protos.h: Add darwin_patch_builtins prototype.
22757 * config/darwin-ppc-ldouble-patch.def: New file.
22758 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro.
22759 * config/rs6000/rs6000.c (rs6000_init_builtins): Call
22760 SUBTARGET_INIT_BUILTINS if defined.
22761 * config/darwin.c (darwin_patch_builtin, darwin_patch_builtins):
22762 New functions.
22763
22764 2008-02-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
22765
22766 PR rtl-opt/33512
22767 * simplify-rtx.c (simplify_binary_operation_1): Add simplification
22768 of (and X (ior (not X) Y) and (and (ior (not X) Y) X).
22769
22770 2008-02-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
22771
22772 PR pch/35027
22773 * c-pch.c (c_common_valid_pch): Make the "too short to be a PCH
22774 file" warning condtional on -Winvalid-PCH.
22775
22776 2008-02-23 Daniel Jacobowitz <dan@codesourcery.com>
22777
22778 * expmed.c (extract_bit_field): Always use adjust_address for MEM.
22779
22780 2008-02-23 Uros Bizjak <ubizjak@gmail.com>
22781
22782 PR target/22076
22783 PR target/34256
22784 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use "!y" to
22785 prevent reload from using MMX registers.
22786 (*mov<mode>_internal): Ditto.
22787 (*movv2sf_internal_rex64): Ditto.
22788 (*movv2sf_internal): Ditto.
22789
22790 2008-02-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22791
22792 PR documentation/31569
22793 * doc/install.texi2html: Use makeinfo --no-number-sections.
22794
22795 2008-02-22 Nathan Froyd <froydnj@codesourcery.com>
22796
22797 * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
22798 ensure that we can address an entire entity > 8 bytes. Don't
22799 generate reg+reg addressing for such data.
22800
22801 2008-02-22 Nathan Froyd <froydnj@codesourcery.com>
22802
22803 * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Don't overalign
22804 strings when optimizing for size, unless the target cares about
22805 alignment.
22806
22807 2008-02-22 Tom Tromey <tromey@redhat.com>
22808
22809 * regclass.c (current_pass): Remove declaration.
22810
22811 2008-02-22 Anatoly Sokolov <aesok@post.ru>
22812
22813 * config/avr/libgcc.S (__RAMPZ__): Define.
22814 (__do_copy_data): Add for devices with 128KB code memory.
22815
22816 2008-02-22 Nathan Froyd <froydnj@codesourcery.com>
22817
22818 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
22819 Use spe_abi.
22820 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
22821
22822 2008-02-22 Hans-Peter Nilsson <hp@axis.com>
22823
22824 * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
22825 GENNONACR_REGS.
22826
22827 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22828
22829 PR c/19999
22830 * c-typeck.c (build_binary_op): Warn about floating point
22831 comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
22832
22833 2008-02-21 Janis Johnson <janis187@us.ibm.com>
22834
22835 PR target/34526
22836 * config/rs6000/rs6000.c (rs6000_altivec_abi): Clarify comment.
22837 (rs6000_explicit_options): Split abi into spe_abi and altivec_abi,
22838 add vrsave.
22839 (rs6000_override_options): Set altivec_abi as default, not override,
22840 for 64-bit GNU/Linux; for 32-bit GNU/Linux default to altivec_abi for
22841 TARGET_ALTIVEC; default to TARGET_ALTIVEC_VRSAVE when AltiVec ABI
22842 is used; use new member spe_abi.
22843 (rs6000_handle_option): Set rs6000_explicit_options.vrsave; use
22844 spe_abi and altivec_abi.
22845
22846 2008-02-22 Tomas Bily <tbily@suse.cz>
22847
22848 * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
22849
22850 2008-02-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22851
22852 PR bootstrap/35273
22853 * config.build (build_file_translate): Set to `CMD //c' only if
22854 it works.
22855 * Makefile.in (build_file_translate): Improve comment.
22856
22857 2008-02-21 Jan Hubicka <jh@suse.cz>
22858
22859 * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL,
22860 PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL, PRED_CALL,
22861 PRED_TREE_EARLY_RETURN, PRED_NULL_RETURN): Update.
22862
22863 2008-02-21 Michael Matz <matz@suse.de>
22864
22865 PR target/35264
22866 * config/i386/i386.c (ix86_expand_branch): Add missing breaks.
22867
22868 2008-02-21 Uros Bizjak <ubizjak@gmail.com>
22869
22870 * config/i386/i386.md (mov<mode>cc): Macroize expander from movsfcc,
22871 movdfcc and movxfcc using X87MODEF mode iterator and SSE_FLOAT_MODE_P
22872 as insn constraint.
22873 * config/i386/sse.md (<sse>_movup<ssemodesuffixf2c>): Macroize insn
22874 from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
22875 SSE_VEC_FLOAT_MODE_P as insn constraint.
22876 (<sse>_movmskp<ssemodesuffixf2c>): Ditto from similar patterns.
22877 (sse4a_movnt<mode>): Macroize insn from sse4a_movntsf and
22878 sse4a_movntdf using MODEF mode iterator.
22879 (sse4a_vmmovnt<mode>): Macroize insn form sse4a_vmmovntv2df and
22880 sse4a_vmmovntv4sf using SSEMODEF2P mode iterator.
22881 (sse4_1_blendp<ssemodesuffixf2c>): Ditto from similar patterns.
22882 (sse4_1_blendvp<ssemodesuffixf2c>): Ditto.
22883 (sse4_1_dpp<ssemodesuffixf2c>): Ditto.
22884 (sse4_1_roundp<ssemodesuffixf2c>): Ditto.
22885 (sse4_1_rounds<ssemodesuffixf2c>): Ditto.
22886
22887 2008-02-21 Richard Guenther <rguenther@suse.de>
22888
22889 * tree.def (PAREN_EXPR): New tree code.
22890 * fold-const.c (fold_unary): Remove PAREN_EXPR around constants
22891 and PAREN_EXPR.
22892 * tree-pretty-print.c (dump_generic_node): Handle PAREN_EXPR.
22893 * expr.c (expand_expr_real_1): Likewise.
22894 * tree-inline.c (estimate_num_insns_1): Likewise.
22895 * tree-complex.c (expand_complex_move): Likewise.
22896 * tree-vectorizer.c (vect_is_simple_use): Treat PAREN_EXPR (x)
22897 as plain x.
22898
22899 2008-02-20 Kaz Kojima <kkojima@gcc.gnu.org>
22900
22901 PR target/35225
22902 * config/sh/sh.c (find_barrier): Don't go past 'from' argument.
22903
22904 2008-02-20 Kaz Kojima <kkojima@gcc.gnu.org>
22905
22906 PR target/35190
22907 * config/sh/sh.md (jump_compact): Disable for crossing jumps.
22908
22909 * config/sh/sh.c (find_barrier): Don't go past
22910 NOTE_INSN_SWITCH_TEXT_SECTIONS note.
22911
22912 2008-02-20 DJ Delorie <dj@redhat.com>
22913
22914 * config/h8300/h8300.md (insv): Force source operand to be a register.
22915
22916 * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn
22917 as a jump, not as a plain insn.
22918
22919 2008-02-20 Seongbae Park <seongbae.park@gmail.com>
22920
22921 * doc/invoke.texi (Warning Options): Add new option
22922 -Wframe-larger-than=.
22923 (-Wframe-larger-than): Document.
22924
22925 * flags.h (warn_frame_larger_than, frame_larger_than_size):
22926 Add declarations for new option variables.
22927
22928 * final.c (final_start_function): Check the frame size
22929 before emission and issue a Wframe-larger-than warning.
22930
22931 * opts.c (warn_frame_larger_than, frame_larger_than_size):
22932 Add definitions for new option variables.
22933 (common_handle_option): Handle new option OPT_Wframe_larger_than_.
22934
22935 * common.opt (Wframe-larger-than=): New option.
22936
22937 2008-02-20 Uros Bizjak <ubizjak@gmail.com>
22938
22939 * config/i386/sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.
22940 (<sse>_div<mode>3): Ditto.
22941 (<sse>_vmdiv<mode>3): Ditto.
22942 (<sse>_vmsqrt<mode>2): Ditto.
22943 (*smax<mode>3): Ditto.
22944 (sse5_frcz<mode>2): Ditto.
22945 (sse5_vmfrcz<mode>2): Ditto. Use TARGET_SSE5 instead of TARGET_ROUND
22946 as insn constraint.
22947
22948 2008-02-20 Richard Guenther <rguenther@suse.de>
22949
22950 PR middle-end/35265
22951 * builtins.c (validate_arg): If we want an INTEGER_TYPE,
22952 be happy with INTEGRAL_TYPE_P.
22953
22954 2008-02-20 Richard Guenther <rguenther@suse.de>
22955
22956 * fold-const.c (split_tree): Associate floatig-point expressions
22957 if flag_associative_math is set.
22958
22959 2008-02-20 Richard Guenther <rguenther@suse.de>
22960
22961 * tree.h (fold_real_zero_addition_p): Declare.
22962 * fold-const.c (fold_real_zero_addition_p): Export.
22963 * tree-ssa-reassoc.c (eliminate_using_constants): Also handle
22964 floating-point operations with zero and one.
22965
22966 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
22967
22968 * doc/install.texi: Correct references to CFLAGS, replacing them
22969 with BOOT_CFLAGS. Document flags used during bootstrap for
22970 target libraries.
22971
22972 2008-02-20 Uros Bizjak <ubizjak@gmail.com>
22973
22974 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): New define.
22975 * config/i386/i386.md (*sse_setcc<mode>): Macroize from *sse_setccsf
22976 and *sse_setccdf using MODEF mode iterator and SSE_FLOAT_MODE_P as
22977 insn constraint.
22978 (smin<mode>3): Ditto from similar patterns.
22979 (smax<mode>3): Ditto.
22980 (*ieee_smin<mode>3): Ditto.
22981 (*ieee_smax<mode>3): Ditto.
22982 * config/i386/sse.md (sse): New mode attribute.
22983 (mov<mode>): Macroize expander from movv4sf and movv2df using
22984 SSEMODEF2P mode iterator.
22985 (<sse>_movnt<mode>): Ditto from similar patterns. Use
22986 SSE_VEC_FLOAT_MODE_P as insn constraint.
22987 (storent<mode>): Ditto.
22988 (storent<mode>): Macroize expander from storentsf and storentdf using
22989 MODEF mode iterator.
22990 (neg<mode>2): Macroize from negv4sf2 and negv2df2 using SSEMODEF2P
22991 mode iterator and SSE_VEC_FLOAT_MODE_P as insn constraint.
22992 (abs<mode>2): Ditto from similar patterns.
22993 (add<mode>3, *add<mode>3, <sse>_vmadd<mode>3): Ditto.
22994 (sub<mode>3, *sub<mode>3, <sse>_vmsub<mode>3): Ditto.
22995 (<sse>_div<mode>3, <sse>_vmdiv<mode>3): Ditto.
22996 (<sse>_vmsqrt<mode>2): Ditto.
22997 (smin<mode>3, *smin<mode>3_finite, *smin<mode>3)
22998 (<sse>_vmsmin<mode>3, *ieee_smin<mode>3): Ditto.
22999 (smax<mode>3, *smax<mode>3_finite, *smax<mode>3)
23000 (<sse>_vmsmax<mode>3, *ieee_smax<mode>3): Ditto.
23001 (<sse>_maskcmp<mode>3): Macroize from sse_maskcmpv4sf3,
23002 sse_maskcmpsf3, sse2_maskcmpv2df3 and sse2_maskcmpdf3 using SSEMODEF4
23003 mode iterator. Use SSE_FLOAT_MODE_P with SSE_VEC_FLOAT_MODE_P as
23004 insn constraint.
23005 (<sse>_comi): Macroize from sse_comi and sse2_comi using MODEF mode
23006 iterator and SSE_FLOAT_MODE_P as insn constraint.
23007 (<sse>_ucomi): Ditto from similar patterns.
23008 (<sse>_vmmaskcmp<mode>3): Macroize from sse_vmmaskcmpv4sf3 and
23009 sse2_vmmaskcmpv2df3 using SSEMODEF2P mode iterator and
23010 SSE_VEC_FLOAT_MODE_P as insn constraint.
23011 (vcond<mode>): Ditto from similar patterns.
23012 (and<mode>3, *and<mode>3): Ditto.
23013 (<sse>_nand<mode>3): Ditto.
23014 (ior<mode>3, *ior<mode>3): Ditto.
23015 (xor<mode>3, *xor<mode>3): Ditto.
23016 (*and<mode>3): Macroize from *andsf3 and *anddf3 using MODEF mode
23017 iterator and SSE_FLOAT_MODE_P as insn constraint.
23018 (*nand<mode>3): Ditto from similar patterns.
23019 (*ior<mode>3): Ditto.
23020 (*xor<mode>3): Ditto.
23021
23022 2008-02-20 Ira Rosen <irar@il.ibm.com>
23023
23024 * config/spu/spu.md (vec_unpacku_hi_v8hi, vec_unpacku_lo_v8hi,
23025 vec_unpacks_hi_v8hi, vec_unpacks_lo_v8hi, vec_unpacku_hi_v16qi,
23026 vec_unpacku_lo_v16qi, vec_unpacks_lo_v16qi): Implement.
23027
23028 2008-02-19 Jan Hubicka <jh@suse.cz>
23029
23030 * predict.c (tree_bb_level_predictions): Remove variable next
23031 mistakely introduced by previous commit.
23032
23033 2008-02-19 Jan Hubicka <jh@suse.cz>
23034
23035 * predict.c (predict_paths_leading_to): Rewrite.
23036 (predict_paths_for_bb): New.
23037 (tree_bb_level_predictions): Update call of predict_paths_leading_to.
23038
23039 2008-02-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23040
23041 PR bootstrap/35218
23042 * Makefile.in (build_file_translate): New.
23043 (gcc-vers.texi): Use it for translating $(abs_srcdir).
23044 * config.build (build_file_translate): Set to `CMD //c' on MinGW.
23045 * configure.ac (build_file_translate): Substitute it.
23046 * configure: Regenerate.
23047
23048 2008-02-19 Jan Hubicka <jh@suse.cz>
23049
23050 PR rtl-optimization/34408
23051 * see.c (see_def_extension_not_merged): Copy subreg so we don't have
23052 invalid sharing.
23053
23054 2008-02-19 Jan Hubicka <jh@suse.cz>
23055
23056 PR middle-end/28779
23057 * tree-inline.c (estimate_num_insns_1): Fix counting of cost of
23058 call_expr.
23059
23060 2008-02-19 H.J. Lu <hongjiu.lu@intel.com>
23061
23062 PR Ada/35186
23063 * config/i386/i386-modes.def: Revert the last DI alignment
23064 change until Ada people can look into it.
23065
23066 2008-02-19 Nick Clifton <nickc@redhat.com>
23067
23068 * opts.c (print_specific_help): Fix typo in --help text.
23069
23070 2008-02-19 Jakub Jelinek <jakub@redhat.com>
23071
23072 PR target/35239
23073 * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special
23074 32-bit inline asm without asm alternatives for host GCC < 3.0.
23075
23076 2008-02-19 Richard Guenther <rguenther@suse.de>
23077
23078 PR tree-optimization/34989
23079 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Re-structure.
23080 Allow propagation to INDIRECT_REF if we can simplify only.
23081
23082 2008-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
23083
23084 * c-common.c (warn_for_collisions_1): Use appropriate option when
23085 warning.
23086
23087 2008-02-19 Nick Clifton <nickc@redhat.com>
23088
23089 PR other/31349
23090 * opts.c (undocumented_msg): Leave blank unless checking is enabled.
23091 (handle_options): Fix indentation.
23092 (print_filtered_help): If no language-specific options were
23093 displayed tell the user how to list all the options supported by
23094 the language's front-end.
23095 (print_specific_help): Fix indentation and remove duplicate line.
23096 (common_handle_option): Handle the -v option.
23097 For --help enable the display of undocumented options if the -v
23098 switch has been included on the command line.
23099 For --help= check for overlaps in the arguments between the option
23100 classes and the language names and issue a warning when they
23101 cannot be disambiguated.
23102 * c.opt (v): Pass on to the common option handler.
23103
23104 2008-02-19 Revital Eres <eres@il.ibm.com>
23105
23106 * modulo-sched.c (sms_schedule): Change dump message when
23107 create_ddg function fails.
23108 (try_scheduling_node_in_cycle): Rename row to cycle.
23109 (print_partial_schedule): Rename CYCLE to ROW.
23110
23111 2008-02-19 Christian Bruel <christian.bruel@st.com>
23112 Zdenek Dvorak <ook@ucw.cz>
23113
23114 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check step alignment.
23115
23116 2008-02-19 Uros Bizjak <ubizjak@gmail.com>
23117
23118 PR target/33555
23119 * config/i386/i386.md (*x86_movsicc_0_m1_se): New insn pattern.
23120 (*x86_movdicc_0_m1_se): Ditto.
23121
23122 2008-02-19 Uros Bizjak <ubizjak@gmail.com>
23123
23124 * config/i386/sfp-machine.h (__gcc_CMPtype): New typedef.
23125 (CMPtype): Define as __gcc_CMPtype.
23126 * config/rs6000/sfp-machine.h (__gcc_CMPtype): New typedef.
23127 (CMPtype): Define as __gcc_CMPtype.
23128
23129 2008-02-19 Hans-Peter Nilsson <hp@axis.com>
23130
23131 Support valgrind 3.3 for --enable-checking=valgrind.
23132 * system.h: Consolidate ENABLE_VALGRIND_CHECKING-dependent defines
23133 here.
23134 [!VALGRIND_MAKE_MEM_NOACCESS]: Define as VALGRIND_MAKE_NOACCESS.
23135 [!VALGRIND_MAKE_MEM_DEFINED]: Define as VALGRIND_MAKE_READABLE.
23136 [!VALGRIND_MAKE_MEM_UNDEFINED]: Define as VALGRIND_MAKE_WRITABLE.
23137 * ggc-common.c: Remove ENABLE_VALGRIND_CHECKING-dependent defines.
23138 Replace use of VALGRIND_MAKE_READABLE, VALGRIND_MAKE_WRITABLE, and
23139 VALGRIND_MAKE_NOACCESS with VALGRIND_MAKE_MEM_DEFINED,
23140 VALGRIND_MAKE_MEM_UNDEFINED, and VALGRIND_MAKE_MEM_NOACCESS
23141 respectively.
23142 * ggc-zone.c: Similar.
23143 * ggc-page.c: Similar.
23144
23145 2008-02-19 Paul Brook <paul@codesourcery.com>
23146
23147 PR target/35071
23148 * config/arm/ieee754-df.S: Fix do_it typo.
23149 * config/arm/ieee754-sf.S: Fix do_it typo.
23150
23151 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
23152
23153 PR target/35189
23154 * config/i386/i386.c (OPTION_MASK_ISA_MMX_SET): New.
23155 (OPTION_MASK_ISA_3DNOW_SET): Likewise.
23156 (OPTION_MASK_ISA_SSE_SET): Likewise.
23157 (OPTION_MASK_ISA_SSE2_SET): Likewise.
23158 (OPTION_MASK_ISA_SSE3_SET): Likewise.
23159 (OPTION_MASK_ISA_SSSE3_SET): Likewise.
23160 (OPTION_MASK_ISA_SSE4_1_SET): Likewise.
23161 (OPTION_MASK_ISA_SSE4_2_SET): Likewise.
23162 (OPTION_MASK_ISA_SSE4_SET): Likewise.
23163 (OPTION_MASK_ISA_SSE4A_SET): Likewise.
23164 (OPTION_MASK_ISA_SSE5_SET): Likewise.
23165 (OPTION_MASK_ISA_3DNOW_A_UNSET): Likewise.
23166 (OPTION_MASK_ISA_MMX_UNSET): Updated.
23167 (OPTION_MASK_ISA_3DNOW_UNSET): Updated.
23168 (OPTION_MASK_ISA_SSE_UNSET): Likewise.
23169 (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
23170 (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
23171 (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
23172 (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
23173 (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
23174 (OPTION_MASK_ISA_SSE5_UNSET): Likewise.
23175 (OPTION_MASK_ISA_SSE4): Removed.
23176 (ix86_handle_option): Turn on bits in ix86_isa_flags and
23177 ix86_isa_flags_explicit with OPTION_MASK_ISA_XXX_SET for -mXXX.
23178 (override_options): Don't turn on implied SSE/MMX bits in
23179 ix86_isa_flags.
23180
23181 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
23182
23183 * config/i386/i386-modes.def: Use 4 byte alignment on DI for
23184 32bit host.
23185
23186 2008-02-18 Joey Ye <joey.ye@intel.com>
23187
23188 PR middle-end/34921
23189 * tree-nested.c (insert_field_into_struct): Set type alignment
23190 to field alignment if the former is less than the latter.
23191
23192 2008-02-18 Jakub Jelinek <jakub@redhat.com>
23193
23194 * BASE-VER: Set to 4.4.0.
23195
23196 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23197
23198 * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
23199 * doc/cfg.texi: Likewise.
23200 * doc/extend.texi: Likewise.
23201 * doc/gty.texi: Likewise.
23202 * doc/invoke.texi: Likewise.
23203 * doc/loop.texi: Likewise.
23204 * doc/md.texi: Likewise.
23205 * doc/passes.texi: Likewise.
23206 * doc/rtl.texi: Likewise.
23207 * doc/sourcebuild.texi: Likewise.
23208 * doc/tm.texi: Likewise.
23209 * doc/tree-ssa.texi: Likewise.
23210
23211 2008-02-17 Richard Guenther <rguenther@suse.de>
23212
23213 PR middle-end/35227
23214 * tree-complex.c (init_parameter_lattice_values): Handle parameters
23215 without default definition.
23216
23217 2008-02-17 Richard Guenther <rguenther@suse.de>
23218
23219 PR tree-optimization/35231
23220 * tree-vrp.c (register_edge_assert_for): Do not assume A == 0
23221 if A | B != 1.
23222
23223 2008-02-17 Uros Bizjak <ubizjak@gmail.com>
23224
23225 Revert:
23226 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
23227 * config/i386/sfp-machine.h (CMPtype): Define as typedef using
23228 libgcc_cmp_return mode.
23229
23230 2008-02-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
23231
23232 PR c/28368
23233 * doc/invoke.texi (-std): Clarify description of -std= and -ansi.
23234
23235 2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
23236
23237 * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
23238 multilibs.
23239
23240 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23241
23242 * doc/c-tree.texi: Use `@.' where appropriate.
23243 * doc/extend.texi: Likewise.
23244 * doc/install.texi: Likewise.
23245 * doc/invoke.texi: Likewise.
23246 * doc/loop.texi: Likewise.
23247 * doc/makefile.texi: Likewise.
23248 * doc/md.texi: Likewise.
23249 * doc/passes.texi: Likewise.
23250 * doc/standards.texi: Likewise.
23251 * doc/tm.texi: Likewise.
23252
23253 2008-02-15 Jakub Jelinek <jakub@redhat.com>
23254
23255 PR middle-end/35196
23256 * omp-low.c (expand_omp_for_generic): Don't initialize fd->v
23257 in entry_bb.
23258 (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
23259 rather than in entry_bb.
23260
23261 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
23262
23263 * config/i386/sfp-machine.h (CMPtype): Define as typedef using
23264 libgcc_cmp_return mode.
23265
23266 2008-02-15 Jakub Jelinek <jakub@redhat.com>
23267
23268 PR middle-end/35130
23269 * tree-nested.c (convert_call_expr): Put FRAME.* vars into
23270 OMP_CLAUSE_SHARED rather than OMP_CLAUSE_FIRSTPRIVATE clause.
23271
23272 2008-02-15 Richard Guenther <rguenther@suse.de>
23273 Zdenek Dvorak <ook@ucw.cz>
23274
23275 PR tree-optimization/35164
23276 * tree-flow.h (stmt_references_abnormal_ssa_name): Declare.
23277 * tree-dfa.c (stmt_references_abnormal_ssa_name): New function.
23278 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
23279 Only propagate addresses which do not have abnormal SSA_NAMEs
23280 in their operands.
23281
23282 2008-02-15 Joseph Myers <joseph@codesourcery.com>
23283
23284 PR target/35088
23285 * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
23286
23287 2008-02-15 Jan Hubicka <jh@suse.cz>
23288
23289 PR middle-end/35149
23290 * ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
23291
23292 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
23293
23294 PR middle-end/34621
23295 * function.c (pad_to_arg_alignment): Remove test for STACK_BOUNDARY
23296 when calculating alignment_pad.
23297
23298 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
23299
23300 * config/i386/i386.h (CLEAR_RATIO): Use MIN macro.
23301 (WIDEST_HARDWARE_FP_SIZE): Use LONG_DOUBLE_TYPE_SIZE define.
23302 * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Use MAX macro
23303 and STACK_BOUNDARY define.
23304
23305 2008-02-14 Danny Smith <dannysmith@users.sourceforge.net>
23306
23307 PR preprocessor/35061
23308 * c-pragma.c (handle_pragma_pop_macro): Check that
23309 pushed_macro_table has been allocated.
23310
23311 2008-02-14 Eric Botcazou <ebotcazou@adacore.com>
23312
23313 PR middle-end/35136
23314 * gimplify.c (force_gimple_operand_bsi): Revert 2008-02-12 change.
23315 (force_gimple_operand): Likewise.
23316 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Add new cases
23317 for TARGET_MEM_REF and CONVERT_EXPR/NON_LVALUE_EXPR/NOP_EXPR.
23318 Also recurse on the operand for regular VIEW_CONVERT_EXPRs.
23319 (find_interesting_uses_address): Check addressability and alignment
23320 of the base expression only after substituting bases of IVs into it.
23321
23322 2008-02-14 Michael Matz <matz@suse.de>
23323
23324 PR target/34930
23325 * function.c (instantiate_virtual_regs_in_insn): Reload address
23326 before falling back to reloading the whole operand.
23327
23328 2008-02-14 Andreas Krebbel <krebbel1@de.ibm.com>
23329
23330 * config/s390/s390.c (s390_mainpool_start): Emit the pool
23331 before the first section switch note.
23332
23333 2008-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23334
23335 * doc/bugreport.texi: Update copyright years.
23336 * doc/c-tree.texi: Likewise.
23337 * doc/cfg.texi: Likewise.
23338 * doc/cpp.texi: Likewise.
23339 * doc/cppinternals.texi: Likewise.
23340 * doc/fragments.texi: Likewise.
23341 * doc/frontends.texi: Likewise.
23342 * doc/gcc.texi: Likewise.
23343 * doc/gty.texi: Likewise.
23344 * doc/hostconfig.texi: Likewise.
23345 * doc/implement-c.texi: Likewise.
23346 * doc/libgcc.texi: Likewise.
23347 * doc/loop.texi: Likewise.
23348 * doc/makefile.texi: Likewise.
23349 * doc/options.texi: Likewise.
23350 * doc/passes.texi: Likewise.
23351 * doc/rtl.texi: Likewise.
23352 * doc/sourcebuild.texi: Likewise.
23353 * doc/standards.texi: Likewise.
23354 * doc/tree-ssa.texi: Likewise.
23355 * doc/trouble.texi: Likewise.
23356
23357 * doc/extend.texi: Use @: or add comma where appropriate.
23358 * doc/invoke.texi: Likewise.
23359 * doc/tm.texi: Likewise.
23360
23361 2008-02-14 Alan Modra <amodra@bigpond.net.au>
23362
23363 PR target/34393
23364 * config/rs6000/rs6000.md (restore_stack_block): Force operands[1]
23365 to a reg.
23366
23367 2008-02-14 Jesper Nilsson <jesper.nilsson@axis.com>
23368
23369 * doc/md.texi (clz, ctz): Add reference.
23370 * doc/rtl.texi (clz, ctz): Likewise.
23371
23372 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23373
23374 PR other/35148
23375 * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
23376 srcdir.
23377
23378 2008-02-13 Andreas Krebbel <krebbel1@de.ibm.com>
23379
23380 * config/s390/s390.c (struct constant_pool): New field
23381 emit_pool_after added.
23382 (s390_mainpool_start): Set the emit_pool_after flag according
23383 to the section switch notes.
23384 (s390_mainpool_finish): Consider emit_pool_after when emitting
23385 the literal pool at the end of the function.
23386 (s390_chunkify_start): Force literal pool splits at section
23387 switch notes.
23388
23389 2008-02-13 Michael Matz <matz@suse.de>
23390
23391 PR debug/35065
23392 * var-tracking.c (clobber_variable_part): Correctly traverse the
23393 list.
23394
23395 2008-02-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
23396
23397 PR 29673
23398 * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
23399 Add -fdump-ipa-inline.
23400 * tree-dump.c (dump_files): Remove tree-inlined dump.
23401 * tree-pass.h (tree_dump_index): Remove TDI_inlined.
23402
23403 2008-02-12 Richard Guenther <rguenther@suse.de>
23404
23405 PR tree-optimization/35171
23406 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Deal with
23407 default defs.
23408
23409 2008-02-12 Richard Guenther <rguenther@suse.de>
23410
23411 PR middle-end/35163
23412 * fold-const.c (fold_widened_comparison): Use get_unwidened in
23413 value-preserving mode. Disallow final truncation.
23414
23415 2008-02-12 Eric Botcazou <ebotcazou@adacore.com>
23416
23417 PR middle-end/35136
23418 * gimplify.c (force_gimple_operand_bsi): Move SSA renaming
23419 code from here to...
23420 (force_gimple_operand): ...here.
23421
23422 2008-02-12 Jakub Jelinek <jakub@redhat.com>
23423
23424 PR c++/35144
23425 * tree-sra.c (sra_build_assignment): fold_convert SRC if copying
23426 non-compatible pointers.
23427 (generate_element_copy): If SRC and DST are RECORD_TYPEs with
23428 different FIELD_DECLs, try harder by comparing field offsets, sizes
23429 and types.
23430
23431 PR inline-asm/35160
23432 * function.c (match_asm_constraints_1): Don't replace the same input
23433 multiple times.
23434
23435 2008-02-12 Anatoly Sokolov <aesok@post.ru>
23436
23437 * config/avr/avr.h (AVR_HAVE_RAMPZ): Define.
23438 * config/avr/avr.c (expand_prologue): Save RAMPZ register.
23439 (expand_epilogue): Restore RAMPZ register.
23440 * config/avr/avr.md (RAMPZ_ADDR): New constant.
23441
23442 2008-02-11 Kai Tietz <kai.tietz@onevision.com>
23443
23444 * config/i386/cygwin.asm: (__alloca): Correct calling
23445 convention and alignment.
23446 (__chkstk): Force 8 byte stack alignment.
23447
23448 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
23449 Richard Guenther <rguenther@suse.de>
23450
23451 PR tree-optimization/33992
23452 * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
23453 the zero we compare against.
23454
23455 2008-02-10 Danny Smith <dannysmith@users.sourceforge.net>
23456
23457 PR libfortran/35063
23458 * gthr-win32.h (__gthread_mutex_destroy_function): New function
23459 to CloseHandle after unlocking to prevent accumulation of handle
23460 count.
23461
23462 2008-02-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23463
23464 PR middle_end/34150
23465 * pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a
23466 pic_label_operand source. Similarly, add a REG_LABEL_OPERAND note
23467 and update LABEL_NUSES during and after reload.
23468
23469 2008-02-08 Steven Bosscher <stevenb.gcc@gmail.com>
23470
23471 PR middle-end/34627
23472 * combine.c (simplify_if_then_else): Make sure the comparison is
23473 against const0_rtx when simplifying to (abs x) or (neg (abs X)).
23474
23475 2008-02-08 Richard Sandiford <rsandifo@nildram.co.uk>
23476
23477 PR bootstrap/35051
23478 * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
23479 (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
23480 * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
23481 (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
23482 * tree.h (get_type_static_bounds): Likewise.
23483
23484 2008-02-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23485
23486 * doc/invoke.texi (Option Summary, C++ Dialect Options)
23487 (Objective-C and Objective-C++ Dialect Options, Warning Options):
23488 Make -Wfoo language annotations match what the compiler outputs.
23489
23490 2008-02-08 Sa Liu <saliu@de.ibm.com>
23491
23492 * config/spu/spu-builtins.def: Fixed wrong parameter type in spu
23493 intrinsics spu_convts, spu_convtu, spu_convtf.
23494
23495 2008-02-08 Hans-Peter Nilsson <hp@axis.com>
23496
23497 * doc/extend.texi (Function Attributes) <noinline>: Mention
23498 asm ("") as method to keep calls.
23499
23500 2008-02-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
23501
23502 PR other/32754
23503 * doc/options.texi (Options): Replace references to opts.sh with
23504 optc-gen.awk.
23505 * opts-common.c: Likewise.
23506 * optc-gen.awk: Likewise.
23507
23508 2008-02-07 Andreas Krebbel <krebbel1@de.ibm.com>
23509
23510 * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit.
23511
23512 2008-02-07 Richard Henderson <rth@redhat.com>
23513
23514 PR rtl-opt/33410
23515 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an
23516 EXPR_LIST for the REG_EQUAL instead of a comparison with a
23517 funny mode.
23518
23519 2008-02-07 Uros Bizjak <ubizjak@gmail.com>
23520
23521 PR tree-optimization/35085
23522 * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update
23523 for operand entry oe2 in addition to operand entry oe3 in order to
23524 expose more opportunities for vectorizer sum reduction.
23525
23526 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23527
23528 PR other/35107
23529 * Makefile.in (LIBS): Remove $(GMPLIBS).
23530 (cc1-dummy, cc1): Add $(GMPLIBS).
23531
23532 2008-02-06 Jan Hubicka <jh@suse.cz>
23533
23534 PR target/23322
23535 * i386.md (moddf_integer): Do not produce partial memory stalls for
23536 targets where it hurts.
23537
23538 2008-02-06 Uros Bizjak <ubizjak@gmail.com>
23539
23540 PR target/35083
23541 * optabs.c (expand_float): Do not check for decimal modes when
23542 expanding unsigned integer through signed conversion.
23543
23544 2008-02-06 Nick Clifton <nickc@redhat.com>
23545
23546 * config/stormy16/stormy16.md (eqbranchsi): Replace a match_dup
23547 inside the clobber with a match_operand and duplicated operand
23548 number in the constraint.
23549 (ineqbranchsi): Delete redundant comment.
23550
23551 2008-02-06 Ralf Corsepius <ralf.corsepius@rtems.org>
23552
23553 * config/arm/rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add
23554 builtin_define ("__USE_INIT_FINI__").
23555 * config/h8300/t-rtems (MULTILIB_OPTION,MULTILIB_DIRNAMES): Add
23556 -msx multilibs.
23557 * gthr-rtems.h: Remove __GTHREAD_MUTEX_INIT.
23558
23559 2008-02-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23560
23561 PR documentation/30330
23562 * doc/invoke.texi (C++ Dialect Options)
23563 (Objective-C and Objective-C++ Dialect Options, Warning Options):
23564 For each warning option -Wfoo that allows -Wno-foo, ensure both
23565 -Wfoo and -Wno-foo are listed in the option index. Fix index
23566 entry of -Wswitch-default, index -Wnormalized= including the
23567 `=', and -Wlarger-than-@var{len} including @var{len}.
23568
23569 2008-02-05 Uros Bizjak <ubizjak@gmail.com>
23570
23571 * config/i386/i386.md (floatunssisf2): Use
23572 ix86_expand_convert_uns_sisf_sse also for TARGET_SSE.
23573 (floatunssi<mode>2): Rename from floatunssisf2 and floatunssidf2.
23574 Macroize expander using MODEF mode iterator.
23575
23576 2008-02-05 Diego Novillo <dnovillo@google.com>
23577
23578 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
23579
23580 PR 33738
23581 * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738.
23582
23583 2008-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23584
23585 PR other/35070
23586 * toplev.c (print_version): Honor `indent' for GMP/MPFR warnings.
23587
23588 2008-02-05 H.J. Lu <hongjiu.lu@intel.com>
23589
23590 PR target/35084
23591 * config/i386/i386.c (ix86_function_sseregparm): Add an arg
23592 to indicate if a message should be generated.
23593 (init_cumulative_args): Updated.
23594 (function_value_32): Likewise.
23595
23596 2008-02-05 Joseph Myers <joseph@codesourcery.com>
23597
23598 * doc/include/texinfo.tex: Update to version 2008-02-04.16.
23599
23600 2008-02-05 Uros Bizjak <ubizjak@gmail.com>
23601
23602 PR target/35083
23603 * config/i386/i386.md (floatunsisf2): Enable for TARGET_SSE_MATH only.
23604 Call ix86_expand_convert_uns_sisf_sse for TARGET_SSE2.
23605
23606 2008-02-04 Diego Novillo <dnovillo@google.com>
23607
23608 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
23609
23610 PR 33738
23611 * tree-vrp.c (vrp_evaluate_conditional): With
23612 -Wtype-limits, emit a warning when comparing against a
23613 constant outside the natural range of OP0's type.
23614
23615 2008-02-04 Richard Guenther <rguenther@suse.de>
23616
23617 PR middle-end/33631
23618 * expr.c (count_type_elements): Give for unions instead of
23619 guessing.
23620
23621 2008-02-04 Richard Guenther <rguenther@suse.de>
23622
23623 PR middle-end/35043
23624 * gimplify.c (gimplify_init_ctor_eval): Convert array indices
23625 to TYPE_DOMAINs base type instead of using bitsizetype here.
23626
23627 2008-02-03 Jason Merrill <jason@redhat.com>
23628
23629 * print-tree.c (print_node) [CONSTRUCTOR]: Print elements.
23630
23631 2008-02-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23632
23633 PR other/29972
23634 * doc/invoke.texi (C++ Dialect Options, Optimize Options)
23635 (HPPA Options, i386 and x86-64 Options, IA-64 Options)
23636 (RS/6000 and PowerPC Options): Fix typos and markup.
23637 * doc/passes.texi (Tree-SSA passes): Likewise.
23638
23639 2008-02-02 Michael Matz <matz@suse.de>
23640
23641 PR target/35045
23642 * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
23643 from record_last_reg_set_info.
23644 (record_last_reg_set_info): Take an RTX argument, iterate over all
23645 constituent hardregs.
23646 (record_last_set_info, record_opr_changes): Change calls to
23647 new signature or to record_last_reg_set_info_regno.
23648
23649 2008-02-02 Gerald Pfeifer <gerald@pfeifer.com>
23650
23651 * doc/extend.texi (X86 Built-in Functions): Fix grammar.
23652
23653 2008-02-01 Hans-Peter Nilsson <hp@axis.com>
23654
23655 PR rtl-optimization/34773
23656 * reg-notes.def (EQUAL): Mention significance of combination of
23657 REG_EQUAL and REG_RETVAL.
23658 * fwprop.c (try_fwprop_subst): Don't add REG_EQUAL to an
23659 insn that has a REG_RETVAL.
23660
23661 2008-02-01 Roger Sayle <roger@eyesopen.com>
23662
23663 PR bootstrap/33781
23664 * configure.ac (--enable-fixed-point): Disable unless explicitly
23665 requested on IRIX.
23666 * configure: Regenerate.
23667
23668 2008-02-01 Richard Guenther <rguenther@suse.de>
23669
23670 PR other/35042
23671 * invoke.texi (-finline-limit): Remove no longer true parts
23672 of the documentation. Note that there is no default value.
23673
23674 2008-02-01 Andrew Pinski <pinskia@gmail.com>
23675 Mark Mitchell <mark@codesourcery.com>
23676 Ben Elliston <bje@au.ibm.com>
23677
23678 PR c/29326
23679 * doc/extend.texi (Other Builtins): Document.
23680
23681 2008-01-31 Tom Browder <tom.browder@gmail.com>
23682
23683 * doc/c-tree.texi (Types): Fix grammar.
23684 (Expression trees): Ditto.
23685 * doc/passes.texi (Tree-SSA passes): Ditto.
23686
23687 * doc/configterms.texi (Configure Terms): Fix typo.
23688 * doc/cpp.texi (Common Predefined Macros): Ditto.
23689 * doc/md.texi (Machine Constraints): Ditto.
23690
23691 * doc/makefile.texi (Makefile): Add comma.
23692
23693 2008-01-31 Tom Browder <tom.browder@gmail.com>
23694 Gerald Pfeifer <gerald@pfeifer.com>
23695
23696 * doc/sourcebuild.texi (Front End): Remove references to CVS
23697 and CVSROOT/modules.
23698 (Texinfo Manuals): Replace reference to CVS by one to SVN.
23699 (Back End): Remove reference to CVS.
23700
23701 2008-01-31 Richard Sandiford <rsandifo@nildram.co.uk>
23702
23703 PR target/34900
23704 * config/mips/mips.c (gen_load_const_gp): New function, taking a
23705 comment from...
23706 (mips16_gp_pseudo_reg): ...here.
23707 * config/mips/mips.md (load_const_gp): Replace with...
23708 (load_const_gp_<mode>): ...this :P-based insn.
23709
23710 2008-01-31 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
23711
23712 * doc/invoke.texi (-ansi): Mention explicitly corresponding -std=
23713 options. Minor fixes.
23714 (-std): Move reference to standards closer to where language
23715 standards are first mentioned.
23716
23717 2008-01-31 Richard Sandiford <rsandifo@nildram.co.uk>
23718
23719 PR rtl-optimization/34995
23720 * reload.c (alternative_allows_const_pool_ref): Take an rtx
23721 parameter and return a bool. If the rtx parameter is nonnull,
23722 check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
23723 (find_reloads): Update call accordingly. Pass the new operand
23724 if it needed no address reloads, otherwise pass null.
23725
23726 2008-01-30 Richard Henderson <rth@redhat.com>
23727
23728 PR c/34993
23729 * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
23730 for unbounded arrays.
23731
23732 2008-01-30 Silvius Rus <rus@google.com>
23733
23734 * config/i386/xmmintrin.h (_mm_prefetch): Add const to first arg.
23735
23736 2008-01-30 Jan Hubicka <jh@suse.cz>
23737
23738 PR target/34982
23739 * i386.c (init_cumulative_args): Use real function declaration when
23740 calling locally.
23741
23742 2008-01-30 Richard Sandiford <rsandifo@nildram.co.uk>
23743
23744 PR rtl-optimization/34998
23745 * global.c (build_insn_chain): Treat non-subreg_lowpart
23746 SUBREGs of pseudos as clobbering all the words covered by the
23747 SUBREG, not just all the bytes.
23748 * ra-conflict.c (clear_reg_in_live): Likewise. Take the
23749 original df_ref rather than an extract parameter.
23750 (global_conflicts): Update call accordingly.
23751
23752 2008-01-30 Andreas Krebbel <krebbel1@de.ibm.com>
23753
23754 * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
23755 the overflow check to make it easier to read.
23756 (__fixtfdi): Change the type of the ll member in union
23757 long_double to UDItype_x.
23758
23759 2008-01-30 Jakub Jelinek <jakub@redhat.com>
23760
23761 PR middle-end/34969
23762 * cgraph.h (cgraph_update_edges_for_call_stmt): New prototype.
23763 * cgraph.c (cgraph_update_edges_for_call_stmt): New function.
23764 * tree-inline.c (fold_marked_statements): Call
23765 cgraph_update_edges_for_call_stmt if folding a call statement.
23766 * cgraphunit.c (verify_cgraph_node): Set cfun to this_cfun for
23767 debug_generic_stmt calls, reset it back afterwards.
23768
23769 PR c/35017
23770 * c-decl.c (start_decl): Don't pedwarn about TREE_READONLY
23771 static decls.
23772 * c-typeck.c (build_external_ref): Don't pedwarn about
23773 static vars in current function's scope.
23774
23775 2008-01-29 Joseph Myers <joseph@codesourcery.com>
23776
23777 * config.gcc (i[34567]86-*-nto-qnx*): Remove deprecation.
23778
23779 2008-01-29 Bernhard Fischer <aldot@gcc.gnu.org>
23780
23781 PR c/35002
23782 * ipa-struct-reorg.c: Fix spelling.
23783 * params.def: Ditto.
23784
23785 2008-01-29 Richard Guenther <rguenther@suse.de>
23786
23787 PR middle-end/35006
23788 * tree-inline.h (struct copy_body_data): Add remapping_type_depth
23789 field.
23790 * tree-inline.c (remap_type): Increment remapping_type_depth
23791 around remapping types.
23792 (copy_body_r): Only add referenced variables if they are referenced
23793 from code, not types.
23794
23795 2008-01-29 Douglas Gregor <doug.gregor@gmail.com>
23796
23797 PR c++/34055
23798 PR c++/34103
23799 PR c++/34219
23800 PR c++/34606
23801 PR c++/34753
23802 PR c++/34754
23803 PR c++/34755
23804 PR c++/34919
23805 PR c++/34961
23806 * c-pretty-print.c (pp_c_type_qualifier_list): Don't try to print
23807 qualifiers for an ERROR_MARK_NODE or a NULL_TREE.
23808
23809 2008-01-28 Andy Hutchinson <hutchinsonandy@netscape.net>
23810
23811 PR target/34412
23812 * config/avr/avr.c (expand_prologue): Use correct QI mode frame
23813 pointer for tiny stack.
23814
23815 2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
23816
23817 * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
23818
23819 2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
23820
23821 * config/vx-common.h: Fix typo in comment.
23822
23823 2008-01-28 Ian Lance Taylor <iant@google.com>
23824
23825 PR c++/34862
23826 PR c++/33407
23827 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
23828 coalesce pointers if they have different DECL_NO_TBAA_P values.
23829 * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
23830 between variables with different DECL_NO_TBAA_P values.
23831
23832 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
23833
23834 PR 31535
23835 * config/rs6000/rs6000.c (small_data_operand): Vectors and floats
23836 are not legitimate small data references on SPE targets.
23837
23838 2008-01-28 David Daney <ddaney@avtrex.com>
23839
23840 * doc/install.texi (mips-*-*): Recommend binutils 2.18.
23841
23842 2008-01-28 David Daney <ddaney@avtrex.com>
23843
23844 * doc/install.texi (--disable-libgcj-bc): Reword documentation.
23845
23846 2008-01-27 Joseph Myers <joseph@codesourcery.com>
23847
23848 * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
23849 m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
23850 *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
23851 *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
23852 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
23853 i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
23854 i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
23855 vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
23856
23857 2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
23858
23859 * basic-block.h (condjump_equiv_p): Fix comment.
23860
23861 2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
23862
23863 * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
23864 print_generic_stmt_indented): Fix comment.
23865
23866 2008-01-27 Bernhard Fischer <aldot@gcc.gnu.org>
23867
23868 * configure.ac (__stack_chk_fail): Add detecion for availability
23869 of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
23870 * configure: Regenerate.
23871
23872 2008-01-26 Maxim Kuvyrkov <maxim@codesourcery.com>
23873
23874 PR middle-end/34688
23875 * final.c (output_addr_const): Handle TRUNCATE.
23876
23877 2008-01-26 Zdenek Dvorak <ook@ucw.cz>
23878
23879 PR target/34711
23880 * tree-ssa-loop-ivopts.c (comp_cost): New type.
23881 (zero_cost, infinite_cost): New constants.
23882 (struct cost_pair): Change type of cost to comp_cost.
23883 (struct iv_ca): Change type of cand_use_cost and cost to comp_cost.
23884 (new_cost, add_costs, sub_costs, compare_costs, infinite_cost_p):
23885 New functions.
23886 (set_use_iv_cost, force_expr_to_var_cost, force_var_cost,
23887 split_address_cost, ptr_difference_cost, difference_cost,
23888 get_computation_cost_at, get_computation_cost,
23889 determine_use_iv_cost_generic, determine_use_iv_cost_address,
23890 determine_use_iv_cost_condition, determine_use_iv_costs,
23891 cheaper_cost_pair, iv_ca_recount_cost, iv_ca_set_no_cp,
23892 iv_ca_set_cp, iv_ca_cost, iv_ca_new, iv_ca_dump, iv_ca_extend,
23893 iv_ca_narrow, iv_ca_prune, try_improve_iv_set, find_optimal_iv_set):
23894 Change type of cost to comp_cost.
23895 (determine_iv_cost): Increase cost of non-original ivs, instead
23896 of decreasing the cost of original ones.
23897 (get_address_cost): Indicate the complexity of the addressing mode
23898 in comp_cost.
23899 (try_add_cand_for): Prefer using ivs not specific to some object.
23900 * tree-flow.h (force_expr_to_var_cost): Declaration removed.
23901
23902 2008-01-26 Peter Bergner <bergner@vnet.ibm.com>
23903 Janis Johnson <janis187@us.ibm.com>
23904
23905 PR target/34814
23906 * doc/tm.texi (TARGET_EXPAND_TO_RTL_HOOK): Document.
23907 (TARGET_INSTANTIATE_DECLS): Likewise.
23908 * target.h (expand_to_rtl_hook): New target hook.
23909 (instantiate_decls): Likewise.
23910 * function.c (instantiate_decl): Make non-static. Rename to...
23911 (instantiate_decl_rtl): ... this.
23912 (instantiate_expr): Use instantiate_decl_rtl.
23913 (instantiate_decls_1): Likewise.
23914 (instantiate_decls): Likewise.
23915 (instantiate_virtual_regs: Call new instantiate_decls taget hook.
23916 * function.h (instantiate_decl_rtl): Add prototype.
23917 * cfgexpand.c (target.h): New include.
23918 (tree_expand_cfg): Call new expand_to_rtl_hook target hook.
23919 * target-def.h (TARGET_EXPAND_TO_RTL_HOOK): New define.
23920 (TARGET_INSTANTIATE_DECLS): Likewise.
23921 (TARGET_INITIALIZER): New target hooks added.
23922 * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
23923 New prototype.
23924 * config/rs6000/rs6000.c (tree-flow.h): New include.
23925 (machine_function): Add sdmode_stack_slot field.
23926 (rs6000_alloc_sdmode_stack_slot): New function.
23927 (rs6000_instantiate_decls): Likewise.
23928 (rs6000_secondary_memory_needed_rtx): Likewise.
23929 (rs6000_check_sdmode): Likewise.
23930 (TARGET_EXPAND_TO_RTL_HOOK): Target macro defined.
23931 (TARGET_INSTANTIATE_DECLS): Likewise.
23932 (rs6000_hard_regno_mode_ok): Allow SDmode.
23933 (num_insns_constant): Likewise. Handle _Decimal32 constants.
23934 (rs6000_emit_move): Handle SDmode.
23935 (function_arg_advance): Likewise.
23936 (function_arg): Likewise.
23937 (rs6000_gimplify_va_arg): Likewise. Add special handling of
23938 SDmode var args for 32-bit compiles.
23939 (rs6000_secondary_reload_class): Handle SDmode.
23940 (rs6000_output_function_epilogue): Likewise.
23941 (rs6000_function_value): Simplify if statement.
23942 (rs6000_libcall_value): Likewise.
23943 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Handle SDmode.
23944 (SECONDARY_MEMORY_NEEDED_RTX): Add define.
23945 * config/rs6000/dfp.md (movsd): New define_expand and splitter.
23946 (movsd_hardfloat): New define_insn.
23947 (movsd_softfloat): Likewise.
23948 (movsd_store): Likewise.
23949 (movsd_load): Likewise.
23950 (extendsddd2): Likewise.
23951 (extendsdtd2): Likewise.
23952 (truncddsd2): Likewise.
23953 (movdd_hardfloat64): Fixup comment.
23954 (UNSPEC_MOVSD_LOAD): New constant.
23955 (UNSPEC_MOVSD_STORE): Likewise.
23956
23957 2008-01-26 Jakub Jelinek <jakub@redhat.com>
23958
23959 PR c++/34965
23960 * c-pretty-print.c (pp_c_exclusive_or_expression): Handle
23961 TRUTH_XOR_EXPR.
23962 (pp_c_logical_and_expression): Handle TRUTH_AND_EXPR.
23963 (pp_c_logical_or_expression): Handle TRUTH_OR_EXPR.
23964 (pp_c_expression): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
23965 and TRUTH_XOR_EXPR.
23966
23967 2008-01-26 David Edelsohn <edelsohn@gnu.org>
23968
23969 PR target/34794
23970 * config.gcc: Separate AIX 5.3 from AIX 6.1.
23971 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
23972 __LONGDOUBLE128 too.
23973 * config/rs6000/aix61.h: New file.
23974
23975 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
23976
23977 PR rtl-optimization/34959
23978 * optabs.c (expand_unop): In libcall notes, give ffs, clz, ctz,
23979 popcount and parity rtxes the same mode as their operand.
23980 Truncate or extend the result to the return value's mode
23981 if necessary.
23982
23983 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
23984
23985 PR target/34981
23986 * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
23987 * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Rename FAKE_CALL_REGNO
23988 to GOT_VERSION_REGNUM.
23989 (CALL_REALLY_USED_REGISTERS): Set the GOT_VERSION_REGNUM entry to 0.
23990 (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
23991 * config/mips/mips.c (mips_emit_call_insn): New function.
23992 (mips_call_tls_get_addr): Call mips_expand_call directly.
23993 (mips16_copy_fpr_return_value): Use mips_emit_call_insn rather than
23994 emit_call_insn.
23995 (mips16_build_call_stub): Likewise. Return the call insn or null.
23996 (mips_expand_call): Update the call to mips16_build_call_stub
23997 accordingly and a remove redundant condition. Assert that MIPS16
23998 stubs do not use lazy binding. Use mips_emit_call_insn and return
23999 the call insn.
24000 (mips_extra_live_on_entry): Include GOT_VERSION_REGNUM if
24001 TARGET_USE_GOT.
24002 (mips_hard_regno_mode_ok_p): Allow SImode for GOT_VERSION_REGNUM.
24003 (mips_avoid_hazard): Remove hazard_set handling.
24004 * config/mips/mips.md (UNSPEC_EH_RECEIVER): Rename to...
24005 (UNSPEC_RESTORE_GP): ...this.
24006 (UNSPEC_SET_GOT_VERSION, UNSPEC_UPDATE_GOT_VERSION): New constants.
24007 (FAKE_CALL_REGNO): Rename to...
24008 (GOT_VERSION_REGNUM): ...this.
24009 (type): Add "ghost" value. Add an associated insn reservation.
24010 (hazard_set): Remove.
24011 (exception_receiver): Rename to...
24012 (restore_gp): ...this and update the unspec identifier accordingly.
24013 (exception_receiver, nonlocal_got_receiver): New expanders.
24014 (load_call<mode>): Use GOT_VERSION_REGNUM. Don't set
24015 FAKE_CALL_REGNO. Remove hazard_set attribute.
24016 (set_got_version, update_got_version): New patterns.
24017
24018 2008-01-26 Danny Smith <dannysmith@users.sourceforge.net>
24019
24020 PR target/34970
24021 * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Define.
24022
24023 2008-01-25 Joseph Myers <joseph@codesourcery.com>
24024
24025 PR other/31955
24026 * doc/install.texi2html: Generate gcc-vers.texi.
24027
24028 2008-01-25 DJ Delorie <dj@redhat.com>
24029
24030 * config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
24031
24032 2008-01-25 Joseph Myers <joseph@codesourcery.com>
24033
24034 * config/c4x: Remove directory.
24035 * config.gcc (crx-*, mt-*): Mark obsolete.
24036 (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
24037 h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
24038 sh-*-rtemscoff*): Remove cases.
24039 * defaults.h (C4X_FLOAT_FORMAT): Remove.
24040 * real.c (encode_c4x_single, decode_c4x_single,
24041 encode_c4x_extended, decode_c4x_extended, c4x_single_format,
24042 c4x_extended_format): Remove.
24043 * real.h (c4x_single_format, c4x_extended_format): Remove.
24044 * doc/extend.texi (interrupt, naked): Remove mention of attributes
24045 on C4x.
24046 (Pragmas): Remove comment about c4x pragmas.
24047 * doc/install.texi (c4x): Remove target-specific instructions.
24048 * doc/invoke.texi (TMS320C3x/C4x Options): Remove.
24049 * doc/md.texi (Machine Constraints): Remove C4x documentation.
24050 * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
24051 refer to C4x source files as examples.
24052 (C4X_FLOAT_FORMAT): Remove documentation.
24053
24054 2008-01-25 Bernd Schmidt <bernd.schmidt@analog.com>
24055
24056 * config/bfin/bfin.c (override_options): Reorder tests so that
24057 flag_pic gets enabled for -msep-data.
24058
24059 2008-01-25 Richard Guenther <rguenther@suse.de>
24060
24061 PR middle-end/32244
24062 * expr.c (expand_expr_real_1): Reduce result of LSHIFT_EXPR
24063 to its bitfield precision if required.
24064
24065 2008-01-25 Jakub Jelinek <jakub@redhat.com>
24066
24067 PR middle-end/33880
24068 * tree-nested.c (walk_omp_for): New function.
24069 (convert_nonlocal_reference, convert_local_reference): Call
24070 walk_omp_for on OMP_FOR.
24071 (convert_call_expr): Call walk_body on OMP_FOR's
24072 OMP_FOR_PRE_INIT_BODY.
24073
24074 2008-01-25 Richard Guenther <rguenther@suse.de>
24075
24076 PR tree-optimization/34966
24077 * tree-ssa-math-opts.c (execute_cse_sincos_1): For all but
24078 default defs and PHI_NODEs we have to insert after the
24079 defining statement.
24080
24081 2008-01-24 Nick Clifton <nickc@redhat.com>
24082
24083 * config/stormy16/stormy16-lib2.c (MIN_UNITS_PER_WORD):
24084 Provide a default definition.
24085 (LIBGCC2_UNITS_PER_WORD): Likewise.
24086
24087 * config/stormy16/stormy16.c: Include df.h for the prototype
24088 for df_regs_ever_live_p.
24089 (xstormy16_expand_builtin_va_start): Convert the stack offset
24090 into a component_ref and then use POINTER_PLUS_EXPR to add it
24091 to the incoming_virtual_args_rtx.
24092 (xstormy16_gimplify_va_arg_expr): Rename to
24093 xstormy16_gimplify_va_arg_expr.
24094 Use POINTER_PLUS_EXPR when performing pointer arithmetic.
24095 (TARGET_GIMPLIFY_VA_ARG_EXPR): Use renamed
24096 xstormy16_gimplify_va_arg_expr.
24097 Fix up some formatting issues.
24098
24099 * config/stormy16/stormy16.c: (xstormy16_carry_plus_operand):
24100 Move to predicates.md.
24101 (xs_hi_general_operand): Likewise.
24102 (xs_hi_nonmemory_operand): Likewise.
24103 * config/stormy16/predicates.md:
24104 (xstormy16_carry_plus_operand): New predicate.
24105 (xs_hi_general_operand): New predicate.
24106 (xs_hi_nonmemory_operand): New predicate.
24107 * config/stormy16/stormy16-protos.h:
24108 (xstormy16_carry_plus_operand): Delete prototype.
24109 (xs_hi_general_operand): Likewise.
24110 (xs_hi_nonmemory_operand): Likewise.
24111
24112 * config/storm16/stormy16.md (addhi3): Remove earlyclobber
24113 modifiers as they are no longer needed and they can trigger
24114 reload spill failures.
24115
24116 * config/storm16/stormy16.md (ineqbranchsi): Replace match_dup
24117 with a match_operand in order to help reload.
24118
24119 * config/storm16/stormy16.md (movhi_internal): Replace 'r'
24120 constraint with 'e' for the 8th alternative as this version of
24121 the mov.w instruction only accepts the lower 8 registers.
24122
24123 2008-01-25 Uros Bizjak <ubizjak@gmail.com>
24124
24125 PR target/34856
24126 * simplifx-rtx.c (simplify_const_binary_operation) [VEC_CONCAT]:
24127 Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant
24128 vector elements.
24129
24130 2008-01-25 Jakub Jelinek <jakub@redhat.com>
24131
24132 PR middle-end/33333
24133 * gimplify.c (gimplify_omp_for): Gimplify OMP_FOR_PRE_BODY.
24134
24135 2008-01-25 Golovanevsky Olga <olga@il.ibm.com>
24136
24137 * ipa-struct-reorg.c (remove_str_allocs_in_func, remove_str_allocs):
24138 New functions.
24139 (remove_structure): Update allocations list before removing structure.
24140
24141 2008-01-25 Golovanevsky Olga <olga@il.ibm.com>
24142
24143 * ipa-struct-reorg.c (is_safe_cond_expr,
24144 create_new_stmts_for_cond_expr): Use integer_zerop function,
24145 that recognize not only zero-pointer, but zero-integer too.
24146
24147 2008-01-25 Ben Elliston <bje@au.ibm.com>
24148
24149 PR other/22232
24150 * fixproto: Escape "." in sed expression that strips leading "./".
24151
24152 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
24153
24154 PR driver/34904
24155 * gcc.c (SWITCH_OK): Removed.
24156 (SWITCH_LIVE): Changed to bit.
24157 (SWITCH_FALSE): Likewise.
24158 (SWITCH_IGNORE): Likewise.
24159 (switchstr): Change live_cond to unsigned int.
24160 (process_command): Replace SWITCH_OK with 0.
24161 (do_self_spec): Likewise.
24162 (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
24163 (give_switch): Likewise.
24164 (used_arg): Likewise.
24165 (do_spec_1): Set the SWITCH_IGNORE bit.
24166 (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
24167 bits. Set the SWITCH_LIVE bit.
24168
24169 2008-01-24 Andreas Krebbel <krebbel1@de.ibm.com>
24170
24171 * config/s390/s390.h (MOVE_RATIO): Define new target macro.
24172
24173 2008-01-24 Richard Sandiford <rsandifo@nildram.co.uk>
24174
24175 PR tree-optimization/34472
24176 * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA
24177 parameter to a "bool *" and set *DATA to false if there is
24178 an unsafe access. Do not delete the structure here.
24179 (check_cond_exprs): Delete it here instead.
24180 (check_cond_exprs, exclude_cold_structs): Do not increase
24181 I when removing a structure.
24182
24183 2008-01-24 Uros Bizjak <ubizjak@gmail.com>
24184
24185 PR target/34856
24186 * config/i386/i386.c (ix86_expand_vector_init): Consider only
24187 CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements.
24188
24189 2008-01-24 Jakub Jakub Jelinek <jakub@redhat.com>
24190
24191 PR middle-end/34934
24192 * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of
24193 a fixed vector for stack.
24194
24195 2008-01-24 Ben Elliston <bje@au.ibm.com>
24196
24197 PR c++/25701
24198 * doc/gcc.texi (Software development): Add a direntry for g++.
24199
24200 2008-01-23 Hans-Peter Nilsson <hp@axis.com>
24201
24202 * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
24203 stale and straggling -fforce-addr comments above.
24204
24205 * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't
24206 define.
24207 * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define.
24208 * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define.
24209
24210 2008-01-23 Michael Matz <matz@suse.de>
24211
24212 PR debug/34895
24213 * dwarf2out.c (force_type_die): Use modified_type_die instead of
24214 gen_type_die.
24215
24216 2008-01-23 Andreas Krebbel <krebbel1@de.ibm.com>
24217
24218 * ipa-struct-reorg.c (create_new_malloc): Use pointer type as
24219 malloc result type.
24220
24221 2008-01-23 Anatoly Sokolov <aesok@post.ru>
24222
24223 * config/avr/avr.c (avr_current_arch): New variable.
24224 (avr_arch_types): Add 'avr31' and 'avr51' entries.
24225 (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'.
24226 (avr_mcu_types): Add 'avr31' and 'avr51' architectures.
24227 (avr_override_options): Init 'avr_current_arch'.
24228 (base_arch_s): Move from here...
24229 * config/avr/avr.h (base_arch_s): ... here. Add new members
24230 'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename
24231 'mega' to 'have_jmp_call'.
24232 (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__",
24233 "__AVR_HAVE_RAMPZ__", "__AVR_HAVE_ELPM__" and "__AVR_HAVE_ELPMX__"
24234 macros.
24235 (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51'
24236 architectures.
24237 * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
24238 MULTILIB_MATCHES): Ditto.
24239
24240 2008-01-23 Richard Guenther <rguenther@suse.de>
24241
24242 PR middle-end/31529
24243 * cgraphunit.c (cgraph_reset_node): Always mark the node
24244 not reachable if it is not queued already.
24245
24246 2008-01-23 Bernd Schmidt <bernd.schmidt@analog.com>
24247
24248 * config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros.
24249 * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere.
24250 (cputype_selected): New static variable.
24251 (bfin_handle_option): Set it if -mcpu is used.
24252 (override_option): Select default set of workarounds if no cpu type
24253 selected on the command line.
24254 (workaround_rts_anomaly): Only run if ENABLE_WA_RETS.
24255
24256 From Michael Frysinger <michael.frysinger@analog.com>
24257 * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add
24258 BFIN_CPU_BF547, BFIN_CPU_BF523, BFIN_CPU_BF524, and BFIN_CPU_BF526.
24259
24260 * config/bfin/elf.h (LIB_SPEC): Use proper linker script
24261 for bf547, bf523, bf524, and bf526.
24262 * config/bfin/bfin.c (bfin_cpus[]): Add bf547, bf523, bf524, and
24263 bf526.
24264 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
24265 __ADSPBF523__ for bf523, __ADSPBF524__ for bf524,
24266 __ADSPBF526__ for bf526, __ADSPBF52x__ for all three, as well as
24267 __ADSPBF547__ and __ADSPBF54x__ for bf547.
24268 * doc/invoke.texi (Blackfin Options): Document that
24269 -mcpu now accept bf547, bf523, bf524, and bf526.
24270
24271 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
24272
24273 PR rtl-optimization/34628
24274 * combine.c (try_combine): Stop and undo after the first combination
24275 if an autoincrement side-effect on the first insn has effectively
24276 been lost.
24277
24278 2008-01-22 David Edelsohn <edelsohn@gnu.org>
24279
24280 PR target/34529
24281 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
24282 Offset addresses are not valid for Altivec or paired float modes.
24283
24284 2008-01-22 Jakub Jelinek <jakub@redhat.com>
24285
24286 PR c++/34607
24287 * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
24288 if DECL_INITIAL (decl) is error_mark_node.
24289
24290 PR c++/34914
24291 * c-common.c (handle_vector_size_attribute): Only allow
24292 integral, scalar float and fixed point types. Handle OFFSET_TYPE
24293 the same way as pointer, array etc. types.
24294 * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
24295
24296 PR c++/34917
24297 * tree.c (build_type_attribute_qual_variant): Call
24298 build_qualified_type if attributes are equal, but quals are not.
24299
24300 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24301
24302 PR 32102
24303 * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
24304 * flags.h (warn_strict_aliasing): Remove.
24305 (warn_strict_overflow): Remove.
24306 * opts.c (warn_strict_aliasing): Remove.
24307 (warn_strict_overflow): Remove.
24308 * c-opts.c (c_common_handle_option): -Wall only sets
24309 -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
24310 (c_common_post_options): Give default values to -Wstrict-aliasing
24311 and -Wstrict-overflow if they are uninitialized.
24312 * common.opt (Wstrict-aliasing): Specify Var and Init.
24313 (Wstrict-overflow): Likewise.
24314
24315 2008-01-22 Kenneth Zadeck <zadeck@naturalbridge.com>
24316
24317 PR rtl-optimization/26854
24318 PR rtl-optimization/34400
24319 PR rtl-optimization/34884
24320 * ddg.c (create_ddg_dep_from_intra_loop_link): Use
24321 DF_RD->gen.
24322 * df.h (df_changeable_flags.DF_RD_NO_TRIM): Deleted
24323 (df_rd_bb_info.expanded_lr_out): Deleted
24324 * loop_invariant.c (find_defs): Deleted DF_RD_NO_TRIM flag.
24325 * loop_iv.c (iv_analysis_loop_init): Ditto. * df-problems.c
24326 (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
24327 df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
24328 Removed code to allocate, initialize or free expanded_lr_out.
24329 (df_rd_bb_local_compute_process_def): Restructured to make more
24330 understandable.
24331 (df_rd_confluence_n): Removed code to no apply invalidate_by_call
24332 sets if the sets are being trimmed.
24333
24334 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
24335
24336 PR bootstrap/32287
24337 * configure.ac (ld_vers): Support GNU linker version xx.xx.*
24338 (as_vers): Likewise.
24339 * configure: Regenerated.
24340
24341 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24342
24343 PR middle-end/33092
24344 * tree-pass.h (pass_build_alias): New pass.
24345 * tree-ssa-alias.c (gate_build_alias): New.
24346 (pass_build_alias): New.
24347 * passes.c (init_optimization_passes): Add pass_build_alias after
24348 pass_create_structure_vars.
24349
24350 2008-01-22 Wolfgang Gellerich <gellerich@de.ibm.com>
24351
24352 * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
24353 Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
24354 (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
24355 S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
24356 (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
24357 S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
24358 (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
24359 S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
24360 (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
24361 (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
24362 (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
24363 (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
24364 * config/s390/s390.md (FP_ALL): New mode iterator.
24365 (_d): New mode attribute.
24366 ("*signbit<mode>2>"): Changed mode of first operand.
24367 ("isinf<mode>2"): Changed mode of first operand.
24368 ("*TDC_insn"): Adaptation for DFP modes.
24369
24370 2008-01-22 Ben Elliston <bje@au.ibm.com>
24371
24372 * tree.c (check_qualified_type): Improve function description.
24373
24374 2008-01-21 Jason Merrill <jason@redhat.com>
24375
24376 PR c++/34196
24377 * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
24378 * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
24379 if it is set.
24380
24381 2008-01-21 DJ Delorie <dj@redhat.com>
24382
24383 * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
24384 return zero.
24385
24386 2008-01-21 Richard Guenther <rguenther@suse.de>
24387
24388 PR middle-end/34856
24389 * tree-cfg.c (verify_expr): Allow all invariant expressions
24390 instead of just constant class ones as reference argument.
24391 * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
24392 like any other constant.
24393 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
24394
24395 2008-01-21 H.J. Lu <hongjiu.lu@intel.com>
24396
24397 * regmove.c (fixup_match_1): Update call crossed frequencies.
24398
24399 2008-01-21 Richard Guenther <rguenther@suse.de>
24400
24401 PR c/34885
24402 * tree-inline.c (setup_one_parameter): Deal with mismatched
24403 types using a VIEW_CONVERT_EXPR.
24404
24405 2008-01-21 Alon Dayan <alond@il.ibm.com>
24406 Olga Golovanevsky <olga@il.ibm.com>
24407
24408 PR tree-optimization/34701
24409 * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
24410 when the structure size is not a power of 2.
24411
24412 2008-01-20 Kenneth Zadeck <zadeck@naturalbridge.com>
24413
24414 * doc/install.texi: Add doc for --enable-checking=df.
24415
24416 2008-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
24417
24418 PR rtl-optimization/34808
24419 * emit-rtl.c (try_split): Handle REG_RETVAL notes.
24420
24421 2008-01-20 Richard Sandiford <rsandifo@nildram.co.uk>
24422
24423 * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
24424 input.
24425
24426 2008-01-19 Kenneth Zadeck <zadeck@naturalbridge.com>
24427
24428 PR rtl-optimization/26854
24429 PR rtl-optimization/34400
24430 * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
24431 DF_RD->gen.
24432 * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
24433 (df_rd_bb_info.expanded_lr_out): New.
24434 * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
24435 * loop_iv.c (iv_analysis_loop_init): Ditto.
24436 * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
24437 df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
24438 Added code to allocate, initialize or free expanded_lr_out.
24439 (df_rd_bb_local_compute_process_def): Restructured to make
24440 more understandable.
24441 (df_rd_confluence_n): Add code to do nothing with fake edges and
24442 code to no apply invalidate_by_call sets if the sets are being trimmed.
24443 (df_lr_local_finalize): Renamed to df_lr_finalize.
24444 (df_live_local_finalize): Renamed to df_live_finalize.
24445
24446 2008-01-20 Richard Sandiford <rsandifo@nildram.co.uk>
24447
24448 PR target/34831
24449 * config/mips/mips.md (div<mode>3): Use <recip_condition> when
24450 deciding whether to use reciprocal instructions.
24451
24452 2008-01-19 Uros Bizjak <ubizjak@gmail.com>
24453
24454 * dwarf2out.c (dwarf2out_switch_text_section): Do not call
24455 dwarf2out_note_section_used if cold_text_section is NULL.
24456
24457 2008-01-19 Jakub Jelinek <jakub@redhat.com>
24458
24459 PR gcov-profile/34610
24460 * tree-cfg.c (make_edges): Mark both outgoing edges from
24461 OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
24462 * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
24463 from OMP_FOR and OMP_CONTINUE outgoing edges.
24464
24465 * tree-profile.c (tree_profiling): Return early if
24466 cfun->after_tree_profile != 0. Set cfun->after_tree_profile
24467 at the end.
24468 * omp-low.c (expand_omp_parallel): Copy after_tree_profile
24469 from cfun to child_cfun.
24470 * function.h (struct function): Add after_tree_profile bit.
24471
24472 2008-01-19 Anatoly Sokolov <aesok@post.ru>
24473
24474 * config/avr/avr.S (_exit): Disable interrupt.
24475
24476 2008-01-18 Kenneth Zadeck <zadeck@naturalbridge.com>
24477 Steven Bosscher <stevenb.gcc@gmail.com>
24478
24479 PR rtl-optimization/26854
24480 PR rtl-optimization/34400
24481 * df-problems.c (df_live_scratch): New scratch bitmap.
24482 (df_live_alloc): Allocate df_live_scratch when doing df_live.
24483 (df_live_reset): Clear the proper bitmaps.
24484 (df_live_bb_local_compute): Only process the artificial defs once
24485 since the order is not important.
24486 (df_live_init): Init the df_live sets only with the variables
24487 found live by df_lr.
24488 (df_live_transfer_function): Use the df_lr sets to prune the
24489 df_live sets as they are being computed.
24490 (df_live_free): Free df_live_scratch.
24491
24492 2008-01-18 Ian Lance Taylor <iant@google.com>
24493
24494 * common.opt: Add fmerge-debug-strings.
24495 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
24496 flag_merge_debug_strings rather than flag_merge_constants.
24497 * doc/invoke.texi (Option Summary): Mention
24498 -fmerge-debug-strings.
24499 (Debugging Options): Document -fmerge-debug-strings.
24500
24501 2008-01-18 Ian Lance Taylor <iant@google.com>
24502
24503 PR c++/33407
24504 * tree.h (DECL_IS_OPERATOR_NEW): Define.
24505 (struct tree_function_decl): Add new field operator_new_flag.
24506 * tree-inline.c (expand_call_inline): When inlining a call to
24507 operator new, force the return value to go into a variable, and
24508 set DECL_NO_TBAA_P on that variable.
24509 * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
24510
24511 2008-01-18 Uros Bizjak <ubizjak@gmail.com>
24512
24513 PR debug/34484
24514 * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
24515 DWARF2_DEBUGGING_INFO.
24516 (dwarf2out_note_section_used): Ditto. Add prototype.
24517 (have_multiple_function_sections, text_section_used,
24518 cold_text_section_used, *cold_text_sections): Move declarations
24519 before their uses.
24520
24521 2008-01-17 Bob Wilson <bob.wilson@acm.org>
24522
24523 * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
24524 field and add signal_ra.
24525 * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
24526 assignments to frame state pc. Move end of stack check after
24527 MD_FALLBACK_FRAME_STATE_FOR.
24528 (uw_update_context_1): Use frame state signal_regs if set, instead
24529 of checking signal_frame flag.
24530 (uw_update_context): Use frame state signal_ra if set.
24531 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
24532 * config/xtensa/linux-unwind.h: New file.
24533
24534 2008-01-18 Bernhard Fischer <aldot@gcc.gnu.org>
24535
24536 * modulo-sched.c (get_sched_window): Fix comment typo.
24537
24538 2008-01-17 Andrew MacLeod <amacleod@redhat.com>
24539
24540 PR tree-optimization/34648
24541 * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.
24542
24543 2008-01-17 Anatoly Sokolov <aesok@post.ru>
24544
24545 * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
24546 * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
24547
24548 2008-01-17 Seongbae Park <seongbae.park@gmail.com>
24549
24550 PR rtl-optimization/34400
24551 * df-core.c (df_worklist_dataflow_overeager,
24552 df_worklist_dataflow_doublequeue): New functions.
24553 (df_worklist_dataflow): Two different worklist solvers.
24554 * params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
24555 New param.
24556
24557 2008-01-16 Sebastian Pop <sebastian.pop@amd.com>
24558
24559 PR testsuite/34821
24560 * doc/invoke.texi: Document the dependence on pthread for fopenmp
24561 and ftree-parallelize-loops.
24562
24563 2008-01-17 Mircea Namolaru <namolaru@il.ibm.com>
24564
24565 PR rtl-optimization/34826
24566 * loop-doloop (doloop_modify): Update the REG_BR_PROB note.
24567
24568 2008-01-17 Andreas Krebbel <krebbel1@de.ibm.com>
24569
24570 * global.c (find_reg): Mark the eh regs as used if necessary.
24571 * ra-conflict.c (global_conflicts): Set no_eh_reg flag.
24572 * ra.h (struct allocno): no_eh_reg field added. Changed
24573 no_stack_reg type to bitfield.
24574
24575 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
24576
24577 * tree.c (substitute_in_expr): Add missing 'break'.
24578
24579 2008-01-17 Richard Guenther <rguenther@suse.de>
24580
24581 PR tree-optimization/34825
24582 * tree-ssa-math-opts.c (is_division_by): Do not recognize
24583 x / x as division to handle.
24584
24585 2008-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24586
24587 * pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
24588 "-pthread" is specified.
24589 * pa-hpux11.h (LIB_SPEC): Likewise.
24590
24591 2008-01-16 Janis Johnson <janis187@us.ibm.com>
24592 Peter Bergner <bergner@vnet.ibm.com>
24593
24594 PR rtl-optimization/33796
24595 * sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
24596
24597 2008-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24598
24599 PR libgfortran/34699
24600 * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
24601 static links.
24602 * pa-hpux10.h (LINK_SPEC): Likewise.
24603 * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
24604
24605 2008-01-16 Richard Guenther <rguenther@suse.de>
24606
24607 PR middle-end/32628
24608 * fold-const.c (fold_convert_const_int_from_int): Do not
24609 set overflow if that occured only because of a sign extension
24610 change when converting from/to a sizetype with the same
24611 precision and signedness.
24612
24613 2008-01-16 Uros Bizjak <ubizjak@gmail.com>
24614
24615 PR debug/34249
24616 * dwarf2out.c (output_call_frame_info): Move output of FDE initial
24617 location address to the correct place. Update copyright year.
24618
24619 2008-01-16 Sebastian Pop <sebastian.pop@amd.com>
24620
24621 * lambda-code.c (lambda_transform_legal_p): Handle the case of
24622 no dependences in the dependence_relations vector.
24623
24624 2008-01-16 Jan Hubicka <jh@suse.cz>
24625
24626 PR rtl-optimization/31396
24627 * regstat.c (regstat_bb_compute_ri): Compute FREQ_CALLS_CROSSED.
24628 * cfg.c (dump_reg_info): Print it.
24629 * regs.h (struct reg_info_t): add freq_calls_crossed.
24630 (REG_FREQ_CALLS_CROSSED): New macro.
24631 * global.c (global_alloc): Compute freq_calls_crossed for allocno.
24632 (find_reg): Update call of CALLER_SAVE_PROFITABLE.
24633 * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
24634 regmove_optimize): Update call crossed frequencies.
24635 * local-alloc.c (struct qty): Add freq_calls_crossed.
24636 (alloc_qty): Copute freq_calls_crossed.
24637 (update_equiv_regs, combine_regs): Update REG_FREQ_CALLS_CROSSED.
24638 (find_free_reg): Update call of CALLER_SAVE_PROFITABLE.
24639 * ra.h (struct allocno): Add freq_calls_crossed.
24640
24641 2008-01-16 Sebastian Pop <sebastian.pop@amd.com>
24642
24643 * gcc.c (LINK_COMMAND_SPEC): Add includes and link options for
24644 libgomp when compiling with ftree-parallelize-loops.
24645 (GOMP_SELF_SPECS): Add -pthread for ftree-parallelize-loops.
24646
24647 2008-01-16 Richard Guenther <rguenther@suse.de>
24648
24649 PR tree-optimization/34769
24650 * tree-data-ref.c (initialize_matrix_A): Revert fix for PR34458.
24651 * tree.c (int_cst_value): Instead make this function more
24652 permissive in what it accepts as valid input. Document this
24653 function always sign-extends the value.
24654
24655 2008-01-16 Jakub Jelinek <jakub@redhat.com>
24656 Richard Guenther <rguenther@suse.de>
24657
24658 PR c/34668
24659 * gimplify.c (fold_indirect_ref_rhs): Rename to ...
24660 (gimple_fold_indirect_ref_rhs): ... this.
24661 (gimple_fold_indirect_ref): New function with foldings
24662 that preserve lvalueness.
24663 (gimplify_modify_expr_rhs): Call gimple_fold_indirect_ref_rhs.
24664 * tree-flow.h (gimple_fold_indirect_ref): Declare.
24665 * tree-inline.c (copy_body_r): Use gimple_fold_indirect_ref
24666 to fold an INDIRECT_REF, fall back to the old use of
24667 fold_indirect_ref_1.
24668
24669 2008-01-16 Sebastian Pop <sebastian.pop@amd.com>
24670
24671 * tree-data-ref.c (subscript_dependence_tester_1): Call
24672 free_conflict_function.
24673 (compute_self_dependence): Same.
24674
24675 2008-01-16 Uros Bizjak <ubizjak@gmail.com>
24676
24677 PR debug/34249
24678 * debug.h (dwarf2out_switch_text_section): Move declaration from ...
24679 * dwarf2out.c (dwarf2out_switch_text_section): ... here. Make
24680 function global.
24681 * final.c (final_scan_insn) [NOTE_INSN_SWITCH_TEXT_SECTIONS]:
24682 Depending on dwarf2out_do_frame, call dwarf2out_switch_text_section
24683 for DWARF2_UNWIND_INFO targets.
24684
24685 2008-01-16 Richard Guenther <rguenther@suse.de>
24686
24687 PR c/34768
24688 * c-typeck.c (common_pointer_type): Do not merge inconsistent
24689 type qualifiers for function types.
24690
24691 2008-01-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
24692
24693 * tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for
24694 loop_iterator li from previous commit.
24695
24696 2008-01-15 Sebastian Pop <sebastian.pop@amd.com>
24697
24698 * tree-parloops.c (gen_parallel_loop): Free loop bound estimations.
24699
24700 2008-01-12 Sebastian Pop <sebastian.pop@amd.com>
24701
24702 * tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.
24703 (parallelize_loops): Don't parallelize irreducible components.
24704
24705 2008-01-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
24706
24707 PR c++/24924
24708 * c-opts (c_common_post_options): Do not enable CPP
24709 flag_pedantic_errors by default.
24710
24711 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
24712
24713 PR rtl-optimization/31944
24714 * cse.c (remove_pseudo_from_table): New function.
24715 (merge_equiv_classes): Use above function to remove pseudo-registers.
24716 (invalidate): Likewise.
24717
24718 2008-01-13 Richard Guenther <rguenther@suse.de>
24719
24720 PR middle-end/34601
24721 * emit-rtl.c (set_reg_attrs_for_decl_rtl): Use DECL_MODE
24722 instead of TYPE_MODE to deal with calls from expand_one_error_var.
24723
24724 2008-01-13 Uros Bizjak <ubizjak@gmail.com>
24725
24726 * gcse.c (cprop_jump): Call validate_unshare_change instead of
24727 validate_change to unshare the source of the PC set.
24728
24729 2008-01-12 Jan Hubicka <jh@suse.cz>
24730
24731 PR middle-end/32135
24732 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
24733 references above array bounds. This might trigger bounds checks for
24734 pointers to arrays.
24735
24736 2008-01-12 Sebastian Pop <sebastian.pop@amd.com>
24737
24738 * tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and
24739 new_replaceable_dependencies.
24740
24741 2008-01-12 Doug Kwan <dougkwan@google.com>
24742
24743 * c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
24744 instead of OPT_Wreturn_type in warning due to ignored return type
24745 qualifiers.
24746 * c-opt.c (c_common_post_option): Add -Wignored-qualifiers to
24747 options included in -Wextra.
24748 * c.opt: New option -Wignored_qualifiers.
24749 * doc/invoke.texi (Warning Options, -Wextra): Add new option
24750 -Wignore_qualifiers.
24751 (-Wignored-qualifiers): Document.
24752 (-Wreturn-type): Remove description of functionality now handled
24753 by -Wignored-qualifiers.
24754
24755 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
24756
24757 PR ada/33788
24758 * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Fold an existing
24759 NOP_EXPR if it is between integral types with the same precision.
24760
24761 2008-01-12 Jan Hubicka <jh@suse.cz>
24762
24763 PR other/28023
24764 * invoke.texi (max-inline-recursive-depth): Fix default value.
24765
24766 2008-01-12 Zdenek Dvorak <ook@ucw.cz>
24767
24768 * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
24769 correct type.
24770
24771 2008-01-11 Bob Wilson <bob.wilson@acm.org>
24772
24773 * config/xtensa/xtensa.c (override_options): Set flag_shlib.
24774
24775 2008-01-11 James E. Wilson <wilson@specifix.com>
24776
24777 PR target/26015
24778 * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
24779
24780 2008-01-11 Anatoly Sokolov <aesok@post.ru>
24781
24782 * config/avr/avr.c (expand_prologue, expand_epilogue): Don't
24783 save/restore frame pointer register and don't use 'call-prologues'
24784 optimization in function with "OS_task" attribute.
24785
24786 2008-01-11 Eric Botcazou <ebotcazou@adacore.com>
24787
24788 PR middle-end/31309
24789 * expr.c (copy_blkmode_from_reg): Use a mode suited to the size
24790 when copying to memory.
24791
24792 2008-01-11 Steven Bosscher <stevenb.gcc@gmail.com>
24793
24794 PR rtl-optimization/30905
24795 * cfgcleanup.c: Include dce.h
24796 (crossjumps_occured): New global variable.
24797 (try_crossjump_bb): Exit loop after finding a fallthru edge.
24798 If something changed, set crossjumps_occured to true.
24799 (try_optimize_cfg): Clear crossjumps_occured at the beginning.
24800 Don't add/remove fake edges to exit here...
24801 (cleanup_cfg): ...but do it here, when crossjumping.
24802 Run a fast DCE when successful crossjumps occured in the latest
24803 iteration of try_optimize_cfg.
24804
24805 2008-01-11 Richard Guenther <rguenther@suse.de>
24806
24807 * tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
24808 (struct vn_unary_op_s): Likewise.
24809 (vn_reference_insert): Free old reference on hash collision.
24810
24811 2008-01-10 Raksit Ashok <raksit@google.com>
24812
24813 PR rtl-optimization/27971
24814 * combine.c (find_split_point): Split PLUS expressions which are
24815 inside a MEM rtx, and whose first operand is complex.
24816
24817 2008-01-10 DJ Delorie <dj@redhat.com>
24818
24819 * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Renamed from...
24820 (m32c_hard_regno_nregs): ...this, which is now a wrapper.
24821 (m32c_hard_regno_ok): Call the underlying function.
24822
24823 2008-01-10 Richard Guenther <rguenther@suse.de>
24824
24825 PR middle-end/34683
24826 * tree-cfg.c (tree_merge_blocks): Do not go through the
24827 full-blown folding and stmt updating path if we just deal
24828 with virtual operands.
24829 * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
24830 test for abnormal SSA_NAMEs.
24831
24832 2008-01-10 Andreas Krebbel <krebbel1@de.ibm.com>
24833
24834 PR middle-end/34641
24835 * reload.c (push_reload): Add assertions. All constants from
24836 reg_equiv_constant should have been used for replacing the respective
24837 pseudo earlier.
24838 (find_reloads_address): Invoke find_reloads_address_part for
24839 constant taken from the reg_equiv_constant array.
24840
24841 2008-01-10 Steven Bosscher <stevenb.gcc@gmail.com>
24842
24843 * tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed
24844 field (valnum) the first in the struct. Replace bools with
24845 unit bit fields.
24846
24847 2008-01-10 Richard Guenther <rguenther@suse.de>
24848
24849 PR tree-optimization/34651
24850 * tree-sra.c (sra_build_assignment): Sanitize. Use the correct
24851 types and ordering for masking and converting.
24852
24853 2008-01-09 Sebastian Pop <sebastian.pop@amd.com>
24854
24855 PR tree-optimization/34017
24856 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
24857 also for PHI_NODE expressions.
24858
24859 2008-01-09 Jan Hubicka <jh@suse.cz>
24860
24861 PR tree-optimization/34708
24862 * tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
24863 based on number of case labels.
24864 (init_inline_once): Remove switch_cost.
24865 * tree-inline.h (eni_weights_d): Remove switch_cost.
24866
24867 2008-01-09 Richard Guenther <rguenther@suse.de>
24868 Andrew Pinski <andrew_pinski@playstation.sony.com>
24869
24870 PR middle-end/30132
24871 * gimplify.c (gimplify_cond_expr): Do not create an addressable
24872 temporary if an rvalue is ok or an lvalue is not required.
24873
24874 2008-01-09 Richard Guenther <rguenther@suse.de>
24875
24876 PR middle-end/34458
24877 * tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
24878 adjust return type.
24879
24880 2008-01-09 Richard Guenther <rguenther@suse.de>
24881
24882 PR middle-end/34679
24883 * tree.c (host_integerp): Check for sizetype only if the
24884 type is an integer type.
24885
24886 2008-01-09 Steven Bosscher <stevenb.gcc@gmail.com>
24887
24888 PR debug/26364
24889 * opts.c (decode_options): Disable inlining of functions called
24890 once if not in unit-at-a-time mode.
24891
24892 2008-01-09 Alexandre Oliva <aoliva@redhat.com>
24893
24894 * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
24895
24896 2008-01-08 Richard Guenther <rguenther@suse.de>
24897
24898 PR middle-end/31863
24899 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
24900 out early if the result will be unused.
24901
24902 2008-01-08 Uros Bizjak <ubizjak@gmail.com>
24903
24904 PR target/34709
24905 Revert:
24906
24907 2008-01-05 Uros Bizjak <ubizjak@gmail.com>
24908 * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
24909 for TARGET_RECIP.
24910
24911 2008-01-08 Jan Sjodin <jan.sjodin@amd.com>
24912
24913 * config/i386/i386.c (k8_cost, amdfam10_cost): Branch costs
24914 for vectorization tuned.
24915
24916 2008-01-08 Richard Guenther <rguenther@suse.de>
24917
24918 PR tree-optimization/34683
24919 * tree-ssa-operands.c (operand_build_cmp): Export.
24920 * tree-ssa-operands.h (operand_build_cmp): Declare.
24921 * tree-vn.c (vuses_compare): Remove.
24922 (sort_vuses): Use operand_build_cmp.
24923 (sort_vuses_heap): Likewise.
24924 * tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
24925 to re-use old VEC if available. Do not sort already sorted VUSEs.
24926 (vdefs_to_vec): Do not sort already sorted VDEFs.
24927
24928 2008-01-08 Jakub Jelinek <jakub@redhat.com>
24929
24930 PR middle-end/34694
24931 * omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.
24932
24933 2008-01-08 Uros Bizjak <ubizjak@gmail.com>
24934
24935 PR target/34702
24936 * doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
24937 limitations of reciprocal sequences on x86 targets.
24938
24939 2008-01-08 Richard Guenther <rguenther@suse.de>
24940
24941 PR tree-optimization/34683
24942 * tree-flow-inline.h (var_ann): Remove overzealous asserts.
24943
24944 2008-01-07 Jakub Jelinek <jakub@redhat.com>
24945
24946 PR target/34622
24947 * config/darwin.c (darwin_mergeable_string_section): Don't use
24948 .cstring if int_size_in_bytes != TREE_STRING_LENGTH.
24949
24950 2008-01-07 Uros Bizjak <ubizjak@gmail.com>
24951
24952 PR target/34682
24953 * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
24954 negxf2. Macroize expander using X87MODEF mode iterator. Change
24955 predicates of op0 and op1 to register_operand.
24956 (abs<mode>2): Rename from abssf2, absdf2 and negxf2. Macroize
24957 expander using X87MODEF mode iterator. Change predicates of
24958 op0 and op1 to register_operand.
24959 ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
24960 corresponding patterns and macroize using MODEF macro. Change
24961 predicates of op0 and op1 to register_operand and remove
24962 "m" constraint. Disparage "r" alternative with "!".
24963 ("*absneg<mode>2_i387"): Rename from corresponding patterns and
24964 macroize using X87MODEF macro. Change predicates of op0 and op1
24965 to register_operand and remove "m" constraint. Disparage "r"
24966 alternative with "!".
24967 (absneg splitter with memory operands): Remove.
24968 ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
24969 patterns and macroize using X87MODEF mode iterator.
24970 * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
24971 Change predicate of op1 to register_operand.
24972 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
24973 for memory operands.
24974
24975 2008-01-07 Nathan Froyd <froydnj@codesourcery.com>
24976
24977 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
24978
24979 2008-01-07 Richard Guenther <rguenther@suse.de>
24980
24981 * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
24982 fields.
24983
24984 2008-01-07 Richard Guenther <rguenther@suse.de>
24985
24986 PR tree-optimization/34683
24987 * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
24988 VOPs of the needed size to save memory. Use VEC_quick_push
24989 to save compile-time.
24990 (vdefs_to_vec): Likewise.
24991
24992 2008-01-07 Sa Liu <saliu@de.ibm.com>
24993
24994 * config/spu/spu.md (divdf3): Genetate inline code for double
24995 division. The implementation doesn't handle INF or NAN, therefore it
24996 only applies when -ffinite-math-only is given.
24997
24998 2008-01-06 Paolo Carlini <pcarlini@suse.de>
24999
25000 PR libstdc++/34680
25001 * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
25002 * doc/cpp.texi ([Common Predefined Macros]): Document.
25003
25004 2008-01-06 Uros Bizjak <ubizjak@gmail.com>
25005
25006 * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
25007 order to use commutative addition instead of subtraction.
25008
25009 2008-01-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
25010 Mircea Namolaru <namolaru@il.ibm.com>
25011 Vladimir Yanovsky <yanov@il.ibm.com>
25012 Revital Eres <eres@il.ibm.com>
25013
25014 PR tree-optimization/34263
25015 * tree-outof-ssa.c (process_single_block_loop_latch,
25016 contains_tree_r): New functions.
25017 (analyze_edges_for_bb): Call process_single_block_loop_latch
25018 function to empty single-basic-block latch block if possible.
25019
25020 2008-01-05 Uros Bizjak <ubizjak@gmail.com>
25021
25022 * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
25023 for TARGET_RECIP.
25024 (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.
25025
25026 2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
25027
25028 * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
25029
25030 2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
25031
25032 * config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
25033
25034 2008-01-05 Jakub Jelinek <jakub@redhat.com>
25035
25036 PR tree-optimization/34618
25037 * tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
25038 flag from T.
25039
25040 2008-01-05 Uros Bizjak <ubizjak@gmail.com>
25041
25042 PR target/34673
25043 * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
25044 in the call to gen_rtx_NE. Remove unneeded VECTOR_MODE_P check.
25045 Update copyright year.
25046
25047 * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
25048 Update copyright year.
25049 * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
25050 using NR fixup.
25051
25052 2008-01-05 Zhouyi Zhou <zhouzhouyi@FreeBSD.org>
25053
25054 * tree-vrp.c (find_conditional_asserts): Remove redundant check that
25055 edge does not point to current bb before changing need_assert.
25056
25057 2008-01-04 Richard Guenther <rguenther@suse.de>
25058
25059 PR middle-end/34029
25060 * tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
25061 for verifying purposes if they are is_gimple_min_invariant.
25062
25063 2008-01-04 Aldy Hernandez <aldyh@redhat.com>
25064
25065 PR tree-optimization/34448
25066 PR tree-optimization/34465
25067 * gimplify.c (gimplify_init_constructor): Add new parameter
25068 notify_temp_creation. Use it.
25069 (gimplify_modify_expr_rhs): Take volatiles into account when
25070 optimizing constructors.
25071 Do not optimize constructors if gimplify_init_constructor will dump to
25072 memory.
25073 * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
25074 * gcc.c-torture/compile/pr34448.c: New.
25075
25076 2008-01-04 Jakub Jelinek <jakub@redhat.com>
25077
25078 PR gcov-profile/34609
25079 * tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
25080 return_slot if result is TREE_ADDRESSABLE.
25081
25082 2008-01-04 Richard Sandiford <rsandifo@nildram.co.uk>
25083
25084 * config/mips/mips.md (sqrt_condition): Tweak comment.
25085 (recip_condition): Likewise. Require TARGET_FLOAT64 for DFmode.
25086
25087 2008-01-03 Tom Tromey <tromey@redhat.com>
25088
25089 PR c/34457
25090 * c-common.c (c_type_hash): Handle VLAs.
25091
25092 2008-01-03 Jan Hubicka <jh@suse.cz>
25093
25094 PR tree-optimization/31081
25095 * tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
25096 0 when inlining and not inlining to first basic block.
25097 (remap_decl): When var is initialized to 0, don't set default_def.
25098 (expand_call_inline): Set entry_bb.
25099 * tree-inline.h (copy_body_data): Add entry_bb.
25100
25101 2008-01-03 Jakub Jelinek <jakub@redhat.com>
25102
25103 PR c++/34619
25104 * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
25105 before returning.
25106
25107 PR tree-optimization/29484
25108 * tree-inline.c (inline_forbidden_p_2): New function.
25109 (inline_forbidden_p): Disallow inlining if some static var
25110 has an address of a local LABEL_DECL in its initializer.
25111 * doc/extend.texi (Labels as Values): Document &&foo behaviour
25112 vs. inlining.
25113
25114 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
25115
25116 PR tree-optimization/34635
25117 * tree-data-ref.c (add_other_self_distances): Make sure that the
25118 evolution step is constant.
25119
25120 2008-01-03 Jakub Jelinek <jakub@redhat.com>
25121
25122 PR middle-end/34608
25123 * omp-low.c (expand_omp_parallel): Purge dead EH edges in the child fn.
25124
25125 2008-01-02 Richard Sandiford <rsandifo@nildram.co.uk>
25126
25127 * tree-sra.c (scalarize_init): Insert the generate_element_init
25128 statements after the generate_element_zero statements.
25129
25130 2008-01-02 Richard Guenther <rguenther@suse.de>
25131
25132 PR middle-end/34093
25133 PR middle-end/31976
25134 * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
25135 for very large number of operands instead of ICEing.
25136
25137 2008-01-02 Arthur Norman <acn1@cam.ac.uk>
25138
25139 PR target/34013
25140 * config/i386/i386.c (ix86_expand_prologue): Save red-zone
25141 while stack probing.
25142
25143 2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
25144
25145 * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
25146 in C++0x mode.
25147
25148 2008-01-01 Volker Reichelt <v.reichelt@netcologne.de>
25149
25150 PR libmudflap/26442
25151 * tree-mudflap.c (mx_register_decls): Guard warning by
25152 !DECL_ARTIFICIAL check.
25153
25154 2008-01-01 Jakub Jelinek <jakub@redhat.com>
25155
25156 * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
25157 sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
25158 sse5_perm<mode>): Fix constraints.