basic-block.h: Changed basic block numbering so that the entry block is 0 and the...
[gcc.git] / gcc / cfghooks.c
2005-12-17 Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-08-24 Zdenek Dvorakbb-reorder.c (copy_bb, [...]): Add argument to duplicat...
2005-07-03 Joseph Myersbb-reorder.c, [...]: Avoid "." or "\n" at end of diagno...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Jan Hubickabasic-block.h (rtl_bb_info): Break out head_, end_...
2005-06-15 Jan HubickaMakefile.in (cfg.o): Add new dependencies.
2005-05-26 Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-04-03 Kazu Hiratacfghooks.c, [...]: Fix comment typos.
2005-04-03 Mostafa Hagogcfghooks.c (lv_flush_pending_stmts, [...]): New.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-08 Kazu Hiratac-semantics.c, [...]: Update copyright.
2005-03-07 Kazu Hiratacfghooks.c (verify_flow_info): Remove local variable...
2004-11-22 Kazu Hiratacfg.c (unchecked_make_edge): Call execute_on_growing_pr...
2004-11-22 Jeff Lawcfg.c (cached_make_edge): Use find_edge rather than...
2004-11-20 Kazu Hiratabasic-block.h (edge_def): Add dest_idx.
2004-11-04 Kazu Hiratacfghooks.c (delete_basic_block): Remove code to truncat...
2004-10-16 Zdenek Dvorakre PR tree-optimization/17766 (cc1 hangs in with -O3...
2004-10-07 Zdenek Dvorakre PR tree-optimization/17806 (compiler error: in verif...
2004-09-29 Jeff Lawtree-ssa-threadupdate.c (create_block_for_threading...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-07 Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
2004-06-23 Pat Haugencfghooks.c (make_forwarder_block): Decrement count...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-09 Caroline Ticebasic-block.h (struct edge_def): Add new field, crossin...
2004-03-22 Kazu Hiratabt-load.c, [...]: Remove unnecessary casts.
2004-02-17 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-02-17 Zdenek Dvorak* cfghooks.c (split_edge): Speed up updating of dominators.
2004-01-31 Kazu Hirataalloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfgho...
2004-01-29 Zdenek Dvorakcfghooks.c (split_block): Set probability and count...
2004-01-29 Zdenek DvorakMakefile.in (cfghooks.o): Add TIMEVAR_H and toplev...
2003-06-22 Andreas Jaegercaller-save.c: Convert to ISO C90.
2003-06-06 Jan Hubickafunction.c (FLOOR_ROUND, CEIL_ROUND): Fix.