aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-21Fix for g++ failure reported by Brendan.Jim Wilson1-5/+10
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-9/+4
1998-09-11flow.c (mark_set_1): Recognize multi-register structure return values in CALL...David S. Miller1-6/+32
1998-09-09except.h (current_function_eh_stub_label): Declare.Bernd Schmidt1-4/+26
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-2/+0
1998-07-21* flow.c (regno_uninitialized): Fixed regs are never uninitialized.Richard Henderson1-5/+7
1998-07-08flow.c (find_auto_inc): Remove most recent change.Jeffrey A Law1-4/+0
1998-07-06flow.c (find_auto_inc): Clear UNCHANGING bit of register that is changed.J"orn Rennecke1-0/+4
1998-07-02Switch reg_n_info structure to use varraysMichael Meissner1-1/+1
1998-06-30flow.c (recompute_reg_usage): Does not return a value.Jeffrey A Law1-1/+1
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+5
1998-06-27flow.c (count_reg_sets): New function.Jeffrey A Law1-0/+281
1998-06-21basic-block.h (init_regset_vector): Delete declaration.Jeffrey A Law1-1/+3
1998-06-20flow.c (allocate_for_life_analysis, [...]): Remove declaration.H.J. Lu1-2/+0
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-05-28Flow now removes exception regions when their handlers are all removed.Andrew MacLeod1-22/+22
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+0
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-20/+35
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-13flow.c (dump_flow_info): Also print number of sets and whether or not the pse...Michael Meissner1-0/+5
1998-05-13acconfig.h (ENABLE_CHECKING): Undefine.Michael Meissner1-0/+4
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-20* flow.c (sbitmap_vector_alloc): Ensure sbitmaps properly aligned.Doug Evans1-6/+17
1998-04-16flow.c (dump_sbitmap, [...]): New debugging functions.Jeff Law1-0/+40
1998-04-15flow.c (sbitmap_union_of_successors): New function.Jeffrey A Law1-0/+13
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-18/+25
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-7/+24
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+1
1998-03-19More warning fixes...Kaveh R. Ghazi1-2/+1
1998-03-19m68k.md (addqi3): Fix typo gen_INT vs.Manfred Hollstein1-0/+1
1998-03-18Fix more warnings...Kaveh R. Ghazi1-5/+1
1998-03-12basic-block.h (compute_preds_succs): Change return type in prototype to void.Manfred Hollstein1-1/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-2/+1
1998-03-10flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an uncondit...Jeff Law1-0/+8
1998-03-07haifa-sched.c (is_cfg_nonregular): Change return type to an int.Jeffrey A Law1-7/+28
1998-03-05haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1-43/+849
1998-02-10flow.c (life_analysis): Do not conside the stack pointer live at the end of a...Jeffrey A Law1-2/+6
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-36/+35
1997-12-27flow.c (find_basic_blocks): Don't create a new basic block for calls in a LIB...Jeffrey A Law1-3/+25
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+3
1997-12-12flow.c (flow_analysis): Be consistent with find_basic_blocks in determining w...Jason Merrill1-1/+2
1997-12-12flow.c (find_basic_blocks): A CALL_INSN that can throw starts a new basic block.Jason Merrill1-2/+7
1997-12-06Merge from gcc-2.8Jeff Law1-5/+5
1997-12-04./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.Jason Merrill1-18/+1
1997-11-27Grr. Used the wrong patchfile last time.Jeff Law1-1/+13
1997-11-27flow.c (find_basic_blocks): Handle cfg issues for rethrows and nested excepti...Jeffrey A Law1-0/+5
1997-11-13flow.c (find_basic_blocks): During marking phase...Jeffrey A Law1-30/+23
1997-11-12flow.c (find_basic_blocks): Refine further to get a more correct cfg...Jeffrey A Law1-121/+150
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+4
1997-11-01flow.c (find_basic_blocks): If we delete the label for an exception handler...Jeffrey A Law1-0/+45