summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* flow.c (try_redirect_by_replacing_jump): Correctly compute which insns to del...Richard Henderson2001-07-211-23/+15
* flow.c (redirect_edge_and_branch): Bail out on complex edges.Richard Henderson2001-07-181-19/+26
* unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.Andreas Jaeger2001-07-171-1/+0
* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka2001-07-161-0/+33
* hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson2001-07-161-2/+1
* flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and ...Richard Henderson2001-07-151-2/+10
* Re-install recently reverted patch.Jan Hubicka2001-07-141-1/+1
* bb-reorder.c (skip_insn_after_block): Get past the line number notes.Jan Hubicka2001-07-141-4/+4
* Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating2001-07-131-1/+1
* emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka2001-07-131-1/+1
* flow.c (try_optimize_cfg): Delete whole chain of trivially dead basic blocks.Jan Hubicka2001-07-121-11/+8