aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-15flow.c (count_basic_blocks, [...]): Remove last change.Richard Kenner1-33/+16
2000-04-14flow.c (count_basic_blocks): Remove unused var PREV_CALL.Richard Kenner1-72/+75
2000-04-14flow.c (find_auto_inc): Don't autoinc eliminable registers.Richard Henderson1-1/+9
2000-04-11flow.c (struct propagate_block_info): Add new_dead, new_live.Richard Henderson1-109/+99
2000-04-09ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.Alex Samuel1-1/+1
2000-04-08flow.c (mark_used_reg): Use reg_set_p to determine if a register was modified...Richard Henderson1-1/+7
2000-04-07flow.c (loop_depth): Remove.Richard Henderson1-517/+593
2000-04-07basic-block.h (merge_blocks_nomove): Declare.Richard Henderson1-92/+104
2000-04-06* flow.c (compute_flow_dominators): Free worklist.Richard Henderson1-0/+1
2000-04-06Michael Matz <matzmich@cs.tu-berlin.de>Richard Henderson1-11/+35
2000-04-06rtl.h (INSN_P): New macro.Alex Samuel1-0/+40
2000-04-05basic-block.h (verify_flow_info): Declare.Jeffrey A Law1-7/+0
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-1/+1
2000-03-24flow.c (propagate_block): When we delete an ADDR_VEC, also delete the BARRIER...Geoff Keating1-0/+8
2000-03-21* flow.c (delete_block): Fix typo last change.Richard Henderson1-1/+1
2000-03-19flow.c (delete_block): Delete the addr_vec along with the block.Richard Henderson1-6/+22
2000-03-18* flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.Richard Henderson1-1/+1
2000-03-17Sibling call optimizations.Jeffrey A Law1-5/+20
2000-03-16flow.c: Move all basic block reordering code into its own file.Jason Eckhardt1-733/+1
2000-03-15* flow.c (verify_flow_info): Check for unconditional return.Jason Eckhardt1-1/+1
2000-03-14flow.c (fixup_reorder_chain): Avoid double labels in the basic block...Jan Hubicka1-55/+49
2000-03-14flow.c (reorder_basic_blocks): Account for barriers when writing over NEXT_IN...Jason Eckhardt1-2/+20
2000-03-10Fix typo last change.Richard Henderson1-2/+2
2000-03-10except.c (can_throw): Use INTVAL on a CONST_INT.Richard Henderson1-2/+2
2000-03-10Changes in include:Alex Samuel1-2/+14
2000-03-08flow.c (count_basic_blocks, [...]): A rethrow can occur outside of an EH region.Jason Merrill1-9/+11
2000-03-05basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell1-5/+10
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-24flow.c (life_analysis): When collecting reg info, clear regs_ever_live.Richard Henderson1-0/+3
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-1/+8
2000-02-18bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.Richard Kenner1-27/+35
2000-02-17flow.c (dump_regset, [...]): New functions.Zack Weinberg1-25/+86
2000-02-15Jonathan Larmour <jlarmour@redhat.co.uk>:Jonathan Larmour1-230/+192
2000-02-14basic_block.h: Added prototype for reorder_basic_blocks.Stan Cox1-0/+714
2000-02-12flow.c (flow_loop_tree_node_add): Use better algorithm by passing previously ...Michael Hayes1-26/+20
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+0
2000-02-08flow.c (tidy_fallthru_edges): Split out from ...Richard Henderson1-34/+46
2000-02-06flow.c (flow_delete_insn, [...]): Export.Richard Henderson1-7/+3
2000-02-04function.c (diddle_return_value): Rework to use a callback function.Richard Henderson1-41/+8
2000-02-02flow.c (find_basic_blocks): Don't kill label_value_list here.Clinton Popetz1-3/+3
2000-02-01flow.c (mark_regs_live_at_end): Follow expand_function_end and replace BLKmod...Richard Henderson1-7/+7
2000-01-29* flow.c (mark_regs_live_at_end): Fix typo.Mark Mitchell1-1/+1
2000-01-29[multiple changes]Jason Eckhardt1-7/+16
2000-01-28flow.c (find_basic_blocks): Remove do_cleanup argument.Richard Henderson1-25/+52
2000-01-28Makefile.in (flow.o): Revert 24 Jan change.Richard Henderson1-19/+25
2000-01-25Makefile.in (flow.o): Depend on $(EXPR_H).Richard Henderson1-23/+19
2000-01-23basic-block.h (struct loops): New field `levels'.Michael Hayes1-6/+19
2000-01-19flow.c (propagate_block): Replace FIRST, LAST and BNUM arguments with BB.Richard Henderson1-25/+23
2000-01-19stupid.c: Die die die.Richard Henderson1-19/+12
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-80/+80