| Commit message (Expand) | Author | Age | Files | Lines |
* | * profile.c: Add file comment describing the overall algorithm and | nathan | 2002-07-29 | 1 | -7/+10 |
* | Enhancements for the if-conversion pass | bernds | 2002-07-21 | 1 | -0/+27 |
* | 2002-07-15 Michael Matz <matz@suse.de>, | matz | 2002-07-15 | 1 | -0/+6 |
* | 2002-06-24 David S. Miller <davem@redhat.com> | davem | 2002-06-24 | 1 | -1/+2 |
* | Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-20 | 1 | -4/+22 |
* | 2002-06-10 Roger Sayle <roger@eyesopen.com> | sayle | 2002-06-10 | 1 | -2/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -2/+2 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -3/+1 |
* | * basic-block.h (struct basic_block_def): New field loop_father. | hubicka | 2002-06-01 | 1 | -6/+33 |
* | * basic-block.h (last_basic_block): Declare. | rakdver | 2002-05-28 | 1 | -2/+2 |
* | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 2002-05-27 | 1 | -0/+4 |
* | * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge): | hubicka | 2002-05-27 | 1 | -0/+3 |
* | * basic-block.h (PEOP_SCAN_DEAD_STORES): New. | hubicka | 2002-05-27 | 1 | -1/+6 |
* | 2002-05-23 David S. Miller <davem@redhat.com> | davem | 2002-05-23 | 1 | -0/+2 |
* | * basic_block.h (struct basic_block_def): Added prev_bb and next_bb | rakdver | 2002-05-19 | 1 | -2/+17 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -27/+7 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -7/+27 |
* | * invoke.texi (-malign-double): Re-add lost warning. | hubicka | 2002-05-15 | 1 | -0/+4 |
* | * i386.md (testsi to testqi spliters): New. | hubicka | 2002-05-11 | 1 | -0/+2 |
* | * cfglayout.c (function_tail_eff_head): Rename to ... | hubicka | 2002-05-08 | 1 | -0/+1 |
* | * basic-block.h (flow_delete_block_noexpunge): Declare. | rth | 2002-04-10 | 1 | -1/+3 |
* | * basic-block.h (fixup_abnormal_edges): Declare. | hubicka | 2002-03-07 | 1 | -0/+1 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -3/+6 |
* | * basic-block.h (BB_REACHABLE): Renumber. | hubicka | 2002-02-28 | 1 | -1/+6 |
* | * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB argument. | hubicka | 2002-01-25 | 1 | -0/+1 |
* | * basic-block.h (update_br_prob_note): Declare. | hubicka | 2002-01-10 | 1 | -0/+1 |
* | * basic-block.h: Remove forward def of tree_node and | grahams | 2001-12-31 | 1 | -5/+0 |
* | * Makefile.in (cfgcleanup.o): Add cselib.h dependancy. | hubicka | 2001-12-17 | 1 | -0/+1 |
* | Add newline in copyright block. | kenner | 2001-12-16 | 1 | -1/+2 |
* | * basic-block.h (flow_preorder_transversal_compute): Declare. | wehle | 2001-12-12 | 1 | -0/+1 |
* | * cfgrtl.c (purge_all_dead_edges): Use int as argument for | aj | 2001-11-15 | 1 | -1/+1 |
* | * basic-block.h (purge_all_dead_edges): Add update_life_p argument. | hubicka | 2001-10-29 | 1 | -1/+1 |
* | * cfg.c (clear_aux_for_blocks): Split out of ... | rth | 2001-10-26 | 1 | -0/+2 |
* | * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op. | hubicka | 2001-10-23 | 1 | -0/+1 |
* | * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter. | hubicka | 2001-10-20 | 1 | -0/+1 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -5/+5 |
* | * Makefile.in (cfgrtl.o): Add. | hubicka | 2001-09-25 | 1 | -1/+7 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -2/+0 |
* | * basic-block.h (free_bb_for_insn): Declare. | hubicka | 2001-09-16 | 1 | -0/+1 |
* | * basic-block.h (expunge_block): Declare. | dnovillo | 2001-09-12 | 1 | -0/+1 |
* | * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | hubicka | 2001-09-11 | 1 | -7/+12 |
* | * basic-block.h (cached_make_edge, make_single_succ): New. | hubicka | 2001-09-11 | 1 | -1/+5 |
* | * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o): | hubicka | 2001-09-10 | 1 | -3/+12 |
* | 2001-08-28 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-08-28 | 1 | -0/+1 |
* | * flow.c (redirect_edge_succ_nodup): Return new edge. | rth | 2001-08-28 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * basic-block.h (basic_block): Add new field 'flags'. | dnovillo | 2001-08-21 | 1 | -0/+7 |
* | * Makefile.in (reload1.o): Add dedendancy on except.h | rth | 2001-08-06 | 1 | -2/+2 |
* | * basic-block.h: Add prototype for last_loop_beg_note. | aj | 2001-08-01 | 1 | -24/+25 |
* | * i386.c (ix86_output_main_function_alignment_hack): New function. | hubicka | 2001-07-30 | 1 | -0/+2 |