aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-18flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson1-3/+18
2002-04-12re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr...Richard Henderson1-2/+6
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-0/+10
2002-03-22flow.c (calculate_global_regs_live): Clear aux fields of ENTRY and EXIT.Alexandre Oliva1-0/+5
2002-03-22cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka1-3/+3
2002-03-19flow.c (EH_USES): Provide default.Richard Henderson1-14/+36
2002-03-08* flow.c (propagate_block_delete_insn): Remove unused variable.Andreas Jaeger1-2/+1
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-23/+30
2002-03-01toplev.c (rest_of_compilation): Delete dead jumptables before loop.Jan Hubicka1-2/+1
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-4/+29
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-01-29flow.c (print_rtl_and_abort): Remove.Richard Henderson1-46/+33
2002-01-25df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka1-0/+7
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott1-7/+7
2002-01-16flow.c (propagate_one_insn): Change to use fatal_insn.Eric Christopher1-5/+1
2002-01-15flow.c (propagate_one_insn): Add error message and print out insn for debugging.Eric Christopher1-13/+17
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-12output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez1-1/+1
2001-12-11flow.c (find_regno_partial): Indent properly.Aldy Hernandez1-17/+20
2001-12-09ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-12-06flow.c (find_regno_partial): Return register, not the expression the register...Andrew MacLeod1-2/+2
2001-12-05rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod1-0/+108
2001-12-04flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.Jakub Jelinek1-50/+63
2001-11-27aix.h (REG_SIZE): Don't #undef.Kaveh R. Ghazi1-1/+4
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-09flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.Geoffrey Keating1-13/+10
2001-10-29basic-block.h (purge_all_dead_edges): Add update_life_p argument.Jan Hubicka1-2/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26flow.c (clear_log_links): Remove unused variable.Andreas Jaeger1-2/+1
2001-10-22flow.c (clear_log_links): Use free_INSN_LIST_list, not free_EXPR_LIST_list fo...Richard Henderson1-2/+2
2001-10-20basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka1-20/+32
2001-10-11rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...John Wehle1-2/+19
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-24/+25
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-10-01flow.c (propagate_block_delete_libcall): Remove unused first argDavid Billinghurst1-4/+3
2001-09-24flow.c (delete_dead_jumptables): Delete jumptable if the only reference is fr...Ulrich Weigand1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-13/+10
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-12/+0
2001-09-10Makefile.in (cfg.o, [...]): New.Jan Hubicka1-6268/+1
2001-09-07re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson1-0/+3
2001-08-28df.h (struct df): Add rts_order variable.Daniel Berlin1-0/+65
2001-08-27flow.c (redirect_edge_succ_nodup): Return new edge.Richard Henderson1-3/+7
2001-08-27* flow.c (verify_flow_info): Use checksums to verify edges.Roman Zippel1-24/+22
2001-08-27flow.c (flow_loop_dump): Do not display insn UIDs if this is not an RTL basic...Diego Novillo1-5/+11
2001-08-23function.c (thread_prologue_and_epilogue_insns): Avoid fallthru flag on edge ...Jan Hubicka1-1/+6
2001-08-22jump.c (squeeze_notes): Take parms by reference.Jason Merrill1-16/+11
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22flow.c (flow_find_cross_jump): Don't consider unconditional return insns for ...Richard Henderson1-2/+4
2001-08-21profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger1-1/+1
2001-08-20basic-block.h (basic_block): Add new field 'flags'.Diego Novillo1-16/+21