summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-36/+35
* flow.c (find_basic_blocks): Don't create a new basic block for calls in a LIB...Jeffrey A Law1997-12-271-3/+25
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-1/+3
* flow.c (flow_analysis): Be consistent with find_basic_blocks in determining w...Jason Merrill1997-12-121-1/+2
* flow.c (find_basic_blocks): A CALL_INSN that can throw starts a new basic block.Jason Merrill1997-12-121-2/+7
* Merge from gcc-2.8Jeff Law1997-12-061-5/+5
* ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1997-12-041-18/+1
* Grr. Used the wrong patchfile last time.Jeff Law1997-11-271-1/+13
* flow.c (find_basic_blocks): Handle cfg issues for rethrows and nested excepti...Jeffrey A Law1997-11-271-0/+5
* flow.c (find_basic_blocks): During marking phase...Jeffrey A Law1997-11-131-30/+23
* flow.c (find_basic_blocks): Refine further to get a more correct cfg...Jeffrey A Law1997-11-121-121/+150
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-1/+4
* flow.c (find_basic_blocks): If we delete the label for an exception handler...Jeffrey A Law1997-11-011-0/+45
* flow.c (find_basic_blocks): Generate correct flow control information when ex...Jason Merrill1997-11-011-12/+31
* Cast alloca return value for char *Michael Meissner1997-10-031-1/+1
* flow.c (find_basic_blocks): Mark calls as potentially jumping to the EH labels.Jason Merrill1997-09-291-2/+8
* flow.c (print_rtl_with_bb): Cast alloca return values for variables start and...Philippe De Muyter1997-09-281-2/+2
* Forgot to check in last time.Jeff Law1997-09-211-100/+17
* fix typoMichael Meissner1997-09-111-1/+1
* make change to spacing for KennerMichael Meissner1997-09-111-4/+3
* For phases starting with flow, print basic block information when doing dumpsMichael Meissner1997-09-041-0/+79
* * Integrate Haifa instruction scheduler.Jeffrey A Law1997-08-111-2/+1
* Minor reformatting.Richard Kenner1997-07-161-16/+17
* (init_regset_vector): Make global; don't take basic block times # of pseduos ...Richard Kenner1997-07-141-22/+43
* * flow.c (find_basic_blocks): Fix end case bug.Mike Stump1997-06-181-1/+1
* (mark_used_regs): Fix typo in Jun 4 change.Richard Kenner1997-06-101-1/+1
* flow.c (find_basic_blocks): Eliminate more dead code, enables dead throws to ...Mike Stump1997-06-091-7/+46
* remove cygnus local stuffMichael Meissner1997-06-051-3/+2
* Fix urgent bugMichael Meissner1997-06-051-34/+37
* abstract regset stuff into macrosMichael Meissner1997-06-051-216/+131
* Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1997-06-021-1/+1
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-108/+48
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-4/+4
* flow.c (life_analysis): Delete obvious no-op moves which use SUBREGs.Jeff Law1997-02-041-0/+17
* (regno_uninitialized): Return 0 if reg is used for args.Richard Kenner1997-01-291-3/+5
* flow.c (life_analysis): Preserve registers used by the epilogue.Mike Stump1996-08-211-5/+14
* install EH codeMike Stump1996-07-231-0/+4
* formatting tweaksMike Stump1996-07-031-7/+8
* (flow_analysis): Fix typo in last change.Richard Kenner1996-06-181-1/+1
* (flow_analysis, find_basic_blocks): Ignore nonlocal_label_list forRichard Kenner1996-06-101-2/+8
* (mark_set_1, mark_used_regs): Clean up usages of ALL_NEEDED; change toRichard Kenner1996-05-101-21/+21
* flow.c (find_auto_inc): Also make sure there aren't any sets of the increment...Jeff Law1996-04-081-1/+5
* (propagate_block): CALL_INSNs don't kill fixed regs.Richard Kenner1996-03-311-2/+3
* (jmp_uses_reg_or_mem): Renamed from uses_reg_or_mem.Richard Kenner1996-02-021-13/+31
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-3/+3
* (find_basic_blocks): Only perform n_basic_blocks sanity check on first pass...Doug Evans1995-05-131-1/+9
* Eliminate dead code caused by last patchMichael Meissner1995-05-111-10/+5
* Do not segfault if SUBREG uses something other than REG.Michael Meissner1995-05-111-0/+7