| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * flow.c (life_analysis): When collecting reg info, clear | rth | 2000-02-24 | 1 | -0/+3 |
* | * defaults.h (ASM_OUTPUT_ASCII): Constify a char*. | ghazi | 2000-02-21 | 1 | -1/+8 |
* | * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | kenner | 2000-02-19 | 1 | -27/+35 |
* | * flow.c (dump_regset, debug_regset, dump_bb, debug_bb, | zack | 2000-02-17 | 1 | -25/+86 |
* | Jonathan Larmour <jlarmour@redhat.co.uk>: | rth | 2000-02-16 | 1 | -230/+192 |
* | * basic_block.h: Added prototype for reorder_basic_blocks. | jle | 2000-02-14 | 1 | -0/+714 |
* | * flow.c (flow_loop_tree_node_add): Use better algorithm by passing | m.hayes | 2000-02-12 | 1 | -26/+20 |
* | * flow.c (mark_regs_live_at_end): Delete unused variables. | ghazi | 2000-02-10 | 1 | -1/+0 |
* | * flow.c (tidy_fallthru_edges): Split out from ... | rth | 2000-02-08 | 1 | -34/+46 |
* | * flow.c (flow_delete_insn, make_edge, remove_edge): Export. | rth | 2000-02-06 | 1 | -7/+3 |
* | * function.c (diddle_return_value): Rework to use a callback function. | rth | 2000-02-04 | 1 | -41/+8 |
* | * flow.c (find_basic_blocks): Don't kill label_value_list | cpopetz | 2000-02-02 | 1 | -3/+3 |
* | * flow.c (mark_regs_live_at_end): Follow expand_function_end and | rth | 2000-02-02 | 1 | -7/+7 |
* | * flow.c (mark_regs_live_at_end): Fix typo. | mmitchel | 2000-01-29 | 1 | -1/+1 |
* | Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz> | jle | 2000-01-29 | 1 | -7/+16 |
* | * flow.c (find_basic_blocks): Remove do_cleanup argument. | rth | 2000-01-28 | 1 | -25/+52 |
* | * Makefile.in (flow.o): Revert 24 Jan change. | rth | 2000-01-28 | 1 | -19/+25 |
* | * Makefile.in (flow.o): Depend on $(EXPR_H). | rth | 2000-01-26 | 1 | -23/+19 |
* | 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-23 | 1 | -6/+19 |
* | * flow.c (propagate_block): Replace FIRST, LAST and BNUM | rth | 2000-01-20 | 1 | -25/+23 |
* | * stupid.c: Die die die. | rth | 2000-01-19 | 1 | -19/+12 |
* | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -80/+80 |
* | * flow.c (split_edge): Do not call set_block_for_insn if we | law | 2000-01-14 | 1 | -1/+2 |
* | * flow.c (split_edge): If we have to insert a new jump, make | law | 2000-01-13 | 1 | -5/+7 |
* | * flow.c (propagate_block): When a prologue/epilogue insn | cpopetz | 2000-01-11 | 1 | -4/+7 |
* | * flow.c (mark_set_1): Use loop_depth+1 as reference weight. | rth | 2000-01-06 | 1 | -12/+11 |
* | * alias.c (nonlocal_reference_p): Add else for disjoint ifs. | rth | 1999-12-27 | 1 | -1/+1 |
* | * Makefile.in (toplev.o): Depend on loop.h. | ghazi | 1999-12-24 | 1 | -4/+16 |
* | * alias.c: Minor reformatting. | kenner | 1999-12-18 | 1 | -10/+12 |
* | * flow.c (calculate_loop_depth): Make global, remove prototype, | hubicka | 1999-12-15 | 1 | -34/+9 |
* | * flow.c (dump_flow_info): Dump loop_depth. | hubicka | 1999-12-15 | 1 | -4/+13 |
* | * flow.c (create_edge_list): Cast xmalloc return value. | law | 1999-12-13 | 1 | -2/+2 |
* | * flow.c (flow_loops_dump): Avoid ANSI string concatenation. | ghazi | 1999-12-10 | 1 | -6/+3 |
* | * flow.c (recompute_reg_usage): Use basic block info to get loop_depth. | hubicka | 1999-12-09 | 1 | -45/+39 |
* | * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns. | rth | 1999-12-09 | 1 | -12/+0 |
* | * flow.c (flow_loops_dump): Add missing argument when calling | m.hayes | 1999-12-04 | 1 | -1/+2 |
* | * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions. | m.hayes | 1999-11-30 | 1 | -0/+681 |
* | * flow.c (split_edge): Take looping structure into account when | law | 1999-11-18 | 1 | -2/+25 |
* | * flow.c (calculate_global_regs_live): Zero bb->aux to begin. | rth | 1999-11-16 | 1 | -0/+4 |
* | * basic-block.h: Remove all #defines and prototypes related to | law | 1999-11-15 | 1 | -136/+0 |
* | * basic-block.h (dump_bb_data): Remove declaration. | law | 1999-11-15 | 1 | -48/+0 |
* | * flow.c (compute_flow_dominators): Initially put all blocks on | law | 1999-11-11 | 1 | -22/+16 |
* | * flow.c (compute_flow_dominators): No longer treat basic block 0 | law | 1999-11-10 | 1 | -12/+77 |
* | * gcse.c (post_dominators): Kill. | law | 1999-11-07 | 1 | -66/+80 |
* | * bitmap.h (BITMAP_XFREE): New. | rth | 1999-11-05 | 1 | -2/+2 |
* | * bitmap.h (BITMAP_XMALLOC): New macro. | mmitchel | 1999-11-01 | 1 | -25/+22 |
* | * flow.c (calculate_global_regs_live): Fix thinko. | law | 1999-11-01 | 1 | -1/+1 |
* | * flow.c (count_or_remove_death_notes): Equate NULL with the | rth | 1999-10-29 | 1 | -2/+3 |
* | * flow.c (debug_flow_info): Add prototype. | ghazi | 1999-10-29 | 1 | -0/+1 |