Age | Commit message (Expand) | Author | Files | Lines |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -7/+223 |
2006-09-12 | * cfganal.c (compute_dominance_frontiers_1): Don't be quadratic. | Jan Hubicka | 1 | -0/+2 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -18/+18 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -10/+10 |
2005-12-20 | cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput... | Kenneth Zadeck | 1 | -24/+59 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -16/+15 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -2/+4 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -1/+1 |
2005-03-14 | basic-block.h (BB_VISITED): Removed. | Zdenek Dvorak | 1 | -6/+44 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-02-21 | cfganal.c (find_unreachable_blocks): Manually CSE load of e->dest. | Jeff Law | 1 | -5/+9 |
2005-01-23 | * cfganal.c: Fix a reference to Harvey's paper. | Kazu Hirata | 1 | -1/+1 |
2005-01-22 | cfganal.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-19 | cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm | Daniel Berlin | 1 | -57/+43 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-11-09 | cfganal.c (flow_dfs_compute_reverse_execute): Accept new argument holding las... | Jeff Law | 1 | -5/+8 |
2004-11-08 | cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i... | Jeff Law | 1 | -3/+12 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-05 | basic-block.h: Remove the prototype for flow_preorder_transversal_compute. | Kazu Hirata | 1 | -120/+0 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -82/+87 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -2/+3 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -12/+4 |
2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -0/+79 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -8/+16 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -1/+1 |
2004-06-14 | basic-block.h (could_fall_through): Declare. | J"orn Rennecke | 1 | -1/+26 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -164/+15 |
2004-02-07 | c-ppoutput.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-06 | * cfganal.c (flow_call_edges_add): Never split a libcall block. | Ulrich Weigand | 1 | -1/+14 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -13/+13 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -17/+13 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -2/+2 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -74/+38 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-15 | cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU flag befo... | Josef Zlomek | 1 | -3/+7 |
2003-01-07 | * cfganal.c (flow_call_edges_add): Don't crash on noreturn call. | Richard Henderson | 1 | -5/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-11 | cfganal.c (dfs_enumerate_from): Use PARAMS. | John David Anglin | 1 | -1/+1 |
2002-09-27 | Fix comment typo. | Richard Henderson | 1 | -1/+1 |
2002-09-27 | re PR rtl-optimization/7520 (internal compiler error in verify_local_live_at_... | Richard Henderson | 1 | -2/+26 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -5/+5 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+0 |
2002-06-01 | basic-block.h (struct basic_block_def): New field loop_father. | Zdenek Dvorak | 1 | -0/+51 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -22/+14 |