summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* jump.c (squeeze_notes): Take parms by reference.Jason Merrill2001-08-221-16/+11
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* flow.c (flow_find_cross_jump): Don't consider unconditional return insns for ...Richard Henderson2001-08-221-2/+4
* profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger2001-08-211-1/+1
* basic-block.h (basic_block): Add new field 'flags'.Diego Novillo2001-08-201-16/+21
* flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.Richard Henderson2001-08-181-1/+2
* rtl.h (only_sets_cc0_p): New prototype.John Wehle2001-08-151-2/+2
* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its a...Jeffrey A Law2001-08-141-0/+3
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-1/+1
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-4/+4
* emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...Jan van Male2001-08-081-23/+23
* calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka2001-08-081-0/+1
* flow.c (back_edge_of_syntactic_loop_p): Add whitespace.Graham Stott2001-08-081-2/+7
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-2/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+3
* Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka2001-08-051-18/+38
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-4/+69
* * flow.c (merge_blocks): Return 1 if an extra jump is inserted.John Wehle2001-07-311-0/+2
* i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka2001-07-301-1/+94
* flow.c (mark_set_1): Use REG_FREQ_FROM_BB.Jan Hubicka2001-07-301-8/+4
* basic-block.h (CLEANUP_PRE_LOOP): New.Jan Hubicka2001-07-291-3/+28
* flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if not optimizing.Richard Henderson2001-07-281-1/+1
* flow.c (add_to_mem_set_list): New function.Richard Henderson2001-07-281-70/+66
* basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka2001-07-281-10/+50
* flow.c (last_loop_beg_note): New function.Jan Hubicka2001-07-271-24/+58
* flow.c (redirect_edge_and_branch_force): Test target->global_live_at_start.John Wehle2001-07-271-1/+1
* rtl.h (cleanup_barriers): Declare.Jan Hubicka2001-07-261-1/+27
* basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.John Wehle2001-07-261-4/+45
* flow.c (delete_dead_jumptables): New function.Jan Hubicka2001-07-251-9/+68