summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* * flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.Doug Evans1998-04-201-6/+17
* flow.c (dump_sbitmap, [...]): New debugging functions.Jeff Law1998-04-161-0/+40
* flow.c (sbitmap_union_of_successors): New function.Jeffrey A Law1998-04-151-0/+13
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-18/+25
* basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1998-03-271-7/+24
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-2/+1
* More warning fixes...Kaveh R. Ghazi1998-03-191-2/+1
* m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1998-03-191-0/+1
* Fix more warnings...Kaveh R. Ghazi1998-03-181-5/+1
* basic-block.h (compute_preds_succs): Change return type in prototype to void.Manfred Hollstein1998-03-121-1/+1
* c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1998-03-121-2/+1
* flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an uncondit...Jeff Law1998-03-101-0/+8
* haifa-sched.c (is_cfg_nonregular): Change return type to an int.Jeffrey A Law1998-03-071-7/+28
* haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1998-03-051-43/+849
* flow.c (life_analysis): Do not conside the stack pointer live at the end of a...Jeffrey A Law1998-02-101-2/+6
* 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