summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* * flow.c (clear_log_links): Remove unused variable.aj2001-10-261-2/+1
* * flow.c (clear_log_links): Use free_INSN_LIST_list, notrth2001-10-221-2/+2
* * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.hubicka2001-10-201-20/+32
* * rtlanal.c (noop_move_p): Insns with a REG_RETVAL notewehle2001-10-111-2/+19
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-24/+25
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * flow.c (propagate_block_delete_libcall): Remove unused first argmmitchel2001-10-011-4/+3
* * flow.c (delete_dead_jumptables): Delete jumptable if the onlyuweigand2001-09-241-1/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-13/+10
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-12/+0
* * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):hubicka2001-09-101-6268/+1
* Fix for PR 3783.wilson2001-09-071-0/+3
* 2001-08-28 Daniel Berlin <dan@cgsoftware.com>dberlin2001-08-281-0/+65
* * flow.c (redirect_edge_succ_nodup): Return new edge.rth2001-08-281-3/+7
* * flow.c (verify_flow_info): Use checksums to verify edges.rth2001-08-271-24/+22
* * flow.c (flow_loop_dump): Do not display insn UIDs if this is notdnovillo2001-08-271-5/+11
* * function.c (thread_prologue_and_epilogue_insns): Avoidhubicka2001-08-231-1/+6
* * jump.c (squeeze_notes): Take parms by reference. Handle END beingjason2001-08-221-16/+11
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * flow.c (flow_find_cross_jump): Don't consider unconditionalrth2001-08-221-2/+4
* * profile.c (compute_branch_probabilities): Remove extra new-lineaj2001-08-211-1/+1
* * basic-block.h (basic_block): Add new field 'flags'.dnovillo2001-08-211-16/+21
* * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.rth2001-08-191-1/+2
* * rtl.h (only_sets_cc0_p): New prototype.wehle2001-08-151-2/+2
* * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEGlaw2001-08-141-0/+3
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-1/+1
* * dbxout.c: Fix comment formatting.kazu2001-08-081-4/+4
* 2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-08-081-23/+23
* * calls.c (ECF_ALWAYS_RETURN): New constant.hubicka2001-08-081-0/+1
* * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.grahams2001-08-081-2/+7
* * calls.c (expand_call): Do not emit INSN_SETJMP note.hubicka2001-08-071-2/+2
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-2/+3
* * Makefile.in (reload1.o): Add dedendancy on except.hrth2001-08-061-18/+38
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.hubicka2001-08-041-4/+69
* * flow.c (merge_blocks): Return 1 if an extra jump is inserted.wehle2001-07-311-0/+2
* * i386.c (ix86_output_main_function_alignment_hack): New function.hubicka2001-07-301-1/+94
* * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.hubicka2001-07-301-8/+4
* * basic-block.h (CLEANUP_PRE_LOOP): New.hubicka2001-07-291-3/+28
* * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES ifrth2001-07-291-1/+1
* * flow.c (add_to_mem_set_list): New function.rth2001-07-291-70/+66
* * basic-block.h (EDGE_FREQUENCY): New macro.hubicka2001-07-281-10/+50
* * flow.c (last_loop_beg_note): New function.hubicka2001-07-271-24/+58
* * flow.c (redirect_edge_and_branch_force): Testwehle2001-07-271-1/+1
* * rtl.h (cleanup_barriers): Declare.hubicka2001-07-261-1/+27
* * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.wehle2001-07-261-4/+45
* * flow.c (delete_dead_jumptables): New function.hubicka2001-07-251-9/+68
* * flow.c (find_sub_basic_blocks): Fix handling of the last BB inrth2001-07-251-14/+19
* * flow.c (try_simplify_condjump): Avoid duplicated edges.hubicka2001-07-241-32/+90
* * flow.c (try_forward_edges): Accept fallthru edge; Update comment.hubicka2001-07-241-8/+10
* * flow.c (delete_noop_moves): Do not confuse libcall regions.hubicka2001-07-241-3/+5