| Commit message (Expand) | Author | Age | Files | Lines |
* | basic-block.h (BB_SET_PARTITION): Clear old value first. | Zack Weinberg | 2004-08-25 | 1 | -1/+6 |
* | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 2004-08-24 | 1 | -21/+24 |
* | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 2004-08-19 | 1 | -3/+5 |
* | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 2004-08-04 | 1 | -0/+9 |
* | re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi... | Richard Sandiford | 2004-07-26 | 1 | -1/+1 |
* | basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | Bernardo Innocenti | 2004-07-26 | 1 | -1/+1 |
* | rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | Steven Bosscher | 2004-07-21 | 1 | -1/+0 |
* | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 2004-07-16 | 1 | -0/+1 |
* | Conditionally compile support for --enable-mapped_location. | Per Bothner | 2004-06-30 | 1 | -1/+1 |
* | basic-block.h (could_fall_through): Declare. | J"orn Rennecke | 2004-06-14 | 1 | -0/+1 |
* | basic-block.h (struct edge_def): Add goto_locus. | Richard Henderson | 2004-06-09 | 1 | -0/+3 |
* | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 2004-06-03 | 1 | -9/+7 |
* | basic-block.h (life_analysis, [...]): Update prototypes. | Steven Bosscher | 2004-05-15 | 1 | -2/+2 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -32/+90 |
* | basic-block.h (free_basic_block_vars): Update prototype. | Steven Bosscher | 2004-05-05 | 1 | -1/+1 |
* | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 2004-04-09 | 1 | -0/+12 |
* | basic-block.h (make_eh_edge, [...]): Declare. | Jan Hubicka | 2004-02-25 | 1 | -0/+2 |
* | loop-iv.c: New file. | Zdenek Dvorak | 2004-02-17 | 1 | -0/+11 |
* | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 2004-01-29 | 1 | -8/+0 |
* | basic-block.h (PROP_POSTRELOAD): New macro. | Jan Hubicka | 2004-01-23 | 1 | -0/+5 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | basic-block.h (try_redirect_by_replacing_jump): Declare. | Jan Hubicka | 2004-01-18 | 1 | -0/+1 |
* | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 2003-12-30 | 1 | -17/+29 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -6/+3 |
* | re PR rtl-optimization/13169 (asm using r30 or r31 confuses global_alloc) | Alan Modra | 2003-12-06 | 1 | -0/+2 |
* | Makefile.in (ifcvt.o): Add cfgloop.h. | Zdenek Dvorak | 2003-07-18 | 1 | -1/+2 |
* | basic-block.h: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -154/+134 |
* | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 2003-07-03 | 1 | -2/+4 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -1/+1 |
* | Makefile.in (cfgrtl.o): Add expr.h dependency. | Zdenek Dvorak | 2003-06-26 | 1 | -0/+1 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-06-23 | 1 | -1/+1 |
* | basic-block.h: Remove duplicate prototype of note_prediction_to_br_prob. | Andreas Jaeger | 2003-06-16 | 1 | -1/+0 |
* | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 2003-06-15 | 1 | -1/+3 |
* | basic-block.h (flow_delete_block_noexpunge): Kill. | Jan Hubicka | 2003-06-12 | 1 | -1/+0 |
* | basic-block.h (EDGE_SIBCALL): New. | Richard Henderson | 2003-06-07 | 1 | -1/+2 |
* | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 2003-06-06 | 1 | -6/+4 |
* | Makefile.in (LIBGCC_DEPS): Add gcov headers. | Nathan Sidwell | 2003-04-23 | 1 | -0/+4 |
* | cfg.c (unchecked_make_edge): New. | Michael Matz | 2003-03-10 | 1 | -0/+2 |
* | basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New. | Zdenek Dvorak | 2003-03-05 | 1 | -1/+3 |
* | i386.c (x86_inter_unit_moves): New variable. | Jan Hubicka | 2003-02-06 | 1 | -0/+1 |
* | cfgloopanal.c: New file. | Zdenek Dvorak | 2003-01-24 | 1 | -201/+8 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | Makefile.in (optabs.o): Add dependency on basic-block.h. | Josef Zlomek | 2003-01-09 | 1 | -1/+2 |
* | Makefile.in (PARTITION_H): New. | Josef Zlomek | 2003-01-08 | 1 | -0/+1 |
* | * basic-block.h (flow_bb_inside_loop_p): Correct prototype. | Roger Sayle | 2002-12-19 | 1 | -2/+4 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -1/+5 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -4/+4 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2002-09-08 | 1 | -1/+1 |
* | * basic-block.h (struct loop): Remove unused cont_dominator field. | Roger Sayle | 2002-09-08 | 1 | -3/+0 |