| Commit message (Expand) | Author | Age | Files | Lines |
* | * basic-block.h (control_flow_graph): Change the type of | kazu | 2006-01-11 | 1 | -3/+6 |
* | 2005-12-17 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-12-17 | 1 | -4/+7 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -2/+1 |
* | * cfgbuild.c: Update comments. | kazu | 2005-03-14 | 1 | -10/+27 |
* | * basic-block.h: Update the prototypes of cached_make_edge and | kazu | 2005-03-14 | 1 | -24/+19 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -2/+2 |
* | * cfgbuild.c (state, STATE, SET_STATE, | kazu | 2005-03-09 | 1 | -19/+28 |
* | * cfgbuild.c (find_sub_basic_blocks): Remove. | kazu | 2005-03-07 | 1 | -42/+2 |
* | * basic-block.h: Adjust the prototype for find_basic_blocks. | kazu | 2005-02-15 | 1 | -4/+2 |
* | PR middle-end/16585 | steven | 2005-01-26 | 1 | -14/+0 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | PR rtl-optimization/18861 | jakub | 2005-01-07 | 1 | -0/+64 |
* | * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): | steven | 2004-11-29 | 1 | -9/+2 |
* | * cfg.c (cached_make_edge): Use find_edge rather than an inlined | law | 2004-11-22 | 1 | -7/+4 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -8/+13 |
* | * basic-block.h (guess_outgoing_edge_probabilities): Declare. | hubicka | 2004-09-09 | 1 | -29/+37 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -9/+6 |
* | Add more details to hot/cold partitioning comments and documentation. | ctice | 2004-08-25 | 1 | -1/+4 |
* | * basic-block.h (profile_staus): New global variable. | hubicka | 2004-08-04 | 1 | -0/+2 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -8/+8 |
* | * cfgbuild.c (make_edges): Do not use label_value_list. | hubicka | 2004-06-17 | 1 | -44/+7 |
* | * basic-block.h (could_fall_through): Declare. | amylaar | 2004-06-14 | 1 | -0/+7 |
* | * basic-block.c (tail_recursion_label_list): Don't declare. | steven | 2004-06-03 | 1 | -61/+1 |
* | * cfgbuild.c (control_flow_insn_p): Notice noreturn call | hubicka | 2004-05-27 | 1 | -0/+6 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -4/+4 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -0/+6 |
* | gcc/ | kazu | 2004-02-27 | 1 | -1/+1 |
* | * basic-block.h (make_eh_edge, break_superblocks): Declare. | hubicka | 2004-02-25 | 1 | -2/+1 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -10/+11 |
* | * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of | zlomek | 2003-09-02 | 1 | -3/+1 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * caller-save.c: Convert to ISO C90. | aj | 2003-06-22 | 1 | -47/+23 |
* | * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL. | rth | 2003-06-13 | 1 | -1/+2 |
* | * basic-block.h (EDGE_SIBCALL): New. | rth | 2003-06-07 | 1 | -2/+1 |
* | * cfgbuild.c (make_edges): Do not use next_nonnote_insn when | hubicka | 2003-04-24 | 1 | -5/+7 |
* | * cfgbuild.c (make_edges): Use tablejump_p. | rth | 2003-03-30 | 1 | -6/+2 |
* | * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | sayle | 2003-03-15 | 1 | -2/+2 |
* | * i386.c (x86_inter_unit_moves): New variable. | hubicka | 2003-02-06 | 1 | -2/+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 | -3/+2 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * calls.c (expand_call): Simplify noreturn call. | hubicka | 2002-10-11 | 1 | -1/+1 |
* | Index: ChangeLog | geoffk | 2002-08-05 | 1 | -1/+0 |
* | * rtl.def (CODE_LABEL): Remove slot 8. | zack | 2002-07-19 | 1 | -2/+2 |
* | * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to | hubicka | 2002-06-12 | 1 | -7/+0 |
* | 2002-06-11 Roger Sayle <roger@eyesopen.com> | sayle | 2002-06-11 | 1 | -1/+1 |
* | 2002-06-10 Roger Sayle <roger@eyesopen.com> | sayle | 2002-06-10 | 1 | -12/+4 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -2/+0 |
* | * basic-block.h (last_basic_block): Declare. | rakdver | 2002-05-28 | 1 | -5/+5 |