summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* final.c: Fix formatting.Kazu Hirata2002-05-171-6/+6
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-43/+54
* * flow.c (calculate_global_regs_live): Queue blocks in program order.Zdenek Dvorak2002-05-161-9/+7
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-47/+38
* flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.Jeff Law2002-05-131-20/+26
* flow.c (update_life_info): Ignore return value of cleanup_cfg.Hans-Peter Nilsson2002-04-181-3/+18
* re PR bootstrap/4191 (GCC does not build for d30v-elf - needs tweaking for cr...Richard Henderson2002-04-121-2/+6
* local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka2002-03-301-0/+10
* flow.c (calculate_global_regs_live): Clear aux fields of ENTRY and EXIT.Alexandre Oliva2002-03-221-0/+5
* cfgcleanup.c (outgoing_edges_math): Fix condition; relax frequencies match; a...Jan Hubicka2002-03-221-3/+3
* flow.c (EH_USES): Provide default.Richard Henderson2002-03-191-14/+36
* * flow.c (propagate_block_delete_insn): Remove unused variable.Andreas Jaeger2002-03-081-2/+1
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-23/+30
* toplev.c (rest_of_compilation): Delete dead jumptables before loop.Jan Hubicka2002-03-011-2/+1
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-4/+29
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* flow.c (print_rtl_and_abort): Remove.Richard Henderson2002-01-291-46/+33
* df.c (df_ref_create, [...]): Kill BB argument.Jan Hubicka2002-01-251-0/+7
* calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott2002-01-161-7/+7
* flow.c (propagate_one_insn): Change to use fatal_insn.Eric Christopher2002-01-161-5/+1
* flow.c (propagate_one_insn): Add error message and print out insn for debugging.Eric Christopher2002-01-151-13/+17
* except.c: Fix comment formatting.Kazu Hirata2001-12-281-1/+1
* output.h (regno_uninitialized): Make argument unsigned.Aldy Hernandez2001-12-121-1/+1
* flow.c (find_regno_partial): Indent properly.Aldy Hernandez2001-12-111-17/+20
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-12-091-4/+4
* flow.c (find_regno_partial): Return register, not the expression the register...Andrew MacLeod2001-12-061-2/+2
* rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod2001-12-051-0/+108
* flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.Jakub Jelinek2001-12-041-50/+63
* aix.h (REG_SIZE): Don't #undef.Kaveh R. Ghazi2001-11-271-1/+4
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.Geoffrey Keating2001-11-091-13/+10
* basic-block.h (purge_all_dead_edges): Add update_life_p argument.Jan Hubicka2001-10-291-2/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* flow.c (clear_log_links): Remove unused variable.Andreas Jaeger2001-10-261-2/+1
* flow.c (clear_log_links): Use free_INSN_LIST_list, not free_EXPR_LIST_list fo...Richard Henderson2001-10-221-2/+2
* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka2001-10-201-20/+32
* rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...John Wehle2001-10-111-2/+19
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-24/+25
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* flow.c (propagate_block_delete_libcall): Remove unused first argDavid Billinghurst2001-10-011-4/+3
* flow.c (delete_dead_jumptables): Delete jumptable if the only reference is fr...Ulrich Weigand2001-09-241-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-13/+10
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-12/+0
* Makefile.in (cfg.o, [...]): New.Jan Hubicka2001-09-101-6268/+1
* re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson2001-09-071-0/+3
* df.h (struct df): Add rts_order variable.Daniel Berlin2001-08-281-0/+65
* flow.c (redirect_edge_succ_nodup): Return new edge.Richard Henderson2001-08-271-3/+7
* * flow.c (verify_flow_info): Use checksums to verify edges.Roman Zippel2001-08-271-24/+22
* flow.c (flow_loop_dump): Do not display insn UIDs if this is not an RTL basic...Diego Novillo2001-08-271-5/+11
* function.c (thread_prologue_and_epilogue_insns): Avoid fallthru flag on edge ...Jan Hubicka2001-08-231-1/+6