summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* flow.c (find_sub_basic_blocks): Fix handling of the last BB in the sequence.Jan Hubicka2001-07-251-14/+19
* flow.c (try_simplify_condjump): Avoid duplicated edges.Jan Hubicka2001-07-241-32/+90
* flow.c (try_forward_edges): Accept fallthru edge; Update comment.Jan Hubicka2001-07-241-8/+10
* * flow.c (delete_noop_moves): Do not confuse libcall regions.Jan Hubicka2001-07-241-3/+5
* * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.Richard Henderson2001-07-231-5/+6
* flow.c (try_simplify_condjump): Unlink insn chain on fallthru edge; use can_f...Jan Hubicka2001-07-231-1/+6
* basic-block.h (find_sub_basic_block): Declare.Jan Hubicka2001-07-231-99/+121
* flow.c: Grammar check and clarify a lot of comments.Richard Henderson2001-07-231-290/+406
* flow.c (split_block): Make sure bb_note is included in the new block when spl...Richard Henderson2001-07-221-0/+5
* basic-block.h (redirect_edge_and_branch_force, [...]): Declare.Jan Hubicka2001-07-221-9/+7