]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/flow.c
Oops, missed ChangeLog in last checkin...
[thirdparty/gcc.git] / gcc / flow.c
2000-04-24  Mark Mitchellregs.h (reg_n_max): Don't declare.
2000-04-22  Richard Henderson* flow.c (mark_used_reg): Hack around rs6000 eliminable...
2000-04-15  Richard Kennerflow.c (count_basic_blocks, [...]): Remove last change.
2000-04-14  Richard Kennerflow.c (count_basic_blocks): Remove unused var PREV_CALL.
2000-04-14  Richard Hendersonflow.c (find_auto_inc): Don't autoinc eliminable registers.
2000-04-12  Richard Hendersonflow.c (struct propagate_block_info): Add new_dead...
2000-04-09  Alex Samuelssa.c (convert_to_ssa): Eliminate dead code when callin...
2000-04-08  Richard Hendersonflow.c (mark_used_reg): Use reg_set_p to determine...
2000-04-07  Richard Hendersonflow.c (loop_depth): Remove.
2000-04-07  Richard Hendersonbasic-block.h (merge_blocks_nomove): Declare.
2000-04-07  Richard Henderson* flow.c (compute_flow_dominators): Free worklist.
2000-04-07  Richard HendersonMichael Matz <matzmich@cs.tu-berlin.de>
2000-04-06  Alex Samuelrtl.h (INSN_P): New macro.
2000-04-05  Jeffrey A Lawbasic-block.h (verify_flow_info): Declare.
2000-03-25  Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-24  Geoff Keatingflow.c (propagate_block): When we delete an ADDR_VEC...
2000-03-22  Richard Henderson* flow.c (delete_block): Fix typo last change.
2000-03-19  Richard Hendersonflow.c (delete_block): Delete the addr_vec along with...
2000-03-18  Richard Henderson* flow.c (make_edges): Use INTVAL to access REG_EH_REGI...
2000-03-17  Jeffrey A LawSibling call optimizations.
2000-03-16  Jason Eckhardtflow.c: Move all basic block reordering code into its...
2000-03-15  Jason Eckhardt* flow.c (verify_flow_info): Check for unconditional...
2000-03-14  Jan Hubickaflow.c (fixup_reorder_chain): Avoid double labels in...
2000-03-14  Jason Eckhardtflow.c (reorder_basic_blocks): Account for barriers...
2000-03-10  Richard HendersonFix typo last change.
2000-03-10  Richard Hendersonexcept.c (can_throw): Use INTVAL on a CONST_INT.
2000-03-10  Alex SamuelChanges in include:
2000-03-08  Jason Merrillflow.c (count_basic_blocks, [...]): A rethrow can occur...
2000-03-05  Mark Mitchellbasic-block.h (ALLOCA_REG_SET): Remove.
2000-02-26  Jeff LawFix copyrights.
2000-02-24  Richard Hendersonflow.c (life_analysis): When collecting reg info, clear...
2000-02-21  Kaveh R. Ghazidefaults.h (ASM_OUTPUT_ASCII): Constify a char*.
2000-02-19  Richard Kennerbitmap.c (bitmap_operation): Avoid using -1 for index...
2000-02-17  Zack Weinbergflow.c (dump_regset, [...]): New functions.
2000-02-16  Jonathan LarmourJonathan Larmour <jlarmour@redhat.co.uk>:
2000-02-14  Stan Coxbasic_block.h: Added prototype for reorder_basic_blocks.
2000-02-12  Michael Hayesflow.c (flow_loop_tree_node_add): Use better algorithm...
2000-02-10  Kaveh R. Ghaziflow.c (mark_regs_live_at_end): Delete unused variables.
2000-02-08  Richard Hendersonflow.c (tidy_fallthru_edges): Split out from ...
2000-02-06  Richard Hendersonflow.c (flow_delete_insn, [...]): Export.
2000-02-04  Richard Hendersonfunction.c (diddle_return_value): Rework to use a callb...
2000-02-02  Clinton Popetzflow.c (find_basic_blocks): Don't kill label_value_list...
2000-02-02  Richard Hendersonflow.c (mark_regs_live_at_end): Follow expand_function_...
2000-01-29  Mark Mitchell* flow.c (mark_regs_live_at_end): Fix typo.
2000-01-29  Jason Eckhardt[multiple changes]
2000-01-28  Richard Hendersonflow.c (find_basic_blocks): Remove do_cleanup argument.
2000-01-28  Richard HendersonMakefile.in (flow.o): Revert 24 Jan change.
2000-01-26  Richard HendersonMakefile.in (flow.o): Depend on $(EXPR_H).
2000-01-23  Michael Hayesbasic-block.h (struct loops): New field `levels'.
2000-01-20  Richard Hendersonflow.c (propagate_block): Replace FIRST, LAST and BNUM...
2000-01-19  Richard Hendersonstupid.c: Die die die.
2000-01-14  Kaveh R. Ghazieh-common.h: PROTO -> PARAMS.
2000-01-14  Jeffrey A Lawflow.c (split_edge): Do not call set_block_for_insn...
2000-01-13  Jeffrey A Lawflow.c (split_edge): If we have to insert a new jump...
2000-01-11  Clinton Popetzflow.c (propagate_block): When a prologue/epilogue...
2000-01-06  Richard Hendersonflow.c (mark_set_1): Use loop_depth+1 as reference...
1999-12-27  Christophe Jailletalias.c (nonlocal_reference_p): Add else for disjoint...
1999-12-24  Kaveh R. GhaziMakefile.in (toplev.o): Depend on loop.h.
1999-12-18  Richard Kenneralias.c: Minor reformatting.
1999-12-15  Jan Hubickaflow.c (calculate_loop_depth): Make global, remove...
1999-12-15  Jan Hubickaflow.c (dump_flow_info): Dump loop_depth.
1999-12-13  Jeff Law* flow.c (create_edge_list): Cast xmalloc return value.
1999-12-10  Kaveh R. Ghaziflow.c (flow_loops_dump): Avoid ANSI string concatenation.
1999-12-09  Jan Hubicka* flow.c (recompute_reg_usage): Use basic block info...
1999-12-09  Richard Henderson* flow.c (count_basic_blocks): Don't add (use (const_in...
1999-12-04  Michael Hayesflow.c (flow_loops_dump): Add missing argument when...
1999-11-30  Michael Hayesflow.c (flow_nodes_print, [...]): New functions.
1999-11-18  Jeffrey A Lawflow.c (split_edge): Take looping structure into accoun...
1999-11-16  Richard Henderson* flow.c (calculate_global_regs_live): Zero bb->aux...
1999-11-15  Jeffrey A Lawbasic-block.h: Remove all #defines and prototypes relat...
1999-11-15  Jeffrey A Lawbasic-block.h (dump_bb_data): Remove declaration.
1999-11-11  Jeffrey A Lawflow.c (compute_flow_dominators): Initially put all...
1999-11-10  Jeffrey A Lawflow.c (compute_flow_dominators): No longer treat basic...
1999-11-07  Jeffrey A Lawgcse.c (post_dominators): Kill.
1999-11-05  Richard Hendersonbitmap.h (BITMAP_XFREE): New.
1999-11-01  Mark Mitchellbitmap.h (BITMAP_XMALLOC): New macro.
1999-11-01  Jeffrey A Law* flow.c (calculate_global_regs_live): Fix thinko.
1999-10-29  Richard Hendersonflow.c (count_or_remove_death_notes): Equate NULL with...
1999-10-29  Kaveh R. Ghaziflow.c (debug_flow_info): Add prototype.
1999-10-28  Geoff Keatingflow.c (propagate_block): When the last reference to...
1999-10-27  Mark Mitchellrtl.h (note_stores): Add additional paramter.
1999-10-27  Richard Hendersonflow.c (merge_blocks_move_predecessor_nojumps): Cope...
1999-10-20  Richard Hendersonbasic-block.h (PROP_*): Move constants from ...
1999-10-20  Richard Earnshaw(split_edge): Handle casesi insns.
1999-10-20  Richard Earnshaw(merge_blocks_move_predecessor_nojumps): Re-order the...
1999-10-18  Richard Hendersonbasic-block.h (set_block_num): Declare.
1999-10-14  Richard Hendersonflow.c (propagate_block): Use free_EXPR_LIST_list inste...
1999-10-14  Richard Hendersonflow.c (propagate_block): Add call-clobbered registers...
1999-10-10  Richard Hendersoncombine.c (refresh_blocks, [...]): New.
1999-10-09  Richard HendersonMakefile.in (flow.o): Depend on TREE_H.
1999-10-06  Kaveh R. Ghazi* flow.c (verify_flow_info): Make it extern & unconditi...
1999-10-06  Kaveh R. Ghazicollect2.c (scan_prog_file, [...]): Prototype function...
1999-10-05  Richard Hendersonflow.c (make_edge): Accept an optional 2D bitmap in...
1999-10-05  Jeffrey A LawJeffrey A Law (law@cygnus.com)
1999-10-05  Anthony Greenflow.c (make_edges): Fix insn iteration.
1999-09-23  Andrew MacLeodbasic-block.h (find_edge_index): Change parameters.
1999-09-22  Andrew MacLeodbasic-block.h (add_noreturn_fake_exit_edges): Use corre...
1999-09-22  Jeffrey A Lawflow.c (record_active_eh_regions): Terminate loop after...
1999-09-21  Richard Hendersonbasic-block.h (basic_block): Add eh_beg, eh_end.
1999-09-21  Andrew MacLeodflow.c (split_edge): Handle insertion on a fallthrough...
next