| Commit message (Expand) | Author | Age | Files | Lines |
* | * basic-block.h (could_fall_through): Declare. | amylaar | 2004-06-14 | 1 | -0/+1 |
* | * basic-block.h (struct edge_def): Add goto_locus. | rth | 2004-06-09 | 1 | -0/+3 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -9/+7 |
* | * basic-block.h (life_analysis, delete_noop_moves): | steven | 2004-05-15 | 1 | -2/+2 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -32/+90 |
* | * basic-block.h (free_basic_block_vars): Update prototype. | steven | 2004-05-05 | 1 | -1/+1 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -0/+12 |
* | * basic-block.h (make_eh_edge, break_superblocks): Declare. | hubicka | 2004-02-25 | 1 | -0/+2 |
* | * loop-iv.c: New file. | rakdver | 2004-02-17 | 1 | -0/+11 |
* | * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | rakdver | 2004-01-29 | 1 | -8/+0 |
* | * basic-block.h (PROP_POSTRELOAD): New macro. | hubicka | 2004-01-23 | 1 | -0/+5 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * basic-block.h (try_redirect_by_replacing_jump): Declare. | hubicka | 2004-01-18 | 1 | -0/+1 |
* | Backport from tree-ssa (relevant changes only): | steven | 2003-12-30 | 1 | -17/+29 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -6/+3 |
* | PR 13169 | amodra | 2003-12-06 | 1 | -0/+2 |
* | * Makefile.in (ifcvt.o): Add cfgloop.h. | rakdver | 2003-07-18 | 1 | -1/+2 |
* | * basic-block.h: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -154/+134 |
* | * basic-block.h (create_basic_block, merge_blocks_nomove): Kill. | hubicka | 2003-07-03 | 1 | -2/+4 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -1/+1 |
* | * Makefile.in (cfgrtl.o): Add expr.h dependency. | rakdver | 2003-06-26 | 1 | -0/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -1/+1 |
* | * basic-block.h: Remove duplicate prototype of | aj | 2003-06-16 | 1 | -1/+0 |
* | * alloc-pool.c: Convert to ISO C90 prototypes. | aj | 2003-06-15 | 1 | -1/+3 |
* | * basic-block.h (flow_delete_block_noexpunge): Kill. | hubicka | 2003-06-12 | 1 | -1/+0 |
* | * basic-block.h (EDGE_SIBCALL): New. | rth | 2003-06-07 | 1 | -1/+2 |
* | * function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | hubicka | 2003-06-06 | 1 | -6/+4 |
* | * Makefile.in (LIBGCC_DEPS): Add gcov headers. | nathan | 2003-04-23 | 1 | -0/+4 |
* | * cfg.c (unchecked_make_edge): New. | matz | 2003-03-10 | 1 | -0/+2 |
* | * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New. | rakdver | 2003-03-05 | 1 | -1/+3 |
* | * i386.c (x86_inter_unit_moves): New variable. | hubicka | 2003-02-06 | 1 | -0/+1 |
* | * cfgloopanal.c: New file. | rakdver | 2003-01-24 | 1 | -201/+8 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * alias.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * Makefile.in (optabs.o): Add dependency on basic-block.h. | zlomek | 2003-01-09 | 1 | -1/+2 |
* | * Makefile.in (PARTITION_H): New. | zlomek | 2003-01-08 | 1 | -0/+1 |
* | * basic-block.h (flow_bb_inside_loop_p): Correct prototype. | sayle | 2002-12-19 | 1 | -2/+4 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -1/+5 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -4/+4 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -1/+1 |
* | * basic-block.h (struct loop): Remove unused cont_dominator field. | sayle | 2002-09-08 | 1 | -3/+0 |
* | * 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 |