2008-04-02 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / ChangeLog
bloba419a65187920ac2285e434222f4f0dc6ee74e28
1 2008-04-02  Vladimir Makarov  <vmakarov@redhat.com>
3         * ira-color.c (start_allocno_priorities): Permit zero allocno
4         nref.
6 2008-03-31  Vladimir Makarov  <vmakarov@redhat.com>
8         * ira-color.c (push_allocnos_to_stack): Don't use double.  Use
9         const as the secondary heuristic.
11         * ira-emit.c (set_allocno_reg): Change cap reg too.  Process all
12         loop parents.
13         
14         * doc/invoke.texi (-fira-coalescing): Change to -fira-coalesce.
16         * toplev.h (flag_lower_subreg): Remove.
18         * global.c (build_insn_chain): Remove the prototype.
20         * alias.c (value_addr_p): Change comment.
22         * emit-rtl.c (gen_lowpart_common): Remove CONCATN.
24         * simplify-rtx.c (simplify_subreg): Ditto.
26         * common.opt (flower-subreg): Remove.
28         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Fix last
29         merge.
31 2008-03-29  Vladimir Makarov  <vmakarov@redhat.com>
33         * ira-lives (process_single_reg_class_operands): Fix typo in
34         setting up cover_class.
36 2008-03-28  Vladimir Makarov  <vmakarov@redhat.com>
38         * ira-conflicts.c, global.c, regmove.c, function.c,
39         ira-emit.c, alias.c, reload1.c: Add comments, fix comments.
41         * reload.h: Add 2008 to the Copyright.
42         
43         * caller-save.c: Add comments.
44         (reg_save_code, reg_restore_code, initiate_saved_hard_regs,
45         new_saved_hard_reg, finish_saved_hard_regs,
46         saved_hard_reg_compare_func, calculate_local_save_info,
47         set_up_bb_rts_numbers, rpost_cmp, calculate_save_in_out,
48         calculate_save_here, make_global_save_analysis,
49         print_hard_reg_set_and_mode, print_hard_reg_set, print_save_data,
50         set_hard_reg_saved, add_stored_regs): Add prototypes.
51         
52         * df-scan.c (df_get_call_refs): Use
53         get_call_invalidated_used_regs.
55         * ira-int.h: Add comments.
56         (loop_tree_node): Rename inner to children.
57         (ira_allocate_regset, ira_free_regset): Remove.
58         (reassign_conflict_allocnos): Remove one parameter.
60         * ira-color.c: Add comments.
61         (setup_curr_costs): Rename to update_curr_costs.
62         (allocno_cost_compare_func, print_coalesced_allocno,
63         allocno_reload_assign): Add prototypes.
64         (reassign_conflict_allocnos): Remove one parameter.
66         * ira-lives.c: Add comments.
67         (make_regno_dead, make_regno_born_and_dead,
68         create_start_finish_chains, print_allocno_live_ranges,
69         print_live_ranges): Add protoypes.
71         * ira-build.c: Add comments.
72         (copy_allocno_live_range_list): Make it static.
74         * ira.c: Add comments.
75         (setup_cover_classes): Rename to
76         setup_cover_and_important_classes.
77         (free_register_move_costs, chain_freq_compare, chain_bb_compare,
78         ira): New prototypes.
79         (mode_inner_mode, setup_inner_mode, ira_allocate_regset,
80         ira_free_regset): Remove.
82         * ira.h: Add comments.
83         (SECONDARY_INPUT_RELOAD_CLASS,
84         SECONDARY_OUTPUT_RELOAD_CLASS, HAVE_SECONDARY_RELOADS,
85         MEMORY_MOVE_COST, reg_equiv_memory_loc_varray, reg_equiv_constant,
86         reg_equiv_memory_loc, reg_equiv_address, reg_equiv_mem, ira):
87         Remove.
88         
89         * ira-costs.c: Add comments.
90         (find_allocno_class_costs): Make common class a cover class.
91         
92 2008-03-20  Vladimir Makarov  <vmakarov@redhat.com>
94         * ira-int.h (allocno): Rename conflict_allocno_vec and
95         conflict_allocno_vec_size into conflict_allocno_array and
96         conflict_allocno_array_size.  Remove conflict_allocnos_num.
97         Rename total_conflict_allocnos_num into conflict_allocnos_num New
98         members child_renamed_p and conflict_vec_p.
99         (ALLOCNO_CONFLICT_ALLOCNO_VEC): Rename to
100         ALLOCNO_CONFLICT_ALLOCNO_ARRAY.
101         (ALLOCNO_CONFLICT_ALLOCNO_VEC_SIZE): Rename to
102         ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE.
103         (ALLOCNO_CHILD_RENAMED_P, ALLOCNO_CONFLICT_VEC_P): New macros.
104         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Change to
105         FOR_EACH_ALLOCNO_IN_SET.
106         (allocno_set_iterator): New typedef.
107         (allocno_set_iter_init, allocno_set_iter_cond,
108         allocno_set_iter_next): New functions.
109         (conflict_vector_profitable_p, allocate_allocno_conflict_vec): New
110         prototypes.
111         (allocno_iterator): New typedef.
112         (allocno_iter_init, allocno_iter_cond): New functions.
113         (FOR_EACH_ALLOCNO): New macro.
114         (copy_iterator): New typedef.
115         (copy_iter_init, copy_iter_cond): New functions.
116         (FOR_EACH_COPY): New macro.
117         (allocno_conflict_iterator): New typedef.
118         (allocno_conflict_iter_init, allocno_conflict_iter_cond,
119         allocno_conflict_iter_next): New functions.
120         (conflict_vector_profitable_p, allocate_allocno_conflict_vec): New
121         prototypes.
122         (FOR_EACH_ALLOCNO_CONFLICT): New macro.
124         * ira-conflicts.c (conflicts): Change type.
125         (CONFLICT_P): Use one more index for conflicts.
126         (build_conflict_bit_table): Change allocation and initialization
127         of conflicts.
128         (mirror_conflicts): Rewrite.
129         (remove_conflict_allocno_copies): Use FOR_EACH_ALLOCNO.
130         (build_allocno_conflict_vects): Rename to build_allocno_conflicts.
131         Rewrite it.
132         (print_conflicts): Use FOR_EACH_ALLOCNO, don't print star.
133         (ira_build_conflicts): Use FOR_EACH_ALLOCNO.
135         * ira-color.c (assign_hard_reg): Use FOR_EACH_ALLOCNO_CONFLICT.
136         Use min_full_cost for finding register profitability.
137         (push_allocno_to_stack): Use FOR_EACH_ALLOCNO_CONFLICT.
138         (setup_allocno_left_conflicts_num, coalesced_allocno_conflict_p):
139         Ditto.
140         (move_spill_restore): Use FOR_EACH_ALLOCNO.
141         (reassign_conflict_allocnos): Ditto.  Use
142         FOR_EACH_ALLOCNO_CONFLICT.
143         (sort_regnos_for_alter_reg): Use FOR_EACH_ALLOCNO.
144         (reassign_pseudos): Use FOR_EACH_ALLOCNO_CONFLICT.
146         * ira-lives.c (make_regno_born, clear_allocno_live,
147         mark_reg_death, process_single_reg_class_operands,
148         process_bb_node_lives): Use FOR_EACH_ALLOCNO_IN_SET.
149         (create_start_finish_chains, print_live_ranges): Use
150         FOR_EACH_ALLOCNO.
152         * ira-emit.c (set_allocno_reg): Set up ALLOCNO_CHILD_RENAMED_P.
153         (set_allocno_somewhere_renamed_p): Use
154         ALLOCNO_CONFLICT_ALLOCNO_ARRAY.
155         (ira_emit): Use FOR_EACH_ALLOCNO.
157         * ira.c (setup_reg_renumber, setup_allocno_assignment_flags,
158         calculate_allocation_cost, check_allocation,
159         print_redundant_copies, setup_preferred_alternate_classes): Use
160         FOR_EACH_ALLOCNO.
162         * ira-costs.c (print_costs, setup_allocno_cover_class_and_costs,
163         ira_costs, tune_allocno_costs_and_cover_classes): Use
164         FOR_EACH_ALLOCNO.
166         * ira-build.c (check_allocno_conflict_vec): Remove.
167         (add_to_allocno_conflict_vec): Rename to
168         allocate_allocno_conflicts.  Rewrite.
169         (allocate_allocno_conflict_bit_vec, allocate_allocno_conflicts,
170         remove_wrong_conflicts, change_allocno_conflicts): New functions.
171         (rebuild_regno_allocno_maps): Use FOR_EACH_ALLOCNO.
172         (create_allocno): Initialize ALLOCNO_CHILD_RENAMED_P and
173         ALLOCNO_CONFLICT_VEC_P.
174         (conflict_vector_profitable_p): New function.
175         (compress_allocno_conflict_vec): Use
176         ALLOCNO_CONFLICT_ALLOCNO_ARRAY and don't use
177         ALLOCNO_TOTAL_CONFLICT_ALLOCNOS_NUM.
178         (compress_conflict_vecs): Use FOR_EACH_ALLOCNO.  Check
179         ALLOCNO_CONFLICT_VEC_P.
180         (propagate_info_to_cap): Use FOR_EACH_ALLOCNO_CONFLICT.
181         (finish_allocnos): Use FOR_EACH_ALLOCNO.
182         (finish_copies): Use FOR_EACH_COPY.
183         (check_and_add_conflicts): Change second parameter.  Use
184         add_to_allocno_conflicts instead of add_to_allocno_conflict_vec.
185         (temp_change_bit_vec): New variable.
186         (ira_flattening): Use FOR_EACH_ALLOCNO and FOR_EACH_COPY.  Use
187         remove_wrong_conflicts, change_allocno_conflicts.  Allocate and
188         free temp_change_bit_vec.  Nullify `allocnos' elements for removed
189         allocnos.  Check ALLOCNO_CHILD_RENAMED_P for removing obsolete
190         conflicts.  Don't compress and enumerate allocnos and copies.
191         Nullify `copies' elements for removed copies.  Use
192         add_to_allocno_conflicts instead of add_to_allocno_conflict_vec.
193         (ira_build): Use FOR_EACH_ALLOCNO.
194         
195 2008-03-18  Vladimir Makarov  <vmakarov@redhat.com>
197         * common.opt (fira-algorithm): Fix description
199         * ira-int.h (allocno): Remove best_class.
200         (ALLOCNO_BEST_CLASS): Remove.
201         (strict_class_subset_p): Remove.
202         
203         * ira-color.c (get_coalesced_allocnos_best_class_and_freq): Rename
204         to get_coalesced_allocnos_attributes.  Change prototype.
205         Calculate available regs.
206         (bucket_allocno_compare_func, sort_bucket): New functions.
207         (sorted_allocnos_for_spilling): New variable.
208         (assign_hard_reg): Don't add prohibited_class_mode_regs to
209         conflicting_regs.  Use it in loop for finding the best hard
210         register.
211         (add_allocno_to_ordered_bucket): Use bucket_allocno_compare_func.
212         (push_only_colorable): Call sort_bucket.
213         (push_allocnos_to_stack): Use sorted_allocnos_for_spilling instead
214         of sorted_allocnos.
215         (put_allocno_into_bucket): Use add_allocno_to_bucket instead of
216         add_allocno_to_ordered_bucket.
217         (initiate_ira_assign): Allocate sorted_allocnos_for_spilling.
218         (finish_ira_assign): Free sorted_allocnos_for_spilling.
220         * ira-emit.c (modify_move_list): Remove setting ALLOCNO_BEST_CLASS
221         up.
222         
223         * ira-build.c (create_allocno, create_cap_allocno): Ditto.
224         
225         * ira.c (strict_class_subset_p): Remove.
226         (setup_class_subset_and_memory_move_costs): Remove setting
227         strict_class_subset_p up.
228         
229         * ira-costs.c (setup_allocno_cover_class_and_costs): Remove
230         setting ALLOCNO_BEST_CLASS up.
231         
232 2008-03-12  Vladimir Makarov  <vmakarov@redhat.com>
234         * ira-int.h (allocno_pool, copy_pool, allocno_live_range_pool):
235         Remove external definitions.
236         (free_allocno_updated_costs, allocate_cost_vector,
237         free_cost_vector): New prototypes.
238         (allocate_and_set_costs, allocate_and_copy_costs,
239         allocate_and_set_or_copy_costs): Change prototypes.  Use
240         allocate_cost_vector instead of ira_allocate.
242         * ira-conflicts.c (add_insn_allocno_copies): Pass register class
243         to allocate_and_set_costs.
245         * ira-color.c (update_copy_costs_1): Pass register class to
246         allocate_and_set_or_copy_costs.
247         (assign_hard_reg): Pass register class to allocate_and_copy_costs.
248         Free updated costs.
249         (pop_allocnos_from_stack, color_allocnos): Check updated costs.
250         (color_pass): Pass register class to allocate_and_set_costs.  Free
251         updated costs.
252         (move_spill_restore): Check reg equivalences.
253         (setup_curr_costs): Pass register class to
254         allocate_and_set_or_copy_costs.
255         (reassign_conflict_allocnos, allocno_reload_assign): Check updated
256         costs.
257         (calculate_spill_cost): Use REG_N_REFS after checking regno.
259         * ira-lives.c (process_single_reg_class_operands): Pass register
260         class to allocate_and_set_costs.
262         * ira-build.c (allocno_pool, allocno_live_range_pool): New
263         variables.
264         (initiate_allocnos): Initiate the pools.
265         (free_allocno_updated_costs): New function.
266         (finish_allocno): Use free_cost_vector.  Free the pools.
267         (copy_pool): New variable.
268         (initiate_copies): Initiate the pool.
269         (cost_vector_pool): New variable.
270         (initiate_cost_vectors, allocate_cost_vector, free_cost_vector,
271         finish_cost_vectors): New functions.
272         (ira_flattening): Call free_allocno_updated_costs.  Check updated
273         costs.
274         (ira_build): Call initiate_cost_vectors.
275         (ira_destroy): Call finish_cost_vectors.
277         * ira.c (find_reg_equiv_invariant_const): Check read only memory.
278         (setup_reg_renumber, setup_allocno_assignment_flags): Call
279         free_allocno_updated_costs.
280         (ira): Remove initializations and freeing allocno_pool, copy_pool,
281         and allocno_live_range_pool.  Call generate_setjmp_warnings.
283         * ira-costs.c (process_bb_node_for_hard_reg_moves,
284         tune_allocno_costs_and_cover_classes): Pass register class to
285         allocate_and_set_costs.
287         * caller-save.c (save_slots_num, save_slots): New variables.
288         (init_save_areas): Initiate save_slots_num.
289         (setup_save_areas): Use stack slots from the previous reload
290         iteration independetly what slot was used on the previous pass.
291         
292 2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>
294         * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
295         Remove commutativity hint.
297 2008-03-06  Vladimir Makarov  <vmakarov@redhat.com>
299         * ira.h (sort_regnos_for_alter_reg): Add parameter.
300         
301         * reload1.c (reload): Pass additional argument to
302         sort_regnos_for_alter_reg.
304         * ira-int.h (reg_equiv_len): New global variable.
306         * ira-emit.c (change_loop): Add assertion.
308         * ira.c (reg_equiv_len): New global variable.
309         (setup_reg_renumber): Use reg_equiv_len in assertion.
310         (ira): Initialize reg_equiv_len and spilled_reg_stack_slots.
312         * ira-color.c (coalesced_pseudo_reg_compare): Rename to
313         coalesced_pseudo_reg_freq_compare.
314         (coalesced_pseudo_reg_slot_compare,
315         setup_coalesced_allocno_costs_and_nums,
316         collect_spilled_coalesced_allocnos, coalesce_spill_slots): New
317         functions.
318         (coalesced_allocno_conflict_p): Add new parameter.  Use live
319         ranges to find conflicts for the reload.
320         (coalesce_allocnos): Don't coalesce allocnos with equivalences.
321         (color_pass): Check reg_quiv_len.
322         (regno_max_ref_width): New variable.
323         (sort_regnos_for_alter_reg): Add secondary coalescing spilled
324         allocnos.  Assign stack slot numbers.  Use costs instead of
325         frequencies.
326         (mark_allocation_change): Set up allocno hard regno.
327         (allocno_reload_assign): Ditto.
328         (reuse_stack_slot): Use stack slot numbers.
329         (mark_new_stack_slot): Set up allocno slot number.
331         * doc/passes.texi: Add more info about IRA.
332         
333 2008-03-03  Vladimir Makarov  <vmakarov@redhat.com>
335         * ira-conflicts.c (allocno_conflict_p): Rename to
336         allocno_live_ranges_intersect_p.
337         (allocno_reg_conflict_p): Rename to
338         pseudo_live_ranges_intersect_p.
340         * ira-lives.c (high_pressure_start_point): New variable.
341         (update_allocno_pressure_excess_length): New function.
342         (make_regno_dead): Call it.
343         (set_allocno_live): Udpate high_pressure_start_point.
344         (clear_allocno_live, mark_reg_store, mark_reg_death): Ditto.
345         (process_bb_node_lives): Initialize high_pressure_start_point.
346         Consider only allocatable hard regs for liveness.
347         
348         * ira-costs.c (record_reg_classes): Multiply cost by frequency.
349         Use half frequency when memory is allowed.  Remove check for
350         prefferred small register classes of pseudo-registers.
351         (scan_one_insn): Continue processing operands for moves of
352         pseudo-registers with equivalence.  Don't multiply cost by
353         frequency.
354         (init_ira_costs): Use bigger initial cost value.
355         
356         * ira-int.h: Ditto.
357         (allocno): New members somewhere_renamed_p and
358         excess_pressure_points_num.
359         (ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_EXCESS_PRESSURE_POINTS_NUM):
360         New macros.
361         (allocno_reg_conflict_p): Rename to
362         pseudo_live_ranges_intersect_p.
363         (allocno_conflict_p): Rename to allocno_live_ranges_intersect_p.
365         * ira.h (sort_regnos_for_alter_reg, better_spill_reload_regno_p):
366         New function prototypes.
367         
368         * ira-color.c (merge_allocnos): Remove mode check.
369         (coalesce_allocnos): Add parameter and modify to use it for
370         coalescing spilled allocnos.
371         (color_allocnos): Pass parameter to coalesce_allocnos.
372         (regno_coalesced_allocno_freq, regno_coalesced_allocno_num): New
373         variables.
374         (coalesced_pseudo_reg_compare, calculate_spill_cost,
375         sort_regnos_for_alter_reg, better_spill_reload_regno_p): New
376         functions.
377         (mark_allocation_change, allocno_reload_assign, reassign_pseudos
378         ): Use ALLOCNO_MEMORY_COST instead of ALLOCNO_UPDATED_MEMORY_COST.
379         (reuse_stack_slot): Use pseudo_live_ranges_intersect_p instead of
380         allocno_reg_conflict_p.
381         
382         * ira-emit.c (set_allocno_somewhere_renamed_p): New function.
383         (renamed_regno_bitmap): New static variable.
384         (change_loop): Check register pressure for creating new pseudo.
385         Set up ALLOCNO_SOMEWHERE_RENAMED_P and renamed_regno_bitmap.
386         (ira_emit): Allocate/deallocate renamed_regno_bitmap.
387         Call set_allocno_somewhere_renamed_p.
389         * ira-build.c (ira_loops): Move to ira.c.
390         (create_allocno): Initialize ALLOCNO_SOMEWHERE_RENAMED_P and
391         ALLOCNO_MEMORY_COST.
392         (create_cap_allocno): Set up ALLOCNO_MEMORY_COST.
393         (check_and_add_conflicts): Use allocno_live_ranges_intersect_p
394         instead of allocno_conflict_p.
395         (ira_flattening): Check conflicts of allocno renamed somewhere
396         locally.  Update ALLOCNO_EXCESS_PRESSURE_POINTS_NUM.
397         (ira_build): Move code for finding loops to ira.c.
398         (ira_destroy): Move code for freeing loops to ira.c.
400         * ira.c (setup_reg_class_intersect_union): Fix calculation of
401         reg_class_union.
402         (calculate_allocation_cost): Use ALLOCNO_MEMORY_COST instead of
403         ALLOCNO_UPDATED_MEMORY_COST.
404         (ira_loops): Move from ira-build.c.
405         (ira): Move code for finding and freeing loops from ira-build.c.
406         Don't use regional RA when there are too many loops.
408         * reload1.c (pseudo_reg_compare): Remove.
409         (reload): Use sort_regnos_for_alter_reg.
410         (hard_regno_to_pseudo_regno): New variable.
411         (count_pseudo): Set up hard_regno_to_pseudo_regno.
412         (order_regs_for_reload): Initialize hard_regno_to_pseudo_regno.
413         (count_spilled_pseudo): Update hard_regno_to_pseudo_regno.
414         (find_reg): Use better_spill_reload_regno_p.  Check
415         hard_regno_to_pseudo_regno.
417         * cfgloopanal.c: Include params.h.
418         (estimate_reg_pressure_cost): Check number of loops.
420         * params.def (PARAM_IRA_MAX_LOOPS_NUM): New parameter.
422         * params.h (IRA_MAX_LOOPS_NUM): New macro.
424         * Makefile.in (cfgloopanal.o): Add PARAMS_H.
425         
426         * doc/invoke.texi (ira-max-loops-num): Describe.
427         
428 2008-02-20  Vladimir Makarov  <vmakarov@redhat.com>
430         * ira.h, ira-emit.c: Add year 2008 to the copyright.
431         
432         * ira-int.h: Ditto.
433         (struct copy): Rename move_insn to insn.
434         (initiate_ira_assign, finish_ira_assign, debug_allocno_copies):
435         New function prototypes.
436         
437         * ira-build.c: Add year 2008 to the copyright.  Rename member
438         move_insn of the copies to insn.
439         (find_allocno_copy): New function.
440         (propagate_info_to_cap, add_allocno_copy): Use it.
441         (print_allocno_copies, debug_allocno_copies): New functions.
442         
443         * ira-conflicts.c: Add year 2008 to the copyright.  Rename member
444         move_insn of the copies to insn.
446         * ira.c: Ditto.
447         (setup_reg_class_intersect_union): Fix reg_class_union for cover
448         classes.
449         (ira): Call initiate_ira_assign and finish_ira_assign.  Remove
450         setting reload_completed up.
451         
452         * ira-costs.c: Add year 2008 to the copyright.
453         (ira_costs): Check modes of registers.
455         * ira-lives.c: Add year 2008 to the copyright.
456         (mark_reg_store, mark_reg_death, process_bb_node_lives): Don't use
457         REG_N_REFS.
458         (process_single_reg_class_operands): Check that the hard reg
459         belongs to the cover class.
461         * ira-color.c: Add year 2008 to the copyright.  Rename member
462         move_insn of the copies to insn.
463         (initiate_cost_update, finish_cost_update, update_copy_costs_1):
464         New functions.
465         (allocno_update_cost_check, update_cost_check): New static
466         variables.
467         (update_copy_costs): Increment update_cost_check.  Call
468         update_copy_costs_1.
469         (coalesce_allocnos): Don't coalesce already assigned allocnos or
470         copies with null insn.
471         (color_pass): Check loop tree node of the subloop allocno.
472         (finish_allocno_priorities): Remove.
473         (do_coloring): Move allocation/deallocation of
474         consideration_allocno_bitmap into initiate_cost_update and
475         finish_cost_update.
476         (reassign_conflict_allocnos): Remove allocation/deallocation of
477         sorted_allocnos.  Remove call of finish_allocno_priorities.
478         (reassign_pseudos): Remove allocation/deallocation of
479         consideration_allocno_bitmap and sorted_allocnos.  Remove call of
480         finish_allocno_priorities.
481         (initiate_ira_assign, finish_ira_assign): New fucntions.
482         (ira_color): Remove allocation/deallocation of sorted_allocnos.
483         Call initiate_ira_assign and finish_ira_assign.
484         
485         * postreload.c (gate_handle_postreload): Don't do post reload
486         optimizations unless the reload is completed.
487         
488         * cfgloopanal.c (estimate_reg_pressure_cost): Return zero if we
489         use regional RA.
491         * recog.c (peep2_free_reg_search_ofs): New static variable.
492         (peep2_find_free_register): Remove search_ofs.  Use
493         peep2_free_reg_search_ofs instead of it.
494         (peephole2_optimize): Reset peep2_free_reg_search_ofs.
495         
496 2008-01-10  Vladimir Makarov  <vmakarov@redhat.com>
498         * reload1.c (compute_use_by_pseudos): Permits spilled registers in
499         FROM.
500         (temp_pseudo_reg_arr): New variable.
501         (reload): Use instead temp_pseudo_reg_arr of pseudo_regs.  Move
502         freeing to the function end.  Don't clear spilled_pseudos for IRA.
503         Restore original insn chain for IRA.
504         (calculate_needs_all_insns): Call IRA's mark_memory_move_deletion.
505         (count_pseudo, count_spilled_pseudo): Check spilled pseudos.
506         (alter_reg): Set up spilled_pseudos.
507         (finish_spills): Set up pseudo_previous_regs only for spilled
508         pseudos.  Call reassign_pseudos once for all spilled pseudos,
509         pass more arguments.  Don't clear live_throughout and dead_or_set
510         for spilled pseudos.
512 2008-01-10  Vladimir Makarov  <vmakarov@redhat.com>
514         * reload1.c (compute_use_by_pseudos): Permits spilled registers in
515         FROM.
516         (temp_pseudo_reg_arr): New variable.
517         (reload): Use instead temp_pseudo_reg_arr of pseudo_regs.  Move
518         freeing to the function end.  Don't clear spilled_pseudos for IRA.
519         Restore original insn chain for IRA.
520         (calculate_needs_all_insns): Call IRA's mark_memory_move_deletion.
521         (count_pseudo, count_spilled_pseudo): Check spilled pseudos.
522         (alter_reg): Set up spilled_pseudos.
523         (finish_spills): Set up pseudo_previous_regs only for spilled
524         pseudos.  Call reassign_pseudos once for all spilled pseudos,
525         pass more arguments.  Don't clear live_throughout and dead_or_set
526         for spilled pseudos.
528         * global.c (reg_becomes_live, build_insn_chain): Don't ignore
529         spilled pseudos for IRA.
530         
531         * caller-save.c (calculate_local_save_info,
532         save_call_clobbered_regs): Ignore spilled pseudos for IRA.
533         
534         * toplev.c (backend_init_target): Call init_ira.
535         (backend_init): Move call of init_ira_once before
536         backend_init_target.
537         
538         * ira.h (init_ira, sort_insn_chain, mark_memory_move_deletion):
539         New function prototypes.
540         (retry_ira_color): Rename to reassign_pseudos.  Change
541         signature.
543         * ira-int.h (allocno): New member dont_reassign_p.
544         (ALLOCNO_DONT_REASSIGN_P): New macro.
545         (memory_move_cost): Change element type.
546         (register_move_cost): Change type.
547         (register_may_move_in_cost, register_may_move_out_cost,
548         reg_class_intersect): New arrays.
549         (important_class_nums): Fix element type.
550         (hard_reg_not_in_set_p): Make it static inline.
551         (init_register_move_cost, init_ira_costs): New function
552         prototypes.
553         (allocno_conflict_index): Remove.
554         (allocate_and_set_costs, allocate_and_copy_costs,
555         allocate_and_set_or_copy_costs): New static inline functions.
556         
557         * ira-build.c (compress_allocno_conflict_vec,
558         compress_conflict_vecs): New functions.
559         (allocno_conflict_index): Remove.
560         (allocno_conflict_check, curr_allocno_conflict_check_tick): New
561         variables.
562         (propagate_info_to_cap): Use allocate_and_copy_costs.
563         (check_and_add_conflicts): Don't call allocno_conflict_index.
564         (ira_flattening): Add some assertions.  Check that cost vectors
565         have been allocated.  Don't call allocno_conflict_index.  Call
566         compress_conflict_vecs.
568         * ira.c (memory_move_cost, register_move_cost): Change types.
569         (register_may_move_in_cost, register_may_move_out_cost,
570         strict_class_subset_p): New variables.
571         (setup_class_subset_and_move_costs): Rename to
572         setup_class_subset_and_memory_move_costs.  Remove
573         register_move_cost setup.  Don't consider no_unit_alloc_regs.  Add
574         strict_class_subset_p setup.
575         (setup_reg_class_intersect): Rename to
576         setup_reg_class_intersect_union.  Don't consider
577         no_unit_alloc_regs.  Add reg_class_union setup.
578         (hard_reg_not_in_set_p): Move to ira-int.h.
579         (setup_reg_subclasses): Use no_unit_alloc_regs instead of
580         fixed_reg_set.  Don't consider no_unit_alloc_regs.
581         (important_class_nums): Fix element type.
582         (setup_cover_classes): Use no_unit_alloc_regs instead of
583         fixed_reg_set.  Don't consider no_unit_alloc_regs.
584         (setup_class_translate): Ditto.
585         (reg_class_union): New variable.
586         (init_register_move_cost, free_register_move_costs): New
587         functions.
588         (init_ira_once): Initialize register_move_cost,
589         register_may_move_in_cost, register_may_move_out_cost.  Move some
590         code to init_ira.
591         (init_ira): New function.  Move some code from init_ira_once.
592         Call free_register_move_costs and init_ira_costs.
593         (calculate_allocation_cost): Check allocation of allocno hard reg
594         cost vector.
595         (basic_block_order_nums): New variable.
596         (chain_freq_compare, chain_bb_compare, sort_insn_chain): New
597         functions.
598         (ira): Call sort_insn_chain.
600         * ira-color.c (allocno_coalesced_p): New variable.
601         (update_copy_costs): Use allocate_and_set_or_copy_costs.
602         (assign_hard_reg): Clear and use
603         processed_coalesced_allocno_bitmap only if allocno_coalesced_p.
604         Use allocate_and_copy_costs.  Use allocno cover class cost if the
605         hard register cost vector is not allocated.
606         (get_coalesced_allocnos_best_class_and_freq): Use
607         reg_class_intersect instead of reg_class_subintersect.
608         (add_allocno_to_ordered_bucket): Use strict_class_subset_p.
609         (push_allocno_to_stack): Clear and use
610         processed_coalesced_allocno_bitmap only if allocno_coalesced_p.
611         (setup_allocno_left_conflicts_num): Don't setup
612         ALLOCNO_UPDATED_HARD_REG_COSTS and
613         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS.  Clear and use
614         processed_coalesced_allocno_bitmap only if allocno_coalesced_p.
615         (put_allocno_into_bucket): Don't setup
616         ALLOCNO_UPDATED_HARD_REG_COSTS and
617         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS.
618         (coalesced_allocno_conflict_p): Clear and use
619         processed_coalesced_allocno_bitmap only if allocno_coalesced_p.
620         (coalesce_allocnos): Setup allocno_coalesced_p.
621         (color_allocnos): Add processing reg class NO_REGS.
622         (color_pass): Propagate assignment of spilled allocno not
623         mentioned in the subregion for the mixed algorithm.  Use
624         allocate_and_set_costs.
625         (move_spill_restore, mark_allocation_change): Check unallocated
626         hard reg cost vectors.
627         (setup_curr_costs): Don't setup ALLOCNO_UPDATED_HARD_REG_COSTS and
628         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS.  Use
629         allocate_and_set_or_copy_costs.
630         (mark_memory_move_deletion, allocno_reload_assign,
631         pseudo_reg_compare, reassign_pseudos): New functions.
632         (retry_ira_color): Remove.
633         
634         * ira-conflicts.c (add_insn_allocno_copies): Use
635         allocate_and_set_costs.
636         (allocno_conflict_p): Simplify the code.
637         
638         * ira-costs.c: Rename reg_class_subunion to reg_class_union
639         everywhere.
640         (cost_classes, cost_classes_num, cost_class_nums,
641         max_struct_costs_size): New variables.
642         (copy_cost): Use init_register_move_cost instead of
643         init_move_cost.
644         (record_reg_classes): Ditto.  Use cost_classes and
645         cost_classes_num instead of important_classes and
646         important_classes_num.  Use register_may_move_{in,out}_cost
647         instead of may_move_{in,out}_cost.  Check reg class intersection
648         for alt_cost.
649         (record_address_regs): Use init_register_move_cost instead of
650         init_move_cost.  Use cost_classes and cost_classes_num instead of
651         important_classes and important_classes_num.  Use
652         register_may_move_in_cost instead of may_move_in_cost.
653         (scan_one_insn): Use cost_classes_num instead of
654         important_classes_num.
655         (print_costs): Use cost_classes and cost_classes_num instead of
656         important_classes and important_classes_num.
657         (find_allocno_class_costs): Initialize cost_classes and
658         cost_class_nums.  Use cost_classes and cost_classes_num instead of
659         important_classes and important_classes_num.
660         (process_bb_node_for_hard_reg_moves): Use allocate_and_set_costs.
661         (setup_allocno_cover_class_and_costs): Use cost_classes and
662         cost_classes_num instead of important_classes and
663         important_classes_num.
664         (init_ira_costs_once): Move some code to init_ira_costs.  Initiate
665         cost_classes.
666         (free_ira_costs: New function.  Move some code from
667         finish_ira_costs_once.
668         (init_ira_costs): New function.  Move some code from
669         init_ira_costs_once.  Use max_struct_costs_size instead of
670         struct_costs_size.  Call free_ira_costs.  Allocate cost_classes.
671         (finish_ira_costs_once): Move some code to finish_ira_costs.  Call
672         free_ira_costs.
673         (ira_costs): Use max_struct_costs_size instead of
674         struct_costs_size.  Use allocate_and_set_costs.
676         * ira-emit.c (modify_move_list): Remove allocation of hard reg
677         cost vectors.
679         * ira-lives.c (process_single_reg_class_operands): Add new
680         parameter freq.  Calculate costs basing on the frequency.
681         (process_bb_node_lives): Pass the frequency to
682         process_single_reg_class_operands.
683         
684 2007-12-17  Vladimir Makarov  <vmakarov@redhat.com>
686         * doc/invoke.texi (fira-algoirthm): Remove prioirity coloring.
687         Make mixed the default.
689         * flags.h (ira_algorithm): Remove IRA_ALGORITHM_PRIORITY.
691         * ira-color.c (priority_coloring):  Remove.
692         (do_coloring): Don't call priority_coloring.
694         * opts.c (common_handle_option): Remove priority coloring option.
696         * toplev.c (flag_ira_algorithm): Assign IRA_ALGORITHM_MIXED.
697         
698         * ira-build.c (check_and_add_conflicts, ira_flattening): Increase
699         threshold for internal_flag_ira_verbose.
700         
701 2007-12-17  Vladimir Makarov  <vmakarov@redhat.com>
703         * common.opt (fira-assign-after-call-split, fira-biased-coloring,
704         fira-split-around-calls): Remove.
705         (fdump-simple-rtl, fira-verbose): New options.
706         (fira, fira-coalesce): Initiate by 0.
708         * opts.c (common_handle_option):  Process flag_ira_verbose.
710         * flags.h (flag_ira_verbose): New external definition.
712         * toplev.h (flag_ira_assign_after_call_split,
713         flag_ira_biased_coloring, flag_ira_split_around_calls):  Remove.
715         * toplev.c (flag_ira_verbose): New external declaration.
716         (finalize): Call finish_ira_once.
718         * print-rtl.c (flag_simple):  Rename to flag_dump_simple_rtl.
720         * doc/invoke.texi (-fno-ira-assign-after-call-split,
721         -fira-biased-coloring, -fno-ira-split-around-calls):  Remove.
722         (-fdump-simple-rtl, -fira-verbose): New options.
724         * caller-save.c (insert_restore, insert_save): Use
725         adjust_address_nv instead of adjust_address.  Check the mode by
726         reg_save_code.
728         * ira-call.c: Remove file.
730         * ira-lives.c: New file.
732         * Makefile.in (ira-live.o): Add
733         (ira-call.o): Remove.
734         (IRA_INT_H): Add alloc-pool.h.
736         * ira.h (finish_ira_once): New external definition.
738         * ira-int.h (internal_flag_ira_verbose, alloc_pool allocno_pool,
739         copy_pool, allocno_live_range_pool, ira_loop_tree_height,
740         max_point, start_point_ranges, finish_point_ranges,
741         prohibited_mode_move_regs, important_class_nums,
742         ira_curr_regno_allocno_map, allocno_set_words): New external
743         definitions.
744         (loop_tree_node_t, allocno_live_range_t): New typedefs.  Use them
745         everywhere.
746         (ira_loop_tree_node): Rename to loop_tree_node.
747         (loop_tree_node): New member level.
748         (allocno_live_range): New structure.
749         (allocno): New members nrefs, live_ranges,
750         total_conflict_hard_regs, conflict_allocnos_num,
751         total_conflict_allocnos_num, mem_optimized_dest,
752         mem_optimized_dest_p, total_no_stack_reg_p.  Remove members
753         conflict_allocno_vec_active_size and original_memory_cost.  Rename
754         member curr_hard_reg_costs to updated_hard_reg_costs.
755         (ALLOCNO_TOTAL_CONFLICT_ALLOCNOS_NUM,
756         ALLOCNO_TOTAL_CONFLICT_HARD_REGS, ALLOCNO_CONFLICT_ALLOCNOS_NUM,
757         ALLOCNO_TOTAL_CONFLICT_ALLOCNOS_NUM, ALLOCNO_NREFS,
758         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
759         ALLOCNO_TOTAL_NO_STACK_REG_P, ALLOCNO_LIVE_RANGES): New access
760         macros.
761         (ALLOCNO_CONFLICT_ALLOCNO_VEC_ACTIVE_SIZE,
762         ALLOCNO_ORIGINAL_MEMORY_COST): Remove.
763         (ALLOCNO_CURR_CONFLICT_HARD_REG_COSTS): Rename to
764         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS.
765         (allocno_copy): New member loop_tree_node.
766         (INT_BITS, INT_TYPE, EXECUTE_IF_SET_IN_ALLOCNO_SET): Move from
767         ira-conflicts.c.
768         (SET_ALLOCNO_SET_BIT, CLEAR_ALLOCNO_SET_BIT,
769         TEST_ALLOCNO_SET_BIT): New macros.
770         (ira_reallocate, allocno_conflict_index, add_allocno_conflict,
771         create_allocno_live_range, finish_allocno_live_range,
772         add_allocno_copy_to_list, swap_allocno_copy_ends_if_necessary,
773         remove_allocno_copy_from_list, add_allocno_copy, ira_flattening,
774         finish_ira_costs_once, rebuild_start_finish_chains,
775         print_live_range_list, debug_live_range_list,
776         debug_allocno_live_ranges, debug_live_ranges,
777         create_allocno_live_ranges, finish_allocno_live_ranges,
778         allocno_conflict_p, loop_edge_freq): New external function
779         definitions.
780         (hard_reg_in_set_p, original_regno_call_crossed_p,
781         ira_max_regno_before, ira_max_regno_call_before): Remove.
782         (traverse_loop_tree): Add new parameter type.
783         (create_copy): Ditto.
784         (debug_conflicts, ira_emit, add_allocno_copy): Add parameter.
785         (debug_ira_call_data, split_around_calls, get_around_calls_regno):
786         Remove.
787         
788         * ira.c (setup_prohibited_mode_move_regs): New function.
789         (internal_flag_ira_verbose, allocno_pool, copy_pool,
790         allocno_live_range_pool, important_class_nums): New external
791         variables.
792         (IRA_NO_OBSTACK): Uncomment it.
793         (ira_reallocate): New function.
794         (setup_cover_classes): Set up important_class_nums.
795         (finish_ira_once): New function.
796         (prohibited_mode_move_regs,
797         prohibited_mode_move_regs_initialized_p): New global variables.
798         (setup_prohibited_mode_move_regs): New function.
799         (setup_reg_renumber): Remove parameters.
800         (setup_allocno_assignment_from_reg_renumber): Rename to
801         setup_allocno_assignment_flags.  Set up ALLOCNO_ASSIGNED_P.
802         (calculate_allocation_cost): Use ALLOCNO_UPDATED_MEMORY_COST.
803         (ira_max_regno_before, ira_max_regno_call_before): Remove.
804         (ira): Set up internal_flag_ira_verbose.  Call
805         setup_prohibited_mode_move_regs.  Create and destroy allocno,
806         copy, and live range pools.  Remove original_regno_call_crossed_p.
807         Report major passes.  Use argument for ira_emit.  Call
808         ira_flattening and df_analyze.  Remove live range splitting around
809         calls.
810         
811         * ira-build.c (setup_loop_tree_level, rebuild_regno_allocno_maps,
812         expand_calls, compress_calls, allocno_conflict_index,
813         add_to_allocno_conflict_vec, propagate_info_to_cap,
814         copy_allocno_live_range, copy_allocno_live_range_list,
815         finish_allocno, finish_copy,
816         propagate_info_to_loop_tree_node_caps, merge_ranges,
817         common_loop_tree_node_dominator, check_and_add_conflicts,
818         add_conflict_with_underlying_allocnos, ira_flattening): New
819         functions.
820         (check_coalesced_allocnos): Remove.
821         (ira_loop_tree_height): New external variable.
822         (form_loop_tree): Call setup_loop_tree_level.
823         (initiate_calls): Allocate a bit more.  (create_allocno): Use
824         pool_alloc.  Set up ALLOCNO_TOTAL_CONFLICT_ALLOCNOS_NUM,
825         ALLOCNO_TOTAL_CONFLICT_HARD_REGS, ALLOCNO_NREFS,
826         ALLOCNO_TOTAL_NO_STACK_REG_P, ALLOCNO_MEM_OPTIMIZED_DEST,
827         ALLOCNO_MEM_OPTIMIZED_DEST_P, ALLOCNO_UPDATED_MEMORY_COST, and
828         ALLOCNO_LIVE_RANGES.  Rename
829         ALLOCNO_CONFLICT_ALLOCNO_VEC_ACTIVE_SIZE,
830         ALLOCNO_CURR_HARD_REG_COSTS, and
831         ALLOCNO_CURR_CONFLICT_HARD_REG_COSTS to
832         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_UPDATED_HARD_REG_COSTS, and
833         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS.
834         (add_allocno_conflict): Make it external.  Use
835         add_to_allocno_conflict_vec.
836         (create_cap_allocno): Move part of code to propagate_info_to_cap.
837         (finish_allocnos): Use finish_allocno.
838         (add_allocno_copy_to_list, remove_allocno_copy_from_list,
839         swap_allocno_copy_ends_if_necessary, add_allocno_copy): Move from
840         ira-conflicts.c.  Make them external.
841         (create_copy): Use pool_alloc.  Add parameter loop_tree_node.
842         (finish_copies): Use finish_copy.
843         (ira_curr_regno_allocno_map): New external variable.
844         (traverse_loop_tree): Add parameter bb_first_p.
845         (create_insn_allocnos): Update ALLOCNO_NREFS.
846         (create_loop_tree_node_allocnos): Traverse loop tree nodes with
847         BBs first.  Update ALLOCNO_NREFS.
848         (create_loop_tree_node_caps): Move part of code to
849         propagate_info_to_loop_tree_node_cap.
850         (regno_top_level_allocno_map): New global variable.
851         (ira_build): Create caps before build conflicts.  Call
852         create_allocno_live_ranges.  Propagate info to caps.  Report
853         statistics.
854         (ira_destroy): Call finish_allocno_live_ranges.
856         * ira-conflicts.c (set_allocno_live, clear_allocno_live,
857         record_regno_conflict, mark_reg_store, mark_reg_clobber,
858         mark_reg_conflicts, mark_reg_death): Remove.
859         (add_insn_allocno_copies, add_copies): New functions.
860         (add_allocno_copy_to_list, remove_allocno_copy_from_list,
861         swap_allocno_copy_ends_if_necessary, add_allocno_copy): Remove.
862         (add_allocno_copies): Rename to add_insn_allocno_copies.  Use
863         ira_curr_regno_allocno_map and add_insn_allocno_copies.
864         (single_reg_class, single_reg_operand_class,
865         process_single_reg_class_operands, process_bb_node_for_conflicts):
866         Remove.
867         (INT_BITS, INT_TYPE, EXECUTE_IF_SET_IN_ALLOCNO_SET): Move to
868         ira-int.h.
869         (allocnos_live_bitmap, SET_ALLOCNO_CONFLICT_ROW,
870         CLEAR_ALLOCNO_CONFLICT_ROW, TEST_ALLOCNO_CONFLICT_ROW): Remove.
871         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE, TEST_ALLOCNO_LIVE):
872         Use {SET, CLEAR, TEST}_ALLOCNO_SET_BIT.
873         (allocno_row_words, hard_regs_live, curr_bb_node,
874         curr_regno_allocno_map, curr_reg_pressure): Remove.
875         (CONFLICTP): Rename to CONFLICT_P.
876         (regs_set): Remove.
877         (propagate_allocno_info): Use ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
878         Set up ALLOCNO_CALLS_CROSSED_START.
879         (allocno_conflict_p): New function.
880         (allocno_reg_conflict_p): Use allocno_conflict_p.
881         (build_allocno_conflict_vects): Divide original and propagated
882         conflicts.
883         (print_hard_reg_set): New function.
884         (print_conflicts): Use print_hard_reg_set.  Set up mark for the
885         start of propagated conflicts.
886         (debug_conflicts): Add parameter.
887         (ira_build_conflicts): Call add_copies.  Set up
888         ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
890         * ira-costs.c (struct costs): Make cost allocated dynamically.
891         (struct_costs_size, temp_cots, op_costs, this_op_costs): New
892         variables.
893         (costs): Rename to total_costs.
894         (COSTS_OF_ALLOCNO): New macro.
895         (curr_regno_allocno_map): Remove.  Use ira_curr_regno_allocno_map
896         instead.
897         (record_reg_classes): Check NO_REGS in allocno_pref.
898         (record_address_regs): Use COSTS_OF_ALLOCNO.
899         (scan_one_insn): Ditto.
900         (print_costs): Ditto.
901         (find_allocno_class_costs): Ditto.  Pass additional argument to
902         traverse_loop_tree.  Set up NO_REGS if memory is cheaper.
903         (setup_allocno_cover_class_and_costs): Use
904         ALLOCNO_UPDATED_MEMORY_COST instead of
905         ALLOCNO_ORIGINAL_MEMORY_COST, ALLOCNO_UPDATED_HARD_REG_COSTS
906         instead of ALLOCNO_CURR_HARD_REG_COSTS, and
907         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS instead of
908         ALLOCNO_CURR_CONFLICT_HARD_REG_COSTS.  Pass additional argument to
909         traverse_loop_tree.
910         (init_ira_costs_once): Allocate init_cost, op_costs,
911         this_op_costs, temp_costs.
912         (finish_ira_costs_once): New function.
913         
914         * ira-color.c: Use ALLOCNO_UPDATED_MEMORY_COST instead of
915         ALLOCNO_ORIGINAL_MEMORY_COST, ALLOCNO_UPDATED_HARD_REG_COSTS
916         instead of ALLOCNO_CURR_HARD_REG_COSTS, and
917         ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS instead of
918         ALLOCNO_CURR_CONFLICT_HARD_REG_COSTS.  Use
919         ALLOCNO_TOTAL_CONFLICT_HARD_REGS instead of
920         ALLOCNO_CONFLICT_HARD_REGS.
921         (processed_allocno_bitmap): Rename into
922         processed_coalesced_allocno_bitmap.
923         (allocno_cost_compare_func): Use ALLOCNO_UPDATED_MEMORY_COST
924         instead of ALLOCNO_MEMORY_COST.
925         (assign_hard_reg): Remove biased coloring.
926         (add_allocno_to_ordered_bucket): Check cover class first.
927         (loop_edge_freq): Make it external.
928         (setup_allocno_left_conflicts_num): Check that conflicting
929         allocnos of one class.
930         (allocno_conflict_p): Rename to coalesced_allocno_conflict_p.
931         (color_pass): Check pressure in the loop (not in subloops) for
932         mixed algorithm.
933         (allocno_priorities): New variable.
934         (start_allocno_priorities, finish_allocno_priorities): New
935         functions.
936         (allocno_priority_compare_func): Use allocno_priorities.
937         (priority_coloring): Call start_allocno_priorities and
938         finish_allocno_priorities.
939         (do_coloring): Pass additional argument to traverse_loop_tree.
940         
941         * ira-emit.c (struct move): Add member insn.
942         (create_move): Initialize member insn.
943         (generate_edge_moves): Set up ALLOCNO_MEM_OPTIMIZED_DEST and
944         ALLOCNO_MEM_OPTIMIZED_DEST_P.
945         (change_loop): Check prohibited_mode_move_regs.
946         (curr_jump_map, can_move_through_p): Remove.
947         (unify_moves): Don't move through jump.
948         (modify_move_list): Set up attributes for new allocno used for
949         breaking dependency loops.
950         (emit_move_list): Set up insn codes.
951         (update_costs, add_range_and_copies_from_move_list,
952         add_ranges_and_copies): New functions.
953         (ira_emit): Add a parameter.  Call add_ranges_and_copies.
954         
955 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
957         * toplev.h (flag_ira_coalesce): New external variable.
959         * ira-int.h (allocno): New members first_coalesced_allocno,
960         next_coalesced_allocno.
961         (ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO):
962         New macros.
963         (reg_class_subintersect): New external variable.
965         * ira-color.c (processed_allocno_bitmap): New variable.
966         (allocno_cost_compare_func, print_coalesced_allocno): New
967         functions.
968         (assign_hard_reg): Process coalesced allocnos.
969         (get_coalesced_allocnos_best_class_and_freq): New function.
970         (add_allocno_to_ordered_bucket): Use the function.
971         (push_allocno_to_stack, push_allocnos_to_stack): Process coalesced
972         allocnos.
973         (remove_allocno_from_bucket_and_push, pop_allocnos_from_stack):
974         Use print_coalesced_allocno.
975         (setup_allocno_available_regs_num,
976         setup_allocno_left_conflicts_num): Process coalesced allocnos.
977         (copy_freq_compare_func, allocno_conflict_p, coalesce_allocnos):
978         New functions.
979         (color_allocnos): Allocate/free processed_allocno_bitmap.  Call
980         coalesce_allocnos.
981         (priority_coloring): Allocate/free processed_allocno_bitmap.
983         * ira-build.c (check_coalesced_allocnos): New function.
984         (create_allocno): Initiate next_coalesced_allocno,
985         first_coalesced_allocno.
986         (create_cap_allocno): Check  next_coalesced_allocno,
987         first_coalesced_allocno.
989         * common.opt (fira-coalesce): New option.
991         * ira.c (setup_reg_class_intersect): New function.
992         (reg_class_subintersect): New global variable.
993         (init_ira_once): Call setup_reg_class_intersect.
995         * doc/invoke.texi (-fira-coalescing): New option.
996         
997 2007-09-20  Vladimir Makarov  <vmakarov@redhat.com>
999         * ira-build.c (create_allocno): Initialize ALLOCNO_BEST_CLASS.
1001         * ira-color.c (add_allocno_to_ordered_bucket): Use
1002         ALLOCNO_BEST_CLASS.
1004         * ira-costs.c (setup_allocno_cover_class_and_costs): Initialize
1005         ALLOCNO_BEST_CLASS.
1007         * ira-int.h (allocno): New member best_class.
1008         (ALLOCNO_BEST_CLASS): New macro.
1009         
1010 2007-09-19  Vladimir Makarov  <vmakarov@redhat.com>
1012         * ira-int.h (allocno): Remove calls_crosed.  Add
1013         calls_crossed_start.
1014         (ALLOCNO_CALLS_CROSSED): Remove.
1015         (ALLOCNO_CALLS_CROSSED_START): Add.
1016         (build_df): Remove.
1017         (regno_calls, add_regno_call): New.
1018         
1019         * ira-build.c (initiate_calls, finish_calls, add_regno_call): New
1020         functions.
1021         (regno_calls, regno_calls_num): New globals.
1022         (build_df): Remove.
1023         (add_loop_to_tree): Use loop_outer.
1024         (form_loop_tree): Ditto.
1025         (initiate_allocnos, create_cap_allocno): Remove
1026         ALLOCNO_CALLS_CROSSED.  Add ALLOCNO_CALLS_CROSSED_START.
1027         (finish_allocnos): Remove ALLOCNO_CALLS_CROSSED.
1028         (create_bb_allocnos, create_loop_allocnos): Use DF_LR_{IN,OUT}
1029         instead of DF_UPWARD_LIVE_{IN,OUT}.
1030         (ira_build): Remove adding df problems and call of
1031         free_dominance_info.  Call initiate_calls.
1032         (ira_destroy): Add free_dominance_info and finish_calls.  Remove
1033         df_finish.
1035         * ira-emit.c (change_regs): Return the result.
1036         (generate_edge_moves): Use DF_LR_{IN,OUT} instead of
1037         DF_UPWARD_LIVE_{IN,OUT}.
1038         (change_loop): Call df_insn_rescan and df_note_rescan if there is
1039         a change.
1040         (can_move_through_p): Use hard_reg_set_equal_p instead of
1041         GO_IF_HARD_REG_EQUAL.
1043         * ira-costs.c (copy_cost, record_reg_classes,
1044         record_address_regs): Call init_move_cost if it is necessary.
1045         (tune_allocno_costs_and_cover_classes): Use regno_calls and
1046         ALLOCNO_CALLS_CROSSED_START instead of ALLOCNO_CALLS_CROSSED.
1048         * ira-conflicts.c (n_regs_set): Remove.
1049         (regs_set): Make it a vector.
1050         (mark_reg_store, mark_reg_clobber): Change 2nd parameter type.
1051         (process_bb_node_for_conflicts): Use DF_LR_IN instead of
1052         DF_UPWARD_LIVE_IN.  Call add_regno_call.  Initialize
1053         ALLOCNO_CALLS_CROSSED_START.  Remove ALLOCNO_CALLS_CROSSED.
1054         (build_conflict_bit_table): Initialize and finalize regs_set.
1055         (propagate_allocno_info): Remove ALLOCNO_CALLS_CROSSED.
1056         Initialzie ALLOCNO_CALLS_CROSSED_START.
1057         
1058         * ira-color.c (setup_allocno_available_regs_num,
1059         setup_allocno_left_conflicts_num): New functions.
1060         (update_allocno_avaialable_regs): Remove.
1061         (sorted_allocnos, allocno_stack_varray): Move upper.
1062         (assign_hard_reg): Use hard_reg_set_subset_p instead of
1063         GO_IF_HARD_REG_SUBSET.
1064         (loop_edge_freq): Use DF_LR_{IN,OUT} instead of
1065         DF_UPWARD_LIVE_{IN,OUT}.
1066         (put_allocno_into_bucket): Call setup_allocno_available_regs_num
1067         and setup_allocno_left_conflicts_num.
1068         (print_loop_title): Use loop_depth.
1069         (allocno_priority_compare_func): Remove REG_N_REFS and
1070         REG_LIVE_LENGTH.
1071         (retry_ira_color): Use SET_REGNO.  Use ALLOCNO_CALLS_CROSSED_NUM
1072         instead of ALLOCNO_CALLS_CROSSED.
1073         (collect_pseudo_call_clobbered_regs):  Use regno_calls and
1074         ALLOCNO_CALLS_CROSSED_START instead of ALLOCNO_CALLS_CROSSED.
1076         * ira-call.c (init_ira_call_data): Add argument to
1077         post_order_compute.
1078         (n_regs_set): Remove.
1079         (regs_set): Make it a vector.
1080         (mark_reg_store, mark_reg_clobber): Change 2nd parameter type.
1081         (mark_referenced_regs): Check null x.
1082         (put_save_restore_and_calculate_local_info): Initialize and
1083         finalize regs_set.  Use DF_LR_{IN,OUT} instead of
1084         DF_UPWARD_LIVE_{IN,OUT}.  Use loop_outer.
1085         (do_init_nothing): Remove.
1086         (save_trans_fun, save_con_fun_0, restore_trans_fun,
1087         restore_con_fun_0): Remove 1st parameter.
1088         (save_con_fun_n, restore_con_fun_n): Ditto.  Use
1089         df_simple_dataflow instead of df_analyze_problem.
1090         (put_save_restore): Use DF_LR_IN instead of DF_UPWARD_LIVE_IN.
1091         Call mark_all_referenced_regs for all insn.  Use bitmap progress.
1092         (get_move_insn): New function.
1093         (put_save_restore_and_calculate_local_info, put_save_restore): Use
1094         the function.
1096         * ira.c (insn_contains_asm_1, insn_contains_asm,
1097         compute_regs_asm_clobbered, expand_reg_info): New functions.
1098         (setup_class_subset_and_move_costs): Use hard_reg_set_subset_p
1099         instead of GO_IF_HARD_REG_SUBSET.
1100         (setup_reg_subclasses, setup_class_translate): Ditto. Use
1101         hard_reg_set_equal_p instead of GO_IF_HARD_REG_EQUAL.
1102         (setup_eliminable_regset): Call compute_regs_asm_clobbered.  Use
1103         df_set_regs_ever_live instead of regs_ever_live.
1104         (setup_reg_renumber): Check reg_equiv_const and
1105         reg_equiv_invariant_p.
1106         (ira): Remove no_new_pseudos. Add df-problems and analyze.  Call
1107         regstat_init_n_sets_and_refs and regstat_compute_ri.  Remove
1108         delete_unreachable_blocks.  Use expand_reg_info.  Move
1109         setup_preferred_alternate_classes upper.  Remove life_analysis.
1110         Prepare df-insfrastructure for reload.
1112         * regclass.c (setup_reg_classes): Don't use reg_pref_buffer.
1114         * function.[ch] (get_call_invalidated_used_regs): Change 1st
1115         parameter type.
1116         
1117         * gengtype.c (main): Add HARD_REG_SET.
1119         * alias.c (value_addr_p): New function.
1120         (nonoverlapping_memrefs_p): Use it.
1122         * caller-save.c (init_caller_save): Use DF_LR_TOP for IRA instead
1123         of global_live_at_start.
1124         
1125 2007-05-04  Vladimir Makarov  <vmakarov@redhat.com>
1127         * ira-conflicts.c: Change pseudo to allocno.
1128         * ira-color.c: Ditto.
1129         * ira-emit.c: Ditto.
1130         * ira-build.c: Ditto.
1131         * ira.c: Ditto.
1132         (important_classes_num, important_classes): New variables.
1133         (setup_cover_classes): Set up the variable values.
1134         * ira-costs.c: Ditto.
1135         (record_reg_classes, record_address_regs, scan_one_insn,
1136         find_pseudo_class_costs):  Process only important classes.
1137         * ira-call.c: Ditto.  Add comments about placement optimization.
1138         * ira-int.h: Ditto.
1139         (allocno) Use one bit field for boolean members.
1140         (important_classes_num, important_classes): New external
1141         definitions.
1143 2007-03-16  Vladimir Makarov  <vmakarov@redhat.com>
1145         * flags.h (ira_algorithm): Add IRA_ALGORITHM_MIXED.
1147         * opts.c (common_handle_option): Set up IRA_ALGORITHM_MIXED from
1148         the option argument.
1149         
1150         * common.opt (fira-assign-after-call-split, fira-propagate-cost,
1151         fira-split-around-calls): New options.
1152         (fira-ipra): Switch off by default.
1153         
1154         * doc/invoke.texi (-fira-algorithm): Add mixed algorithm.
1155         (-fno-ira-ipra): Rename to -fira-ipra.
1156         (-fno-ira-assign-after-call-split, -fira-propagate-cost,
1157         -fno-ira-split-around-calls): Add new options.
1158         
1159         * ira-conflicts.c (curr_reg_pressure): New variable.
1160         (set_pseudo_live, clear_pseudo_live, mark_reg_store,
1161         mark_reg_death): Update reg pressure.
1162         (add_pseudo_copies): Decrease cost for copy with dead pseudo.
1163         (process_bb_node_for_conflicts): Propagate reg pressure.
1164         (build_conflict_bit_table): Call process_bb_node_for_conflicts in
1165         preorder.
1166         (ira_build_conflicts): Add new coloring algorithm.
1167         (ira_build_conflicts): Add flag_ira_split_around_calls.
1169         * ira-emit.c (change_loop): Print allocation on the region
1170         borders.  Use pseudo_cap_member instead of regno.
1171         (modify_move_list): Add parameter to create pseudo.
1172         (ira_emit): Use pseudo_cap_member instead of regno.
1173         
1174         * ira-build.c (create_loop_tree_nodes): Set up initial reg
1175         pressure.
1176         (create_pseudo): Add parameter.  Use the parameter value instead
1177         of regno.
1178         (print_expanded_pseudo): Use pseudo_cap_member instead of regno.
1179         (create_cap_pseudo, create_insn_pseudos, create_bb_pseudos,
1180         create_loop_pseudos): Add argument to create_pseudo call.
1181         (create_pseudos, ira_build): Process IRA_ALGORITHM_MIXED.
1182         (create_loop_tree_node_caps):  Create cap pseudo for all pseudos
1183         not having father pseudo.
1184         
1185         * final.c (rest_of_handle_final): Process INCOMING_REGNO.
1187         * toplev.h (flag_ira_assign_after_call_split,
1188         flag_ira_propagate_cost, flag_ira_split_around_calls): New flags.
1190         * caller-save.c (save_call_clobbered_regs): Move declaration
1191         this_insn_sets to the function start.
1192         
1193         * ira-int.h (ira_loop_tree_node): Add reg_pressure.
1194         (pseudo): More comments for regno and cap_member
1195         (original_regno_call_crossed_p, ira_max_regno_before,
1196         ira_max_regno_call_before): New external variables.
1197         (create_pseudo): Add parameter.
1198         (reassign_conflict_pseudos, debug_ira_call_data,
1199         split_around_calls, get_around_calls_regno): New function
1200         prototypes.
1202         * ira-color.c (assign_hard_reg): Set best_hard_regno and
1203         conflict_regs earlier.  Check register availability earlier.
1204         Ignore conflict and copy cost for PSEUDO_MAY_BE_SPILLED_P.
1205         (calculate_pseudo_spill_cost): Use pseudo_cap instead of regno.
1206         Check father pseudo instead of subloop pseudos.
1207         (pop_pseudos_from_stack): Set up PSEUDO_ASSIGNED_P for NO_REGS
1208         pseudo.
1209         (print_loop_title): Print reg pressure.
1210         (color_pass): Use PSEUDO_CAP_MEMBER instead of regno.  Add mixed
1211         coloring algorithm.
1212         (move_spill_restore): Use PSEUDO_CAP_MEMBER instead of regno.  Use
1213         subloop pseudos instead of father pseudo for cost calculation.
1214         (setup_curr_costs, reassign_conflict_pseudos): New functions.
1215         (retry_ira_color): Don't allocate call used registers when
1216         flag_caller_saves or flag_ira_split_around_calls.  Call
1217         setup_curr_cost.  Print about spilling pseudo split around calls.
1218         (reuse_stack_slot): Choose the slot with minimal memory-memory
1219         costs.
1221         * ira.c (setup_reg_renumber): Add 2 parameters.  Use cap_number
1222         instead of regno.  Initialize caller_save_needed.  Make assertion
1223         stricter.
1224         (setup_pseudo_assignment_from_reg_renumber): New function.
1225         (calculate_allocation_cost): Add assertion.
1226         (print_redundant_copies): Use cap_number instead of regno.
1227         (original_regno_call_crossed_p, ira_max_regno_before,
1228         ira_max_regno_call_before): New global variables.
1229         (ira): Process IRA_ALGORITHM_MIXED.  Set up
1230         ira_max_regno_call_before and ira_max_regno_before.  New arguments
1231         for setup_reg_renumber.  Reassign if pseudo changed its class.
1232         Split pseudos around the call if necessary.  Reassign if a pseudo
1233         is split.
1235         * ira.h: New year for Copyright.
1237         * ira-costs.c (reg_pref): Rename to pseudo_pref.
1238         (reg_pref_buffer): rename to pseudo_pref_buffer.
1239         (find_pseudo_class_costs): Initialize best_cost and best_class.
1240         Process IRA_ALGORITHM_MIXED.  Find best cover class for regno.
1241         (process_bb_node_for_hard_reg_moves): Process IRA_ALGORITHM_MIXED.
1243         * Makefile.in (ira-call.o): Add new file.
1245         * reload1.c (calculate_needs_all_insns): Remove unnecessary
1246         memory-memory move.
1248         * ira-call.c: New file.
1249         
1250 2007-02-09  Vladimir Makarov  <vmakarov@redhat.com>
1252         * common.opt (fipra): Rename to fira-ipra.  Make it default.
1253         (fira-move-spills, fira-share-save-slots, fira-share-spill-slots):
1254         New.
1255         * toplev.h (flag_ipra): Rename to flag_ira_ipra.
1256         (flag_ira_move_spills, flag_ira_share_save_slots,
1257         flag_ira_share_spill_slots): New external definitions.
1258         * doc/invoke.texi (-fipra): Rename to -fno-ira-ipra. 
1259         (-fno-ira-move-spills, -fno-ira-share-save-slots,
1260         -fno-ira-share-spill-slots): New options.
1261         * function.c (get_call_invalidated_used_regs): Rename flag_ipra to
1262         flag_ira_ipra.
1263         * ira-costs.c (tune_pseudo_costs_and_cover_classes): Ditto.
1264         * caller-save.c (setup_save_areas): Use flag_ira_share_save_slots.
1265         Rename flag_ipra to flag_ira_ipra.
1266         (flag_ira_share_save_slots): Use flag_ira_move_spills.
1267         * ira-color.c (assign_hard_reg): Skip pseudos with different cover
1268         class.
1269         (reuse_stack_slot): Use flag_ira_share_spill_slots.
1270         * config/arm/arm.h (IRA_COVER_CLASSES): New macro.
1271         
1272 2007-02-31  Vladimir Makarov  <vmakarov@redhat.com>
1274         * reload.h (debug_save_data): New definition.
1275         
1276         * caller-save.c (struct bb_info): New.
1277         (BB_INFO, BB_INFO_BY_INDEX): New macros.
1278         (calculate_local_save_info, set_up_bb_rts_numbers, rpost_cmp,
1279         calculate_save_in_out, calculate_save_here,
1280         make_global_save_analysis, print_hard_reg_set_and_mode,
1281         print_hard_reg_set, print_save_data, debug_save_data,
1282         set_hard_reg_saved): New functions.
1283         (save_call_clobbered_regs): Make global save analysis and use it
1284         to put save/restore code.
1285         (insert_one_insn): Check CODE_LABEL.
1287 2007-01-19  Vladimir Makarov  <vmakarov@redhat.com>
1289         * toplev.h (flag_ipra): New external definition.
1291         * common.opt (fipra): New option.
1293         * doc/invoke.texi (-fipra); Document the option.
1295         * cgraph.h (cgraph_node): New member function_used_regs.
1297         * cgraph.c (cgraph_create_node): Initialize function_used_regs.
1299         * final.c (update_regs_ever_live): New function.
1300         (rest_of_handle_final): Set up function_used_regs and
1301         call_used_regs.
1303         * ira-build.c (ira_build): Clear function call_used_regs.
1305         * function.h: Add hard-reg-set.h header.
1306         (emit_status): New member call_used_regs.
1307         (get_call_invalidated_used_regs): New definition.
1309         * function.c (get_call, get_call_invalidated_used_regs): New
1310         functions.
1312         * Makefile.in (FUNCTION_H): Add hard-reg-set.h.
1313         (caller-save.o): Add dependence on output.h and ira.h
1315         * regrename.c (copyprop_hardreg_forward_1): Use function
1316         get_call_invalidated_used_regs.
1318         * ira-conflicts.c (process_bb_node_for_conflicts): Ditto.
1320         * postreload-gcse.c (record_opr_changes,
1321         reg_set_between_after_reload_p, reg_used_between_after_reload_p):
1322         Ditto.
1324         * postreload.c (reload_combine, reload_cse_move2add): Ditto.
1326         * rtlanal.c (reg_set_between_p): Ditto.
1328         * flow.c (propagate_one_insn): Ditto.
1330         * df-scan.c (df_insn_refs_record): Ditto.
1332         * gcse.c (compute_hash_table_work, compute_store_table): Ditto.
1334         * cselib.c (cselib_process_insn): Ditto.
1336         * loop-iv.c (simplify_using_assignment): Ditto.
1338         * sched-deps.c (sched_analyze): Ditto.
1340         * combine.c (record_dead_and_set_regs): Ditto.
1342         * resource.c (mark_set_resources, mark_set_resources): Ditto.
1344         * var-tracking.c (var-tracking.c): Ditto.
1346         * reload1.c (reload): Ditto.
1348         * cse.c (invalidate_for_call): Ditto.  Add parameter.
1349         (cse_insn): Pass the parameter.
1351         * ira.h (try_to_migrate): Remove the definition.
1352         (collect_pseudo_call_clobbered_regs): New external definition.
1354         * ira-color.c (collect_pseudo_call_clobbered_regs): New function.
1356         * ira-costs.c (tune_pseudo_costs_and_cover_classes): Add cost
1357         calculation when IPRA is used.
1359         * caller-save.c: Include headers output.h and ira.h.
1360         (saved_hard_reg): New structure.
1361         (hard_reg_map, hard_reg_map, all_saved_regs): New variables.
1362         (all_saved_regs, new_saved_hard_reg, finish_saved_hard_regs,
1363         saved_hard_reg_compare_func): New functions.
1364         (setup_save_areas): Add code for sharing stack slots.
1365         (save_call_clobbered_regs): Use function
1366         get_call_invalidated_used_regs.
1367         
1368 2007-01-12  Vladimir Makarov  <vmakarov@redhat.com>
1370         * doc/tm.texi (IRA_HARD_REGNO_ADD_COST_MULTIPLIER): New macro.
1372         * ira-conflicts.c (add_pseudo_copies): Add copy between output and
1373         died operand pseudos.
1375         * ira.c (setup_cover_classes, setup_class_translate): Define and
1376         call only when IRA_COVER_CLASSES is defined.
1377         (no_alloc_regs): Rename to no_unit_alloc_regs.
1378         (setup_eliminable_regset): Set up no_alloc_regs.
1380         * ira-costs.c (tune_pseudo_costs_and_cover_classes): Modify cost
1381         if IRA_HARD_REGNO_ADD_COST_MULTIPLIER is defined.
1383         * config/s390/s390.h (IRA_COVER_CLASSES,
1384         IRA_HARD_REGNO_ADD_COST_MULTIPLIER(regno)): Define.
1385         
1386 2006-12-22  Vladimir Makarov  <vmakarov@redhat.com>
1388         * rtl.h (setup_reg_classes): New function prototype.
1389         
1390         * regclass.c (setup_reg_classes): New function.
1392         * global.c (global_alloc): Dump information about register
1393         assigning.
1395         * ira-int.h (ira_build): Change prototype signature.
1397         * ira-color.c (pseudo_compare_func): Rename to
1398         pseudo_priority_compare_func.
1399         (priority_coloring): Dump information about register
1400         assigning.
1402         * ira-build.c (ira_build): Return true if we have loops for the
1403         allocation.
1405         * ira.c (setup_preferred_alternate_classes): New function.
1406         (ira): Use it instead of regclass.  Rebuild only if we have loops.
1408 2006-12-15  Vladimir Makarov  <vmakarov@redhat.com>
1410         * ira.h, ira-int.h, ira.c, ira-build.c, ira-costs.c
1411         ira-conflicts.c, ira-color.c, ira-emit.c: New files.
1413         * flags.h (ira_algorithm): New enumeration.
1414         (flag_ira_algorithm): New external variable declaration.
1416         * tree-pass.h (pass_ira): New external variable declaration.
1418         * toplev.c (ira.h): New include.
1419         (flag_ira_algorithm): New global variable.
1420         (backend_init): Call init_ira_once.
1422         * toplev.h (flag_ira, flag_ira_biased_coloring): New external
1423         variable declarations.
1425         * regs.h (contains_reg_of_mode, move_cost, may_move_in_cost,
1426         may_move_out_cost): New external variable declarations.
1427         
1428         * caller-save.c (no_caller_save_reg_set): New global variable.
1429         (init_caller_save): Set up no_caller_save_reg_set.
1430         
1431         * global.c (eliminable_regset): Make it external.
1432         (gate_handle_global_alloc): New function.
1433         (pass_global_alloc): Add the gate function.
1435         * opts.c (decode_options):  Print the warning for -fira.
1436         (common_handle_option): Process -fira-algorithm option.
1438         * timevar.def (TV_IRA): New pass.
1440         * hard-reg-set.h (no_caller_save_reg_set): New external variable
1441         declaration.
1443         * regmove.c (regmove_optimize): Don't do replacement of output
1444         operands by input operands.
1445         (rest_of_handle_regmove): Don't do CFG cleanup for IRA.
1447         * local-alloc.c (update_equiv_regs): Make it external.  Return
1448         true if jump label rebuilding should be done.
1449         (gate_handle_local_alloc): New function.
1450         (pass_local_alloc): Add the gate function.
1452         * alias.c (stack_addr_p): New function.
1453         (nonoverlapping_memrefs_p): Add code for IRA.
1455         * common.opt (fira, fira-algorithm, fira-biased-coloring): New
1456         options.
1458         * regclass.c (contains_reg_of_mode, move_cost, may_move_in_cost,
1459         may_move_out_cost): Make the variables external.
1460         
1461         * rtl.h (eliminable_regset): New external variable declaration.
1462         (update_equiv_regs): New external function definition.
1464         * Makefile.in (IRA_INT_H): New definition.
1465         (OBJS-common): Add ira.o, ira-build.o, ira-costs.o,
1466         ira-conflicts.o, ira-color.o, and ira-emit.o.
1467         (reload1.o, toplev.o): Add dependence on ira.h.
1468         (ira.o, ira-build.o, ira-costs.o, ira-conflicts.o, ira-color.o,
1469         ira-emit.o): New entries.
1471         * passes.c (pass_ira): New pass.
1473         * reload1.c (alter_reg): Add a new parameter.
1474         (pseudo_reg_compare): New function.
1475         (reload): Sort pseudos for IRA.  Call alter_reg with the
1476         additional parameter.
1477         (count_spilled_pseudo): New variable freq.  Use it.
1478         (alter_reg): Add code for IRA.
1479         (eliminate_regs_1, finish_spills, emit_input_reload_insns,
1480         delete_output_reload): Use additional parameter for alter_reg.
1481         (finish_spills, emit_input_reload_insns, delete_output_reload):
1482         Call mark_allocation_change.
1483         (finish_spills): Call retry_ira_color.
1484         
1485         * doc/invoke.texi: Describe new options -fira,
1486         -fira-biased-coloring, and -fira-algorithm.
1487         
1488         * doc/passes.texi: Decribe IRA.
1490         * doc/tm.texi:  Decribe macro IRA_COVER_CLASSES.
1491         
1492         * config/sparc/sparc.h (IRA_COVER_CLASSES): New macro.
1494         * config/i386/i386.h (IRA_COVER_CLASSES): Ditto.
1496         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
1498         * config/rs6000/rs6000.h (IRA_COVER_CLASSES): Ditto.
1499         
1500         Richard Henderson  <rth@redhat.com>
1502         * tree-pass.h (pass_lower_subreg): New external definition.
1503         * toplev.h (flag_lower_subreg): New external definition.
1504         * rtl.def (CONCATN): New rtl expression.
1505         * dwarf2out.c (concatn_loc_descriptor): New function.
1506         (loc_descriptor): Process CONCATN.
1507         * timevar.def (TV_LOWER_SUBREG): New definition.
1508         * emit-rtl.c (gen_reg_rtx_offset): New function.
1509         (gen_lowpart_common): Process CONCATN.
1510         * simplify-rtx.c (simplify_subreg): Process CONCATN.
1511         * common.opt (flower-subreg): New options.
1512         * rtl.h (gen_reg_rtx_offset): New external definition.
1513         * Makefile.in (OBJS-common): Add lower-subreg.o.
1514         (lower-subreg.o): New entry.
1515         * passes.c (pass_lower_subreg): Add new pass.
1516         * lower-subreg.c: New file.
1517         
1518 2008-03-28  Rafael Espindola  <espindola@google.com>
1520         * fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
1521         (tree_binary_nonnegative_warnv_p): Make it public.
1522         (tree_single_nonnegative_warnv_p): Make it public.
1523         (tree_invalid_nonnegative_warnv_p): Make it public.
1524         (tree_unary_nonzero_warnv_p): Make it public.
1525         (tree_binary_nonzero_warnv_p): Make it public
1526         (tree_single_nonzero_warnv_p): Make it public.
1527         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
1528         (extract_range_from_binary_expr): Split the expr argument.
1529         (extract_range_from_unary_expr): Split the expr argument.
1530         (extract_range_from_comparison): Split the expr argument.
1531         (extract_range_from_expr): Use the new aux functions.
1532         (vrp_evaluate_conditional_warnv): Use
1533         vrp_evaluate_conditional_warnv_with_ops.
1534         * tree.h (tree_unary_nonzero_warnv_p): Declare.
1535         (tree_binary_nonzero_warnv_p): Declare.
1536         (tree_single_nonzero_warnv_p): Declare.
1537         (tree_expr_nonzero_warnv_p): Declare.
1538         (tree_unary_nonnegative_warnv_p): Declare.
1539         (tree_binary_nonnegative_warnv_p): Declare.
1540         (tree_single_nonnegative_warnv_p): Declare.
1541         (tree_invalid_nonnegative_warnv_p): Declare.
1543 2008-03-28  Richard Guenther  <rguenther@suse.de>
1545         PR tree-optimization/30317
1546         PR tree-optimization/30911
1547         PR tree-optimization/34793
1548         * tree-vrp.c (set_and_canonicalize_value_range): New function.
1549         (struct assert_locus_d): New member EXPR.
1550         (register_new_assert_for): Add EXPR parameter to support
1551         ASSERT_EXPR <name, expr OP limit>.
1552         (register_edge_assert_for_1): Adjust callers.
1553         (find_assert_locations): Likewise.
1554         (process_assert_insertions_for): Build condition from
1555         expression.
1556         (extract_range_from_assert): Handle ASSERT_EXPRs
1557         of the form ASSERT_EXPR <name, expr OP limit>.
1558         (register_edge_assert_for_2): New helper registering
1559         asserts for comparisons.  Recognize range tests of the form
1560         (unsigned)i - CST1 OP CST2.
1561         (register_edge_assert_for_1): Use it.
1562         (register_edge_assert_for): Likewise.
1563         (needs_overflow_infinity): Integer sub-types
1564         do not need overflow infinities.
1565         (vrp_val_is_max): The extreme values of integer sub-types
1566         are those of the base type.
1567         (vrp_val_is_min): Likewise.
1568         * tree.def (ASSERT_EXPR): Document extra allowed conditional
1569         expressions.
1571 2008-03-28  Nick Clifton  <nickc@redhat.com>
1573         * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
1574         Return GENERAL_REGS for stack adjustment reloads.
1576 2008-03-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1578         PR target/31334
1579         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
1580         const_vector when all the vectors are constant.
1582 2008-03-27  Bob Wilson  <bob.wilson@acm.org>
1584         * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
1585         comparisons.
1586         * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
1587         (any_scc_sf): Add uneq, unlt, unle and unordered operators.
1588         (scc_sf): New.
1589         (s<code>_sf): Use new scc_sf attribute for opcode names.
1591 2008-03-27  Tom Tromey  <tromey@redhat.com>
1593         * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
1594         configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
1595         config/spu/t-spu-elf, config/i386/t-interix,
1596         config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
1597         config/i386/x-darwin, config/i386/x-mingw32,
1598         config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
1599         config/sh/t-sh, config/sh/t-symbian, config/x-linux,
1600         config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
1601         config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
1602         config/rs6000/x-rs6000, config/rs6000/x-darwin64,
1603         config/rs6000/x-darwin, config/rs6000/t-rs6000,
1604         config/score/t-score-elf, config/arm/t-strongarm-pe,
1605         config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
1606         config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
1607         Revert automatic dependency patch.
1609 2008-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1611         PR target/35657
1612         * config/i386/i386.c (ix86_function_arg_boundary): Align
1613         decimal floating point to its natural boundary.
1615 2008-03-27  Richard Guenther  <rguenther@suse.de>
1617         PR middle-end/35716
1618         * fold-const.c (fold_comparison): Restrict distinct decl
1619         comparison folding to VAR_DECLs and PARM_DECLs.  Do not
1620         solely rely on operand_equal_p.
1622 2008-03-27  Richard Guenther  <rguenther@suse.de>
1624         PR c/32511
1625         * c-common.c (handle_weak_attribute): Reject combination of
1626         weak and inline.
1628 2008-03-27  Richard Guenther  <rguenther@suse.de>
1630         PR tree-optimization/32810
1631         * tree-ssa-ccp.c (get_symbol_constant_value): Strip useless
1632         conversions from DECL_INITIAL.
1633         (fold_const_aggregate_ref): Likewise from constructor elements.
1635 2008-03-27  Zdenek Dvorak  <ook@ucw.cz>
1637         * tree-affine.h (aff_combination_expand): Declare.
1638         (get_inner_reference_aff): Likewise.
1639         * tree-affine.c (aff_combination_expand): Split out from
1640         tree_to_aff_combination_expand.
1641         (get_inner_reference_aff): New function.
1642         * tree-parloops.c (loop_parallel_p): Free vectorizer info.
1643         * tree-ssa-loop-im.c: Include tree-affine.h and pointer-set.h.
1644         (struct lim_aux_data): sm_done field removed.
1645         (mem_ref_loc_p, mem_ref_locs_p): New types.
1646         (struct mem_ref): Added id, stored, accesses_in_loop,
1647         indep_loop, dep_loop, indep_ref, dep_ref fields.
1648         Removed is_stored, locs and next fields.
1649         (memory_accesses): New variable.
1650         (movement_possibility): Do not allow moving statements
1651         that store to memory.
1652         (outermost_indep_loop, simple_mem_ref_in_stmt, mem_ref_in_stmt):
1653         New functions.
1654         (determine_max_movement): For statements with memory references,
1655         find the outermost loop in that the reference is independent.
1656         (move_computations_stmt): Mark the virtual operands for
1657         renaming.
1658         (memref_free, mem_ref_alloc, mem_ref_locs_alloc, mark_ref_stored,
1659         gather_mem_refs_stmt, gather_mem_refs_in_loops, vtoe_hash, vtoe_eq,
1660         vtoe_free, record_vop_access, get_vop_accesses, get_vop_stores,
1661         add_vop_ref_mapping, create_vop_ref_mapping_loop,
1662         create_vop_ref_mapping, analyze_memory_references,
1663         cannot_overlap_p, mem_refs_may_alias_p, rewrite_mem_ref_loc,
1664         get_all_locs_in_loop, ref_always_accessed_p,
1665         refs_independent_p, record_indep_loop, ref_indep_loop_p_1,
1666         ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
1667         store_motion_loop, store_motion): New functions.
1668         (struct vop_to_refs_elt): New type.
1669         (record_mem_ref_loc, free_mem_ref_locs, rewrite_mem_refs,
1670         memref_hash, memref_eq, hoist_memory_references): Rewritten.
1671         (schedule_sm): Replaced by...
1672         (execute_sm): ... this.
1673         (determine_lsm_ref, hoist_memory_references,
1674         loop_suitable_for_sm, gather_mem_refs_stmt, gather_mem_refs,
1675         find_more_ref_vops, free_mem_ref, free_mem_refs,
1676         determine_lsm_loop, determine_lsm): Removed.
1677         (tree_ssa_lim_finalize): Free data structures used by store
1678         motion.
1679         (tree_ssa_lim): Call analyze_memory_references.  Use
1680         store_motion instead of determine_lsm.
1682 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1684         * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h,
1685         rename tmake_file to m68hc11/t-m68hc11.
1686         (mcore): Set inhibit_libc to true.
1687         * config.host (alpha*-dec-*vms*): Set extra_programs.
1688         (interix3*): Don't use host_xmake_file.
1689         * configure.ac: Let config.gcc override inhibit_libc.
1690         * configure: Regenerate.
1692         * config/alpha/x-vms (EXTRA_PROGRAMS): Remove.
1693         * config/t-openbsd-thread: Remove commented out lines.
1694         
1695         * config/x-interix: Remove.
1697         * config/m68hc11/t-m68hc11-gas: Rename to...
1698         * config/m68hc11/t-m68hc11: ... this.  Remove T_CPPFLAGS.
1700         * config/mcore/t-mcore: Remove T_CFLAGS.
1701         * config/mcore/t-mcore-pe: Likewise.
1703 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1705         * configure.ac: Replace custom __GNU_SOURCE test with
1706         AC_USE_SYSTEM_EXTENSIONS.  Move it earlier.
1707         * aclocal.m4: Regenerate.
1708         * configure: Regenerate.
1709         * config.in: Regenerate.
1711 2008-03-27  Richard Guenther  <rguenther@suse.de>
1713         * fold-const.c (target.h): Include.
1714         (fold_comparison): Fold comparison of addresses of decls
1715         that bind locally or of constants.  Consolidate address folding code.
1716         * tree-vrp.c (operand_less_p): Deal with non-INTEGER_CST
1717         results from fold_binary_to_constant.
1718         (compare_values_warnv): Likewise.
1720 2008-03-27  Andrew Pinski  <pinskia@gmail.com>
1722         PR middle-end/35429
1723         * fold-const.c (fold_truthop): Check for integeral types when folding
1724         a == 0 && b == 0 and a != 0 || b != 0 .
1726 2008-03-26  Eric Botcazou  <ebotcazou@adacore.com>
1728         * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.
1730 2008-03-26  Andreas Schwab  <schwab@suse.de>
1732         * doc/invoke.texi: Fix use of @item vs. @itemx.
1734 2008-03-26  Tom Tromey  <tromey@redhat.com>
1736         * Makefile.in (build/gensupport.o, build/print-rtl.o,
1737         build/read-rtl.o, build/rtl.o, build/gencondmd.o, build/genattr.o,
1738         build/genattrtab.o, build/genautomata.o, build/gencheck.o,
1739         build/gencodes.o, build/genconditions.o, build/genconfig.o,
1740         build/genconstants.o, build/genemit.o, build/genextract.o,
1741         build/genflags.o, build/genmddeps.o, build/genopinit.o,
1742         build/genoutput.o, build/genpeep.o, build/genrecog.o): Depend on
1743         options.h.
1745 2008-03-26  Richard Guenther  <rguenther@suse.de>
1747         Revert
1748         2008-03-26  Richard Guenther  <rguenther@suse.de>
1750         * fold-const.c (target.h): Include.
1751         (fold_comparison): Fold comparison of addresses of two decls
1752         that bind locally.  Consolidate address folding code.
1754 2008-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1756         * builtins.c (expand_builtin_pow, fold_builtin_cabs,
1757         fold_builtin_sqrt, fold_builtin_cbrt, fold_builtin_logarithm,
1758         fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3,
1759         dconstsqrt2, dconstthird, dconste and/or dconst10.
1760         * config/i386/i386.c (ix86_emit_swsqrtsf): Likewise.
1761         * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird,
1762         dconstsqrt2, dconste): Delete.
1763         (init_emit_once): Likewise.  Simplify initializing dconstm1.
1764         Constify variable.
1765         * real.c (get_real_const): New.
1766         * real.h (dconst3, dconst10, dconstm2, dconstthird,
1767         dconstsqrt2, dconste): Delete.
1768         (real_value_const, get_real_const): New.
1770 2008-03-26  H.J. Lu  <hongjiu.lu@intel.com>
1772         * config/i386/cygming.h (BIGGEST_ALIGNMENT): Removed.
1774         * config/i386/i386.c (ix86_function_arg_boundary): Check
1775         BIGGEST_ALIGNMENT instead of 128.
1776         (setup_incoming_varargs_64): Likewise.
1778 2008-03-26  Tom Tromey  <tromey@redhat.com>
1780         * Makefile.in (DEPFILES): Add missing '/'.
1782 2008-03-26  Richard Guenther  <rguenther@suse.de>
1784         * fold-const.c (target.h): Include.
1785         (fold_comparison): Fold comparison of addresses of two decls
1786         that bind locally.  Consolidate address folding code.
1788 2008-03-26  Nick Clifton  <nickc@redhat.com>
1790         PR target/31232
1791         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p): Do
1792         not allow INT+INT as a legitimate addressing mode.
1794 2008-03-26  Richard Guenther  <rguenther@suse.de>
1796         * tree-flow.h (widen_bitfield): Remove declaration.
1797         * tree-ssa-ccp.c (visit_assignment): Remove unneeded code.
1798         (widen_bitfield): Remove function.
1799         * tree-ssa-dom.c (record_equivalences_from_stmt): Remove unneeded
1800         code.
1802 2008-03-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1804         PR target/31558
1805         * config/rs6000/rs6000-c.c (rs6000_builtin_type_compatible): Handle
1806         error_mark_node's.
1808 2008-03-25  Richard Sandiford  <rsandifo@nildram.co.uk>
1810         PR rtl-optimization/35232
1811         * reload1.c (reg_reloaded_call_part_clobbered): Clarify comment.
1812         (forget_old_reloads_1, forget_marked_reloads): Don't clear
1813         reg_reloaded_call_part_clobbered here.
1814         (reload_regs_reach_end_p): New function.
1815         (reload_reg_rtx_for_input): New variable.
1816         (reload_reg_rtx_for_output): Likewise.
1817         (emit_input_reload_insns): Use reloadreg rather than rl->reg_rtx
1818         when reassigning a pseudo register.  Load reloadreg from 
1819         reload_reg_rtx_for_input, moving the mode and register
1820         calculation to...
1821         (do_input_reload): ...here.  Use the mode-adjusted reg_rtx
1822         instead of the original when deciding whether an input reload
1823         would be a no-op or whether an output reload can be deleted.
1824         (emit_output_reload_insns): Use the mode-adjusted reg_rtx
1825         when setting up new_spill_reg_store.  Load it from
1826         reload_reg_rtx_for_output, moving the mode and register
1827         calculation to...
1828         (do_output_reload): ...here.  Use the mode-adjusted reg_rtx
1829         instead of the original when deciding whether an output reload
1830         would be a no-op.  Do the same when modifying insn notes.
1831         Use rtx_equal_p instead of == to compare the registers.
1832         (inherit_piecemeal_p): Take a mode and two register numbers
1833         as argument.
1834         (emit_reload_insns): Clear new_spill_reg_store for every hard
1835         register in the reload register.  Remove spill registers
1836         from reg_reloaded_valid before considering whether to record
1837         inheritance information for them.  Use reload_reg_rtx_for_output
1838         instead of reg_rtx when recording output reloads.  Use
1839         reload_reg_rtx_for_input instead of reg_rtx when recording
1840         input reloads.  Set or clear reg_reloaded_call_part_clobbered
1841         at the same time as setting reg_reloaded_valid.
1842         (delete_output_reload): Add a new_reload_reg parameter and use it
1843         instead of rld[j].reg_rtx.
1844         (emit_input_reload_insns, do_input_reload, do_output_reload): Adjust
1845         calls accordingly.
1847 2008-03-25  Tom Tromey  <tromey@redhat.com>
1849         * Makefile.in (build/gensupport.o): Depend on insn-modes.h.
1850         (build/genattr.o): Likewise.
1851         (build/genattrtab.o): Likewise.
1852         (build/gencodes.o): Likewise.
1853         (build/genconfig.o): Likewise.
1854         (build/genconstants.o): Likewise.
1855         (build/genemit.o): Likewise.
1856         (build/genextract.o): Likewise.
1857         (build/genflags.o): Likewise.
1859 2008-03-25  Bob Wilson  <bob.wilson@acm.org>
1860         
1861         * config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
1862         instead of size_int for integer types.
1863         (xtensa_gimplify_va_arg_expr): Likewise.  Convert index to sizetype
1864         to match type of MINUS_EXPR.
1865         
1866 2008-03-25  Tom Tromey  <tromey@redhat.com>
1868         * configure: Rebuilt.
1869         * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
1870         Makefile.
1872 2008-03-25  Tom Tromey  <tromey@redhat.com>
1874         * config/x-solaris (host-solaris.o): Update.
1875         * config/x-linux (host-linux.o): Update.
1876         * config/x-hpux (host-hpux.o): Update.
1877         * config/x-darwin (host-darwin.o): Update.
1878         * config/v850/t-v850e (v850-c.o): Update.
1879         * config/v850/t-v850 (v850-c.o): Update.
1880         * config/t-vxworks (vxworks.o): Update.
1881         * config/t-sol2 (sol2-c.o, sol2.o): Update.
1882         * config/t-darwin (darwin.o, darwin-c.o, darwin-driver.o): Update.
1883         * config/spu/t-spu-elf (spu-c.o): Update.
1884         (spu.o): Remove.
1885         * config/sh/t-symbian (sh-c.o): Update.
1886         (symbian.o): Update.
1887         * config/sh/t-sh (sh-c.o): Update.
1888         * config/score/t-score-elf (score7.o, score3.o): Update.
1889         * config/rs6000/x-rs6000 (driver-rs6000.o): Update.
1890         * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Update.
1891         * config/rs6000/x-darwin (host-ppc-darwin.o): Update.
1892         * config/rs6000/t-rs6000 (rs6000-c.o): Update.
1893         (rs6000.o): Remove.
1894         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
1895         * config/m32c/t-m32c (m32c-pragma.o): Update.
1896         * config/ia64/t-ia64 (ia64-c.o): Update.
1897         * config/i386/x-mingw32 (host-mingw32.o): Update.
1898         * config/i386/x-i386 (driver-i386.o): Update.
1899         * config/i386/x-darwin (host-i386-darwin.o): Update.
1900         * config/i386/x-cygwin (host-cygwin.o): Update.
1901         * config/i386/t-nwld (nwld.o): Update.
1902         * config/i386/t-netware (netware.o): Update.
1903         * config/i386/t-interix (winnt.o): Update.
1904         * config/i386/t-cygwin (cygwin1.o, cygwin2.o): Update.
1905         * config/i386/t-cygming (winnt.o, winnt-cxx.o, winnt-stubs.o,
1906         msformat-c.o): Update.
1907         * config/bfin/t-bfin-linux (generated_files): Add
1908         linux-sysroot-suffix.h.
1909         * config/arm/t-wince-pe (pe.o): Update.
1910         * config/arm/t-strongarm-pe (pe.o): Update.
1911         * config/arm/t-pe (pe.o): Update.
1912         * config/arm/t-arm (arm-c.o): Update.
1913         * doc/install.texi (Prerequisites): Require make 3.80.
1914         * Makefile.in: Remove .o targets.
1915         (CCDEPMODE, DEPDIR, depcomp, BUILD_DEPMODE): New variables.
1916         (OBSTACK_H, FIBHEAP_H, PARTITION_H, MD5_H, BCONFIG_H): Remove.
1917         (simple_generated_h, simple_generated_c): Move earlier.
1918         (generated_files): New variable.
1919         (TARGET_H, MACHMODE_H, HOOKS_H, HOSTHOOKS_DEF_H, LANGHOOKS_DEF_H,
1920         TARGET_DEF_H, RTL_BASE_H, RTL_H, PARAMS_H, BUILTINS_DEF, TREE_H,
1921         BASIC_BLOCK_H, GCOV_IO_H, COVERAGE_H, DEMANGLE_H, RECOG_H,
1922         ALIAS_H, EMIT_RTL_H, FLAGS_H, FUNCTION_H, EXPR_H, OPTABS_H,
1923         REGS_H, RA_H, RESOURCE_H, SCHED_INT_H, INTEGRATE_H, CFGLAYOUT_H,
1924         CFGLOOP_H, IPA_UTILS_H, IPA_REFERENCE_H, IPA_TYPE_ESCAPE_H,
1925         CGRAPH_H, DF_H, RESOURCE_H, DDG_H, GCC_H, GGC_H, TIMEVAR_H,
1926         INSN_ATTR_H, C_COMMON_H, C_PRAGMA_H, C_TREE_H, SYSTEM_H,
1927         PREDICT_H, DECNUM_H, MKDEPS_H, SYMTAB_H, TREE_DUMP_H,
1928         TREE_GIMPLE_H, TREE_FLOW_H, TREE_SSA_LIVE_H, PRETTY_PRINT_H,
1929         DIAGNOSTIC_H, C_PRETTY_PRINT_H, SCEV_H, LAMBDA_H, TREE_DATA_REF_H,
1930         VARRAY_H, TREE_INLINE_H, REAL_H, DBGCNT_H, EBIMAP_H): Remove.
1931         (.c.o): Remove.
1932         (COMPILE.base, COMPILE): New variables.
1933         (%.o): New pattern rule.
1934         (ALL_HOST_OBJS): New variable.
1935         (xgcc$(exeext), cpp$(exeext)): Remove extra version.o.
1936         (dummy-checksum.o, cc1-checksum.o): Remove.
1937         (DRIVER_SHLIB): New variable.
1938         (DRIVER_DEFINES): Use it.
1939         (gencondmd.c): Move out of build/.
1940         (s-conditions): Update.
1941         (BUILDCOMPILE.base, BUILDCOMPILE): New variables.
1942         (ALL_BUILD_OBJS): Likewise.
1943         (build/%.o): Use BUILDCOMPILE.
1944         (build/ggc-none.o, build/ggc-none.o, build/min-insn-modes.o,
1945         build/print-rtl.o, build/read-rtl.o, build/rtl.o, build/vec.o,
1946         build/gencondmd.o, build/genattrtab.o, build/genautomata.o,
1947         build/gencheck.o, build/gencodes.o, build/genconditions.o,
1948         build/genconfig.o, build/genconstants.o, build/genemit.o,
1949         build/genextract.o, build/genflags.o, build/genmddeps.o,
1950         build/genopinit.o, build/genoutput.o, build/genpeep.o,
1951         build/genpreds.o, build/genrecog.o, build/gcov-iov.o,
1952         build/gen-protos.o, build/scan.o, build/fix-header.o,
1953         build/scan-decls.o): Simplify.
1954         (collect2.o, c-opts.o, gcc.o, gccspec.o, gcc-options.o,
1955         cppdefault.o, protoize.o, unprotoize.o, intl.o, version.o,
1956         prefix.o, toplev.o): Reduce to variable setting.
1957         (libbackend.o): Use COMPILE.  Remove most dependencies.  Move later.
1958         ($(out_object_file), gcc-options.o): New targets.
1959         ($(ALL_HOST_OBJS)): New target.  Include dependency files.
1960         * configure: Rebuilt.
1961         * configure.ac: Call ZW_CREATE_DEPDIR, ZW_PROG_COMPILER_DEPENDENCIES.
1962         * doc/sourcebuild.texi (Front End Directory): Document new variable.
1964 2008-03-25  Douglas Gregor  <doug.gregor@gmail.com>
1966         * c-common.c (c_sizeof_or_alignof_type): If we're not allowed to
1967         complain when we hit an error, return ERROR_MARK_NODE.
1969 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1971         * config/sh/constraints.md (Pso, Psz): New constraints.
1972         * config/sh/sh.c (print_operand): Add %V and %W operand codes.
1973         * config/sh/sh.md (*andsi3_bclr, *iorsi3_bset): New insns.
1975 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1977         * config/sh/sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.
1978         * config/sh/sh.md (xorsi3_movrt, movrt): New insns.
1980 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1982         * config/sh/sh.md (prefetch): Add condition for SH2A target.
1983         (prefetch_sh2a): New.   
1985 2008-03-25  Jayant Sonar  <Jayant.sonar@kpitcummins.com>
1986             Naveen.H.S  <naveen.hs@kpitcummins.com>
1988         * config/sh/constraints.md (I28): New constraint.
1989         * config/sh/sh.c (broken_move): Add support for movi20s.
1990         * config/sh/sh.md (movsi_ie): Add the alternative for movi20s.
1992 2008-03-25  Anil Paranjape  <anil.paranjape@kpitcummins.com>
1993             Jayant Sonar  <Jayant.sonar@kpitcummins.com>
1994             Naveen.H.S  <naveen.hs@kpitcummins.com>
1996         * config/sh/sh.c (SH_ATTRIBUTES): Define.
1997         (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
1998         (print_operand): Handle resbank in %@ operand code.
1999         (sh_encode_section_info): New.
2000         (push_regs): Add conditions for resbank.
2001         (sh_expand_epilogue): Likewise.
2002         (sh_insert_attributes): Likewise.
2003         (sh_attribute_table): Likewise.
2004         (sh_handle_resbank_handler_attribute): New.
2005         (sh2a_handle_function_vector_handler_attribute): New.
2006         (sh2a_is_function_vector_call): New.
2007         (sh2a_get_function_vector_number): New.
2008         (sh2a_function_vector_p): New.
2009         (sh_cfun_resbank_handler_p): New.
2010         * config/sh/sh.md (calli): Emit jsr/n if possible.
2011         (calli_tbr_rel): New.
2012         (calli_pcrel): Emit jsr/n if possible.
2013         (return_i): Emit rts/n if possible.
2014         (call_valuei_tbr_rel): New.
2015         (call_valuei_pcrel): Add condition for SH2A target.
2016         (call_value): Likewise.
2017         * config/sh/sh-protos.h (sh_cfun_resbank_handler_p): Declare.
2018         (sh2a_get_function_vector_number): Likewise.
2019         (sh2a_is_function_vector_call): Likewise.
2020         * doc/extend.texi: Document TBR relative addressing of SH2A.
2021         (resbank): Add description for SH2A.
2023 2008-03-24  Richard Guenther  <rguenther@suse.de>
2025         PR c/22371
2026         * gimplify.c (gimplify_modify_expr): For frontend type-correct
2027         pointer assignments change conversions according to middle-end rules.
2028         (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
2029         * configure.ac: Include type checking in yes.
2030         * configure: Regenerate.
2032 2008-03-24  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2034         * diagnostic.c (diagnostic_count_diagnostic): Delete.
2035         (diagnostic_report_diagnostic): Update. Handle ICEs here.
2036         
2037 2008-03-24  Nathan Sidwell  <nathan@codesourcery.com>
2039         * gthr-vxworks.h (UNUSED): Define.
2041 2008-03-23  H.J. Lu  <hongjiu.lu@intel.com>
2043         * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and
2044         CX_REG.
2046 2008-03-23  Zuxy Meng <zuxy.meng@gmail.com>
2048         * doc/extend.texi (Function Attributes): Add missing comma in the
2049         example of the "alloc_size" attribute.
2050         
2051 2008-03-23  Uros Bizjak  <ubizjak@gmail.com>
2053         Revert:
2054         2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2056         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
2057         32bit host.
2059         2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
2061         PR target/35496
2062         * stor-layout.c (update_alignment_for_field): Set minimum alignment
2063         of the underlying type of a MS bitfield layout to the natural
2064         alignment of the type.
2066         2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
2068         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
2069         to their natural alignment to avoid store forwarding stalls.
2071 2008-03-22  Richard Guenther  <rguenther@suse.de>
2073         * tree-cfg.c (verify_expr): Recurse again for invariant addresses.
2074         For PHI nodes verify the address is invariant.
2075         * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
2076         (get_symbol_constant_value): Use is_gimple_min_invariant.
2077         (maybe_fold_stmt_indirect): Likewise.
2079 2008-03-22  Richard Sandiford  <rsandifo@nildram.co.uk>
2081         PR rtl-optimization/33927
2082         * Makefile.in (dse.o): Depend on $(TM_P_H).
2083         * expr.h (extract_low_bits): Declare.
2084         * expmed.c (extract_low_bits): New function.
2085         * rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
2086         * dse.c: Include tm_p.h.
2087         (find_shift_sequence): Remove the read_reg argument and return the
2088         read value.  Emit the instructions instead of returning them.
2089         Iterate on new_mode rather than calculating it each time.
2090         Check MODES_TIEABLE_P.  Use simplify_gen_subreg to convert the
2091         source to NEW_MODE and extract_low_bits to convert the shifted
2092         value to READ_MODE.
2093         (replace_read): Allow the load and store to have different mode
2094         classes.  Use extract_low_bits when SHIFT == 0.  Create the shift
2095         or extraction instructions before trying the replacement.  Update
2096         dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
2098 2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
2100         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
2101         to their natural alignment to avoid store forwarding stalls.
2103 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2105         PR target/27946
2106         * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
2107         encouraging but not allowing gprs for input;
2108         change the input constraint to !f#r.
2109         (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
2110         gprs for output;
2111         change the output constraint to !f#r.
2113 2008-03-21  Uros Bizjak  <ubizjak@gmail.com>
2115         PR target/13958
2116         * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
2117         corresponding post-reload splitters.
2118         ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
2119         when x87 FP math is selected.
2120         * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
2121         New function prototype.
2122         * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
2123         unreachable function to ease macroization of insn patterns.
2125 2008-03-21  Martin Jambor  <mjambor@suse.cz>
2127         * tree-data-ref.c (dump_data_dependence_relation): Avoid data
2128         reference dumps if ddr is NULL or dependence is unknown.
2130 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
2132         * config/sh/linux-atomic.asm (ATOMIC_TEST_AND_SET): Take
2133         unsigned extension into account.
2134         (ATOMIC_COMPARE_AND_SWAP): Likewise.
2135         (ATOMIC_FETCH_AND_OP, ATOMIC_FETCH_AND_COMBOP): Likewise.
2136         Do computations on a scratch register.
2138 2008-03-21  Richard Guenther  <rguenther@suse.de>
2140         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
2141         Use is_gimple_min_invariant instead of TREE_INVARIANT.
2142         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
2143         * tree-ssa-dom.c (record_equality): Likewise.
2144         * tree-inline.c (copy_body_r): Likewise.
2145         * tree-ssa-pre.c (make_values_for_stmt): Remove test for
2146         TREE_INVARIANT.
2148 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
2150         * config/sh/sh.c (split_branches): Pass zero to redirect_jump
2151         as 'delete_unused' argument.
2153 2008-03-20  Richard Guenther  <rguenther@suse.de>
2155         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
2156         special casing of constant qualifiers.
2157         * tree-ssa.c (useless_type_conversion_p_1): Instead do not
2158         care about them in general.
2159         * tree-ssa-ccp.c (ccp_fold): Addresses are constant or not
2160         regardless of their type.
2161         (fold_stmt_r): Forcefully fold *& if we end up with that.
2163 2008-03-20  Paul Brook  <paul@codesourcery.com>
2165         * config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.
2166         * config/arm/uclinux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Add extra
2167         linker flags.
2168         * config/arm/bpabi.h (SUBTARGET_EXTRA_LINK_SPEC): Provide default
2169         definition.
2170         (LINK_SPEC): Use SUBTARGET_EXTRA_LINK_SPEC.
2171         * config/arm/unwind-arm.h (_Unwind_decode_target2): Add uClinux.
2173 2008-03-20  Volker Reichelt  <v.reichelt@netcologne.de>
2175         * common.opt (Wmudflap): New option.
2176         * tree-mudflap.c (mf_xform_derefs_1): Guard warning by OPT_Wmudflap.
2177         (mx_register_decls): Likewise.
2178         (mudflap_finish_file): Likewise.
2179         * doc/invoke.texi: Document -Wno-mudflap.
2181 2008-03-20  Kai Tietz  <kai.tietz@onevision.com>
2183         * c-format.c (replace_format_name_to_system_name): New.
2184         (cmp_attribs): New.
2185         (convert_format_name_to_system_name): New.
2186         (decode_format_attr): Add use of convert_format_name_to_system_name.
2187         (format_types_orig): Add gnu_ prefix to names.
2188         (check_format_info_main): Special treating of \0 escaped names for
2189         supporting multi-character format specifiers as I32, I64.
2190         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): Use of user defined attributes.
2191         (gnu_target_overrides_format_attributes): New.
2192         * c-format.h: Add structure target_ovr_attr to hold
2193         system specific formatter names.
2194         * config.gcc: Add for x86&x86_64 cygwin and mingw32 targets the
2195         msformat-c.o file to c_target_objs and cxx_target_objs.
2196         * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
2197         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES_COUNT): New.
2198         (TARGET_N_FORMAT_TYPES): New.
2199         * config/i386/msformat-c.c: New.
2200         * config/i386/t-cygming: Add build rule for msformat-c.o.
2201         * doc/extend.texi: Add new format names gnu_* and ms_* and
2202         further details.
2203         * doc/tm.texi: (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
2205 2008-03-20  Ira Rosen  <irar@il.ibm.com>
2207         * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
2208         optimizations turned on under -O3.
2209         (ftree-vectorize): Add that the flag is turned on with -O3.
2211 2008-03-20  Ben Elliston  <bje@au.ibm.com>
2213         * regmove.c (try_auto_increment): Fix spelling error in comment.
2214         * final.c (final_scan_insn): Likewise.
2216 2008-03-20  Uros Bizjak  <ubizjak@gmail.com>
2218         PR target/14552
2219         * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
2220         allocator preferences for "y" and "r" class registers.
2221         ("*mov<mode>_internal"): Ditto.
2222         ("*movv2sf_internal_rex64"): Ditto.
2223         ("*movv2sf_internal"): Ditto.
2225 2008-03-19  Michael Matz  <matz@suse.de>
2227         PR middle-end/35616
2228         * calls.c (expand_call): Check overlap of arguments with call
2229         address for sibcalls.
2231 2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
2233         PR target/35496
2234         * stor-layout.c (update_alignment_for_field): Set minimum alignment
2235         of the underlying type of a MS bitfield layout to the natural
2236         alignment of the type.
2238 2008-03-19  Jan Hubicka  <jh@suse.cz>
2240         PR other/35094
2241         * toplev.c (decode_d_option): Handle all CPP flags.
2242         * tree-vrp.c: Update tree_pass descriptors.
2243         * regrename.c: Update tree_pass descriptors.
2244         * fwprop.c: Update tree_pass descriptors.
2245         * doc/invoke.texi: Remove documentation of dropped -d? flags.
2246         * tree-into-ssa.c: Update tree_pass descriptors.
2247         * tree-dump.c: Update tree_pass descriptors.
2248         * tree-complex.c: Update tree_pass descriptors.
2249         * tree-dump.h: Update tree_pass descriptors.
2250         * see.c: Update tree_pass descriptors.
2251         * cgraphbuild.c: Update tree_pass descriptors.
2252         * tracer.c: Update tree_pass descriptors.
2253         * tree-loop-distribution.c: Update tree_pass descriptors.
2254         * cgraph.c: Update tree_pass descriptors.
2255         * postreload-gcse.c: Update tree_pass descriptors.
2256         * postreload.c: Update tree_pass descriptors.
2257         * tree-ssa-loop-ch.c: Update tree_pass descriptors.
2258         * tree-tailcall.c: Update tree_pass descriptors.
2259         * tree-pass.h (tree_opt_pass): Rename to ...
2260         (opt_pass) ... this one; add "type" field and remove letter field.
2261         (gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
2262         (execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
2263         all_lowering_passes): Update declaration.
2264         * ipa-cp.c: Update tree_pass descriptors.
2265         * final.c: Update tree_pass descriptors.
2266         * omp-low.c: Update tree_pass descriptors.
2267         * tree-ssa-dse.c: Update tree_pass descriptors.
2268         * ipa-reference.c: Update tree_pass descriptors.
2269         * tree-ssa-uncprop.c: Update tree_pass descriptors.
2270         * auto-inc-dec.c: Update tree_pass descriptors.
2271         * reorg.c: Update tree_pass descriptors.
2272         * cgraphunit.c: Update tree_pass descriptors.
2273         * tree-ssa-copyrename.c: Update tree_pass descriptors.
2274         * tree-ssa-ccp.c: Update tree_pass descriptors.
2275         * df-core.c: Update tree_pass descriptors.
2276         * mode-switching.c: Update tree_pass descriptors.
2277         * tree-nomudflap.c: Update tree_pass descriptors.
2278         * modulo-sched.c: Update tree_pass descriptors.
2279         * ipa-pure-const.c: Update tree_pass descriptors.
2280         * cse.c: Update tree_pass descriptors.
2281         * web.c: Update tree_pass descriptors.
2282         * tree-stdarg.c: Update tree_pass descriptors.
2283         * tree-ssa-math-opts.c: Update tree_pass descriptors.
2284         * tree-ssa-dom.c: Update tree_pass descriptors.
2285         * tree-nrv.c: Update tree_pass descriptors.
2286         * tree-ssa-alias.c: Update tree_pass descriptors.
2287         * loop-init.c: Update tree_pass descriptors.
2288         * gimple-low.c: Update tree_pass descriptors.
2289         * ipa-inline.c: Update tree_pass descriptors.
2290         * tree-ssa-sink.c: Update tree_pass descriptors.
2291         * global.c: Update tree_pass descriptors.
2292         * ifcvt.c: Update tree_pass descriptors.
2293         * jump.c: Update tree_pass descriptors.
2294         * predict.c: Update tree_pass descriptors.
2295         * tree-ssa-loop.c: Update tree_pass descriptors.
2296         * recog.c: Update tree_pass descriptors.
2297         * dse.c: Update tree_pass descriptors.
2298         * tree-ssa-ifcombine.c: Update tree_pass descriptors.
2299         * tree-eh.c: Update tree_pass descriptors.
2300         * regmove.c: Update tree_pass descriptors.
2301         * local-alloc.c
2302         * function.c: Update tree_pass descriptors.
2303         * tree-vectorizer.c: Update tree_pass descriptors.
2304         * gcse.c: Update tree_pass descriptors.
2305         * ipa-type-escape.c: Update tree_pass descriptors.
2306         * tree-if-conv.c: Update tree_pass descriptors.
2307         * init-regs.c: Update tree_pass descriptors.
2308         * ipa.c: Update tree_pass descriptors.
2309         * tree-ssa-phiopt.c: Update tree_pass descriptors.
2310         * rtl-factoring.c: Update tree_pass descriptors.
2311         * lower-subreg.c: Update tree_pass descriptors.
2312         * bt-load.c: Update tree_pass descriptors.
2313         * tree-dfa.c: Update tree_pass descriptors.
2314         * except.c: Update tree_pass descriptors.
2315         * emit-rtl.c: Update tree_pass descriptors.
2316         * cfgexpand.c: Update tree_pass descriptors.
2317         * tree-cfgcleanup.c: Update tree_pass descriptors.
2318         * cfgcleanup.c: Update tree_pass descriptors.
2319         * tree-ssa-pre.c: Update tree_pass descriptors.
2320         * tree-sra.c: Update tree_pass descriptors.
2321         * tree-mudflap.c: Update tree_pass descriptors.
2322         * tree-ssa-copy.c: Update tree_pass descriptors.
2323         * cfglayout.c: Update tree_pass descriptors.
2324         * tree-ssa-forwprop.c: Update tree_pass descriptors.
2325         * tree-ssa-dce.c: Update tree_pass descriptors.
2326         * tree-ssa.c: Update tree_pass descriptors.
2327         * regclass.c: Update tree_pass descriptors.
2328         * integrate.c: Update tree_pass descriptors.
2329         * tree-optimize.c: Update tree_pass descriptors.
2330         * tree-ssa-phiprop.c: Update tree_pass descriptors.
2331         * tree-object-size.c: Update tree_pass descriptors.
2332         * combine.c: Update tree_pass descriptors.
2333         * tree-outof-ssa.c: Update tree_pass descriptors.
2334         * bb-reorder.c: Update tree_pass descriptors.
2335         * stack-ptr-mod.c: Update tree_pass descriptors.
2336         * var-tracking.c: Update tree_pass descriptors.
2337         * tree-profile.c: Update tree_pass descriptors.
2338         * tree-vect-generic.c: Update tree_pass descriptors.
2339         * reg-stack.c: Update tree_pass descriptors.
2340         * sched-rgn.c: Update tree_pass descriptors.
2341         * tree-ssa-structalias.c: Update tree_pass descriptors.
2342         * tree-cfg.c: Update tree_pass descriptors.
2343         * passes.c (current_pass): Update declaration.
2344         (finish_optimization_passes): Update.
2345         (all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
2346         (register_one_dump_file, register_dump_files_1, next_pass_1):
2347         Update arguments.
2348         (init_optimization_passes): Update handling of new types.
2349         (execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
2350         * ipa-struct-reorg.c: Update tree_pass descriptors.
2351         * tree-ssa-reassoc.c: Update tree_pass descriptors.
2352         * combine-stack-adj.c: Update tree_pass descriptors.
2353         * cfgrtl.c: Update tree_pass descriptors.
2354         * dce.c: Update tree_pass descriptors.
2355         * tree-ssanames.c: Update tree_pass descriptors.
2357 2008-03-19  Richard Guenther  <rguenther@suse.de>
2359         PR middle-end/35609
2360         * tree-ssa.c (walk_data): New structure.
2361         (warn_uninitialized_var): If not always_executed warn with "maybe"
2362         instead of "is".
2363         (execute_early_warn_uninitialized): Compute post-dominators.
2364         Initialize always_executed before processing each basic block.
2366 2008-03-18  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
2368         PR target/35504
2369         * config/i386/i386.c (x86_this_parameter): Calculate correct location
2370         of "this" pointer when "regparm = N" or "fastcall" is in effect.
2372 2008-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2374         * doc/include/texinfo.tex: Update to version 2008-03-17.10.
2376 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
2378         * expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations
2379         is true.
2380         (expand_expr_real_1) <REDUCE_BIT_FIELD>: Don't look at ignore.
2381         (expand_expr_real_1): Assume lang_hooks.reduce_bit_field_operations
2382         is true.  Add "&& !ignore" condition to reduce_bit_field.  Modify
2383         target after ignore has been set, and move there also the commputation
2384         of subtarget and original_target.
2385         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
2386         (LANG_HOOKS_INITIALIZER): Remove it.
2387         * langhooks.h (struct lang_hooks): Remove reduce_bit_field_operations.
2389 2008-03-18  Richard Guenther  <rguenther@suse.de>
2391         * tree-ssa-sccvn.c (visit_reference_op_load): If the lookup
2392         found an expression with constants, note that in the VN for the lhs.
2393         * tree-ssa-pre.c (eliminate): Visit COND_EXPR statements and
2394         fold them to constants if possible.  Run cleanup_cfg if done so.
2395         (execute_pre): Return todo.
2396         (do_pre): Likewise.
2397         (execute_fre): Likewise.
2398         * tree-ssa-forwprop.c (can_propagate_from): Allow propagation
2399         of constants.
2400         (get_prop_source_stmt): Look through pointer conversions.
2402 2008-03-18  Jan Hubicka  <jh@suse.cz>
2404         * tree-pretty-print.c: Include predict.h.
2405         (dump_generic_node): Dump predictor.
2406         * tree.h (PREDICT_EXPR_OUTCOME, PREDICT_EXPR_PREDICTION): Update.
2407         * tree-gimple.c (is_gimple_stmt): Add PREDICT_EXPR.
2408         * gimple-low.c (lower_stmt): Likewise.
2409         * expr.c (expand_expr_real): Likewise.
2410         * predict.c (tree_bb_level_predictions): Use PREDICT_EXPRs and remove
2411         them.
2412         (build_predict_expr, build_predict_expr): New.
2413         * predict.h (predictor_name, build_predict_expr): Update.
2414         * c-typeck.c (c_finish_bc_stmt): Add prediction.
2415         * gimplify.c (gimplify_expr): Add PREDICT_EXPR.
2416         * predict.def (PRED_CONTINUE): Update hitrate.
2417         * tree.def (PREDICT_EXPR): Define.
2418         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark PREDICT_EXPR;
2419         do not handle BIND_EXPR.
2420         * tree-inline.c (estimate_num_insns_1): PREDICT_EXPR is free.
2421         * tree-cfg.c (verify_gimple_stmt): PREDICT_EXPR is valid.
2422         * tree-ssa-operands.c (get_expr_operands): PREDICT_EXPR takes no
2423         operands.
2425 2008-03-18  Michael Matz  <matz@suse.de>
2427         * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
2429 2008-03-18  Richard Guenther  <rguenther@suse.de>
2431         * tree-gimple.h (is_gimple_invariant_address): Declare.
2432         (is_gimple_constant): Likewise.
2433         * tree-gimple.c (is_gimple_constant): New function.
2434         (is_gimple_invariant_address): Likewise.
2435         (is_gimple_min_invariant): Implement in terms of is_gimple_constant
2436         and is_gimple_invariant_address.
2437         * tree-ssa-loop-niter.c (expand_simple_operations): Revert
2438         previous change.
2439         * tree-data-ref.c (get_references_in_stmt): A SSA_NAME is not
2440         an addressable base.
2442 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2444         PR middle-end/35611
2445         * gimplify.c (gimplify_expr): Gimplify second operand of
2446         OMP_ATOMIC_LOAD.
2448 2008-03-17  Richard Guenther  <rguenther@suse.de>
2450         PR tree-optimization/19637
2451         * fold-const.c (fold_unary): Remove restrictions of removing
2452         intermediate pointer-conversions (P2)(P1)P0.
2453         * tree-ssa-ccp.c (maybe_fold_stmt_addition): Recover from
2454         conversion to void pointer.
2455         (get_maxval_strlen): Handle addresses of the form &(*p)[0].
2457 2008-03-16  James E. Wilson  <wilson@tuliptree.org>
2459         PR debug/31510
2460         * dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
2461         emulated thread local variables.
2463 2008-03-16  Richard Guenther  <rguenther@suse.de>
2465         PR middle-end/35607
2466         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
2467         expand TREE_INVARIANT operations that are not gimple invariant.
2469 2008-03-16  Hans-Peter Nilsson  <hp@axis.com>
2471         * doc/extend.texi (Alignment): Say that the ABI controls
2472         the __alignof__ for non-strict-alignment targets rather
2473         than being a recommendation.
2475 2008-03-15  Paul Brook  <paul@codesourcery.com>
2477         * config/arm/arm.c (arm_unwind_emit): Suppress unused unwinding
2478         annotations.
2479         (arm_output_fn_unwind): Mark functions that can not be unwound.
2481 2008-03-15  Paul Brook  <paul@codesourcery.com>
2483         * config/arm/arm.c (arm_rtx_costs_1): Add costs for ARMv6 value
2484         extension instructions.
2486 2008-03-15  Richard Guenther  <rguenther@suse.de>
2488         * tree-ssa-ccp.c (ccp_fold): Also read from constant values
2489         and fold constant aggregate refs.
2490         (fold_const_aggregate_ref): Handle string constants
2491         and constructors in ARRAY_REFs.  Handle INDIRECT_REF.
2492         (evaluate_stmt): Simplify now that ccp_fold folds constant
2493         aggregate refs.
2495 2008-03-15  Paul Brook  <paul@codesourcery.com>
2497         * config/arm/arm.md (insv): Use gen_insv_t2 and gen_insv_zero.
2498         (extzv): Use gen_extzv_t2.
2499         (insv_t2, insv_zero, extv, extzv_t2): New patterns.
2501 2008-03-15  Richard Guenther  <rguenther@suse.de>
2503         * tree-ssa-ccp.c (get_symbol_constant_value): Export.
2504         (fold_const_aggregate_ref): Likewise.
2505         (get_value): Return NULL if we don't have any values.
2506         (ccp_finalize): Set const_val to NULL after freeing it.
2507         * tree-flow.h (get_symbol_constant_value): Declare.
2508         (fold_const_aggregate_ref): Likewise.
2509         * tree-ssa-sccvn.c (try_to_simplify): Use them.
2511 2008-03-15  Richard Guenther  <rguenther@suse.de>
2513         PR middle-end/35593
2514         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make sure
2515         to not produce negative array indices if not allowed.  Add
2516         parameter to indicate that.
2517         (maybe_fold_offset_to_component_ref): Allow negative array
2518         indices only for the first member of a structure.
2519         (maybe_fold_offset_to_reference): Allow negative array indices.
2520         (maybe_fold_stmt_addition): Likewise.
2522 2008-03-15  Bjoern Haase  <bjoern.m.haase@web.de>
2523             Anatoly Sokolov <aesok@post.ru>
2525         * gcc/gcc/config/avr/avr.c (avr_arch_types): Add avr6 entry.
2526         (avr_arch): Add ARCH_AVR6.
2527         (avr_mcu_types): Add 'atmega2560' and 'atmega2561' entry.
2528         (initial_elimination_offset): Initialize and use 'avr_pc_size' 
2529         instead of fixed value 2.
2530         (print_operand_address): Use gs() asm specifier instead of pm().
2531         (avr_assemble_integer): (Ditto.).
2532         (avr_output_addr_vec_elt): (Ditto.).
2533         (print_operand): Handle "!" code.
2534         * gcc/gcc/config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Add 
2535         __AVR_3_BYTE_PC__, __AVR_2_BYTE_PC__ and __AVR_HAVE_JMP_CALL__.
2536         (AVR_HAVE_EIJMP_EICALL): Define.
2537         (AVR_3_BYTE_PC): Redefine.
2538         (AVR_2_BYTE_PC): (Ditto.).
2539         (PRINT_OPERAND_PUNCT_VALID_P): Add '!' code.
2540         (LINK_SPEC): Add atmega2560 and atmega2561.
2541         (CRT_BINUTILS_SPEC): Add atmega2560 (crtm2560.o) and atmega2561 
2542         (crtm2561.o).
2543         * gcc/gcc/config/avr/avr.md (call_insn): Use eicall instead of icall 
2544         for 3 byte PC devices.
2545         (call_value_insn): (Ditto.).
2546         (*tablejump_enh): Use eijmp instead of ijmp for 3 byte PC devices.
2547         (indirect_jump): Use only for for 2 byte PC devices.
2548         (*tablejump): (Ditto.).
2549         (*indirect_jump_avr6): Add insn.
2550         (*tablejump_rjmp): Don't use for 3 byte PC devices.
2551         * gcc/gcc/config/avr/libgcc.S (__prologue_saves__): Use eijmp 
2552         instead of ijmp for 3 byte PC devices.
2553         (__tablejump2__): (Ditto.).
2554         * gcc/gcc/config/avr/t-avr (MULITLIB_OPTIONS): Add avr6 architecture.
2555         (MULITLIB_DIRNAMES): (Ditto.). 
2556         (MULTILIB_MATCHES): Add atmega2560 and atmega2561 to list.
2558 2008-03-15  Uros Bizjak  <ubizjak@gmail.com>
2560         * config/i386/mmx.md ("sse2_umulv1siv2di3"): Rename from
2561         "sse2_umulsidi3".  Use V1DI mode for operand 0.
2562         ("mmx_psadbw"): Use V1DI mode for operand 0.
2563         * config/i386/i386-modes.def (V1SI): New vector mode.
2564         * config/i386/i386.c (struct builtin_description)
2565         [IX86_BUILTIN_PMULUDQ]: Use CODE_FOR_sse2_umulv1siv1di3.
2566         (v1di_ftype_v8qi_v8qi): Rename from di_ftype_v8qi_v8qi.
2567         (v1di_ftype_v2si_v2si): Rename from di_ftype_v2si_v2si.
2568         (ix86_init_mmx_sse_builtins) [__builtin_ia32_psadbw]: Use
2569         v1di_ftype_v8qi_v8qi type.
2570         [__builtin_ia32_pmuludq]: Use v1di_ftype_v2si_v2si type.
2572         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psadbw,
2573         __builtin_ia32_pmuludq]: Fix the mode of return value.
2575 2008-03-15  Richard Guenther  <rguenther@suse.de>
2577         PR middle-end/35595
2578         * tree-ssa-pre.c (bitmap_find_leader): Handle expression
2579         being a PHI_NODE.
2581 2008-03-14  Bob Wilson  <bob.wilson@acm.org>
2582         
2583         * doc/invoke.texi (Option Summary, Xtensa Options): Document
2584         -mserialize-volatile and -mno-serialize-volatile Xtensa options.
2585         * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
2586         unless TARGET_SERIALIZE_VOLATILE is enabled.
2587         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
2588         * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
2589         * config/xtensa/xtensa.opt (mserialize_volatile): New option.
2591 2008-03-14  Richard Guenther  <rguenther@suse.de>
2593         PR tree-optimization/34172
2594         * tree-flow.h (refs_may_alias_p): Declare.
2595         (get_single_def_stmt): Likewise.
2596         (get_single_def_stmt_from_phi): Likewise.
2597         (get_single_def_stmt_with_phi): Likewise.
2598         * tree-dfa.c (refs_may_alias_p): New function.
2599         (get_single_def_stmt): Likewise.
2600         (get_single_def_stmt_from_phi): Likewise.
2601         (get_single_def_stmt_with_phi): Likewise.
2602         * tree-ssa-sccvn.c (get_def_ref_stmt_vuses): New function.
2603         (vn_reference_lookup_1): New helper function.
2604         (vn_reference_lookup): Walk the virtual use-def chain to
2605         continue searching for a match if the def does not alias the
2606         reference we are looking for.
2608 2008-03-14  David Edelsohn  <edelsohn@gnu.org>
2610         * doc/install.texi (Binaries): Remove UCLA archive.  Add HVCC
2611         archive and Perzl.  Update The Written Word listing.
2613 2008-03-14  Richard Guenther  <rguenther@suse.de>
2615         PR tree-optimization/34043
2616         PR tree-optimization/33989
2617         * tree-ssa-pre.c (execute_pre): Allow SCCVN to do insertion
2618         when doing FRE.
2619         (bitmap_find_leader): Use extra argument to verify dominance
2620         relationship inside a basic-block.
2621         (can_PRE_operation): Add VIEW_CONVERT_EXPR.
2622         (find_leader_in_sets): Adjust.
2623         (create_component_ref_by_pieces): Take extra argument for
2624         dominance check, handle lookup failures.
2625         (find_or_generate_expression): Likewise.
2626         (create_expression_by_pieces): Likewise.
2627         (insert_into_preds_of_block): Adjust.
2628         (create_value_expr_from): If asked for, verify all operands
2629         are in the blocks AVAIL_OUT set.
2630         (make_values_for_stmt): Check for SSA_NAMEs that are life
2631         over an abnormal edge.
2632         (compute_avail): Remove such check.
2633         (do_SCCVN_insertion): New function.
2634         (eliminate): If we do not find a leader suitable for replacement
2635         insert a replacement expression from SCCVN if available.
2636         * tree-ssa-sccvn.h (run_scc_vn): Update prototype.
2637         (struct vn_ssa_aux): Add needs_insertion flag.
2638         * tree-ssa-sccvn.c (may_insert): New global flag.
2639         (copy_reference_ops_from_ref): Value-number union member access
2640         based on its size, not type and member if insertion is allowed.
2641         (visit_reference_op_load): For a weak match from union type
2642         punning lookup a view-converted value and insert a SSA_NAME
2643         for that value if that is not found.
2644         (visit_use): Make dumps shorter.  Do not disallow value numbering
2645         SSA_NAMEs that are life over an abnormal edge to constants.
2646         (free_scc_vn): Release inserted SSA_NAMEs.
2647         (run_scc_vn): New flag to specify whether insertion is allowed.
2648         Process SSA_NAMEs in forward order.
2649         * tree-ssa-loop-im.c (for_each_index): Handle invariant
2650         ADDR_EXPRs inside VIEW_CONVERT_EXPR.
2651         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPRs from/to
2652         pointer type to/from integral types that do not change the
2653         precision to regular conversions.
2655 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
2657         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
2658         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
2659         __builtin_ia32_psrl?i, __builtin_ia32_psra?i, __builtin_ia32_psll?128,
2660         __builtin_ia32_psrl?128, __builtin_ia32_psra?128]: Fix the mode of
2661         input arguments and the mode of return value.  Built-in functions
2662         that operate on whole 64-bit MMX register now use V1DI mode.
2664 2008-03-13  Alon Dayan  <alond@il.ibm.com>
2665             Olga Golovanevsky  <olga@il.ibm.com>
2667         PR tree-optimization/35041
2668         * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
2669         to locate the right position in a statement.
2671 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
2673         PR target/34000
2674         PR target/35553
2675         * config/i386/xmmintrin.h:  Change all static inline functions to
2676         extern inline and add __gnu_inline__ attribute.
2677         * config/i386/bmintrin.h: Ditto.
2678         * config/i386/smmintrin.h: Ditto.
2679         * config/i386/tmmintrin.h: Ditto.
2680         * config/i386/mmintrin-common.h: Ditto.
2681         * config/i386/ammintrin.h: Ditto.
2682         * config/i386/emmintrin.h: Ditto.
2683         * config/i386/pmmintrin.h: Ditto.
2684         * config/i386/mmintrin.h: Ditto.
2685         * config/i386/mm3dnow.h: Ditto.
2687 2008-03-13  Jakub Jelinek  <jakub@redhat.com>
2689         PR middle-end/35185
2690         * omp-low.c (lower_regimplify, init_tmp_var, save_tmp_var): Removed.
2691         (lower_omp_2): New function.
2692         (lower_omp_1, lower_omp): Rewritten.
2694 2008-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
2696         PR 35054
2697         * doc/extend.texi (Structure-Packing Pragmas): Replace "Win32"
2698         with the phrase "Microsoft Windows compilers".
2699         (Push/Pop Macro Pragmas): New subsection. Document
2700         #pragma push_macro and pragma pop_macro.
2702 2008-03-12  Paul Brook  <paul@codesourcery.com>
2704         * config/arm/arm.c (output_move_double): Prefer LDRD to LDM.
2706 2008-03-12  Paul Brook  <paul@codesourcery.com>
2708         * config/arm/thumb2.md: Extend peephole to cover 3-arg subs.
2709         (thumb2_alusi3_short): Exclude PLUS and MINUS.
2710         (thumb2_addsi_shortim): Rename ...
2711         (thumb2_addsi_short): ... to this.  Allow register operands.
2712         (thumb2_subsi_short): New pattern.
2713         (thumb2_one_cmplsi2_short,
2714         thumb2_negsi2_short): New patterns and peepholes.
2716 2008-03-12  Paul Brook  <paul@codesourcery.com>
2718         * config/arm/arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.
2720 2008-03-12  Uros Bizjak  <ubizjak@gmail.com>
2722         * config/i386/i386.md (int_cond): New code iterator.
2723         (fp_cond): Ditto.
2724         ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
2725         sge, sgeu, sle and sleu expanders usign int_cond code iterator.
2726         ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
2727         sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
2728         ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
2729         bge, bgeu, ble and bleu expanders usign int_cond code iterator.
2730         ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
2731         bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
2733 2008-03-12  Paul Brook  <paul@codesourcery.com>
2735         * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask
2736         instead of {arm,thumb}_compute_save_reg_mask.
2737         (output_return_instruction): Ditto.
2738         (thumb_unexpanded_epilogue): Ditto.
2739         (thumb1_expand_prologue): Ditto.
2740         (thumb1_output_function_prologue): Ditto.
2741         (arm_set_return_address): Ditto.
2742         (thumb_set_return_address): Ditto.
2743         (arm_get_frame_offsets): Set offsets->saved_regs_mask.  Push extra
2744         regs to achieve stack alignment.
2745         (thumb1_compute_save_reg_mask): Fix compiler warning.
2746         (arm_output_epilogue): Use offsets->saved_regs_mask.
2747         Adjust stack pointer by poping call clobered registers.
2748         (arm_expand_prologue): Use offsets->saved_regs_mask.
2749         Adjust stack pointer by pushing extra registers.
2750         * config/arm.h (arm_stack_offsets): Add saved_regs_mask.
2752 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
2754         PR tree-opt/35422
2755         * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
2756         conversion to the operands of a multiplication.
2758 2008-03-12  Richard Guenther  <rguenther@suse.de>
2760         * Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
2761         (tree-ssa-phiprop.o): Copy dependencies from tree-ssa-forwprop.o.
2762         * timevar.def (TV_TREE_PHIPROP): Add.
2763         * tree-ssa-phiprop.c: Split from tree-ssa-forwprop.c, added
2764         pass description.  Use TV_TREE_PHIPROP.
2765         * tree-ssa-forwprop.c: Remove phiprop code.
2767 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
2769         PR middle-end/35549
2770         * omp-low.c (maybe_lookup_decl): Constify first argument.
2771         (use_pointer_for_field): Change last argument from bool to
2772         omp_context *.  Disallow shared copy-in/out in nested
2773         parallel if decl is shared in outer parallel too.
2774         (build_outer_var_ref, scan_sharing_clauses,
2775         lower_rec_input_clauses, lower_copyprivate_clauses,
2776         lower_send_clauses, lower_send_shared_vars): Adjust callers.
2778 2008-03-12  Victor Kaplansky  <victork@il.ibm.com>
2779             Ira Rosen  <irar@il.ibm.com>
2781         * tree-vectorizer.c (free_stmt_vec_info): New function.
2782         (destroy_loop_vec_info): Move code to free_stmt_vec_info().
2783         Call free_stmt_vec_info(). Free LOOP_VINFO_STRIDED_STORES..
2784         * tree-vectorizer.h (free_stmt_vec_info): Declare.
2785         * tree-vect-transform.c (vectorizable_conversion): Free
2786         vec_oprnds0 if it was allocated.
2787         (vect_permute_store_chain): Remove unused VECs.
2788         (vectorizable_store): Free VECs that are allocated in the..
2789         function.
2790         (vect_transform_strided_load, vectorizable_load): Likewise.
2791         (vect_remove_stores): Simplify the code.
2792         (vect_transform_loop): Move code to vect_remove_stores().
2793         Call vect_remove_stores() and free_stmt_vec_info().
2795 2008-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2797         * pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on
2798         TARGET_HPUX.  Revise comment.
2799         (TARGET_LONG_PIC_PCREL_CALL): Revise comment.
2800         * pa.c (output_call): Update for revised TARGET_LONG_PIC_SDIFF_CALL.
2801         Use sr4 variant of `be' instruction when not generating PIC code.
2802         (attr_length_call): Adjust for above change.
2804 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2806         * ipa-reference.c (static_execute): Remove module_statics_const and
2807         associated setting code.
2809 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
2811         PR target/35540
2812         * config/i386/i386.md (paritysi2, paritydi2): Use register_operand
2813         predicate for operand 1.
2814         (paritysi2_cmp): Use register_operand predicate for operand 2.
2815         Use earlyclobber modifier for operand 1.  Remove support for
2816         memory operands.
2817         (paritydi2_cmp): Use register_operand predicate for operand 3.
2818         Use earlyclobber modifier for operand 1.  Remove support for
2819         memory operands.
2821 2008-03-11  Paul Brook  <paul@codesourcery.com>
2822             Vladimir Prus  <vladimir@codesourcery.com>
2824         * config/arm/arm.c (use_return_insn): Check TARGET_APCS_FRAME.
2825         (arm_compute_save_reg0_reg12_mask): Always
2826         check if register 11 must be saved.  Always safe hard frame pointer
2827         when frame_pointer_needeed.
2828         (arm_compute_save_reg_mask): Save IP and PC
2829         only with apcs frames.
2830         (arm_output_epilogue): Adjust Thumb2 codepath to
2831         be also invoked and work for ARM non-apcs frames.
2832         (arm_expand_prologue): Don't bother saving IP
2833         for non-apcs frame, since it's not clobbered by
2834         prologue code.  Implement non-apcs frame
2835         layout.
2837 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
2839         PR rtl-optimization/35281
2840         * expr.c (convert_move): Use a new pseudo for the intermediate
2841         from_mode->word_mode result.
2843 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
2845         * langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
2846         * langhooks.h (struct lang_hooks): Delete clear_binding_stack member.
2847         * toplev.c (compile_file): Don't call it.
2849 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
2851         PR middle-end/35526
2852         * expr.c (store_expr): Call emit_block_move if the mode
2853         of "temp" RTX is BLKmode.
2855 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2856             Richard Guenther  <rguenther@suse.de>
2858         PR tree-optimization/31358
2859         * tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
2860         the step with a NULL_TREE.
2861         * tree-ssa-loop-ivopts.c (find_bivs): Convert the step
2862         to sizetype if type is a pointer type.
2863         (add_candidate_1): Don't convert the base and step to
2864         the generic type if the orginal type is a pointer type.
2865         (add_iv_value_candidates): Use sizetype for the step
2866         if type is a pointer type.
2867         (cand_value_at): Likewise.
2868         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
2869         for pointer types.
2870         * tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
2871         Don't convert the tem affine to the type.
2872         (add_elt_to_tree): Use sizetype for the step if a pointer.
2873         Use POINTER_PLUS_EXPR for pointers.
2874         (aff_combination_to_tree): Use sizetype for the step if a
2875         pointer.
2877 2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>
2879         * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
2880         Remove commutativity hint.
2882 2008-03-10  Jakub Jelinek  <jakub@redhat.com>
2884         PR c/35438
2885         PR c/35439
2886         * c-parser.c (c_parser_omp_threadprivate): Don't add vars with
2887         errorneous type.  Check that v is a VAR_DECL.
2889         PR middle-end/35099
2890         * tree-cfg.c (new_label_mapper): Update cfun->last_label_uid.
2892 2008-03-10  H.J. Lu  <hongjiu.lu@intel.com>
2894         PR tree-optimization/35494
2895         * tree-ssa-ccp.c (get_symbol_constant_value): Check if value
2896         may be overriden at link and run time.
2898 2008-03-10  Richard Guenther  <rguenther@suse.de>
2900         PR tree-optimization/34677
2901         * tree-ssa-pre.c (modify_expr_node_pool): Remove.
2902         (poolify_tree): Likewise.
2903         (modify_expr_template): Likewise.
2904         (poolify_modify_stmt): Likewise.
2905         (insert_fake_stores): Handle all component-ref style stores
2906         in addition to INDIRECT_REF.  Also handle complex types.
2907         Do not poolify the inserted load.
2908         (realify_fake_stores): Do not rebuild the tree but only
2909         make it a SSA_NAME copy.
2910         (init_pre): Remove initialzation of modify_expr_template.
2911         Do not allocate modify_expr_node_pool.
2912         (fini_pre): Do not free modify_expr_node_pool.
2914 2008-03-10  Paul Brook  <paul@codesourcery.com>
2916         * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
2917         to avoid conflicts.
2919 2008-03-10  Paul Brook  <paul@codesourcery.com>
2920             Mark Shinwell  <shinwell@codesourcery.com>
2922         * config/arm/cortex-r4.md: New.
2923         * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
2924         insn attributes.
2925         * config/arm/arm.md: Include cortex-r4.md.
2926         (insn): Add smmls, sdiv and udiv values.
2927         (generic_sched): Don't use generic scheduling for Cortex-R4.
2928         (arm_issue_rate): New function.
2929         (TARGET_SCHED_ISSUE_RATE): Define.
2931 2008-03-10  Sebastian Pop  <sebastian.pop@amd.com>
2933         * doc/invoke.texi (-ftree-loop-distribution): Add an example.
2935 2008-03-10  Richard Guenther  <rguenther@suse.de>
2937         * tree-ssa-pre.c (get_sccvn_value): Simplify.
2938         (compute_avail): Do not add stmt uses to AVAIL_OUT.
2940 2008-03-10  Paolo Bonzini  <bonzini@gnu.org>
2942         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
2943         Set default to true.
2945 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2947         * c.opt (Wsynth): Deprecate.
2948         * doc/invoke.texi (Option Summary, Warning Options): Document
2949         -Wno-format-contains-nul.
2951 2008-03-09  Uros Bizjak  <ubizjak@gmail.com>
2953         PR target/35496
2954         * config/i386/i386.c (ix86_constant_alignment): Compute alignment using
2955         ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to REAL_CST.
2957 2008-03-09  Ira Rosen  <irar@il.ibm.com>
2959         * config/rs6000/rs6000.c (builtin_description): Rename vector
2960         left shift operations.
2961         * config/rs6000/altivec.md (UNSPEC_VSL): Remove.
2962         (altivec_vsl<VI_char>): Rename to ...
2963         (ashl<mode>3): ... new name.
2964         (mulv4sf3, mulv4si3, negv4sf2): Replace gen_altivec_vslw with
2965         gen_ashlv4si3.
2966         (absv4sf2): Convert to use ashift:V4SI instead of UNSPEC_VSL.
2968 2008-03-08  Richard Guenther  <rguenther@suse.de>
2970         * coverage.h (tree_coverage_counter_addr): Declare.
2971         * coverage.c (tree_coverage_counter_addr): New function.
2972         * tree-profile.c (tree_gen_edge_profiler): Unshare counter
2973         before using again.
2974         (tree_gen_pow2_profiler): Use tree_coverage_counter_addr.
2975         (tree_gen_one_value_profiler): Likewise.
2976         (tree_gen_ic_profiler): Likewise.
2977         (tree_gen_average_profiler): Likewise.
2978         (tree_gen_ior_profiler): Likewise.
2980 2008-03-08  Richard Guenther  <rguenther@suse.de>
2982         * tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
2983         (vn_binary_op_insert): Likewise.
2984         (vn_unary_op_lookup): Likewise.
2985         (vn_unary_op_insert): Likewise.
2986         (vn_nary_op_lookup): Declare.
2987         (vn_nary_op_insert): Likewise.
2988         * tree-ssa-sccvn.c (struct vn_tables_s): Merge unary
2989         and binary hashes, use a single obstack for unary_op_pool
2990         and binary_op_pool.
2991         (struct vn_binary_op_s, struct vn_unary_op_s): Replace with
2992         a single struct vn_nary_op_s.  Store tree code length and
2993         a variable number of operands.
2994         (struct vn_reference_op_struct): Remove unused op2.
2995         (vn_reference_op_eq): Do not compare op2.
2996         (vn_reference_op_compute_hash): Do not compute hash of op2.
2997         (vn_unary_op_hash, vn_binary_op_hash): Replace with vn_nary_op_hash.
2998         (vn_unary_op_compute_hash, vn_binary_op_compute_hash): Replace
2999         with vn_nary_op_compute_hash.
3000         (vn_unary_op_eq, vn_binary_op_eq): Replace with vn_nary_op_eq.
3001         (vn_unary_op_lookup, vn_binary_op_lookup): Replace with
3002         vn_nary_op_lookup.
3003         (vn_unary_op_insert, vn_binary_op_insert): Replace with
3004         vn_nary_op_insert.
3005         (visit_unary_op): Call nary functions.
3006         (visit_binary_op): Likewise.
3007         (process_scc): Adjust for struct vn_tables_s changes.
3008         (allocate_vn_table): Likewise.
3009         (free_vn_table): Likewise.
3010         * tree-vn.c (vn_add): Call nary functions.
3011         (vn_lookup): Likewise.
3013 2008-03-08  Jakub Jelinek  <jakub@redhat.com>
3015         PR target/35498
3016         * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Shift
3017         wdst back after sync_compare_and_swapqhi_internal.
3019 2008-03-08  Uros Bizjak  <ubizjak@gmail.com>
3021         PR target/22152
3022         * config/i386/i386-modes.def (V1DI): New vector mode.
3023         * config/i386/i386.h (VALID_MMX_REG_MODE): Add V1DImode.
3024         * config/i386/mmx.md (MMXMODEI8): New mode iterator.
3025         (MMXMODE248): Ditto.
3026         (MMXMODE): Add V1DI mode.
3027         (mmxvecsize): Change DI mode to V1DI mode.
3028         ("mov<mode>): Use MMXMODEI8 mode iterator.
3029         ("*mov<mode>_internal_rex64"): Ditto.
3030         ("*mov<mode>_internal"): Ditto.
3031         ("mmx_add<mode>3"): Ditto.  Handle V1DImode for TARGET_SSE2.
3032         ("mmx_sub<mode>3"): Ditto.
3033         ("mmx_adddi3"): Remove insn pattern.
3034         ("mmx_subdi3"): Ditto.
3035         ("mmx_ashr<mode>3"): Use SImode and "yN" constraint for operand 2.
3036         ("mmx_lshr<mode>3"): Ditto. Use MMXMODE248 mode iterator.
3037         ("mmx_ashl<mode>3"): Ditto.
3038         ("mmx_lshrdi3"): Remove insn pattern.
3039         ("mmx_ashldi3"): Ditto.
3040         * config/i386/i386.c (classify_argument): Handle V1DImode.
3041         (function_arg_advance_32): Ditto.
3042         (function_arg_32): Ditto.
3043         (struct builtin_description) [IX86_BUILTIN_PADDQ]: Use
3044         mmx_addv1di3 insn pattern.
3045         [IX86_BUILTIN_PSUBQ]: Use mmx_subv1di3 insn pattern.
3046         [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?, IX86_BUILTIN_PSRA?,
3047         IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I, IX86_BUILTIN_PSRA?I,
3048         IX86_BUILTIN_PSLL?I128, IX86_BUILTIN_PSRL?I128, IX86_BUILTIN_PSRA?I128]:
3049         Remove definitions of built-in functions.
3050         (V1DI_type_node): New node.
3051         (v1di_ftype_v1di_int): Ditto.
3052         (v1di_ftype_v1di_v1di): Ditto.
3053         (v2si_ftype_v2si_si): Ditto.
3054         (v4hi_ftype_v4hi_di): Remove node.
3055         (v2si_ftype_v2si_di): Ditto.
3056         (ix86_init_mmx_sse_builtins): Handle V1DImode.
3057         (__builtin_ia32_psll?, __builtin_ia32_psrl?, __builtin_ia32_psra?):
3058         Redefine builtins using def_builtin_const with *_ftype_*_int node.
3059         (__builtin_ia32_psll?i, __builtin_ia32_psrl?i, __builtin_ia32_psra?i):
3060         Add new builtins using def_builtin_const.
3061         (ix86_expand_builtin) [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?,
3062         IX86_BUILTIN_PSRA?, IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I,
3063         IX86_BUILTIN_PSRA?I]: Handle builtin definitions.
3064         * config/i386/mmintrin.h (__v1di): New typedef.
3065         (_mm_add_si64): Cast arguments to __v1di type.
3066         (_mm_sub_si64): Ditto.
3067         (_mm_sll_pi16): Cast __count to __v4hi type.
3068         (_mm_sll_pi32): Cast __count to __v2si type.
3069         (_mm_sll_si64): Cast arguments to __v1di type.
3070         (_mm_srl_pi16): Cast __count to __v4hi type.
3071         (_mm_srl_pi32): Cast __count to __v2si type.
3072         (_mm_srl_si64): Cast arguments to __v1di type.
3073         (_mm_sra_pi16): Cast __count to __v4hi type.
3074         (_mm_sra_pi32): Cast __count to __v2si type.
3075         (_mm_slli_pi16): Use __builtin_ia32_psllwi.
3076         (_mm_slli_pi32): Use __builtin_ia32_pslldi.
3077         (_mm_slli_si64): Use __builtin_ia32_psllqi. Cast __m to __v1di type.
3078         (_mm_srli_pi16): Use __builtin_ia32_psrlwi.
3079         (_mm_srli_pi32): Use __builtin_ia32_psrldi.
3080         (_mm_srli_si64): Use __builtin_ia32_psrlqi. Cast __m to __v1di type.
3081         (_mm_srai_pi16): Use __builtin_ia32_psrawi.
3082         (_mm_srai_pi32): Use __builtin_ia32_psradi.
3083         * config/i386/i386.md (UNSPEC_NOP): Remove unspec definition.
3084         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
3085         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
3086         __builtin_ia32_psrl?i, __builtin_ia32_psra?i]: Add new builtins.
3088 2008-03-07  Joseph Myers  <joseph@codesourcery.com>
3090         * doc/include/texinfo.tex: Update to version 2008-03-07.10.
3092 2008-03-07  Peter Bergner  <bergner@vnet.ibm.com>
3094         PR target/35373
3095         * config/rs6000/rs6000.c (rs6000_legitimize_address): Don't generate
3096         reg+const addressing for Altivec modes.  Don't generate reg+reg
3097         addressing for TFmode or TDmode quantities.
3099 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
3101         * c-common.c (vector_types_convertible_p): Call langhook
3102         instead of comptypes.
3104 2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3106         PR tree-opt/35402
3107         * tree-ssa-ccp.c (get_symbol_constant_value): Handle
3108         integral and scalar float variables which have a
3109         NULL DECL_INITIAL.
3111 2008-03-06  Nathan Froyd  <froydnj@codesourcery.com>
3113         * dwarf2out.c (dwarf2out_frame_debug_expr): Consult the
3114         dwarf_register_span hook when emitting unwind information for
3115         register-to-memory saves.
3116         * config/rs6000/rs6000.c (spe_synthesize_frame): Delete.
3117         (rs6000_frame_related): Remove call to spe_synthesize_frame.
3119 2008-03-06  Jakub Jelinek  <jakub@redhat.com>
3121         * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
3122         for the same VAR_DECL.
3124 2008-03-06  Tom Tromey  <tromey@redhat.com>
3126         * treelang: Delete.
3127         * doc/standards.texi (Standards): Don't mention treelang.
3128         * doc/invoke.texi (Overall Options): Don't mention treelang.
3129         * doc/install.texi (Prerequisites): Don't mention bison or
3130         treelang.
3131         (Configuration): Don't mention treelang.
3132         (Building): Likewise.
3133         * doc/frontends.texi (G++ and GCC): Don't mention treelang.
3135 2008-03-06  Paolo Bonzini  <bonzini@gnu.org>
3137         * simplify-rtx.c (simplify_subreg): Remove useless shifts from
3138         word-extractions out of a multi-word object.
3140 2008-03-06  Richard Guenther  <rguenther@suse.de>
3142         * tree.def (BIT_FIELD_REF): Constrain result type and its precision.
3143         * tree-cfg.c (verify_expr): Verify BIT_FIELD_REF constraints on
3144         result type and precision.
3145         * expr.c (get_inner_reference): Set unsignedp based on the result
3146         type of BIT_FIELD_REF.
3147         * tree.h (BIT_FIELD_REF_UNSIGNED): Remove.
3148         * tree-sra.c (instantiate_element): Do not set BIT_FIELD_REF_UNSIGNED.
3149         (try_instantiate_multiple_fields): Likewise.  Use the correct type
3150         for BIT_FIELD_REF.
3151         (sra_build_assignment): Likewise.
3152         (sra_build_elt_assignment): Likewise.
3153         (sra_explode_bitfield_assignment): Likewise.
3154         * print-tree.c (print_node): Do not check BIT_FIELD_REF_UNSIGNED.
3155         * tree-vect-transform.c (vect_create_epilog_for_reduction): Do not
3156         set BIT_FIELD_REF_UNSIGNED.
3157         (vectorizable_load): Likewise.
3159 2008-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
3161         * cse.c (cse_extended_basic_block): Invalidate artificial defs
3162         at bb start.
3164 2008-03-06  Richard Guenther  <rguenther@suse.de>
3166         * alias.c (struct alias_set_entry): Move has_zero_child field
3167         to pack with alias_set.
3169 2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
3171         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
3172         32bit host.
3174 2008-03-05  Ian Lance Taylor  <iant@google.com>
3176         * alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
3178 2008-03-05  Kenneth Zadeck <zadeck@naturalbridge.com>
3180         * fwprop.c (update_df): Support width and offset parameters of
3181         df_ref_create.
3182         * ra-conflict.c (mark_reg_store, clear_reg_in_live,
3183         global_conflicts): Change DF_REF_EXTRACT to either
3184         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3185         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3186         * df-scan.c (df_ref_record, df_defs_record,
3187         df_ref_create_structure, df_def_record_1, df_uses_record,
3188         df_get_conditional_uses, df_get_call_refs, df_insn_refs_collect,
3189         df_bb_refs_collect, df_entry_block_defs_collect,
3190         df_exit_block_uses_collect): Support new width and offset fields.
3191         (ref_extract_pool): New storage pool.
3192         (df_free_ref): New function.
3193         (df_reg_chain_unlink, df_free_collection_rec,
3194         df_sort_and_compress_refs): Call df_free_ref.
3195         (df_ref_equal_p, df_ref_compare): Compare offset and width fields
3196         of df_ref_extract.
3197         (df_ref_create_structure): Allocate df_ref_extract if offset and
3198         width fields are used.
3199         (df_def_record_1): Get offset and width from ZERO_EXTRACT.
3200         (df_uses_record): Get offset and width from ZERO_EXTRACT 
3201         and SIGN_EXTRACT.
3202         * global.c (build_insn_chain): Change DF_REF_EXTRACT to either
3203         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3204         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3205         * df.h (df_ref_flags): Change DF_REF_EXTRACT to either
3206         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3207         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3208         (df_ref_extract): New structure.
3209         (DF_REF_WIDTH, DF_REF_OFFSET): New macros.
3210         (df_ref_create): Add width and offset parameters.
3211         
3212 2008-03-05  Richard Guenther  <rguenther@suse.de>
3214         * tree-ssa-structalias.c (get_constraint_for_component_ref):
3215         Use ranges_overlap_p.
3216         (offset_overlaps_with_access): Rename
3217         to ranges_overlap_p and move ...
3218         * tree-flow-inline.h (ranges_overlap_p): ... here.
3220         * tree.h (get_inner_reference, handled_component_p): Update
3221         comments.
3223         * tree.h (record_component_aliases, get_alias_set,
3224         alias_sets_conflict_p, alias_sets_must_conflict_p,
3225         objects_must_conflict_p): Move declarations ...
3226         * alias.h (record_component_aliases, get_alias_set,
3227         alias_sets_conflict_p, alias_sets_must_conflict_p,
3228         objects_must_conflict_p): ... here.
3229         Include coretypes.h.
3230         * Makefile.in (ALIAS_H): Add coretypes.h dependency.
3232 2008-03-05  Aldy Hernandez  <aldyh@redhat.com>
3234         * cfg.c: Include tree-flow.h.
3235         (remove_edge_raw): Call redirect_edge_var_map_clear.
3236         (redirect_edge_succ_nodup): Call redirect_edge_var_map_dup.
3237         * tree-flow-inline.h (redirect_edge_var_map_def): New.
3238         (redirect_edge_var_map_result): New.
3239         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Replace
3240         PENDING_STMT use with redirect_edge_var_map_*.
3241         * tree-ssa.c (edge_var_maps): New definition.
3242         (redirect_edge_var_map_add): New.
3243         (redirect_edge_var_map_clear): New.
3244         (redirect_edge_var_map_dup): New.
3245         (redirect_edge_var_map_vector): New.
3246         (redirect_edge_var_map_destroy): New.
3247         (ssa_redirect_edge): Replace PENDING_STMT use with
3248         redirect_edge_var_map_*.
3249         (flush_pending_stmts): Same.
3250         (delete_tree_ssa): Destroy edge var map.
3251         * tree-flow.h (struct _edge_var_map): New.
3252         Define edge_var_map vector type.
3253         Declare redirect_edge_var_map_* prototypes.
3254         * Makefile.in (cfg.o): Depend on TREE_FLOW_H.
3255         * tree-cfg.c (reinstall_phi_args): Replace
3256         PENDING_STMT use with redirect_edge_var_map_*.
3258 2008-03-05  Richard Guenther  <rguenther@suse.de>
3260         PR tree-optimization/35472
3261         * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
3262         whose single use_stmt has a overlapping set of loaded and
3263         stored symbols as that use_stmt might be a noop assignment then.
3265 2008-03-05  Joel Sherrill <joel.sherrill@oarcorp.com>
3267         * gthr-rtems.h: Implement __gthread_mutex_destroy.
3269 2008-03-05  Richard Guenther  <rguenther@suse.de>
3271         PR c++/35336
3272         * tree.def (BIT_FIELD_REF): Document that operands 1 and 2
3273         should be constants.
3274         * tree-cfg.c (verify_expr): Verify it.
3275         * fold-const.c (fold_truthop): Remove code generating
3276         BIT_FIELD_REFs of structure bases.
3277         (fold_binary): Likewise.
3278         (fold_ternary): Position and size of BIT_FIELD_REFs are
3279         always host integers.
3280         (make_bit_field_ref): Remove.
3281         (optimize_bit_field_compare): Remove.
3282         (all_ones_mask_p): Remove.
3284 2008-03-05  Gabor Loki  <loki@gcc.gnu.org>
3286         PR gcc/33009
3287         * rtl-factoring.c (clear_regs_live_in_seq): Fix backward steps.
3288         (split_block_and_df_analyze): New. Split basic block and rebuild
3289         dataflow.
3290         (block_label_after): Use SPLIT_BLOCK_AND_DF_ANALYZE instead of
3291         SPLIT_BLOCK.
3292         (split_pattern_seq): Likewise.
3293         (erase_matching_seqs): Likewise.
3294         (split_pattern_seq): Skip return insn in case of REG_NORETURN note.
3296 2008-03-04  Geoff Keating  <geoffk@apple.com>
3298         * fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed
3299         declaration and code.
3300         (tree_invalid_nonnegative_warnv_p): Likewise.
3302 2008-03-05  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
3304         * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
3305         examples.  Truncate option-names then causing overfull hbox.
3307 2008-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3309         PR target/35222
3310         * configure.ac (CONFIG_SJLJ_EXCEPTIONS): Force SJLJ exceptions
3311         on hpux10.
3312         * configure: Rebuilt.
3314 2008-03-04  Rafael Espindola  <espindola@google.com>
3316         * fold-const.c (tree_simple_nonnegative_warnv_p): New.
3317         (tree_unary_nonnegative_warnv_p): New.
3318         (tree_binary_nonnegative_warnv_p): New.
3319         (tree_single_nonnegative_warnv_p): New.
3320         (tree_invalid_nonnegative_warnv_p): New.
3321         (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
3323 2008-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3325         PR 28322
3326         * opts.c (handle_option): Postpone 'unknown option' errors only for
3327         warning options.
3329 2008-03-04  H.J. Lu  <hongjiu.lu@intel.com>
3331         PR target/35453
3332         * config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
3333         (_SIDD_XXX): This.
3335 2008-03-04  Rafael Espindola  <espindola@google.com>
3337         * fold-const.c (tree_unary_nonzero_warnv_p): New.
3338         (tree_binary_nonzero_warnv_p): New.
3339         (tree_single_nonzero_warnv_p): New.
3340         (tree_expr_nonzero_warnv_p): Redefine using the new functions.
3342 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
3344         PR middle-end/35456
3345         * fold-const.c (fold_cond_expr_with_comparison): Prevent
3346         transformations for modes that have signed zeros.
3347         * ifcvt.c (noce_try_abs): Ditto.
3349 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
3351         * config/i386/i386.c (override_options): Force
3352         -maccumulate-outgoing-args on if TARGET_STACK_PROBE.
3354 2008-03-04  Jan Hubicka  <jh@suse.cz>
3356         PR c++/35262
3357         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
3358         in last commit.
3360 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
3362         * config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
3363         label to probe the stack.
3365 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
3367         * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
3368         (__gthr_win32_mutex_destroy): Declare.
3369         [__GTHREAD_HIDE_WIN32API] (__gthread_mutex_destroy): Use
3370         __gthr_win32_mutex_destroy.
3371         * config/i386/gthr-win32.c  (__gthr_win32_mutex_destroy): Define.
3373 2008-03-03  Jan Hubicka  <jh@suse.cz>
3375         PR c++/35262
3376         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Be more
3377         aggressive on inlining cold calls.
3379 2008-03-03  Richard Guenther  <rguenther@suse.de>
3381         * tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
3382         struct copies into the expression table.
3383         (simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
3384         (try_to_simplify): Likewise.
3385         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
3386         integral and pointer arguments which do not change the
3387         precision to NOP_EXPRs.
3388         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
3389         VIEW_CONVERT_EXPR case.
3391 2008-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3393         * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
3394         defined in a loop at depth 0 is invariant.
3395         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
3396         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
3397         be called at loop depth 0.
3399 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
3401         PR driver/35420
3402         * gcc.c (process_command): Update copyright notice dates.
3403         * gcov.c (print_version): Likewise.
3404         * gcov-dump.c (print_version): Likewise.
3405         * mips-tfile.c (main): Likewise.
3406         * mips-tdump.c (main): Likewise.
3408 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3410         PR 24924
3411         * c-common.c (flag_permissive): Delete.
3412         (constant_expression_warnings): Check flags first.
3413         (constant_expression_error): New.
3414         * c-common.h (flag_permissive): Delete.
3415         (constant_expression_error): Declare.
3416         * flags.h (flag_permissive): Declare. Update description.
3417         * diagnostic.c (pedwarn): Update.
3418         (permerror): New.
3419         * diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
3420         (permissive_error_kind): New.
3421         * toplev.c (flag_permissive): Define. Update description.
3422         * toplev.h (permissive_error_kind): Declare.
3423         * c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
3424         (pedwarn_c90): Use pedantic_warning_kind.
3425         * c-opts.c (c_common_post_options): flag_permissive does not affect
3426         flag_pedantic_errors.
3428 2008-03-02  Joseph Myers  <joseph@codesourcery.com>
3430         * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
3431         __subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
3432         __absvsi2, __absvDI2): Use unsigned arithmetic.
3434 2008-03-02  Andi Kleen  <ak@suse.de>
3435             Richard Guenther  <rguenther@suse.de>
3437         * struct-equiv.c: Remove file.
3438         * cfg_cleanup.c (condjump_equiv_p): Remove.
3439         * Makefile.in (OBJS-common): Remove struct-equiv.o.
3440         (struct-equiv.o): Remove rule.
3441         * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
3442         insns_match_p, struct_equiv_block_eq, struct_equiv_init, 
3443         rtx_equiv_p, condjump_equiv_p): Remove prototypes.
3445 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3447         * ifcvt.c (noce_process_if_block): Try to handle only the then
3448         block if the else block exists but isn't suitable.
3450 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
3452         PR gcc/35063
3453         * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations.
3454         * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes
3455         regression from previous patch.
3457 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
3459         PR gcc/35063
3460         * gthr.h: Add __gthread_mutex_destroy as a function that must be
3461         implemented.
3462         * gthr-vxworks.h (__gthread_mutex_destroy): Null implementation.
3463         * gthr-single.h (__gthread_mutex_destroy): Likewise.
3464         * gthr-rtems.h (__gthread_mutex_destroy): Likewise.
3465         * gthr-mipssde.h (__gthread_mutex_destroy): Likewise.
3466         * gthr-nks.h (__gthread_mutex_destroy): Likewise.
3467         * gthr-solaris.h (__gthread_mutex_destroy): Call mutex_destroy.
3468         * gthr-win32.h (__GTHREAD_MUTEX_DESTROY_FUNCTION): Remove.
3469         (__gthread_mutex_destroy_function): Rename to
3470         __gthread_mutex_destroy.
3471         * gthr-dce.h (__gthread_mutex_destroy): Call
3472         pthread_mutex_destroy.
3473         * gthr-tpf.h (__gthread_mutex_destroy): Likewise.
3474         * gthr-posix.h (__gthread_mutex_destroy): Likewise.
3475         * gthr-posix95.h (__gthread_mutex_destroy): Likewise.
3477 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3479         * df-scan.c (df_ref_chain_change_bb): Simplify.
3480         (df_insn_change_bb): Add new_bb argument.  Simplify.  Call
3481         set_block_for_insn if there's any change.
3482         * df.h ((df_insn_change_bb): Fix prototype.
3483         * cfgrtl.c (update_bb_for_insn_chain): Pass bb to
3484         df_insn_change_bb, don't call set_block_for_insn.
3485         * emit-rtl.c (reorder_insns): Likewise.
3486         * haifa-sched.c (move_insn): Likewise.
3488 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3490         * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
3492 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3494         * tree-flow-inline.h (next_readonly_imm_use): Return
3495         NULL_USE_OPERAND_P after the end.
3497 2008-03-01  Richard Guenther  <rguenther@suse.de>
3499         PR tree-optimization/35411
3500         * tree-sra.c (sra_build_assignment): Split conversion to
3501         final type to a separate statement if we are not assigning
3502         to a register.
3504 2008-02-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3506         * fold-const.c (fold_convertible_p): Correct the logic to follow
3507         that in fold_convert().
3509 2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>
3511         PR c++/35315
3512         * tree-inline.c (build_duplicate_type): When we make a
3513         duplicate type, make it unique in the canonical types system.
3515 2008-02-29  Tom Tromey  <tromey@redhat.com>
3517         * toplev.c (input_file_stack, input_file_stack_tick, fs_p,
3518         input_file_stack_history, input_file_stack_restored): Remove.
3519         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
3520         * input.h (struct file_stack): Remove.
3521         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
3522         (input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
3523         Likewise.
3524         * diagnostic.h (struct diagnostic_context) <last_module>: Change
3525         type.
3526         (diagnostic_last_module_changed): Add 'map' argument.
3527         (diagnostic_set_last_function): Likewise.
3528         * diagnostic.c (undiagnostic_report_current_module): Iterate using
3529         line map, not input_file_stack.
3530         * c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
3532 2008-02-29  Paul Brook  <paul@codesourcery.com>
3534         * config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
3536 2008-02-29  Paul Brook  <paul@codesourcery.com>
3538         * config/arm/ieee754-df.S (muldf3): Use RET macros.
3540 2008-02-29  Richard Guenther  <rguenther@suse.de>
3542         * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
3543         vn_lookup_or_add.
3544         * tree-ssa-sccnv.c (visit_reference_op_store): Use the rhs
3545         value for comparing for a store match.
3546         (simplify_unary_expression): Do nothing for SSA_NAMEs.
3547         (try_to_simplify): Do not do a full-blown reference lookup.
3549 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
3551         * config/sh/sh.c (sh_scalar_mode_supported_p): New function.
3552         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
3554         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't warn for profiling.
3556 2008-02-29  Sebastian Pop  <sebastian.pop@amd.com>
3558         * tree-loop-linear.c (try_interchange_loops): Compare memory access
3559         strides against cache sizes.
3561 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
3563         * config/sh/sh.c (sh_secondary_reload): Handle loading a float
3564         constant to fpul.
3566 2008-02-28  Richard Sandiford  <rsandifo@nildram.co.uk>
3568         * simplify-rtx.c (simplify_unary_operation_1): Extend the handling
3569         of SUBREG_PROMOTED_VAR_P to cope with cases where the extended value
3570         is smaller than the original promoted value.
3571         (simplify_subreg): If OP is a SUBREG, try to preserve its
3572         SUBREG_PROMOTED_VAR_P information.
3574 2008-02-28  Steven Bosscher  <stevenb.gcc@gmail.com>
3576         * tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
3577         (VN_INFO_GET): Allocate new objects on the obstack.
3578         (init_scc_vn): Initialize the obstack.  Use XDELETE instead of free
3579         for rpo_numbers_temp, for consistency.
3580         (free_scc_vn): Free the obstack.
3582 2008-02-28  Sebastian Pop  <sebastian.pop@amd.com>
3584         * doc/invoke.texi: Document -ftree-loop-distribution.
3585         * tree-loop-distribution.c: New.
3586         * tree-pass.h (pass_loop_distribution): New.
3587         * graphds.h (struct graph): Add htab_t indices.
3588         * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
3589         * tree-vectorizer.c (rename_variables_in_loop): Extern.
3590         (slpeel_tree_duplicate_loop_to_edge_cfg): Init PENDING_STMT to NULL.
3591         * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
3592         * tree-data-ref.c (debug_data_dependence_relations): New.
3593         (dump_data_dependence_relation): Also print data references.
3594         (free_data_ref): Extern.
3595         (same_access_functions): Moved...
3596         (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
3597         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
3598         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
3599         struct rdg_vertex_info, rdg_vertex_for_stmt): New.
3600         (create_rdg_edge_for_ddr, create_rdg_vertices): Cleaned up.
3601         (stmts_from_loop): Skip LABEL_EXPR.
3602         (hash_stmt_vertex_info, eq_stmt_vertex_info, hash_stmt_vertex_del):
3603         New.
3604         (build_rdg): Initialize rdg->indices htab.
3605         (free_rdg, stores_from_loop, ref_base_address,
3606         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
3607         have_similar_memory_accesses_1, ref_base_address_1,
3608         remove_similar_memory_refs): New.
3609         * tree-data-ref.h: Depend on tree-chrec.h.
3610         (debug_data_dependence_relations, free_data_ref): Declared.
3611         (same_access_functions): ... here.
3612         (ddr_is_anti_dependent, ddrs_have_anti_deps, ddr_dependence_level):
3613         New.
3614         (struct rdg_vertex): Add has_mem_write and has_mem_reads.
3615         (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT,
3616         RDG_MEM_WRITE_STMT, RDG_MEM_READS_STMT): New.
3617         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
3618         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
3619         rdg_vertex_for_stmt): Declared.
3620         (struct rdg_edge): Add level.
3621         (RDGE_LEVEL): New.
3622         (free_rdg, stores_from_loop, remove_similar_memory_refs,
3623         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses):
3624         Declared.
3625         (rdg_has_similar_memory_accesses): New.
3626         * tree-vect-analyze.c: Remove unused static decls.
3627         * lambda.h (dependence_level): New.
3628         * common.opt (ftree-loop-distribution): New.
3629         * tree-flow.h (mark_virtual_ops_in_bb, 
3630         slpeel_tree_duplicate_loop_to_edge_cfg,
3631         rename_variables_in_loop): Declared.
3632         * Makefile.in (TREE_DATA_REF_H): Depend on tree-chrec.h.
3633         (OBJS-common): Add tree-loop-distribution.o.
3634         (tree-loop-distribution.o): New rule.
3635         * tree-cfg.c (mark_virtual_ops_in_bb): New.
3636         (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
3637         * passes.c (init_optimization_passes): Schedule pass_loop_distribution.
3639 2008-02-28  Joseph Myers  <joseph@codesourcery.com>
3641         PR target/33963
3642         * tree.c (handle_dll_attribute): Disallow TYPE_DECLs for types
3643         other than structures and unions.
3645 2008-02-28  Richard Guenther  <rguenther@suse.de>
3647         Revert:
3648         2008-02-26  Richard Guenther  <rguenther@suse.de>
3650         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3651         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3652         (lookup_decl_from_uid): Declare.
3653         (remove_decl_from_map): Likewise.
3654         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3655         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3656         (decl_for_uid_map): New global hashtable mapping DECL_UID
3657         to the decl tree.
3658         (init_ttree): Allocate it.
3659         (insert_decl_to_uid_decl_map): New helper function.
3660         (make_node_stat): Insert new decls into the map.
3661         (copy_node_stat): Likewise.
3662         (lookup_decl_from_uid): New function.
3663         (remove_decl_from_map): Likewise.
3664         (print_decl_for_uid_map_statistics): New helper.
3665         (dump_tree_statistics): Call it.
3667         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3668         (referenced_var_iterator): Adjust.
3669         (FOR_EACH_REFERENCED_VAR): Adjust.
3670         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3671         (num_referenced_vars): Adjust.
3672         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3673         (first_referenced_var): Remove.
3674         (end_referenced_vars_p): Likewise.
3675         (next_referenced_var): Likewise.
3676         (referenced_var_iterator_set): New helper function.
3677         * tree-dfa.c (referenced_var_lookup): Adjust.
3678         (referenced_var_check_and_insert): Likewise.
3679         (remove_referenced_var): Likewise.
3680         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3681         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3682         (verify_call_clobbering): Likewise.
3683         (verify_memory_partitions): Likewise.
3684         (init_tree_ssa): Allocate bitmap instead of hashtable for
3685         referenced_vars.
3686         (delete_tree_ssa): Adjust.
3687         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
3688         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3689         (compute_tag_properties): Likewise.
3690         (set_initial_properties): Likewise.
3691         (find_partition_for): Likewise.
3692         (update_reference_counts): Likewise.
3693         (dump_may_aliases_for): Likewise.
3694         * tree-ssa-operands.c (add_virtual_operand): Likewise.
3695         (add_call_clobber_ops): Likewise.
3696         (add_call_read_ops): Likewise.
3697         (get_asm_expr_operands): Likewise.
3698         * tree-into-ssa.c (dump_decl_set): Likewise.
3699         (update_ssa): Likewise.
3700         * tree-sra.c (scan_function): Likewise.
3701         (decide_instantiations): Likewise.
3702         (scalarize_parms): Likewise.
3703         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
3704         (dsa_named_for): Likewise.
3705         * tree-ssa-structalias.c (update_alias_info): Likewise.
3706         (merge_smts_into): Likewise.
3708 2008-02-27  David Daney  <ddaney@avtrex.com>
3710         PR target/34409
3711         * config/mips/iris.h (MIPS_DEBUGGING_INFO): Define.
3712         * config/mips/openbsd.h (MIPS_DEBUGGING_INFO): Same.
3713         * config/mips/sde.h (MIPS_DEBUGGING_INFO): Remove undef.
3714         * config/mips/vxworks.h (MIPS_DEBUGGING_INFO): Same.
3715         * config/mips/mips.h (MIPS_DEBUGGING_INFO): Remove define.
3717 2008-02-27  Uros Bizjak  <ubizjak@gmail.com>
3719         PR target/25477
3720         * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
3721         (BUILT_IN_NEXTTOWARD): Remove.
3722         (BUILT_IN_NEXTTOWARDF): Ditto.
3723         * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
3724         alloca/strcpy/strcat.  Remove commented-out code.  Fix whitespace.
3726 2008-02-27  Tom Tromey  <tromey@redhat.com>
3728         * tree-dump.c (dequeue_and_dump) <FUNCTION_DECL>: Check
3729         DECL_SAVED_TREE, not DECL_LANG_SPECIFIC, when dumping body.
3731 2008-02-27  Jan Beulich  <jbeulich@novell.com>
3733         * c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to
3734         update the respective field on newdecl.
3736 2008-02-27  Revital Eres  <eres@il.ibm.com>
3738         PR rtl-optimization/34999
3739         * bb-reorder.c (add_labels_and_missing_jumps): Do not handle
3740         crossing edges that ends with a call insn.
3741         (fix_up_fall_thru_edges): Handle crossing edges that ends with a
3742         call insn and clear the EDGE_CROSSING flag of the crossing edge
3743         when fixing fallthru edges.
3745 2008-02-27  Richard Guenther  <rguenther@suse.de>
3747         PR middle-end/35390
3748         * fold-const.c (fold_unary): Return the correct argument,
3749         converted to the result type.
3751 2008-02-27  Richard Guenther  <rguenther@suse.de>
3753         PR middle-end/34971
3754         * expr.c (expand_expr_real_1): Assert on rotates that operate
3755         on partial modes.
3756         * fold-const.c (fold_binary): Use the types precision, not the
3757         bitsize of the mode if folding rotate expressions.  Build rotates
3758         only for full modes.
3760 2008-02-27  Jakub Jelinek  <jakub@redhat.com>
3762         * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
3763         and CPP_PRAGMA_EOL.
3764         * c-pragma.c (pragma_ns_name): New typedef.
3765         (registered_pp_pragmas): New variable.
3766         (c_pp_lookup_pragma): New function.
3767         (c_register_pragma_1): If flag_preprocess_only, do nothing
3768         for non-expanded pragmas, for expanded ones push pragma's
3769         namespace and name into registered_pp_pragmas vector.
3770         (c_invoke_pragma_handler): Register OpenMP pragmas even when
3771         flag_preprocess_only, don't register GCC pch_preprocess
3772         pragma if flag_preprocess_only.
3773         * c-opts.c (c_common_init): Call init_pragma even if
3774         flag_preprocess_only.
3775         * c-pragma.c (c_pp_lookup_pragma): New prototype.
3776         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Don't call
3777         cpp_register_pragma if flag_preprocess_only.
3779 2008-02-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3781         PR c/28800
3782         * c-parser.c (c_parser_translation_unit): Warn for empty
3783         translation unit, not empty source file.
3785 2008-02-26  Paul Brook  <paul@codesourcery.com>
3787         * config/arm/arm.c (thumb_set_frame_pointer): Ensure SP is first
3788         operand for Thumb-2.
3789         * config/arm/arm.h (reg_class): Add CORE_REGS.
3790         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Ditto.
3791         (BASE_REG_CLASS): Use CORE_REGS.
3792         (PREFERRED_RELOAD_CLASS): Add STACK_REG.
3793         (REGNO_MODE_OK_FOR_REG_BASE_P): Use REGNO_MODE_OK_FOR_BASE_P.
3794         (REGNO_OK_FOR_INDEX_P): Exclude SP.
3795         (ARM_REG_OK_FOR_INDEX_P): Always define.  Use
3796         ARM_REGNO_OK_FOR_INDEX_P.
3797         (ARM_PRINT_OPERAND_ADDRESS): Swap operands for [reg, sp].
3798         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn,
3799         arm_movsi_insn, thumb1_movsi_insni, stack_tie): Add "k" alternatives.
3800         (ldm/stm peepholes): Ditto.
3801         * config/arm/thumb2.md (thumb2_movdi): Add "k" alternatives.
3802         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp): Ditto.
3803         * config/arm/iwmmxt.md (iwmmxt_movsi_insn): Ditto.
3804         * config/arm/constraints.md: Enable "k" constraint on ARM.
3806 2008-02-27  Ben Elliston  <bje@au.ibm.com>
3808         * config/rs6000/rs6000.c: Annotate cache line size field in all
3809         instances of struct processor_costs.
3811 2008-02-26  David Edelsohn  <edelsohn@gnu.org>
3813         * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1,
3814         dse2, gcse, if_conversion, if_after_combine, if_after_reload,
3815         jump_bypass): New counters.
3816         * cfgcleanup.c (cleanup_cfg): Add dbg_cnt.
3817         * dce.c (gate_ud_dce): Same.
3818         (gate_fast_dce): Same.
3819         * dse.c (gate_dse1): New function.
3820         (gate_dse2): New function.
3821         (gate_dse): Merge results of new gate functions.
3822         * gcse.c (gcse_main): Bracket cprop1 and cprop2 with dbg_cnt.
3823         (gate_handle_jump_bypass): Add dbg_cnt.
3824         (gate_handle_gcse): Add dbg_cnt.
3825         * ifcvt.c (gate_handle_if_conversion): Same.
3826         (gate_handle_if_after_combine): Same.
3827         (gate_handle_if_after_reload): Same.
3828         * Makefile.in: Add DBGCNT_H to cfgcleanup.o and ifcvt.o.
3830 2008-02-26  Edmar Wienskoski  <edmar@freescale.com>
3832         * config/rs6000/rs6000.c (processor_costs): Update e300 cache
3833         line sizes.
3834         * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
3836 2008-02-26  Jason Merrill  <jason@redhat.com>
3838         PR c++/35315
3839         * attribs.c (decl_attributes): Leave ATTR_FLAG_TYPE_IN_PLACE 
3840         alone if it's the naming decl for the type's main variant.
3842 2008-02-26  Tom Tromey  <tromey@redhat.com>
3844         * system.h (USE_MAPPED_LOCATION): Poison.
3845         * Makefile.in (GTFILES): Put CPP_ID_DATA_H first.
3846         * tree-cfg.c (make_cond_expr_edges): Remove old location code.
3847         (make_goto_expr_edges): Likewise.
3848         (remove_bb): Likewise.
3849         (execute_warn_function_return): Likewise.
3850         * basic-block.h (struct edge_def) <goto_locus>: Change type to
3851         location_t.
3852         * c-common.c (fname_decl): Remove old location code.
3853         * tree-vect-transform.c (vect_finish_stmt_generation): Remove old
3854         location code.
3855         * rtl.h (ASM_OPERANDS_SOURCE_LOCATION): Remove old-location
3856         variant.
3857         (ASM_INPUT_SOURCE_LOCATION): Likewise.
3858         (gen_rtx_ASM_INPUT): Likewise.
3859         (gen_rtx_ASM_INPUT_loc): Likewise.
3860         (get_rtx_asm_OPERANDS): Remove.
3861         * cfglayout.c (insn_locators_alloc): Remove old location code.
3862         (set_curr_insn_source_location): Likewise.
3863         (curr_insn_locator): Likewise.
3864         * print-tree.c (print_node): Remove old location code.
3865         * tree-mudflap.c (mf_varname_tree): Remove old location code.
3866         (mf_file_function_line_tree): Remove test of USE_MAPPED_LOCATION.
3867         * cfgexpand.c (expand_gimple_cond_expr): Don't use
3868         location_from_locus.
3869         (construct_exit_block): Remove old location code.
3870         * emit-rtl.c (force_next_line_note): Remove old location code.
3871         * profile.c (branch_prob): Remove old location code.
3872         * tree-vectorizer.h (LOC, UNKNOWN_LOC, EXPR_LOC, LOC_FILE,
3873         LOC_LINE): Remove old-location variants.
3874         * langhooks.c (lhd_print_error_function): Remove old location
3875         code.
3876         * configure, config.in: Rebuilt.
3877         * configure.ac (--enable-mapped-location): Remove.
3878         * c-decl.c (c_init_decl_processing): Remove old location code.
3879         (finish_function): Likewise.
3880         * recog.c (decode_asm_operands): Remove old location code.
3881         * c-pch.c (c_common_read_pch): Remove old location code.
3882         * rtl.def (ASM_INPUT, ASM_OPERANDS): Remove old location
3883         variants.
3884         * gimple-low.c (lower_function_body): Remove old location code.
3885         * toplev.c (unknown_location): Remove.
3886         (push_srcloc): Remove old-location variant.
3887         (process_options): Remove old location code.
3888         (lang_dependent_init): Likewise.
3889         * input.h (UNKNOWN_LOCATION): Move definition.
3890         (location_t): Undeprecate.
3891         (source_locus): Remove.
3892         (location_from_locus): Remove.
3893         (struct location_s): Remove.
3894         Remove all old-location code.
3895         (input_line, input_filename): Remove.
3896         * final.c (final_scan_insn): Remove old location code.
3897         * diagnostic.c (diagnostic_build_prefix): Remove
3898         USE_MAPPED_LOCATION test.
3899         * tree.h (gimple_stmt) <locus>: Now a location_t.
3900         (tree_exp) <locus>: Likewise.
3901         (DECL_IS_BUILTIN): Remove old-location variant.
3902         (annotate_with_file_line, annotate_with_locus): Likewise.
3903         (expr_locus, set_expr_locus): Update.
3904         * tree.c (build1_stat): Remove old location code.
3905         (last_annotated_node): Remove.
3906         (annotate_with_file_line): Remove old-location variant.
3907         (annotate_with_locus): Likewise.
3908         (expr_location): Remove old location code.
3909         (set_expr_location): Likewise.
3910         (expr_has_location): Likewise.
3911         (expr_locus): Likewise.
3912         (set_expr_locus): Likewise.
3913         (expr_filename): Don't use location_from_locus.
3914         (expr_lineno): Likewise.
3915         * rtl-error.c (location_for_asm): Remove old location code.
3916         * c-lex.c (cb_line_change): Remove old location code.
3917         (fe_file_change): Likewise.
3918         (cb_def_pragma): Likewise.
3919         (c_lex_with_flags): Likewise.
3920         * gengtype.c (do_typedef): Don't special-case location types.
3921         (define_location_structures): Remove.
3922         (main): Don't call define_location_structures.
3923         * tree-pretty-print.c (dump_implicit_edges): Remove old location
3924         code.
3926 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3928         PR 26264
3929         * builtins.def (BUILT_IN_STDARG_START): Remove.
3930         * builtins.c (expand_builtin): Remove BUILT_IN_STDARG_START.
3931         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
3932         * tree-inline.c (inline_forbidden_p_1): Likewise.
3933         
3934 2008-02-26  Richard Guenther  <rguenther@suse.de>
3936         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3937         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3938         (lookup_decl_from_uid): Declare.
3939         (remove_decl_from_map): Likewise.
3940         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3941         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3942         (decl_for_uid_map): New global hashtable mapping DECL_UID
3943         to the decl tree.
3944         (init_ttree): Allocate it.
3945         (insert_decl_to_uid_decl_map): New helper function.
3946         (make_node_stat): Insert new decls into the map.
3947         (copy_node_stat): Likewise.
3948         (lookup_decl_from_uid): New function.
3949         (remove_decl_from_map): Likewise.
3950         (print_decl_for_uid_map_statistics): New helper.
3951         (dump_tree_statistics): Call it.
3953         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3954         (referenced_var_iterator): Adjust.
3955         (FOR_EACH_REFERENCED_VAR): Adjust.
3956         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3957         (num_referenced_vars): Adjust.
3958         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3959         (first_referenced_var): Remove.
3960         (end_referenced_vars_p): Likewise.
3961         (next_referenced_var): Likewise.
3962         (referenced_var_iterator_set): New helper function.
3963         * tree-dfa.c (referenced_var_lookup): Adjust.
3964         (referenced_var_check_and_insert): Likewise.
3965         (remove_referenced_var): Likewise.
3966         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3967         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3968         (verify_call_clobbering): Likewise.
3969         (verify_memory_partitions): Likewise.
3970         (init_tree_ssa): Allocate bitmap instead of hashtable for
3971         referenced_vars.
3972         (delete_tree_ssa): Adjust.
3973         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
3974         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3975         (compute_tag_properties): Likewise.
3976         (set_initial_properties): Likewise.
3977         (find_partition_for): Likewise.
3978         (update_reference_counts): Likewise.
3979         (dump_may_aliases_for): Likewise.
3980         * tree-ssa-operands.c (add_virtual_operand): Likewise.
3981         (add_call_clobber_ops): Likewise.
3982         (add_call_read_ops): Likewise.
3983         (get_asm_expr_operands): Likewise.
3984         * tree-into-ssa.c (dump_decl_set): Likewise.
3985         (update_ssa): Likewise.
3986         * tree-sra.c (scan_function): Likewise.
3987         (decide_instantiations): Likewise.
3988         (scalarize_parms): Likewise.
3989         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
3990         (dsa_named_for): Likewise.
3991         * tree-ssa-structalias.c (update_alias_info): Likewise.
3992         (merge_smts_into): Likewise.
3994 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3996         PR 34351
3997         * doc/invoke.texi (-Wall): Add -Wvolatile-register-var.
3998         * c-opts.c (c_common_handle_option): Wall enables
3999         Wvolatile-register-var.
4000         * common.opt: Move Wvolatile-register-var to...
4001         * c.opt: ...here.
4002         
4003 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4005         * common.opt (Wlarger-than=): New.
4006         * doc/invoke.texi (Warning Options): Replace -Wlarger-than- with
4007         -Wlarger-than=.
4008         * opts.c (common_handle_option): Handle -Wlarger-than=.
4009         * optc-gen.awk: Likewise.
4010         * opth-gen.awk: Likewise.
4011         * stor-layout.c (layout_decl): Use -Wlarger-than= for warning.
4012         * tree-optimize.c (tree_rest_of_compilation): Likewise.
4013         
4014 2008-02-26  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4016         * c-common.c (match_case_to_enum_1): Add appropriate
4017         OPT_W* parameter to warning.
4018         (c_do_switch_warnings): Likewise.
4019         * c-typeck.c (warning_init): Add one more parameter following
4020         'warning' function.
4021         (push_init_level): Update call to warning_init.
4022         (pop_init_level): Likewise.
4023         (add_pending_init): Likewise.
4024         (output_init_element: Likewise.
4026 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4028         PR 28322
4029         * toplev.c (toplev_main): If there are warnings or error, print
4030         errors for ignored options.
4031         * opts.c (ignored_options): New static variable.
4032         (postpone_unknown_option_error): New.
4033         (print_ignored_options): New.
4034         (handle_option): Postpone errors for unknown -Wno-* options.
4035         * opts.h (print_ignored_options): Declare.
4036         
4037 2008-02-25  Richard Sandiford  <rsandifo@nildram.co.uk>
4039         * config/mips/mips.md (loadgp_blockage, blockage): Change type
4040         to "ghost".
4042 2008-02-25  Richard Guenther  <rguenther@suse.de>
4044         Revert:
4045         2008-02-25  Richard Guenther  <rguenther@suse.de>
4047         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
4048         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
4049         (lookup_decl_from_uid): Declare.
4050         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
4051         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
4052         (decl_for_uid_map): New global hashtable mapping DECL_UID
4053         to the decl tree.
4054         (init_ttree): Allocate it.
4055         (insert_decl_to_uid_decl_map): New helper function.
4056         (make_node_stat): Insert new decls into the map.
4057         (copy_node_stat): Likewise.
4058         (lookup_decl_from_uid): New function.
4059         (print_decl_for_uid_map_statistics): New helper.
4060         (dump_tree_statistics): Call it.
4062         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
4063         (referenced_var_iterator): Adjust.
4064         (FOR_EACH_REFERENCED_VAR): Adjust.
4065         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
4066         (num_referenced_vars): Adjust.
4067         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
4068         (first_referenced_var): Remove.
4069         (end_referenced_vars_p): Likewise.
4070         (next_referenced_var): Likewise.
4071         (referenced_var_iterator_set): New helper function.
4072         * tree-dfa.c (referenced_var_lookup): Adjust.
4073         (referenced_var_check_and_insert): Likewise.
4074         (remove_referenced_var): Likewise.
4075         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
4076         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
4077         (verify_call_clobbering): Likewise.
4078         (verify_memory_partitions): Likewise.
4079         (init_tree_ssa): Allocate bitmap instead of hashtable for
4080         referenced_vars.
4081         (delete_tree_ssa): Adjust.
4082         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
4083         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
4084         (compute_tag_properties): Likewise.
4085         (set_initial_properties): Likewise.
4086         (find_partition_for): Likewise.
4087         (update_reference_counts): Likewise.
4088         (dump_may_aliases_for): Likewise.
4089         * tree-ssa-operands.c (add_virtual_operand): Likewise.
4090         (add_call_clobber_ops): Likewise.
4091         (add_call_read_ops): Likewise.
4092         (get_asm_expr_operands): Likewise.
4093         * tree-into-ssa.c (dump_decl_set): Likewise.
4094         (update_ssa): Likewise.
4095         * tree-sra.c (scan_function): Likewise.
4096         (decide_instantiations): Likewise.
4097         (scalarize_parms): Likewise.
4098         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
4099         (dsa_named_for): Likewise.
4100         * tree-ssa-structalias.c (update_alias_info): Likewise.
4101         (merge_smts_into): Likewise.
4103 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
4105         PR fortran/29549
4106         * doc/invoke.texi (-fcx-limited-range): Document new option.
4107         * toplev.c (process_options): Handle -fcx-fortran-rules.
4108         * common.opt: Add documentation for -fcx-fortran-rules.
4110 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
4112         PR c/35162
4113         * doc/invoke.texi (-fcx-limited-range): Correct to be in line with
4114         actual behaviour and C99.
4115         
4116 2008-02-26  Ben Elliston  <bje@au.ibm.com>
4118         * config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
4119         (ASM_CPU_POWER6_SPEC): Likewise.
4120         (ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
4121         Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
4122         (EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
4124 2008-02-25  Richard Guenther  <rguenther@suse.de>
4126         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
4127         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
4128         (lookup_decl_from_uid): Declare.
4129         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
4130         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
4131         (decl_for_uid_map): New global hashtable mapping DECL_UID
4132         to the decl tree.
4133         (init_ttree): Allocate it.
4134         (insert_decl_to_uid_decl_map): New helper function.
4135         (make_node_stat): Insert new decls into the map.
4136         (copy_node_stat): Likewise.
4137         (lookup_decl_from_uid): New function.
4138         (print_decl_for_uid_map_statistics): New helper.
4139         (dump_tree_statistics): Call it.
4141         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
4142         (referenced_var_iterator): Adjust.
4143         (FOR_EACH_REFERENCED_VAR): Adjust.
4144         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
4145         (num_referenced_vars): Adjust.
4146         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
4147         (first_referenced_var): Remove.
4148         (end_referenced_vars_p): Likewise.
4149         (next_referenced_var): Likewise.
4150         (referenced_var_iterator_set): New helper function.
4151         * tree-dfa.c (referenced_var_lookup): Adjust.
4152         (referenced_var_check_and_insert): Likewise.
4153         (remove_referenced_var): Likewise.
4154         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
4155         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
4156         (verify_call_clobbering): Likewise.
4157         (verify_memory_partitions): Likewise.
4158         (init_tree_ssa): Allocate bitmap instead of hashtable for
4159         referenced_vars.
4160         (delete_tree_ssa): Adjust.
4161         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
4162         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
4163         (compute_tag_properties): Likewise.
4164         (set_initial_properties): Likewise.
4165         (find_partition_for): Likewise.
4166         (update_reference_counts): Likewise.
4167         (dump_may_aliases_for): Likewise.
4168         * tree-ssa-operands.c (add_virtual_operand): Likewise.
4169         (add_call_clobber_ops): Likewise.
4170         (add_call_read_ops): Likewise.
4171         (get_asm_expr_operands): Likewise.
4172         * tree-into-ssa.c (dump_decl_set): Likewise.
4173         (update_ssa): Likewise.
4174         * tree-sra.c (scan_function): Likewise.
4175         (decide_instantiations): Likewise.
4176         (scalarize_parms): Likewise.
4177         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
4178         (dsa_named_for): Likewise.
4179         * tree-ssa-structalias.c (update_alias_info): Likewise.
4180         (merge_smts_into): Likewise.
4182 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
4184         PR target/35258
4185         * cse.c (cse_insn): Avoid creation of overlapping MEMs.
4186         * alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
4187         * alias.h (nonoverlapping_memrefs_p): Likewise.
4189 2008-02-25  Jan Beulich  <jbeulich@novell.com>
4191         * Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T).
4192         * config/i386/netware-libgcc.exp: Add __bswap?i2,
4193         __emultls_get_address, __emultls_register_common,
4194         __floatundi?f, and _Unwind_GetIPInfo.
4195         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
4196         Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
4197         (gen_regparm_prefix): Likewise.
4198         (i386_nlm_encode_section_info): Sync with
4199         config/i386/winnt.c:i386_pe_encode_section_info().
4200         (i386_nlm_maybe_mangle_decl_assembler_name): New.
4201         i386_nlm_mangle_decl_assembler_name): New.
4202         (netware_override_options): New.
4203         * config/i386/netware.h (netware_override_options): Declare.
4204         (OVERRIDE_OPTIONS): Re-define to netware_override_options.
4205         (i386_nlm_mangle_decl_assembler_name): Declare.
4206         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
4208 2008-02-25  Ben Elliston  <bje@au.ibm.com>
4210         PR other/32948
4211         * c-decl.c (grokdeclarator): Remove unused local variables
4212         `typedef_type' and `type_as_written'.
4213         * bb-reorder.c
4214         (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
4215         unused local variable `has_hot_blocks'.
4216         (fix_crossing_conditional_branches): Remove unused local variable
4217         `prev_bb'.
4218         
4219 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
4221         PR middle-end/19984
4222         * builtins.def (BUILT_IN_NAN): Define as c99 builtin
4223         using DEF_C99_BUILTIN.
4224         (BUILT_IN_NANF): Ditto.
4225         (BUILT_IN_NANL): Ditto.
4227 2008-02-25  Ayal Zaks  <zaks@il.ibm.com>
4228             Revital Eres  <eres@il.ibm.com>
4230         * modulo-sched.c (calculate_must_precede_follow): Address TODO
4231         regarding the order of two dependent insns in the same row.
4233 2008-02-25  Eric Botcazou  <ebotcazou@adacore.com>
4235         * stor-layout.c (layout_decl): Do not bump the alignment of a
4236         bit-field to more than byte alignment if it is packed.
4238 2008-02-24  David Edelsohn  <edelsohn@gnu.org>
4240         * config/rs6000/rs6000.c (processor_costs): Add cache costs for
4241         e300c2 and e300c3.
4243 2008-02-24  Diego Novillo  <dnovillo@google.com>
4245         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
4247         PR 33738
4248         * tree-vrp.c (vrp_evaluate_conditional): With
4249         -Wtype-limits, emit a warning when comparing against a
4250         constant outside the natural range of OP0's type.
4251         * c.opt (Wtype-limits): Move ...
4252         * common.opt (Wtype-limits): ... here.
4254 2008-02-24  Edmar Wienskoski  <edmar@freescale.com>
4256         * config.gcc (powerpc*-*-*): Add new cores e300c2 and e300c3.
4257         * config/rs6000/e300c2c3.md: New file.
4258         * config/rs6000/rs6000.c (processor_costs): Add new costs for
4259         e300c2 and e300c3.
4260         (rs6000_override_options): Add e300c2 and e300c3 cases to
4261         processor_target_table. Do not allow usage of Altivec or Spe
4262         with e300 cores. Initialize rs6000_cost for e300c2 and e300c3.
4263         (rs6000_issue_rate): Set issue rate for e300c2 and e300c3.
4264         * config/rs6000/rs6000.h (processor_type): Add
4265         PROCESSOR_PPCE300C2 and PROCESSOR_PPCE300C3.
4266         (ASM_CPU_SPEC): Add e300c2 and e300c3.
4267         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce300c2
4268         and ppce300c3. Include e300c2c3.md.
4270 2008-02-23  David Edelsohn  <edelsohn@gnu.org>
4272         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
4273         instead of TARGET_STRICT_ALIGN.
4275 2008-02-23  Joseph Myers  <joseph@codesourcery.com>
4277         * explow.c (memory_address): Assert that the generated address is
4278         valid.
4280 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4282         PR target/25477
4283         * config/darwin-protos.h: Add darwin_patch_builtins prototype.
4284         * config/darwin-ppc-ldouble-patch.def: New file.
4285         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro.
4286         * config/rs6000/rs6000.c (rs6000_init_builtins): Call
4287         SUBTARGET_INIT_BUILTINS if defined.
4288         * config/darwin.c (darwin_patch_builtin, darwin_patch_builtins):
4289         New functions.
4291 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4293         PR rtl-opt/33512
4294         * simplify-rtx.c (simplify_binary_operation_1): Add simplification
4295         of (and X (ior (not X) Y) and (and (ior (not X) Y) X).
4297 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4299         PR pch/35027
4300         * c-pch.c (c_common_valid_pch): Make the "too short to be a PCH
4301         file" warning condtional on -Winvalid-PCH.
4303 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
4305         * expmed.c (extract_bit_field): Always use adjust_address for MEM.
4307 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
4309         PR target/22076
4310         PR target/34256 
4311         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use "!y" to
4312         prevent reload from using MMX registers.
4313         (*mov<mode>_internal): Ditto.
4314         (*movv2sf_internal_rex64): Ditto.
4315         (*movv2sf_internal): Ditto.
4317 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4319         PR documentation/31569
4320         * doc/install.texi2html: Use makeinfo --no-number-sections.
4322 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4324         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
4325         ensure that we can address an entire entity > 8 bytes.  Don't
4326         generate reg+reg addressing for such data.
4328 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4330         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Don't overalign
4331         strings when optimizing for size, unless the target cares about
4332         alignment.
4334 2008-02-22  Tom Tromey  <tromey@redhat.com>
4336         * regclass.c (current_pass): Remove declaration.
4338 2008-02-22  Anatoly Sokolov <aesok@post.ru>
4340         * config/avr/libgcc.S (__RAMPZ__): Define.
4341         (__do_copy_data): Add for devices with 128KB code memory.
4343 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4345         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
4346         Use spe_abi.
4347         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
4349 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
4351         * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
4352         GENNONACR_REGS.
4354 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4356         PR c/19999
4357         * c-typeck.c (build_binary_op): Warn about floating point
4358         comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
4360 2008-02-21  Janis Johnson  <janis187@us.ibm.com>
4362         PR target/34526
4363         * config/rs6000/rs6000.c (rs6000_altivec_abi): Clarify comment.
4364         (rs6000_explicit_options): Split abi into spe_abi and altivec_abi,
4365         add vrsave.
4366         (rs6000_override_options): Set altivec_abi as default, not override,
4367         for 64-bit GNU/Linux; for 32-bit GNU/Linux default to altivec_abi for
4368         TARGET_ALTIVEC; default to TARGET_ALTIVEC_VRSAVE when AltiVec ABI
4369         is used; use new member spe_abi.
4370         (rs6000_handle_option): Set rs6000_explicit_options.vrsave; use
4371         spe_abi and altivec_abi.
4373 2008-02-22  Tomas Bily  <tbily@suse.cz>
4375         * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
4377 2008-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4379         PR bootstrap/35273
4380         * config.build (build_file_translate): Set to `CMD //c' only if
4381         it works.
4382         * Makefile.in (build_file_translate): Improve comment.
4384 2008-02-21  Jan Hubicka  <jh@suse.cz>
4386         * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL,
4387         PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL, PRED_CALL,
4388         PRED_TREE_EARLY_RETURN, PRED_NULL_RETURN): Update.
4390 2008-02-21  Michael Matz  <matz@suse.de>
4392         PR target/35264
4393         * config/i386/i386.c (ix86_expand_branch): Add missing breaks.
4395 2008-02-21  Uros Bizjak  <ubizjak@gmail.com>
4397         * config/i386/i386.md (mov<mode>cc): Macroize expander from movsfcc,
4398         movdfcc and movxfcc using X87MODEF mode iterator and SSE_FLOAT_MODE_P
4399         as insn constraint.
4400         * config/i386/sse.md (<sse>_movup<ssemodesuffixf2c>): Macroize insn
4401         from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
4402         SSE_VEC_FLOAT_MODE_P as insn constraint.
4403         (<sse>_movmskp<ssemodesuffixf2c>): Ditto from similar patterns.
4404         (sse4a_movnt<mode>): Macroize insn from sse4a_movntsf and
4405         sse4a_movntdf using MODEF mode iterator.
4406         (sse4a_vmmovnt<mode>): Macroize insn form sse4a_vmmovntv2df and
4407         sse4a_vmmovntv4sf using SSEMODEF2P mode iterator.
4408         (sse4_1_blendp<ssemodesuffixf2c>): Ditto from similar patterns.
4409         (sse4_1_blendvp<ssemodesuffixf2c>): Ditto.
4410         (sse4_1_dpp<ssemodesuffixf2c>): Ditto.
4411         (sse4_1_roundp<ssemodesuffixf2c>): Ditto.
4412         (sse4_1_rounds<ssemodesuffixf2c>): Ditto.
4414 2008-02-21  Richard Guenther  <rguenther@suse.de>
4416         * tree.def (PAREN_EXPR): New tree code.
4417         * fold-const.c (fold_unary): Remove PAREN_EXPR around constants
4418         and PAREN_EXPR.
4419         * tree-pretty-print.c (dump_generic_node): Handle PAREN_EXPR.
4420         * expr.c (expand_expr_real_1): Likewise.
4421         * tree-inline.c (estimate_num_insns_1): Likewise.
4422         * tree-complex.c (expand_complex_move): Likewise.
4423         * tree-vectorizer.c (vect_is_simple_use): Treat PAREN_EXPR (x)
4424         as plain x.
4426 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
4428         PR target/35225
4429         * config/sh/sh.c (find_barrier): Don't go past 'from' argument.
4431 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
4433         PR target/35190
4434         * config/sh/sh.md (jump_compact): Disable for crossing jumps.
4436         * config/sh/sh.c (find_barrier): Don't go past
4437         NOTE_INSN_SWITCH_TEXT_SECTIONS note.
4439 2008-02-20  DJ Delorie  <dj@redhat.com>
4441         * config/h8300/h8300.md (insv): Force source operand to be a register.
4443         * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn
4444         as a jump, not as a plain insn.
4445         
4446 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
4448         * doc/invoke.texi (Warning Options): Add new option
4449         -Wframe-larger-than=.
4450         (-Wframe-larger-than): Document.
4452         * flags.h (warn_frame_larger_than, frame_larger_than_size):
4453         Add declarations for new option variables.
4455         * final.c (final_start_function): Check the frame size
4456         before emission and issue a Wframe-larger-than warning.
4458         * opts.c (warn_frame_larger_than, frame_larger_than_size):
4459         Add definitions for new option variables.
4460         (common_handle_option): Handle new option OPT_Wframe_larger_than_.
4462         * common.opt (Wframe-larger-than=): New option.
4464 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
4466         * config/i386/sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.
4467         (<sse>_div<mode>3): Ditto.
4468         (<sse>_vmdiv<mode>3): Ditto.
4469         (<sse>_vmsqrt<mode>2): Ditto.
4470         (*smax<mode>3): Ditto.
4471         (sse5_frcz<mode>2): Ditto.
4472         (sse5_vmfrcz<mode>2): Ditto.  Use TARGET_SSE5 instead of TARGET_ROUND
4473         as insn constraint.
4475 2008-02-20  Richard Guenther  <rguenther@suse.de>
4477         PR middle-end/35265
4478         * builtins.c (validate_arg): If we want an INTEGER_TYPE,
4479         be happy with INTEGRAL_TYPE_P.
4481 2008-02-20  Richard Guenther  <rguenther@suse.de>
4483         * fold-const.c (split_tree): Associate floatig-point expressions
4484         if flag_associative_math is set.
4486 2008-02-20  Richard Guenther  <rguenther@suse.de>
4488         * tree.h (fold_real_zero_addition_p): Declare.
4489         * fold-const.c (fold_real_zero_addition_p): Export.
4490         * tree-ssa-reassoc.c (eliminate_using_constants): Also handle
4491         floating-point operations with zero and one.
4493 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4495         * doc/install.texi: Correct references to CFLAGS, replacing them
4496         with BOOT_CFLAGS.  Document flags used during bootstrap for
4497         target libraries.
4498                                 
4499 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
4501         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): New define.
4502         * config/i386/i386.md (*sse_setcc<mode>): Macroize from *sse_setccsf
4503         and *sse_setccdf using MODEF mode iterator and SSE_FLOAT_MODE_P as
4504         insn constraint.
4505         (smin<mode>3): Ditto from similar patterns.
4506         (smax<mode>3): Ditto.
4507         (*ieee_smin<mode>3): Ditto.
4508         (*ieee_smax<mode>3): Ditto.
4509         * config/i386/sse.md (sse): New mode attribute.
4510         (mov<mode>): Macroize expander from movv4sf and movv2df using
4511         SSEMODEF2P mode iterator.
4512         (<sse>_movnt<mode>): Ditto from similar patterns. Use
4513         SSE_VEC_FLOAT_MODE_P as insn constraint.
4514         (storent<mode>): Ditto.
4515         (storent<mode>): Macroize expander from storentsf and storentdf using
4516         MODEF mode iterator.
4517         (neg<mode>2): Macroize from negv4sf2 and negv2df2 using SSEMODEF2P
4518         mode iterator and SSE_VEC_FLOAT_MODE_P as insn constraint.
4519         (abs<mode>2): Ditto from similar patterns.
4520         (add<mode>3, *add<mode>3, <sse>_vmadd<mode>3): Ditto.
4521         (sub<mode>3, *sub<mode>3, <sse>_vmsub<mode>3): Ditto.
4522         (<sse>_div<mode>3, <sse>_vmdiv<mode>3): Ditto.
4523         (<sse>_vmsqrt<mode>2): Ditto.
4524         (smin<mode>3, *smin<mode>3_finite, *smin<mode>3)
4525         (<sse>_vmsmin<mode>3, *ieee_smin<mode>3): Ditto.
4526         (smax<mode>3, *smax<mode>3_finite, *smax<mode>3)
4527         (<sse>_vmsmax<mode>3, *ieee_smax<mode>3): Ditto.
4528         (<sse>_maskcmp<mode>3): Macroize from sse_maskcmpv4sf3,
4529         sse_maskcmpsf3, sse2_maskcmpv2df3 and sse2_maskcmpdf3 using SSEMODEF4
4530         mode iterator. Use SSE_FLOAT_MODE_P with SSE_VEC_FLOAT_MODE_P as
4531         insn constraint.
4532         (<sse>_comi): Macroize from sse_comi and sse2_comi using MODEF mode
4533         iterator and SSE_FLOAT_MODE_P as insn constraint.
4534         (<sse>_ucomi): Ditto from similar patterns.
4535         (<sse>_vmmaskcmp<mode>3): Macroize from sse_vmmaskcmpv4sf3 and
4536         sse2_vmmaskcmpv2df3 using SSEMODEF2P mode iterator and
4537         SSE_VEC_FLOAT_MODE_P as insn constraint.
4538         (vcond<mode>): Ditto from similar patterns.
4539         (and<mode>3, *and<mode>3): Ditto.
4540         (<sse>_nand<mode>3): Ditto.
4541         (ior<mode>3, *ior<mode>3): Ditto.
4542         (xor<mode>3, *xor<mode>3): Ditto.
4543         (*and<mode>3): Macroize from *andsf3 and *anddf3 using MODEF mode
4544         iterator and SSE_FLOAT_MODE_P as insn constraint.
4545         (*nand<mode>3): Ditto from similar patterns.
4546         (*ior<mode>3): Ditto.
4547         (*xor<mode>3): Ditto.
4549 2008-02-20  Ira Rosen  <irar@il.ibm.com>
4551         * config/spu/spu.md (vec_unpacku_hi_v8hi, vec_unpacku_lo_v8hi,
4552         vec_unpacks_hi_v8hi, vec_unpacks_lo_v8hi, vec_unpacku_hi_v16qi,
4553         vec_unpacku_lo_v16qi, vec_unpacks_lo_v16qi): Implement.
4555 2008-02-19  Jan Hubicka  <jh@suse.cz>
4557         * predict.c (tree_bb_level_predictions): Remove variable next
4558         mistakely introduced by previous commit.
4560 2008-02-19  Jan Hubicka  <jh@suse.cz>
4562         * predict.c (predict_paths_leading_to): Rewrite.
4563         (predict_paths_for_bb): New.
4564         (tree_bb_level_predictions): Update call of predict_paths_leading_to.
4566 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4568         PR bootstrap/35218
4569         * Makefile.in (build_file_translate): New.
4570         (gcc-vers.texi): Use it for translating $(abs_srcdir).
4571         * config.build (build_file_translate): Set to `CMD //c' on MinGW.
4572         * configure.ac (build_file_translate): Substitute it.
4573         * configure: Regenerate.
4575 2008-02-19  Jan Hubicka  <jh@suse.cz>
4577         PR rtl-optimization/34408
4578         * see.c (see_def_extension_not_merged): Copy subreg so we don't have
4579         invalid sharing.
4581 2008-02-19  Jan Hubicka  <jh@suse.cz>
4583         PR middle-end/28779
4584         * tree-inline.c (estimate_num_insns_1): Fix counting of cost of
4585         call_expr.
4587 2008-02-19  H.J. Lu  <hongjiu.lu@intel.com>
4589         PR Ada/35186
4590         * config/i386/i386-modes.def: Revert the last DI alignment
4591         change until Ada people can look into it.
4593 2008-02-19  Nick Clifton  <nickc@redhat.com>
4595         * opts.c (print_specific_help): Fix typo in --help text.
4597 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
4599         PR target/35239
4600         * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special
4601         32-bit inline asm without asm alternatives for host GCC < 3.0.
4603 2008-02-19  Richard Guenther  <rguenther@suse.de>
4605         PR tree-optimization/34989
4606         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Re-structure.
4607         Allow propagation to INDIRECT_REF if we can simplify only.
4609 2008-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4611         * c-common.c (warn_for_collisions_1): Use appropriate option when
4612         warning.
4614 2008-02-19  Nick Clifton  <nickc@redhat.com>
4616         PR other/31349
4617         * opts.c (undocumented_msg): Leave blank unless checking is enabled.
4618         (handle_options): Fix indentation.
4619         (print_filtered_help): If no language-specific options were
4620         displayed tell the user how to list all the options supported by
4621         the language's front-end.
4622         (print_specific_help): Fix indentation and remove duplicate line.
4623         (common_handle_option): Handle the -v option.
4624         For --help enable the display of undocumented options if the -v
4625         switch has been included on the command line.
4626         For --help= check for overlaps in the arguments between the option
4627         classes and the language names and issue a warning when they
4628         cannot be disambiguated.
4629         * c.opt (v): Pass on to the common option handler.
4631 2008-02-19  Revital Eres  <eres@il.ibm.com> 
4633         * modulo-sched.c (sms_schedule): Change dump message when
4634         create_ddg function fails.
4635         (try_scheduling_node_in_cycle): Rename row to cycle.
4636         (print_partial_schedule): Rename CYCLE to ROW.
4638 2008-02-19  Christian Bruel  <christian.bruel@st.com>
4639             Zdenek Dvorak  <ook@ucw.cz>
4641         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check step alignment.
4643 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
4645         PR target/33555
4646         * config/i386/i386.md (*x86_movsicc_0_m1_se): New insn pattern.
4647         (*x86_movdicc_0_m1_se): Ditto.
4649 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
4651         * config/i386/sfp-machine.h (__gcc_CMPtype): New typedef.
4652         (CMPtype): Define as __gcc_CMPtype.
4653         * config/rs6000/sfp-machine.h (__gcc_CMPtype): New typedef.
4654         (CMPtype): Define as __gcc_CMPtype.
4656 2008-02-19  Hans-Peter Nilsson  <hp@axis.com>
4658         Support valgrind 3.3 for --enable-checking=valgrind.
4659         * system.h: Consolidate ENABLE_VALGRIND_CHECKING-dependent defines
4660         here.
4661         [!VALGRIND_MAKE_MEM_NOACCESS]: Define as VALGRIND_MAKE_NOACCESS.
4662         [!VALGRIND_MAKE_MEM_DEFINED]: Define as VALGRIND_MAKE_READABLE.
4663         [!VALGRIND_MAKE_MEM_UNDEFINED]: Define as VALGRIND_MAKE_WRITABLE.
4664         * ggc-common.c: Remove ENABLE_VALGRIND_CHECKING-dependent defines.
4665         Replace use of VALGRIND_MAKE_READABLE, VALGRIND_MAKE_WRITABLE, and
4666         VALGRIND_MAKE_NOACCESS with VALGRIND_MAKE_MEM_DEFINED,
4667         VALGRIND_MAKE_MEM_UNDEFINED, and VALGRIND_MAKE_MEM_NOACCESS
4668         respectively.
4669         * ggc-zone.c: Similar.
4670         * ggc-page.c: Similar.
4672 2008-02-19  Paul Brook  <paul@codesourcery.com>
4674         PR target/35071
4675         * config/arm/ieee754-df.S: Fix do_it typo.
4676         * config/arm/ieee754-sf.S: Fix do_it typo.
4678 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
4680         PR target/35189
4681         * config/i386/i386.c (OPTION_MASK_ISA_MMX_SET): New.
4682         (OPTION_MASK_ISA_3DNOW_SET): Likewise.
4683         (OPTION_MASK_ISA_SSE_SET): Likewise.
4684         (OPTION_MASK_ISA_SSE2_SET): Likewise.
4685         (OPTION_MASK_ISA_SSE3_SET): Likewise.
4686         (OPTION_MASK_ISA_SSSE3_SET): Likewise.
4687         (OPTION_MASK_ISA_SSE4_1_SET): Likewise.
4688         (OPTION_MASK_ISA_SSE4_2_SET): Likewise.
4689         (OPTION_MASK_ISA_SSE4_SET): Likewise.
4690         (OPTION_MASK_ISA_SSE4A_SET): Likewise.
4691         (OPTION_MASK_ISA_SSE5_SET): Likewise.
4692         (OPTION_MASK_ISA_3DNOW_A_UNSET): Likewise.
4693         (OPTION_MASK_ISA_MMX_UNSET): Updated.
4694         (OPTION_MASK_ISA_3DNOW_UNSET): Updated.
4695         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
4696         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
4697         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
4698         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
4699         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
4700         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
4701         (OPTION_MASK_ISA_SSE5_UNSET): Likewise.
4702         (OPTION_MASK_ISA_SSE4): Removed.
4703         (ix86_handle_option): Turn on bits in ix86_isa_flags and
4704         ix86_isa_flags_explicit with OPTION_MASK_ISA_XXX_SET for -mXXX.
4705         (override_options): Don't turn on implied SSE/MMX bits in
4706         ix86_isa_flags.
4708 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
4710         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
4711         32bit host.
4713 2008-02-18  Joey Ye  <joey.ye@intel.com>
4715         PR middle-end/34921
4716         * tree-nested.c (insert_field_into_struct): Set type alignment
4717         to field alignment if the former is less than the latter.
4719 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
4721         * BASE-VER: Set to 4.4.0.
4723 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4725         * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
4726         * doc/cfg.texi: Likewise.
4727         * doc/extend.texi: Likewise.
4728         * doc/gty.texi: Likewise.
4729         * doc/invoke.texi: Likewise.
4730         * doc/loop.texi: Likewise.
4731         * doc/md.texi: Likewise.
4732         * doc/passes.texi: Likewise.
4733         * doc/rtl.texi: Likewise.
4734         * doc/sourcebuild.texi: Likewise.
4735         * doc/tm.texi: Likewise.
4736         * doc/tree-ssa.texi: Likewise.
4738 2008-02-17  Richard Guenther  <rguenther@suse.de>
4740         PR middle-end/35227
4741         * tree-complex.c (init_parameter_lattice_values): Handle parameters
4742         without default definition.
4744 2008-02-17  Richard Guenther  <rguenther@suse.de>
4746         PR tree-optimization/35231
4747         * tree-vrp.c (register_edge_assert_for): Do not assume A == 0
4748         if A | B != 1.
4750 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
4752         Revert:
4753         2008-02-15  Uros Bizjak  <ubizjak@gmail.com>    
4754         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
4755         libgcc_cmp_return mode.
4757 2008-02-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4759         PR c/28368
4760         * doc/invoke.texi (-std): Clarify description of -std= and -ansi.
4762 2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>
4764         * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
4765         multilibs.
4767 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4769         * doc/c-tree.texi: Use `@.' where appropriate.
4770         * doc/extend.texi: Likewise.
4771         * doc/install.texi: Likewise.
4772         * doc/invoke.texi: Likewise.
4773         * doc/loop.texi: Likewise.
4774         * doc/makefile.texi: Likewise.
4775         * doc/md.texi: Likewise.
4776         * doc/passes.texi: Likewise.
4777         * doc/standards.texi: Likewise.
4778         * doc/tm.texi: Likewise.
4780 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
4782         PR middle-end/35196
4783         * omp-low.c (expand_omp_for_generic): Don't initialize fd->v
4784         in entry_bb.
4785         (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
4786         rather than in entry_bb.
4788 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4790         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
4791         libgcc_cmp_return mode.
4793 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
4795         PR middle-end/35130
4796         * tree-nested.c (convert_call_expr): Put FRAME.* vars into
4797         OMP_CLAUSE_SHARED rather than OMP_CLAUSE_FIRSTPRIVATE clause.
4799 2008-02-15  Richard Guenther  <rguenther@suse.de>
4800             Zdenek Dvorak  <ook@ucw.cz>
4802         PR tree-optimization/35164
4803         * tree-flow.h (stmt_references_abnormal_ssa_name): Declare.
4804         * tree-dfa.c (stmt_references_abnormal_ssa_name): New function.
4805         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
4806         Only propagate addresses which do not have abnormal SSA_NAMEs
4807         in their operands.
4809 2008-02-15  Joseph Myers  <joseph@codesourcery.com>
4811         PR target/35088
4812         * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
4814 2008-02-15  Jan Hubicka  <jh@suse.cz>
4816         PR middle-end/35149
4817         * ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
4819 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4821         PR middle-end/34621
4822         * function.c (pad_to_arg_alignment): Remove test for STACK_BOUNDARY
4823         when calculating alignment_pad.
4825 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4827         * config/i386/i386.h (CLEAR_RATIO): Use MIN macro.
4828         (WIDEST_HARDWARE_FP_SIZE): Use LONG_DOUBLE_TYPE_SIZE define.
4829         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Use MAX macro
4830         and STACK_BOUNDARY define.
4832 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
4834         PR preprocessor/35061
4835         * c-pragma.c (handle_pragma_pop_macro): Check that
4836         pushed_macro_table has been allocated.
4838 2008-02-14  Eric Botcazou  <ebotcazou@adacore.com>
4840         PR middle-end/35136
4841         * gimplify.c (force_gimple_operand_bsi): Revert 2008-02-12 change.
4842         (force_gimple_operand): Likewise.
4843         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Add new cases
4844         for TARGET_MEM_REF and CONVERT_EXPR/NON_LVALUE_EXPR/NOP_EXPR.
4845         Also recurse on the operand for regular VIEW_CONVERT_EXPRs.
4846         (find_interesting_uses_address): Check addressability and alignment
4847         of the base expression only after substituting bases of IVs into it.
4849 2008-02-14  Michael Matz  <matz@suse.de>
4851         PR target/34930
4852         * function.c (instantiate_virtual_regs_in_insn): Reload address
4853         before falling back to reloading the whole operand.
4855 2008-02-14  Andreas Krebbel  <krebbel1@de.ibm.com>
4857         * config/s390/s390.c (s390_mainpool_start): Emit the pool
4858         before the first section switch note.
4860 2008-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4862         * doc/bugreport.texi: Update copyright years.
4863         * doc/c-tree.texi: Likewise.
4864         * doc/cfg.texi: Likewise.
4865         * doc/cpp.texi: Likewise.
4866         * doc/cppinternals.texi: Likewise.
4867         * doc/fragments.texi: Likewise.
4868         * doc/frontends.texi: Likewise.
4869         * doc/gcc.texi: Likewise.
4870         * doc/gty.texi: Likewise.
4871         * doc/hostconfig.texi: Likewise.
4872         * doc/implement-c.texi: Likewise.
4873         * doc/libgcc.texi: Likewise.
4874         * doc/loop.texi: Likewise.
4875         * doc/makefile.texi: Likewise.
4876         * doc/options.texi: Likewise.
4877         * doc/passes.texi: Likewise.
4878         * doc/rtl.texi: Likewise.
4879         * doc/sourcebuild.texi: Likewise.
4880         * doc/standards.texi: Likewise.
4881         * doc/tree-ssa.texi: Likewise.
4882         * doc/trouble.texi: Likewise.
4884         * doc/extend.texi: Use @: or add comma where appropriate.
4885         * doc/invoke.texi: Likewise.
4886         * doc/tm.texi: Likewise.
4888 2008-02-14  Alan Modra  <amodra@bigpond.net.au>
4890         PR target/34393
4891         * config/rs6000/rs6000.md (restore_stack_block): Force operands[1]
4892         to a reg.
4894 2008-02-14  Jesper Nilsson  <jesper.nilsson@axis.com>
4896         * doc/md.texi (clz, ctz): Add reference.
4897         * doc/rtl.texi (clz, ctz): Likewise.
4899 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4901         PR other/35148
4902         * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
4903         srcdir.
4905 2008-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>
4907         * config/s390/s390.c (struct constant_pool): New field
4908         emit_pool_after added.
4909         (s390_mainpool_start): Set the emit_pool_after flag according
4910         to the section switch notes.
4911         (s390_mainpool_finish): Consider emit_pool_after when emitting
4912         the literal pool at the end of the function.
4913         (s390_chunkify_start): Force literal pool splits at section
4914         switch notes.
4916 2008-02-13  Michael Matz  <matz@suse.de>
4918         PR debug/35065
4919         * var-tracking.c (clobber_variable_part): Correctly traverse the
4920         list.
4922 2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4924         PR 29673
4925         * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
4926         Add -fdump-ipa-inline.
4927         * tree-dump.c (dump_files): Remove tree-inlined dump.
4928         * tree-pass.h (tree_dump_index): Remove TDI_inlined.
4929         
4930 2008-02-12  Richard Guenther  <rguenther@suse.de>
4932         PR tree-optimization/35171
4933         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Deal with
4934         default defs.
4936 2008-02-12  Richard Guenther  <rguenther@suse.de>
4938         PR middle-end/35163
4939         * fold-const.c (fold_widened_comparison): Use get_unwidened in
4940         value-preserving mode.  Disallow final truncation.
4942 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
4944         PR middle-end/35136
4945         * gimplify.c (force_gimple_operand_bsi): Move SSA renaming
4946         code from here to...
4947         (force_gimple_operand): ...here.
4949 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
4951         PR c++/35144
4952         * tree-sra.c (sra_build_assignment): fold_convert SRC if copying
4953         non-compatible pointers.
4954         (generate_element_copy): If SRC and DST are RECORD_TYPEs with
4955         different FIELD_DECLs, try harder by comparing field offsets, sizes
4956         and types.
4958         PR inline-asm/35160
4959         * function.c (match_asm_constraints_1): Don't replace the same input
4960         multiple times.
4962 2008-02-12  Anatoly Sokolov <aesok@post.ru>
4964         * config/avr/avr.h (AVR_HAVE_RAMPZ): Define.
4965         * config/avr/avr.c (expand_prologue): Save RAMPZ register.
4966         (expand_epilogue): Restore RAMPZ register.
4967         * config/avr/avr.md (RAMPZ_ADDR): New constant.
4969 2008-02-11  Kai Tietz  <kai.tietz@onevision.com>
4971         * config/i386/cygwin.asm: (__alloca): Correct calling
4972         convention and alignment.
4973         (__chkstk): Force 8 byte stack alignment.
4975 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
4976             Richard Guenther  <rguenther@suse.de>
4978         PR tree-optimization/33992
4979         * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
4980         the zero we compare against.
4982 2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
4984         PR libfortran/35063
4985         * gthr-win32.h (__gthread_mutex_destroy_function): New function
4986         to CloseHandle after unlocking to prevent accumulation of handle
4987         count.
4989 2008-02-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4991         PR middle_end/34150
4992         * pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a
4993         pic_label_operand source.  Similarly, add a REG_LABEL_OPERAND note
4994         and update LABEL_NUSES during and after reload.
4996 2008-02-08  Steven Bosscher  <stevenb.gcc@gmail.com>
4998         PR middle-end/34627
4999         * combine.c (simplify_if_then_else): Make sure the comparison is
5000         against const0_rtx when simplifying to (abs x) or (neg (abs X)).
5002 2008-02-08  Richard Sandiford  <rsandifo@nildram.co.uk>
5004         PR bootstrap/35051
5005         * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
5006         (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
5007         * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
5008         (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
5009         * tree.h (get_type_static_bounds): Likewise.
5011 2008-02-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5013         * doc/invoke.texi (Option Summary, C++ Dialect Options)
5014         (Objective-C and Objective-C++ Dialect Options, Warning Options):
5015         Make -Wfoo language annotations match what the compiler outputs.
5017 2008-02-08  Sa Liu  <saliu@de.ibm.com>
5019         * config/spu/spu-builtins.def: Fixed wrong parameter type in spu 
5020         intrinsics spu_convts, spu_convtu, spu_convtf.
5021         * testsuite/gcc.target/spu/intrinsics-3.c: New. Test error messages.
5023 2008-02-08  Hans-Peter Nilsson  <hp@axis.com>
5025         * doc/extend.texi (Function Attributes) <noinline>: Mention
5026         asm ("") as method to keep calls.
5028 2008-02-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5030         PR other/32754
5031         * doc/options.texi (Options): Replace references to opts.sh with
5032         optc-gen.awk.
5033         * opts-common.c: Likewise.
5034         * optc-gen.awk: Likewise.
5035         
5036 2008-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
5038         * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit.
5040 2008-02-07  Richard Henderson  <rth@redhat.com>
5042         PR rtl-opt/33410
5043         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an
5044         EXPR_LIST for the REG_EQUAL instead of a comparison with a 
5045         funny mode.
5047 2008-02-07  Uros Bizjak  <ubizjak@gmail.com>
5049         PR tree-optimization/35085
5050         * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update
5051         for operand entry oe2 in addition to operand entry oe3 in order to
5052         expose more opportunities for vectorizer sum reduction.
5054 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5056         PR other/35107
5057         * Makefile.in (LIBS): Remove $(GMPLIBS).
5058         (cc1-dummy, cc1): Add $(GMPLIBS).
5060 2008-02-06  Jan Hubicka  <jh@suse.cz>
5062         PR target/23322
5063         * i386.md (moddf_integer): Do not produce partial memory stalls for
5064         targets where it hurts.
5066 2008-02-06  Uros Bizjak  <ubizjak@gmail.com>
5068         PR target/35083
5069         * optabs.c (expand_float): Do not check for decimal modes when
5070         expanding unsigned integer through signed conversion.
5072 2008-02-06  Nick Clifton  <nickc@redhat.com>
5074         * config/stormy16/stormy16.md (eqbranchsi): Replace a match_dup
5075         inside the clobber with a match_operand and duplicated operand
5076         number in the constraint.
5077         (ineqbranchsi): Delete redundant comment.
5079 2008-02-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
5081         * config/arm/rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add 
5082         builtin_define ("__USE_INIT_FINI__").
5083         * config/h8300/t-rtems (MULTILIB_OPTION,MULTILIB_DIRNAMES): Add
5084         -msx multilibs.
5085         * gthr-rtems.h: Remove __GTHREAD_MUTEX_INIT.
5087 2008-02-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5089         PR documentation/30330
5090         * doc/invoke.texi (C++ Dialect Options)
5091         (Objective-C and Objective-C++ Dialect Options, Warning Options):
5092         For each warning option -Wfoo that allows -Wno-foo, ensure both
5093         -Wfoo and -Wno-foo are listed in the option index.  Fix index
5094         entry of -Wswitch-default, index -Wnormalized= including the
5095         `=', and -Wlarger-than-@var{len} including @var{len}.
5097 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
5099         * config/i386/i386.md (floatunssisf2): Use
5100         ix86_expand_convert_uns_sisf_sse also for TARGET_SSE.
5101         (floatunssi<mode>2): Rename from floatunssisf2 and floatunssidf2.
5102         Macroize expander using MODEF mode iterator.
5104 2008-02-05  Diego Novillo  <dnovillo@google.com>
5106         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
5108         PR 33738
5109         * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738.
5111 2008-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5113         PR other/35070
5114         * toplev.c (print_version): Honor `indent' for GMP/MPFR warnings.
5116 2008-02-05  H.J. Lu  <hongjiu.lu@intel.com>
5118         PR target/35084
5119         * config/i386/i386.c (ix86_function_sseregparm): Add an arg
5120         to indicate if a message should be generated.
5121         (init_cumulative_args): Updated.
5122         (function_value_32): Likewise.
5124 2008-02-05  Joseph Myers  <joseph@codesourcery.com>
5126         * doc/include/texinfo.tex: Update to version 2008-02-04.16.
5128 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
5130         PR target/35083
5131         * config/i386/i386.md (floatunsisf2): Enable for TARGET_SSE_MATH only.
5132         Call ix86_expand_convert_uns_sisf_sse for TARGET_SSE2.
5134 2008-02-04  Diego Novillo  <dnovillo@google.com>
5136         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
5138         PR 33738
5139         * tree-vrp.c (vrp_evaluate_conditional): With
5140         -Wtype-limits, emit a warning when comparing against a
5141         constant outside the natural range of OP0's type.
5143 2008-02-04  Richard Guenther  <rguenther@suse.de>
5145         PR middle-end/33631
5146         * expr.c (count_type_elements): Give for unions instead of
5147         guessing.
5149 2008-02-04  Richard Guenther  <rguenther@suse.de>
5151         PR middle-end/35043
5152         * gimplify.c (gimplify_init_ctor_eval): Convert array indices
5153         to TYPE_DOMAINs base type instead of using bitsizetype here.
5155 2008-02-03  Jason Merrill  <jason@redhat.com>
5157         * print-tree.c (print_node) [CONSTRUCTOR]: Print elements.
5159 2008-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5161         PR other/29972
5162         * doc/invoke.texi (C++ Dialect Options, Optimize Options)
5163         (HPPA Options, i386 and x86-64 Options, IA-64 Options)
5164         (RS/6000 and PowerPC Options): Fix typos and markup.
5165         * doc/passes.texi (Tree-SSA passes): Likewise.
5167 2008-02-02  Michael Matz  <matz@suse.de>
5169         PR target/35045
5170         * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
5171         from record_last_reg_set_info.
5172         (record_last_reg_set_info): Take an RTX argument, iterate over all
5173         constituent hardregs.
5174         (record_last_set_info, record_opr_changes): Change calls to
5175         new signature or to record_last_reg_set_info_regno.
5177 2008-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
5179         * doc/extend.texi (X86 Built-in Functions): Fix grammar.
5181 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
5183         PR rtl-optimization/34773
5184         * reg-notes.def (EQUAL): Mention significance of combination of
5185         REG_EQUAL and REG_RETVAL.
5186         * fwprop.c (try_fwprop_subst): Don't add REG_EQUAL to an
5187         insn that has a REG_RETVAL.
5189 2008-02-01  Roger Sayle  <roger@eyesopen.com>
5191         PR bootstrap/33781
5192         * configure.ac (--enable-fixed-point): Disable unless explicitly
5193         requested on IRIX.
5194         * configure: Regenerate.
5196 2008-02-01  Richard Guenther  <rguenther@suse.de>
5198         PR other/35042
5199         * invoke.texi (-finline-limit): Remove no longer true parts
5200         of the documentation.  Note that there is no default value.
5202 2008-02-01  Andrew Pinski  <pinskia@gmail.com>
5203             Mark Mitchell  <mark@codesourcery.com>
5204             Ben Elliston  <bje@au.ibm.com>
5206         PR c/29326
5207         * doc/extend.texi (Other Builtins): Document.
5209 2008-01-31  Tom Browder <tom.browder@gmail.com>
5211         * doc/c-tree.texi (Types): Fix grammar.
5212         (Expression trees): Ditto.
5213         * doc/passes.texi (Tree-SSA passes): Ditto.
5214         
5215         * doc/configterms.texi (Configure Terms): Fix typo.
5216         * doc/cpp.texi (Common Predefined Macros): Ditto.
5217         * doc/md.texi (Machine Constraints): Ditto.
5218         
5219         * doc/makefile.texi (Makefile): Add comma.
5221 2008-01-31  Tom Browder  <tom.browder@gmail.com>
5222             Gerald Pfeifer  <gerald@pfeifer.com>
5223         
5224         * doc/sourcebuild.texi (Front End): Remove references to CVS
5225         and CVSROOT/modules.
5226         (Texinfo Manuals): Replace reference to CVS by one to SVN.
5227         (Back End): Remove reference to CVS.
5229 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
5231         PR target/34900
5232         * config/mips/mips.c (gen_load_const_gp): New function, taking a
5233         comment from...
5234         (mips16_gp_pseudo_reg): ...here.
5235         * config/mips/mips.md (load_const_gp): Replace with...
5236         (load_const_gp_<mode>): ...this :P-based insn.
5238 2008-01-31  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5240         * doc/invoke.texi (-ansi): Mention explicitly corresponding -std=
5241         options. Minor fixes.
5242         (-std): Move reference to standards closer to where language
5243         standards are first mentioned.
5244         
5245 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
5247         PR rtl-optimization/34995
5248         * reload.c (alternative_allows_const_pool_ref): Take an rtx
5249         parameter and return a bool.  If the rtx parameter is nonnull,
5250         check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
5251         (find_reloads): Update call accordingly.  Pass the new operand
5252         if it needed no address reloads, otherwise pass null.
5254 2008-01-30  Richard Henderson  <rth@redhat.com>
5256         PR c/34993
5257         * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
5258         for unbounded arrays.
5260 2008-01-30  Silvius Rus  <rus@google.com>
5262         * config/i386/xmmintrin.h (_mm_prefetch): Add const to first arg.
5264 2008-01-30  Jan Hubicka  <jh@suse.cz>
5266         PR target/34982
5267         * i386.c (init_cumulative_args): Use real function declaration when
5268         calling locally.
5270 2008-01-30  Richard Sandiford  <rsandifo@nildram.co.uk>
5272         PR rtl-optimization/34998
5273         * global.c (build_insn_chain): Treat non-subreg_lowpart
5274         SUBREGs of pseudos as clobbering all the words covered by the
5275         SUBREG, not just all the bytes.
5276         * ra-conflict.c (clear_reg_in_live): Likewise.  Take the
5277         original df_ref rather than an extract parameter.
5278         (global_conflicts): Update call accordingly.
5280 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
5282         * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
5283         the overflow check to make it easier to read.
5284         (__fixtfdi): Change the type of the ll member in union
5285         long_double to UDItype_x.
5287 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
5289         PR middle-end/34969
5290         * cgraph.h (cgraph_update_edges_for_call_stmt): New prototype.
5291         * cgraph.c (cgraph_update_edges_for_call_stmt): New function.
5292         * tree-inline.c (fold_marked_statements): Call
5293         cgraph_update_edges_for_call_stmt if folding a call statement.
5294         * cgraphunit.c (verify_cgraph_node): Set cfun to this_cfun for
5295         debug_generic_stmt calls, reset it back afterwards.
5297         PR c/35017
5298         * c-decl.c (start_decl): Don't pedwarn about TREE_READONLY
5299         static decls.
5300         * c-typeck.c (build_external_ref): Don't pedwarn about
5301         static vars in current function's scope.
5303 2008-01-29  Joseph Myers  <joseph@codesourcery.com>
5305         * config.gcc (i[34567]86-*-nto-qnx*): Remove deprecation.
5307 2008-01-29  Bernhard Fischer  <aldot@gcc.gnu.org>
5309         PR c/35002
5310         * ipa-struct-reorg.c: Fix spelling.
5311         * params.def: Ditto.
5313 2008-01-29  Richard Guenther  <rguenther@suse.de>
5315         PR middle-end/35006
5316         * tree-inline.h (struct copy_body_data): Add remapping_type_depth
5317         field.
5318         * tree-inline.c (remap_type): Increment remapping_type_depth
5319         around remapping types.
5320         (copy_body_r): Only add referenced variables if they are referenced
5321         from code, not types.
5323 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
5325         PR c++/34055
5326         PR c++/34103
5327         PR c++/34219
5328         PR c++/34606
5329         PR c++/34753
5330         PR c++/34754
5331         PR c++/34755
5332         PR c++/34919
5333         PR c++/34961
5334         * c-pretty-print.c (pp_c_type_qualifier_list): Don't try to print
5335         qualifiers for an ERROR_MARK_NODE or a NULL_TREE.
5337 2008-01-28  Andy Hutchinson   <hutchinsonandy@netscape.net>
5339         PR target/34412
5340         * config/avr/avr.c (expand_prologue): Use correct QI mode frame 
5341         pointer for tiny stack.
5343 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
5345         * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
5347 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
5349         * config/vx-common.h: Fix typo in comment.
5351 2008-01-28  Ian Lance Taylor  <iant@google.com>
5353         PR c++/34862
5354         PR c++/33407
5355         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
5356         coalesce pointers if they have different DECL_NO_TBAA_P values.
5357         * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
5358         between variables with different DECL_NO_TBAA_P values.
5360 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
5362         PR 31535
5363         * config/rs6000/rs6000.c (small_data_operand): Vectors and floats
5364         are not legitimate small data references on SPE targets.
5366 2008-01-28  David Daney  <ddaney@avtrex.com>
5368         * doc/install.texi (mips-*-*): Recommend binutils 2.18.
5370 2008-01-28  David Daney  <ddaney@avtrex.com>
5372         * doc/install.texi (--disable-libgcj-bc):  Reword documentation.
5374 2008-01-27  Joseph Myers  <joseph@codesourcery.com>
5376         * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
5377         m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
5378         *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
5379         *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
5380         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
5381         i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
5382         i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
5383         vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
5385 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5387         * basic-block.h (condjump_equiv_p): Fix comment.
5389 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5391         * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
5392         print_generic_stmt_indented): Fix comment.
5394 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5396         * configure.ac (__stack_chk_fail): Add detecion for availability
5397         of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
5398         * configure: Regenerate.
5400 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
5402         PR middle-end/34688
5403         * final.c (output_addr_const): Handle TRUNCATE.
5405 2008-01-26  Zdenek Dvorak  <ook@ucw.cz>
5407         PR target/34711
5408         * tree-ssa-loop-ivopts.c (comp_cost): New type.
5409         (zero_cost, infinite_cost): New constants.
5410         (struct cost_pair): Change type of cost to comp_cost.
5411         (struct iv_ca): Change type of cand_use_cost and cost to comp_cost.
5412         (new_cost, add_costs, sub_costs, compare_costs, infinite_cost_p):
5413         New functions.
5414         (set_use_iv_cost, force_expr_to_var_cost, force_var_cost,
5415         split_address_cost, ptr_difference_cost, difference_cost,
5416         get_computation_cost_at, get_computation_cost,
5417         determine_use_iv_cost_generic, determine_use_iv_cost_address,
5418         determine_use_iv_cost_condition, determine_use_iv_costs,
5419         cheaper_cost_pair, iv_ca_recount_cost, iv_ca_set_no_cp,
5420         iv_ca_set_cp, iv_ca_cost, iv_ca_new, iv_ca_dump, iv_ca_extend,
5421         iv_ca_narrow, iv_ca_prune, try_improve_iv_set, find_optimal_iv_set):
5422         Change type of cost to comp_cost.
5423         (determine_iv_cost): Increase cost of non-original ivs, instead
5424         of decreasing the cost of original ones.
5425         (get_address_cost): Indicate the complexity of the addressing mode 
5426         in comp_cost.
5427         (try_add_cand_for): Prefer using ivs not specific to some object.
5428         * tree-flow.h (force_expr_to_var_cost): Declaration removed.
5430 2008-01-26  Peter Bergner  <bergner@vnet.ibm.com>
5431             Janis Johnson  <janis187@us.ibm.com>
5433         PR target/34814
5434         * doc/tm.texi (TARGET_EXPAND_TO_RTL_HOOK): Document.
5435         (TARGET_INSTANTIATE_DECLS): Likewise.
5436         * target.h (expand_to_rtl_hook): New target hook.
5437         (instantiate_decls): Likewise.
5438         * function.c (instantiate_decl): Make non-static.  Rename to...
5439         (instantiate_decl_rtl): ... this.
5440         (instantiate_expr): Use instantiate_decl_rtl.
5441         (instantiate_decls_1): Likewise.
5442         (instantiate_decls): Likewise.
5443         (instantiate_virtual_regs: Call new instantiate_decls taget hook.
5444         * function.h (instantiate_decl_rtl): Add prototype.
5445         * cfgexpand.c (target.h): New include.
5446         (tree_expand_cfg): Call new expand_to_rtl_hook target hook.
5447         * target-def.h (TARGET_EXPAND_TO_RTL_HOOK): New define.
5448         (TARGET_INSTANTIATE_DECLS): Likewise.
5449         (TARGET_INITIALIZER): New target hooks added.
5450         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
5451         New prototype.
5452         * config/rs6000/rs6000.c (tree-flow.h): New include.
5453         (machine_function): Add sdmode_stack_slot field.
5454         (rs6000_alloc_sdmode_stack_slot): New function.
5455         (rs6000_instantiate_decls): Likewise.
5456         (rs6000_secondary_memory_needed_rtx): Likewise.
5457         (rs6000_check_sdmode): Likewise.
5458         (TARGET_EXPAND_TO_RTL_HOOK): Target macro defined.
5459         (TARGET_INSTANTIATE_DECLS): Likewise.
5460         (rs6000_hard_regno_mode_ok): Allow SDmode.
5461         (num_insns_constant): Likewise.  Handle _Decimal32 constants.
5462         (rs6000_emit_move): Handle SDmode.
5463         (function_arg_advance): Likewise.
5464         (function_arg): Likewise.
5465         (rs6000_gimplify_va_arg): Likewise.  Add special handling of
5466         SDmode var args for 32-bit compiles.
5467         (rs6000_secondary_reload_class): Handle SDmode.
5468         (rs6000_output_function_epilogue): Likewise.
5469         (rs6000_function_value): Simplify if statement.
5470         (rs6000_libcall_value): Likewise.
5471         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Handle SDmode.
5472         (SECONDARY_MEMORY_NEEDED_RTX): Add define.
5473         * config/rs6000/dfp.md (movsd): New define_expand and splitter.
5474         (movsd_hardfloat): New define_insn.
5475         (movsd_softfloat): Likewise.
5476         (movsd_store): Likewise.
5477         (movsd_load): Likewise.
5478         (extendsddd2): Likewise.
5479         (extendsdtd2): Likewise.
5480         (truncddsd2): Likewise.
5481         (movdd_hardfloat64): Fixup comment.
5482         (UNSPEC_MOVSD_LOAD): New constant.
5483         (UNSPEC_MOVSD_STORE): Likewise.
5485 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
5487         PR c++/34965
5488         * c-pretty-print.c (pp_c_exclusive_or_expression): Handle
5489         TRUTH_XOR_EXPR.
5490         (pp_c_logical_and_expression): Handle TRUTH_AND_EXPR.
5491         (pp_c_logical_or_expression): Handle TRUTH_OR_EXPR.
5492         (pp_c_expression): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
5493         and TRUTH_XOR_EXPR.
5495 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
5497         PR target/34794
5498         * config.gcc: Separate AIX 5.3 from AIX 6.1.
5499         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
5500         __LONGDOUBLE128 too.
5501         * config/rs6000/aix61.h: New file.
5503 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
5505         PR rtl-optimization/34959
5506         * optabs.c (expand_unop): In libcall notes, give ffs, clz, ctz,
5507         popcount and parity rtxes the same mode as their operand.
5508         Truncate or extend the result to the return value's mode
5509         if necessary.
5511 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
5513         PR target/34981
5514         * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
5515         * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Rename FAKE_CALL_REGNO
5516         to GOT_VERSION_REGNUM.
5517         (CALL_REALLY_USED_REGISTERS): Set the GOT_VERSION_REGNUM entry to 0.
5518         (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
5519         * config/mips/mips.c (mips_emit_call_insn): New function.
5520         (mips_call_tls_get_addr): Call mips_expand_call directly.
5521         (mips16_copy_fpr_return_value): Use mips_emit_call_insn rather than
5522         emit_call_insn.
5523         (mips16_build_call_stub): Likewise.  Return the call insn or null.
5524         (mips_expand_call): Update the call to mips16_build_call_stub
5525         accordingly and a remove redundant condition.  Assert that MIPS16
5526         stubs do not use lazy binding.  Use mips_emit_call_insn and return
5527         the call insn.
5528         (mips_extra_live_on_entry): Include GOT_VERSION_REGNUM if
5529         TARGET_USE_GOT.
5530         (mips_hard_regno_mode_ok_p): Allow SImode for GOT_VERSION_REGNUM.
5531         (mips_avoid_hazard): Remove hazard_set handling.
5532         * config/mips/mips.md (UNSPEC_EH_RECEIVER): Rename to...
5533         (UNSPEC_RESTORE_GP): ...this.
5534         (UNSPEC_SET_GOT_VERSION, UNSPEC_UPDATE_GOT_VERSION): New constants.
5535         (FAKE_CALL_REGNO): Rename to...
5536         (GOT_VERSION_REGNUM): ...this.
5537         (type): Add "ghost" value.  Add an associated insn reservation.
5538         (hazard_set): Remove.
5539         (exception_receiver): Rename to...
5540         (restore_gp): ...this and update the unspec identifier accordingly.
5541         (exception_receiver, nonlocal_got_receiver): New expanders.
5542         (load_call<mode>): Use GOT_VERSION_REGNUM.  Don't set
5543         FAKE_CALL_REGNO.  Remove hazard_set attribute.
5544         (set_got_version, update_got_version): New patterns.
5546 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5548         PR target/34970
5549         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Define.
5551 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5553         PR other/31955
5554         * doc/install.texi2html: Generate gcc-vers.texi.
5556 2008-01-25  DJ Delorie  <dj@redhat.com>
5558         * config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
5560 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5562         * config/c4x: Remove directory.
5563         * config.gcc (crx-*, mt-*): Mark obsolete.
5564         (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
5565         h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
5566         sh-*-rtemscoff*): Remove cases.
5567         * defaults.h (C4X_FLOAT_FORMAT): Remove.
5568         * real.c (encode_c4x_single, decode_c4x_single,
5569         encode_c4x_extended, decode_c4x_extended, c4x_single_format,
5570         c4x_extended_format): Remove.
5571         * real.h (c4x_single_format, c4x_extended_format): Remove.
5572         * doc/extend.texi (interrupt, naked): Remove mention of attributes
5573         on C4x.
5574         (Pragmas): Remove comment about c4x pragmas.
5575         * doc/install.texi (c4x): Remove target-specific instructions.
5576         * doc/invoke.texi (TMS320C3x/C4x Options): Remove.
5577         * doc/md.texi (Machine Constraints): Remove C4x documentation.
5578         * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
5579         refer to C4x source files as examples.
5580         (C4X_FLOAT_FORMAT): Remove documentation.
5582 2008-01-25  Bernd Schmidt  <bernd.schmidt@analog.com>
5584         * config/bfin/bfin.c (override_options): Reorder tests so that
5585         flag_pic gets enabled for -msep-data.
5587 2008-01-25  Richard Guenther  <rguenther@suse.de>
5589         PR middle-end/32244
5590         * expr.c (expand_expr_real_1): Reduce result of LSHIFT_EXPR
5591         to its bitfield precision if required.
5593 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
5595         PR middle-end/33880
5596         * tree-nested.c (walk_omp_for): New function.
5597         (convert_nonlocal_reference, convert_local_reference): Call
5598         walk_omp_for on OMP_FOR.
5599         (convert_call_expr): Call walk_body on OMP_FOR's
5600         OMP_FOR_PRE_INIT_BODY.
5602 2008-01-25  Richard Guenther  <rguenther@suse.de>
5604         PR tree-optimization/34966
5605         * tree-ssa-math-opts.c (execute_cse_sincos_1): For all but
5606         default defs and PHI_NODEs we have to insert after the
5607         defining statement.
5609 2008-01-24  Nick Clifton  <nickc@redhat.com>
5611         * config/stormy16/stormy16-lib2.c (MIN_UNITS_PER_WORD):
5612         Provide a default definition.
5613         (LIBGCC2_UNITS_PER_WORD): Likewise.
5615         * config/stormy16/stormy16.c: Include df.h for the prototype
5616         for df_regs_ever_live_p.
5617         (xstormy16_expand_builtin_va_start): Convert the stack offset
5618         into a component_ref and then use POINTER_PLUS_EXPR to add it
5619         to the incoming_virtual_args_rtx.
5620         (xstormy16_gimplify_va_arg_expr): Rename to
5621         xstormy16_gimplify_va_arg_expr.
5622         Use POINTER_PLUS_EXPR when performing pointer arithmetic.
5623         (TARGET_GIMPLIFY_VA_ARG_EXPR): Use renamed
5624         xstormy16_gimplify_va_arg_expr.
5625         Fix up some formatting issues.
5627         * config/stormy16/stormy16.c: (xstormy16_carry_plus_operand):
5628         Move to predicates.md.
5629         (xs_hi_general_operand): Likewise.
5630         (xs_hi_nonmemory_operand): Likewise.
5631         * config/stormy16/predicates.md:
5632         (xstormy16_carry_plus_operand): New predicate.
5633         (xs_hi_general_operand): New predicate.
5634         (xs_hi_nonmemory_operand): New predicate.
5635         * config/stormy16/stormy16-protos.h:
5636         (xstormy16_carry_plus_operand): Delete prototype.
5637         (xs_hi_general_operand): Likewise.
5638         (xs_hi_nonmemory_operand): Likewise.
5640         * config/storm16/stormy16.md (addhi3): Remove earlyclobber
5641         modifiers as they are no longer needed and they can trigger
5642         reload spill failures.
5644         * config/storm16/stormy16.md (ineqbranchsi): Replace match_dup
5645         with a match_operand in order to help reload.
5647         * config/storm16/stormy16.md (movhi_internal): Replace 'r'
5648         constraint with 'e' for the 8th alternative as this version of
5649         the mov.w instruction only accepts the lower 8 registers.
5651 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
5653         PR target/34856
5654         * simplifx-rtx.c (simplify_const_binary_operation) [VEC_CONCAT]:
5655         Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant
5656         vector elements.
5658 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
5660         PR middle-end/33333
5661         * gimplify.c (gimplify_omp_for): Gimplify OMP_FOR_PRE_BODY.
5663 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
5665         * ipa-struct-reorg.c (remove_str_allocs_in_func, remove_str_allocs):
5666         New functions.
5667         (remove_structure): Update allocations list before removing structure.
5668         
5669 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
5671         * ipa-struct-reorg.c (is_safe_cond_expr, 
5672         create_new_stmts_for_cond_expr): Use integer_zerop function,
5673         that recognize not only zero-pointer, but zero-integer too.
5675 2008-01-25  Ben Elliston  <bje@au.ibm.com>
5677         PR other/22232
5678         * fixproto: Escape "." in sed expression that strips leading "./".
5680 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
5682         PR driver/34904
5683         * gcc.c (SWITCH_OK): Removed.
5684         (SWITCH_LIVE): Changed to bit.
5685         (SWITCH_FALSE): Likewise.
5686         (SWITCH_IGNORE): Likewise.
5687         (switchstr): Change live_cond to unsigned int.
5688         (process_command): Replace SWITCH_OK with 0.
5689         (do_self_spec): Likewise.
5690         (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
5691         (give_switch): Likewise.
5692         (used_arg): Likewise.
5693         (do_spec_1): Set the SWITCH_IGNORE bit.
5694         (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
5695         bits.  Set the SWITCH_LIVE bit.
5697 2008-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
5699         * config/s390/s390.h (MOVE_RATIO): Define new target macro.
5701 2008-01-24  Richard Sandiford  <rsandifo@nildram.co.uk>
5703         PR tree-optimization/34472
5704         * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA
5705         parameter to a "bool *" and set *DATA to false if there is
5706         an unsafe access.  Do not delete the structure here.
5707         (check_cond_exprs): Delete it here instead.
5708         (check_cond_exprs, exclude_cold_structs): Do not increase
5709         I when removing a structure.
5711 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
5713         PR target/34856
5714         * config/i386/i386.c (ix86_expand_vector_init): Consider only
5715         CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements.
5717 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
5719         PR middle-end/34934
5720         * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of
5721         a fixed vector for stack.
5723 2008-01-24  Ben Elliston  <bje@au.ibm.com>
5725         PR c++/25701
5726         * doc/gcc.texi (Software development): Add a direntry for g++.
5727         
5728 2008-01-23  Hans-Peter Nilsson  <hp@axis.com>
5730         * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
5731         stale and straggling -fforce-addr comments above.
5733         * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't
5734         define.
5735         * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define.
5736         * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define.
5738 2008-01-23  Michael Matz  <matz@suse.de>
5740         PR debug/34895
5741         * dwarf2out.c (force_type_die): Use modified_type_die instead of
5742         gen_type_die.
5744 2008-01-23  Andreas Krebbel  <krebbel1@de.ibm.com>
5746         * ipa-struct-reorg.c (create_new_malloc): Use pointer type as
5747         malloc result type.
5749 2008-01-23 Anatoly Sokolov <aesok@post.ru>
5751         * config/avr/avr.c (avr_current_arch): New variable.
5752         (avr_arch_types): Add 'avr31' and 'avr51' entries.
5753         (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'.
5754         (avr_mcu_types): Add 'avr31' and 'avr51' architectures.
5755         (avr_override_options): Init 'avr_current_arch'. 
5756         (base_arch_s): Move from here...
5757         * config/avr/avr.h (base_arch_s): ... here. Add new members 
5758         'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename 
5759         'mega' to 'have_jmp_call'.
5760         (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__", 
5761         "__AVR_HAVE_RAMPZ__",   "__AVR_HAVE_ELPM__" and  "__AVR_HAVE_ELPMX__"
5762         macros.
5763         (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51' 
5764         architectures.
5765         * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, 
5766         MULTILIB_MATCHES): (Ditto.).
5768 2008-01-23  Richard Guenther  <rguenther@suse.de>
5770         PR middle-end/31529
5771         * cgraphunit.c (cgraph_reset_node): Always mark the node
5772         not reachable if it is not queued already.
5774 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
5776         * config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros.
5777         * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere.
5778         (cputype_selected): New static variable.
5779         (bfin_handle_option): Set it if -mcpu is used.
5780         (override_option): Select default set of workarounds if no cpu type
5781         selected on the command line.
5782         (workaround_rts_anomaly): Only run if ENABLE_WA_RETS.
5784         From  Michael Frysinger  <michael.frysinger@analog.com>
5785         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add
5786         BFIN_CPU_BF547, BFIN_CPU_BF523, BFIN_CPU_BF524, and BFIN_CPU_BF526.
5788         * config/bfin/elf.h (LIB_SPEC): Use proper linker script
5789         for bf547, bf523, bf524, and bf526.
5790         * config/bfin/bfin.c (bfin_cpus[]): Add bf547,  bf523, bf524, and
5791         bf526.
5792         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
5793         __ADSPBF523__ for bf523, __ADSPBF524__ for bf524,
5794         __ADSPBF526__ for bf526, __ADSPBF52x__ for all three, as well as
5795         __ADSPBF547__ and __ADSPBF54x__ for bf547.
5796         * doc/invoke.texi (Blackfin Options): Document that
5797         -mcpu now accept bf547, bf523, bf524, and bf526.
5799 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
5801         PR rtl-optimization/34628
5802         * combine.c (try_combine): Stop and undo after the first combination
5803         if an autoincrement side-effect on the first insn has effectively
5804         been lost.
5806 2008-01-22  David Edelsohn  <edelsohn@gnu.org>
5808         PR target/34529
5809         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
5810         Offset addresses are not valid for Altivec or paired float modes.
5812 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
5814         PR c++/34607
5815         * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
5816         if DECL_INITIAL (decl) is error_mark_node.
5818         PR c++/34914
5819         * c-common.c (handle_vector_size_attribute): Only allow
5820         integral, scalar float and fixed point types.  Handle OFFSET_TYPE
5821         the same way as pointer, array etc. types.
5822         * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
5824         PR c++/34917
5825         * tree.c (build_type_attribute_qual_variant): Call
5826         build_qualified_type if attributes are equal, but quals are not.
5828 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5830         PR 32102
5831         * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
5832         * flags.h (warn_strict_aliasing): Remove.
5833         (warn_strict_overflow): Remove.
5834         * opts.c (warn_strict_aliasing): Remove.
5835         (warn_strict_overflow): Remove.
5836         * c-opts.c (c_common_handle_option): -Wall only sets
5837         -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
5838         (c_common_post_options): Give default values to -Wstrict-aliasing
5839         and -Wstrict-overflow if they are uninitialized.
5840         * common.opt (Wstrict-aliasing): Specify Var and Init.
5841         (Wstrict-overflow): Likewise.
5843 2008-01-22  Kenneth Zadeck <zadeck@naturalbridge.com>
5845         PR rtl-optimization/26854
5846         PR rtl-optimization/34400
5847         PR rtl-optimization/34884
5848         * ddg.c (create_ddg_dep_from_intra_loop_link): Use
5849         DF_RD->gen.
5850         * df.h (df_changeable_flags.DF_RD_NO_TRIM): Deleted
5851         (df_rd_bb_info.expanded_lr_out): Deleted
5852         * loop_invariant.c (find_defs): Deleted DF_RD_NO_TRIM flag.
5853         * loop_iv.c (iv_analysis_loop_init): Ditto.  * df-problems.c
5854         (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
5855         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
5856         Removed code to allocate, initialize or free expanded_lr_out.
5857         (df_rd_bb_local_compute_process_def): Restructured to make more
5858         understandable.
5859         (df_rd_confluence_n): Removed code to no apply invalidate_by_call
5860         sets if the sets are being trimmed.
5862 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
5864         PR bootstrap/32287
5865         * configure.ac (ld_vers): Support GNU linker version xx.xx.*
5866         (as_vers): Likewise.
5867         * configure: Regenerated.
5869 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5871         PR middle-end/33092
5872         * tree-pass.h (pass_build_alias): New pass.
5873         * tree-ssa-alias.c (gate_build_alias): New.
5874         (pass_build_alias): New.
5875         * passes.c (init_optimization_passes): Add pass_build_alias after
5876         pass_create_structure_vars.
5878 2008-01-22  Wolfgang Gellerich  <gellerich@de.ibm.com>
5880         * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
5881         Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
5882         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
5883         S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
5884         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
5885         S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
5886         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
5887         S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
5888         (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
5889         (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
5890         (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
5891         (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
5892         * config/s390/s390.md (FP_ALL): New mode iterator.
5893         (_d): New mode attribute.
5894         ("*signbit<mode>2>"): Changed mode of first operand.
5895         ("isinf<mode>2"): Changed mode of first operand.
5896         ("*TDC_insn"): Adaptation for DFP modes.
5898 2008-01-22  Ben Elliston  <bje@au.ibm.com>
5900         * tree.c (check_qualified_type): Improve function description.
5902 2008-01-21  Jason Merrill  <jason@redhat.com>
5904         PR c++/34196
5905         * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
5906         * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
5907         if it is set.
5909 2008-01-21  DJ Delorie  <dj@redhat.com>
5911         * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
5912         return zero.
5914 2008-01-21  Richard Guenther  <rguenther@suse.de>
5916         PR middle-end/34856
5917         * tree-cfg.c (verify_expr): Allow all invariant expressions
5918         instead of just constant class ones as reference argument.
5919         * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
5920         like any other constant.
5921         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5923 2008-01-21  H.J. Lu  <hongjiu.lu@intel.com>
5925         * regmove.c (fixup_match_1): Update call crossed frequencies.
5927 2008-01-21  Richard Guenther  <rguenther@suse.de>
5929         PR c/34885
5930         * tree-inline.c (setup_one_parameter): Deal with mismatched
5931         types using a VIEW_CONVERT_EXPR.
5933 2008-01-21  Alon Dayan  <alond@il.ibm.com>
5934             Olga Golovanevsky  <olga@il.ibm.com>
5935         
5936         PR tree-optimization/34701
5937         * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
5938         when the structure size is not a power of 2.
5940 2008-01-20  Kenneth Zadeck <zadeck@naturalbridge.com>
5942         * doc/install.texi: Add doc for --enable-checking=df.
5943         
5944 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
5946         PR rtl-optimization/34808
5947         * emit-rtl.c (try_split): Handle REG_RETVAL notes.
5949 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5951         * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
5952         input.
5954 2008-01-19  Kenneth Zadeck <zadeck@naturalbridge.com>
5956         PR rtl-optimization/26854
5957         PR rtl-optimization/34400
5958         * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
5959         DF_RD->gen.
5960         * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
5961         (df_rd_bb_info.expanded_lr_out): New.
5962         * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
5963         * loop_iv.c (iv_analysis_loop_init): Ditto.
5964         * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
5965         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
5966         Added code to allocate, initialize or free expanded_lr_out.
5967         (df_rd_bb_local_compute_process_def): Restructured to make
5968         more understandable.
5969         (df_rd_confluence_n): Add code to do nothing with fake edges and
5970         code to no apply invalidate_by_call sets if the sets are being trimmed.
5971         (df_lr_local_finalize): Renamed to df_lr_finalize.
5972         (df_live_local_finalize): Renamed to df_live_finalize.
5974 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5976         PR target/34831
5977         * config/mips/mips.md (div<mode>3): Use <recip_condition> when
5978         deciding whether to use reciprocal instructions.
5980 2008-01-19  Uros Bizjak  <ubizjak@gmail.com>
5982         * dwarf2out.c (dwarf2out_switch_text_section): Do not call
5983         dwarf2out_note_section_used if cold_text_section is NULL.
5985 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
5987         PR gcov-profile/34610
5988         * tree-cfg.c (make_edges): Mark both outgoing edges from
5989         OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
5990         * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
5991         from OMP_FOR and OMP_CONTINUE outgoing edges.
5993         * tree-profile.c (tree_profiling): Return early if
5994         cfun->after_tree_profile != 0.  Set cfun->after_tree_profile
5995         at the end.
5996         * omp-low.c (expand_omp_parallel): Copy after_tree_profile
5997         from cfun to child_cfun.
5998         * function.h (struct function): Add after_tree_profile bit.
6000 2008-01-19 Anatoly Sokolov <aesok@post.ru>
6002         * config/avr/avr.S (_exit): Disable interrupt.
6004 2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
6005             Steven Bosscher  <stevenb.gcc@gmail.com>
6007         PR rtl-optimization/26854
6008         PR rtl-optimization/34400
6009         * df-problems.c (df_live_scratch): New scratch bitmap.
6010         (df_live_alloc): Allocate df_live_scratch when doing df_live.
6011         (df_live_reset): Clear the proper bitmaps.
6012         (df_live_bb_local_compute): Only process the artificial defs once
6013         since the order is not important.
6014         (df_live_init): Init the df_live sets only with the variables
6015         found live by df_lr.
6016         (df_live_transfer_function): Use the df_lr sets to prune the
6017         df_live sets as they are being computed.  
6018         (df_live_free): Free df_live_scratch.
6020 2008-01-18  Ian Lance Taylor  <iant@google.com>
6022         * common.opt: Add fmerge-debug-strings.
6023         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
6024         flag_merge_debug_strings rather than flag_merge_constants.
6025         * doc/invoke.texi (Option Summary): Mention
6026         -fmerge-debug-strings.
6027         (Debugging Options): Document -fmerge-debug-strings.
6029 2008-01-18  Ian Lance Taylor  <iant@google.com>
6031         PR c++/33407
6032         * tree.h (DECL_IS_OPERATOR_NEW): Define.
6033         (struct tree_function_decl): Add new field operator_new_flag.
6034         * tree-inline.c (expand_call_inline): When inlining a call to
6035         operator new, force the return value to go into a variable, and
6036         set DECL_NO_TBAA_P on that variable.
6037         * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
6039 2008-01-18  Uros Bizjak  <ubizjak@gmail.com>
6041         PR debug/34484
6042         * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
6043         DWARF2_DEBUGGING_INFO.
6044         (dwarf2out_note_section_used): Ditto.  Add prototype.
6045         (have_multiple_function_sections, text_section_used,
6046         cold_text_section_used, *cold_text_sections): Move declarations
6047         before their uses.
6049 2008-01-17  Bob Wilson  <bob.wilson@acm.org>
6051         * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
6052         field and add signal_ra.
6053         * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
6054         assignments to frame state pc.  Move end of stack check after
6055         MD_FALLBACK_FRAME_STATE_FOR.
6056         (uw_update_context_1): Use frame state signal_regs if set, instead
6057         of checking signal_frame flag.
6058         (uw_update_context): Use frame state signal_ra if set.
6059         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
6060         * config/xtensa/linux-unwind.h: New file.
6062 2008-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
6064         * modulo-sched.c (get_sched_window): Fix comment typo.
6066 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
6068         PR tree-optimization/34648
6069         * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.
6071 2008-01-17  Anatoly Sokolov <aesok@post.ru>
6073         * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
6074         * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
6076 2008-01-17  Seongbae Park  <seongbae.park@gmail.com>
6078         PR rtl-optimization/34400
6079         * df-core.c (df_worklist_dataflow_overeager,
6080         df_worklist_dataflow_doublequeue): New functions.
6081         (df_worklist_dataflow): Two different worklist solvers.
6082         * params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
6083         New param.
6085 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6087         PR testsuite/34821
6088         * doc/invoke.texi: Document the dependence on pthread for fopenmp
6089         and ftree-parallelize-loops.
6091 2008-01-17  Mircea Namolaru  <namolaru@il.ibm.com>
6093         PR rtl-optimization/34826
6094         * loop-doloop (doloop_modify): Update the REG_BR_PROB note.
6096 2008-01-17  Andreas Krebbel  <krebbel1@de.ibm.com>
6098         * global.c (find_reg): Mark the eh regs as used if necessary.
6099         * ra-conflict.c (global_conflicts): Set no_eh_reg flag.
6100         * ra.h (struct allocno): no_eh_reg field added.  Changed
6101         no_stack_reg type to bitfield.
6103 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
6105         * tree.c (substitute_in_expr): Add missing 'break'.
6107 2008-01-17  Richard Guenther  <rguenther@suse.de>
6109         PR tree-optimization/34825
6110         * tree-ssa-math-opts.c (is_division_by): Do not recognize
6111         x / x as division to handle.
6113 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6115         * pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
6116         "-pthread" is specified.
6117         * pa-hpux11.h (LIB_SPEC): Likewise.
6119 2008-01-16  Janis Johnson  <janis187@us.ibm.com>
6120             Peter Bergner  <bergner@vnet.ibm.com>
6122         PR rtl-optimization/33796
6123         * sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
6125 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6127         PR libgfortran/34699
6128         * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
6129         static links.
6130         * pa-hpux10.h (LINK_SPEC): Likewise.
6131         * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
6133 2008-01-16  Richard Guenther  <rguenther@suse.de>
6135         PR middle-end/32628
6136         * fold-const.c (fold_convert_const_int_from_int): Do not
6137         set overflow if that occured only because of a sign extension
6138         change when converting from/to a sizetype with the same
6139         precision and signedness.
6141 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
6143         PR debug/34249
6144         * dwarf2out.c (output_call_frame_info): Move output of FDE initial
6145         location address to the correct place.  Update copyright year.
6147 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6149         * lambda-code.c (lambda_transform_legal_p): Handle the case of
6150         no dependences in the dependence_relations vector.
6152 2008-01-16  Jan Hubicka  <jh@suse.cz>
6154         PR rtl-optimization/31396
6155         * regstat.c (regstat_bb_compute_ri): Compute FREQ_CALLS_CROSSED.
6156         * cfg.c (dump_reg_info): Print it.
6157         * regs.h (struct reg_info_t): add freq_calls_crossed.
6158         (REG_FREQ_CALLS_CROSSED): New macro.
6159         * global.c (global_alloc): Compute freq_calls_crossed for allocno.
6160         (find_reg): Update call of CALLER_SAVE_PROFITABLE.
6161         * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
6162         regmove_optimize): Update call crossed frequencies.
6163         * local-alloc.c (struct qty): Add freq_calls_crossed.
6164         (alloc_qty): Copute freq_calls_crossed.
6165         (update_equiv_regs, combine_regs): Update REG_FREQ_CALLS_CROSSED.
6166         (find_free_reg): Update call of CALLER_SAVE_PROFITABLE.
6167         * ra.h (struct allocno): Add freq_calls_crossed.
6169 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6171         * gcc.c (LINK_COMMAND_SPEC): Add includes and link options for
6172         libgomp when compiling with ftree-parallelize-loops.
6173         (GOMP_SELF_SPECS): Add -pthread for ftree-parallelize-loops.
6175 2008-01-16  Richard Guenther  <rguenther@suse.de>
6177         PR tree-optimization/34769
6178         * tree-data-ref.c (initialize_matrix_A): Revert fix for PR34458.
6179         * tree.c (int_cst_value): Instead make this function more
6180         permissive in what it accepts as valid input.  Document this
6181         function always sign-extends the value.
6183 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
6184             Richard Guenther  <rguenther@suse.de>
6186         PR c/34668
6187         * gimplify.c (fold_indirect_ref_rhs): Rename to ...
6188         (gimple_fold_indirect_ref_rhs): ... this.
6189         (gimple_fold_indirect_ref): New function with foldings
6190         that preserve lvalueness.
6191         (gimplify_modify_expr_rhs): Call gimple_fold_indirect_ref_rhs.
6192         * tree-flow.h (gimple_fold_indirect_ref): Declare.
6193         * tree-inline.c (copy_body_r): Use gimple_fold_indirect_ref
6194         to fold an INDIRECT_REF, fall back to the old use of
6195         fold_indirect_ref_1.
6197 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6199         * tree-data-ref.c (subscript_dependence_tester_1): Call 
6200         free_conflict_function.
6201         (compute_self_dependence): Same.
6203 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
6205         PR debug/34249
6206         * debug.h (dwarf2out_switch_text_section): Move declaration from ...
6207         * dwarf2out.c (dwarf2out_switch_text_section): ... here.  Make
6208         function global.
6209         * final.c (final_scan_insn) [NOTE_INSN_SWITCH_TEXT_SECTIONS]:
6210         Depending on dwarf2out_do_frame, call dwarf2out_switch_text_section
6211         for DWARF2_UNWIND_INFO targets.
6213 2008-01-16  Richard Guenther  <rguenther@suse.de>
6215         PR c/34768
6216         * c-typeck.c (common_pointer_type): Do not merge inconsistent
6217         type qualifiers for function types.
6219 2008-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
6221         * tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for
6222         loop_iterator li from previous commit.
6224 2008-01-15  Sebastian Pop  <sebastian.pop@amd.com>
6226         * tree-parloops.c (gen_parallel_loop): Free loop bound estimations.
6228 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6230         * tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.
6231         (parallelize_loops): Don't parallelize irreducible components.
6233 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6235         PR c++/24924
6236         * c-opts (c_common_post_options): Do not enable CPP
6237         flag_pedantic_errors by default.
6238         
6239 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
6241         PR rtl-optimization/31944
6242         * cse.c (remove_pseudo_from_table): New function.
6243         (merge_equiv_classes): Use above function to remove pseudo-registers.
6244         (invalidate): Likewise.
6246 2008-01-13  Richard Guenther  <rguenther@suse.de>
6248         PR middle-end/34601
6249         * emit-rtl.c (set_reg_attrs_for_decl_rtl): Use DECL_MODE
6250         instead of TYPE_MODE to deal with calls from expand_one_error_var.
6252 2008-01-13  Uros Bizjak  <ubizjak@gmail.com>
6254         * gcse.c (cprop_jump): Call validate_unshare_change instead of
6255         validate_change to unshare the source of the PC set.
6257 2008-01-12  Jan Hubicka  <jh@suse.cz>
6259         PR middle-end/32135
6260         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
6261         references above array bounds.  This might trigger bounds checks for
6262         pointers to arrays.
6264 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6266         * tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and
6267         new_replaceable_dependencies.
6269 2008-01-12  Doug Kwan  <dougkwan@google.com>
6271         * c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
6272         instead of OPT_Wreturn_type in warning due to ignored return type
6273         qualifiers.
6274         * c-opt.c (c_common_post_option): Add -Wignored-qualifiers to
6275         options included in -Wextra.
6276         * c.opt: New option -Wignored_qualifiers.
6277         * doc/invoke.texi (Warning Options, -Wextra): Add new option
6278         -Wignore_qualifiers.
6279         (-Wignored-qualifiers): Document.
6280         (-Wreturn-type): Remove description of functionality now handled
6281         by -Wignored-qualifiers.
6283 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
6285         PR ada/33788
6286         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Fold an existing
6287         NOP_EXPR if it is between integral types with the same precision.
6289 2008-01-12  Jan Hubicka  <jh@suse.cz>
6291         PR other/28023
6292         * invoke.texi (max-inline-recursive-depth): Fix default value.
6294 2008-01-12  Zdenek Dvorak  <ook@ucw.cz>
6296         * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
6297         correct type.
6299 2008-01-11  Bob Wilson  <bob.wilson@acm.org>
6300         
6301         * config/xtensa/xtensa.c (override_options): Set flag_shlib.
6302         
6303 2008-01-11  James E. Wilson  <wilson@specifix.com>
6305         PR target/26015
6306         * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
6308 2008-01-11  Anatoly Sokolov <aesok@post.ru>
6310         * config/avr/avr.c (expand_prologue, expand_epilogue): Don't 
6311         save/restore frame pointer register and don't use 'call-prologues' 
6312         optimization in function with "OS_task" attribute.
6314 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
6316         PR middle-end/31309
6317         * expr.c (copy_blkmode_from_reg): Use a mode suited to the size
6318         when copying to memory.
6320 2008-01-11  Steven Bosscher  <stevenb.gcc@gmail.com>
6322         PR rtl-optimization/30905
6323         * cfgcleanup.c: Include dce.h
6324         (crossjumps_occured): New global variable.
6325         (try_crossjump_bb): Exit loop after finding a fallthru edge.
6326         If something changed, set crossjumps_occured to true.
6327         (try_optimize_cfg): Clear crossjumps_occured at the beginning.
6328         Don't add/remove fake edges to exit here...
6329         (cleanup_cfg): ...but do it here, when crossjumping.
6330         Run a fast DCE when successful crossjumps occured in the latest
6331         iteration of try_optimize_cfg.
6333 2008-01-11  Richard Guenther  <rguenther@suse.de>
6335         * tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
6336         (struct vn_unary_op_s): Likewise.
6337         (vn_reference_insert): Free old reference on hash collision.
6339 2008-01-10  Raksit Ashok  <raksit@google.com>
6341         PR rtl-optimization/27971
6342         * combine.c (find_split_point): Split PLUS expressions which are
6343         inside a MEM rtx, and whose first operand is complex.
6345 2008-01-10  DJ Delorie  <dj@redhat.com>
6347         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Renamed from...
6348         (m32c_hard_regno_nregs): ...this, which is now a wrapper.
6349         (m32c_hard_regno_ok): Call the underlying function.
6351 2008-01-10  Richard Guenther  <rguenther@suse.de>
6353         PR middle-end/34683
6354         * tree-cfg.c (tree_merge_blocks): Do not go through the
6355         full-blown folding and stmt updating path if we just deal
6356         with virtual operands.
6357         * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
6358         test for abnormal SSA_NAMEs.
6360 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
6362         PR middle-end/34641
6363         * reload.c (push_reload): Add assertions.  All constants from
6364         reg_equiv_constant should have been used for replacing the respective
6365         pseudo earlier.
6366         (find_reloads_address): Invoke find_reloads_address_part for
6367         constant taken from the reg_equiv_constant array.
6369 2008-01-10  Steven Bosscher  <stevenb.gcc@gmail.com>
6371         * tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed
6372         field (valnum) the first in the struct.  Replace bools with
6373         unit bit fields.
6375 2008-01-10  Richard Guenther  <rguenther@suse.de>
6377         PR tree-optimization/34651
6378         * tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
6379         types and ordering for masking and converting.
6381 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
6383         PR tree-optimization/34017
6384         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
6385         also for PHI_NODE expressions.
6387 2008-01-09  Jan Hubicka  <jh@suse.cz>
6389         PR tree-optimization/34708
6390         * tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
6391         based on number of case labels.
6392         (init_inline_once): Remove switch_cost.
6393         * tree-inline.h (eni_weights_d): Remove switch_cost.
6395 2008-01-09  Richard Guenther  <rguenther@suse.de>
6396         Andrew Pinski  <andrew_pinski@playstation.sony.com>
6398         PR middle-end/30132
6399         * gimplify.c (gimplify_cond_expr): Do not create an addressable
6400         temporary if an rvalue is ok or an lvalue is not required.
6402 2008-01-09  Richard Guenther  <rguenther@suse.de>
6404         PR middle-end/34458
6405         * tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
6406         adjust return type.
6408 2008-01-09  Richard Guenther  <rguenther@suse.de>
6410         PR middle-end/34679
6411         * tree.c (host_integerp): Check for sizetype only if the
6412         type is an integer type.
6414 2008-01-09  Steven Bosscher  <stevenb.gcc@gmail.com>
6416         PR debug/26364
6417         * opts.c (decode_options): Disable inlining of functions called
6418         once if not in unit-at-a-time mode.
6420 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
6422         * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
6424 2008-01-08  Richard Guenther  <rguenther@suse.de>
6426         PR middle-end/31863
6427         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
6428         out early if the result will be unused.
6430 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
6432         PR target/34709
6433         Revert:
6435         2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6436         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
6437         for TARGET_RECIP.       
6438         
6439 2008-01-08  Jan Sjodin  <jan.sjodin@amd.com>
6440         
6441         * config/i386/i386.c (k8_cost, amdfam10_cost): Branch costs
6442         for vectorization tuned.
6443         
6444 2008-01-08  Richard Guenther  <rguenther@suse.de>
6446         PR tree-optimization/34683
6447         * tree-ssa-operands.c (operand_build_cmp): Export.
6448         * tree-ssa-operands.h (operand_build_cmp): Declare.
6449         * tree-vn.c (vuses_compare): Remove.
6450         (sort_vuses): Use operand_build_cmp.
6451         (sort_vuses_heap): Likewise.
6452         * tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
6453         to re-use old VEC if available.  Do not sort already sorted VUSEs.
6454         (vdefs_to_vec): Do not sort already sorted VDEFs.
6456 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
6458         PR middle-end/34694
6459         * omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.
6461 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
6463         PR target/34702
6464         * doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
6465         limitations of reciprocal sequences on x86 targets.
6467 2008-01-08  Richard Guenther  <rguenther@suse.de>
6469         PR tree-optimization/34683
6470         * tree-flow-inline.h (var_ann): Remove overzealous asserts.
6472 2008-01-07  Jakub Jelinek  <jakub@redhat.com>
6474         PR target/34622
6475         * config/darwin.c (darwin_mergeable_string_section): Don't use
6476         .cstring if int_size_in_bytes != TREE_STRING_LENGTH.
6478 2008-01-07  Uros Bizjak  <ubizjak@gmail.com>
6480         PR target/34682
6481         * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
6482         negxf2.  Macroize expander using X87MODEF mode iterator.  Change
6483         predicates of op0 and op1 to register_operand.
6484         (abs<mode>2): Rename from abssf2, absdf2 and negxf2.  Macroize
6485         expander using X87MODEF mode iterator.  Change predicates of
6486         op0 and op1 to register_operand.
6487         ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
6488         corresponding patterns and macroize using MODEF macro.  Change
6489         predicates of op0 and op1 to register_operand and remove
6490         "m" constraint. Disparage "r" alternative with "!".
6491         ("*absneg<mode>2_i387"): Rename from corresponding patterns and
6492         macroize using X87MODEF macro.  Change predicates of op0 and op1
6493         to register_operand and remove "m" constraint.  Disparage "r"
6494         alternative with "!".
6495         (absneg splitter with memory operands): Remove.
6496         ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
6497         patterns and macroize using X87MODEF mode iterator.
6498         * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
6499         Change predicate of op1 to register_operand.
6500         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
6501         for memory operands.
6503 2008-01-07  Nathan Froyd  <froydnj@codesourcery.com>
6505         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
6507 2008-01-07  Richard Guenther  <rguenther@suse.de>
6509         * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
6510         fields.
6512 2008-01-07  Richard Guenther  <rguenther@suse.de>
6514         PR tree-optimization/34683
6515         * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
6516         VOPs of the needed size to save memory.  Use VEC_quick_push
6517         to save compile-time.
6518         (vdefs_to_vec): Likewise.
6520 2008-01-07  Sa Liu  <saliu@de.ibm.com>
6522         * config/spu/spu.md (divdf3): Genetate inline code for double
6523         division.  The implementation doesn't handle INF or NAN, therefore it
6524         only applies when -ffinite-math-only is given.
6526 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
6528         PR libstdc++/34680
6529         * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
6530         * doc/cpp.texi ([Common Predefined Macros]): Document.
6532 2008-01-06  Uros Bizjak  <ubizjak@gmail.com>
6534         * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
6535         order to use commutative addition instead of subtraction.
6537 2008-01-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6538             Mircea Namolaru  <namolaru@il.ibm.com>
6539             Vladimir Yanovsky  <yanov@il.ibm.com>
6540             Revital Eres  <eres@il.ibm.com>
6542         PR tree-optimization/34263
6543         * tree-outof-ssa.c (process_single_block_loop_latch,
6544         contains_tree_r): New functions.
6545         (analyze_edges_for_bb): Call process_single_block_loop_latch
6546         function to empty single-basic-block latch block if possible.
6548 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6550         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
6551         for TARGET_RECIP.
6552         (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.
6554 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
6556         * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
6558 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
6560         * config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
6562 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
6564         PR tree-optimization/34618
6565         * tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
6566         flag from T.
6568 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6570         PR target/34673
6571         * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
6572         in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
6573         Update copyright year.
6575         * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
6576         Update copyright year.
6577         * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
6578         using NR fixup.
6580 2008-01-05  Zhouyi Zhou  <zhouzhouyi@FreeBSD.org>
6582         * tree-vrp.c (find_conditional_asserts): Remove redundant check that
6583         edge does not point to current bb before changing need_assert.
6585 2008-01-04  Richard Guenther  <rguenther@suse.de>
6587         PR middle-end/34029
6588         * tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
6589         for verifying purposes if they are is_gimple_min_invariant.
6591 2008-01-04  Aldy Hernandez  <aldyh@redhat.com>
6593         PR tree-optimization/34448
6594         PR tree-optimization/34465
6595         * gimplify.c (gimplify_init_constructor): Add new parameter
6596         notify_temp_creation.  Use it.
6597         (gimplify_modify_expr_rhs): Take volatiles into account when
6598         optimizing constructors.
6599         Do not optimize constructors if gimplify_init_constructor will dump to
6600         memory.
6601         * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
6602         * gcc.c-torture/compile/pr34448.c: New.
6604 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
6606         PR gcov-profile/34609
6607         * tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
6608         return_slot if result is TREE_ADDRESSABLE.
6610 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6612         * config/mips/mips.md (sqrt_condition): Tweak comment.
6613         (recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.
6615 2008-01-03  Tom Tromey  <tromey@redhat.com>
6617         PR c/34457
6618         * c-common.c (c_type_hash): Handle VLAs.
6620 2008-01-03  Jan Hubicka  <jh@suse.cz>
6622         PR tree-optimization/31081
6623         * tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
6624         0 when inlining and not inlining to first basic block.
6625         (remap_decl): When var is initialized to 0, don't set default_def.
6626         (expand_call_inline): Set entry_bb.
6627         * tree-inline.h (copy_body_data): Add entry_bb.
6629 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6631         PR c++/34619
6632         * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
6633         before returning.
6635         PR tree-optimization/29484
6636         * tree-inline.c (inline_forbidden_p_2): New function.
6637         (inline_forbidden_p): Disallow inlining if some static var
6638         has an address of a local LABEL_DECL in its initializer.
6639         * doc/extend.texi (Labels as Values): Document &&foo behaviour
6640         vs. inlining.
6642 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
6644         PR tree-optimization/34635
6645         * tree-data-ref.c (add_other_self_distances): Make sure that the
6646         evolution step is constant.
6648 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6650         PR middle-end/34608
6651         * omp-low.c (expand_omp_parallel): Purge dead EH edges in the child fn.
6653 2008-01-02  Richard Sandiford  <rsandifo@nildram.co.uk>
6655         * tree-sra.c (scalarize_init): Insert the generate_element_init
6656         statements after the generate_element_zero statements.
6658 2008-01-02  Richard Guenther  <rguenther@suse.de>
6660         PR middle-end/34093
6661         PR middle-end/31976
6662         * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
6663         for very large number of operands instead of ICEing.
6665 2008-01-02  Arthur Norman <acn1@cam.ac.uk>
6667         PR target/34013
6668         * config/i386/i386.c (ix86_expand_prologue): Save red-zone
6669         while stack probing.
6671 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
6673         * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
6674         in C++0x mode.
6676 2008-01-01  Volker Reichelt  <v.reichelt@netcologne.de>
6678         PR libmudflap/26442
6679         * tree-mudflap.c (mx_register_decls): Guard warning by
6680         !DECL_ARTIFICIAL check.
6682 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
6684         * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
6685         sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
6686         sse5_perm<mode>): Fix constraints.