aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-11Partially undo a previous patchBernd Schmidt1-15/+1
2001-01-11flow.c (flow_call_edges_add): New.Michael Hayes1-0/+69
2001-01-09flow.c (flow_loop_scan): Break out of ...Michael Hayes1-43/+70
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-6/+18
2001-01-02c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger1-30/+36
2000-12-29Compute REG_N_SETS for ORIGINAL_REGNOs.Bernd Schmidt1-1/+15
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-5/+10
2000-12-20Fix ARM bootstrap problems introduced by last changeBernd Schmidt1-31/+36
2000-12-19Flow fixes for cond_exec on ia64Bernd Schmidt1-101/+230
2000-12-15* flow.c (notice_stack_pointer_modification_1): Cleanup.Jan Hubicka1-6/+1
2000-12-13flow.c (notice_stack_pointer_modification_1): Notice midifications using PRE_...Jan Hubicka1-0/+2
2000-12-07flow.c (calculate_global_regs_live): Force the stack pointer live after reloa...Richard Henderson1-3/+3
2000-12-04flow.c (calculate_global_regs_live): Only force stack pointer live before rel...Richard Henderson1-18/+29
2000-11-30flow.c (make_edge): Early out, if no flags to set.Michael Matz1-11/+25
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-1/+1
2000-11-27While building global lifetime information, keep track of which registers are...Bernd Schmidt1-13/+55
2000-11-24* flow.c (print_rtl_and_abort): Remove ANSIism.Arno J. Klaassen1-1/+1
2000-11-23Try to dump some information before aborting.Bernd Schmidt1-3/+35
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-245/+1
2000-11-09flow.c (invalidate_mems_from_set): Split out from ...Richard Henderson1-35/+48
2000-11-08flow.c (init_propagate_block_info): Protect the rtx stored in mem_set_list fr...Richard Henderson1-2/+24
2000-11-07flow.c (verify_local_live_at_start): Back out last change.J"orn Rennecke1-17/+4
2000-11-03* flow.c (verify_local_live_at_start): Allow hard regs to die.J"orn Rennecke1-4/+17
2000-10-18basic-block.h (struct loop): Delete fields pre_header_root and pre_header_tra...Michael Hayes1-19/+29
2000-10-13Remove obstacks.Mark Mitchell1-19/+38
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-7/+3
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-2/+42
2000-09-26flow.c (flow_loop_pre_header_scan): Punt if loop enters from entry block.Michael Hayes1-4/+8
2000-09-18cppinit.c (cpp_init): Don't use ANSI prototypes.Mark Mitchell1-2/+2
2000-09-12Don't try to make autoincs with the stack pointerBernd Schmidt1-0/+1
2000-09-11flow.c (split_block): Fix update of registers live at end of split block.Michael Hayes1-4/+1
2000-09-11basic-block.h (LOOP_TREE, [...]): New.Michael Hayes1-54/+156
2000-09-11basic-block.h (split_block, [...]): New prototypes.Michael Hayes1-0/+118
2000-09-06* flow.c (insn_dead_p): Detect dead memory stores with auto increments.Herman A.J. ten Brugge1-1/+14
2000-09-01flow.c (init_propagate_block_info): Don't mark frame dead at end of function ...Richard Kenner1-0/+3
2000-08-25flow.c (dump_edge_info): Use ARRAY_SIZE.Greg McGary1-1/+1
2000-08-25basic-block.h (struct loop): Rename `exits' field to `exit_edges'.Michael Hayes1-29/+99
2000-08-25loop.c (loop_dump_aux, debug_loop): New functions.Michael Hayes1-30/+44
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-22* flow.c (tidy_fallthru_edge): Update b->end properly.Richard Henderson1-1/+3
2000-08-21flow.c (calculate_global_regs_live): Mark frame pointer live everywhere befor...Richard Henderson1-0/+6
2000-08-21flow.c (init_propagate_block_info): Handle SUBREG in a jump condition express...Richard Earnshaw1-2/+8
2000-08-20* flow.c (merge_blocks_nomove): Don't seek back past the bb note.Richard Henderson1-1/+3
2000-08-15* flow.c (mark_used_reg): Set reg_cond_reg appropriately.Richard Henderson1-5/+8
2000-08-14flow.c (attempt_auto_inc): Remove unused variable `bb'.Geoff Keating1-2/+1
2000-08-11* flow.c: Fix formatting.Kazu Hirata1-370/+378
2000-08-11flow.c (merge_blocks_nomove): Be more careful about locating the beginning of...Richard Henderson1-3/+3
2000-08-08flow.c (life_analysis): Only turn off PROP_LOG_LINKS and PROP_AUTOINC at -O0.Richard Henderson1-6/+7
2000-08-08tm.texi (LOCAL_REGNO): Document.Richard Henderson1-8/+12
2000-08-07* flow.c: Fix a comment typo.Kazu Hirata1-2/+2