summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h (basic_block_computed_jump_target): Declare.law1998-03-281-7/+24
* Major cutover to using system.h:ghazi1998-03-201-2/+1
* More warning fixes...ghazi1998-03-191-2/+1
* manfred1998-03-191-0/+1
* Fix more warnings...ghazi1998-03-181-5/+1
* dmanfred1998-03-121-1/+1
* dmanfred1998-03-121-2/+1
* Plaw1998-03-111-0/+8
* * haifa-sched.c (is_cfg_nonregular): Change return type tolaw1998-03-081-7/+28
* * haifa-sched.c (build_jmp_edges): Delete dead function.law1998-03-051-43/+849
* * flow.c (life_analysis): Do not conside the stack pointer live atlaw1998-02-111-2/+6
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-36/+35
* law1997-12-271-3/+25
* * bitmap.c (bitmap_clear): Ensure `inline' is at the beginninglaw1997-12-201-1/+3
* * flow.c (flow_analysis): Be consistent with find_basic_blocks injason1997-12-131-1/+2
* * flow.c (find_basic_blocks): A CALL_INSN that can throw startsjason1997-12-121-2/+7
* Merge from gcc-2.8law1997-12-071-5/+5
* ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.jason1997-12-041-18/+1
* Grr. Used the wrong patchfile last time.law1997-11-281-1/+13
* * flow.c (find_basic_blocks): Handle cfg issues for rethrows andlaw1997-11-281-0/+5
* * flow.c (find_basic_blocks): During marking phase, if we encounterlaw1997-11-131-30/+23
* * flow.c (find_basic_blocks): Refine further to get a more correctlaw1997-11-121-121/+150
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-1/+4
* * flow.c (find_basic_blocks): If we delete the label for anlaw1997-11-021-0/+45
* * flow.c (find_basic_blocks): Generate correct flow controllaw1997-11-011-12/+31
* Cast alloca return value for char *meissner1997-10-031-1/+1
* * flow.c (find_basic_blocks): Mark calls as potentially jumpinglaw1997-09-291-2/+8
* * flow.c (print_rtl_with_bb): Cast alloca return values for variableslaw1997-09-281-2/+2
* Forgot to check in last time.law1997-09-221-100/+17
* fix typomeissner1997-09-111-1/+1
* make change to spacing for Kennermeissner1997-09-111-4/+3
* For phases starting with flow, print basic block information when doing dumpsmeissner1997-09-041-0/+79
* * Integrate Haifa instruction scheduler.law1997-08-121-2/+1
* Minor reformatting.kenner1997-07-161-16/+17
* (init_regset_vector): Make global; don't take basic block times # of pseduoskenner1997-07-141-22/+43
* * flow.c (find_basic_blocks): Fix end case bug.mrs1997-06-181-1/+1
* (mark_used_regs): Fix typo in Jun 4 change.kenner1997-06-101-1/+1
* * flow.c (find_basic_blocks): Eliminate more dead code, enablesmrs1997-06-091-7/+46
* remove cygnus local stuffmeissner1997-06-051-3/+2
* Fix urgent bugmeissner1997-06-051-34/+37
* abstract regset stuff into macrosmeissner1997-06-051-216/+131
* Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...meissner1997-06-021-1/+1
* Use accessor macros to access arrays based on regno; move many of the arrays ...meissner1997-05-301-108/+48
* reformat a little to match GNU coding standards.mrs1997-05-061-4/+4
* * flow.c (life_analysis): Delete obvious no-op moveslaw1997-02-041-0/+17
* (regno_uninitialized): Return 0 if reg is used for args.kenner1997-01-291-3/+5
* * flow.c (life_analysis): Preserve registers used by the epilogue.mrs1996-08-211-5/+14
* install EH codemrs1996-07-231-0/+4
* formatting tweaksmrs1996-07-031-7/+8
* (flow_analysis): Fix typo in last change.kenner1996-06-181-1/+1