Age | Commit message (Expand) | Author | Files | Lines |
2013-01-30 | sparseset.h (sparseset_bit_p): Use gcc_checking_assert. | Richard Biener | 1 | -6/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -9/+8 |
2012-11-08 | re PR tree-optimization/55191 (ICE in compute_antic at tree-ssa-pre.c:2511) | Steven Bosscher | 1 | -3/+5 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -28/+24 |
2012-10-31 | re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in... | Steven Bosscher | 1 | -8/+8 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -15/+15 |
2012-08-13 | tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti... | Steven Bosscher | 1 | -1/+1 |
2012-07-23 | sbitmap.h (struct int_list): Remove. | Steven Bosscher | 1 | -0/+173 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -192/+6 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -0/+12 |
2011-04-10 | Remove doubled up words. | Mike Stump | 1 | -1/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -2/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-05 | tree-into-ssa.c (insert_phi_nodes): Use bitmap heads for dominance frontiers. | Jan Hubicka | 1 | -5/+5 |
2010-06-04 | tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p. | Jan Hubicka | 1 | -3/+2 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -0/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -23/+23 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-06-26 | cfganal.c: Include vec.h and vecprim.h. | Steven Bosscher | 1 | -0/+63 |
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 |