| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -38/+40 |
* | re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in... | Steven Bosscher | 2012-10-31 | 1 | -4/+8 |
* | dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert. | Steven Bosscher | 2012-08-14 | 1 | -16/+14 |
* | diagnostic-core.h: Include bversion.h. | Joseph Myers | 2010-11-30 | 1 | -1/+0 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -5/+5 |
* | cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p. | Nathan Froyd | 2010-08-19 | 1 | -2/+1 |
* | re PR target/42495 (redundant memory load) | Maxim Kuvyrkov | 2010-07-27 | 1 | -3/+19 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -3/+3 |
* | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 2010-05-22 | 1 | -0/+1 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -2/+2 |
* | re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails) | Rainer Orth | 2010-01-05 | 1 | -1/+1 |
* | dominance.c (set_immediate_dominator): Don't mark as inline. | Dmitry Gorbachev | 2009-12-14 | 1 | -1/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -15/+15 |
* | cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ... | David Binderman | 2009-11-24 | 1 | -2/+1 |
* | basic-block.h (get_all_dominated_blocks): Declare. | Richard Guenther | 2009-04-20 | 1 | -0/+27 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -9/+9 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -3/+4 |
* | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 2007-08-14 | 1 | -1/+1 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -1/+1 |
* | dominance.c (dom_computed, [...]): Removed. | Zdenek Dvorak | 2007-07-26 | 1 | -6/+0 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-06-13 | 1 | -2/+2 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -1/+2 |
* | re PR middle-end/32209 (Boot failure Comparing stages 2 and 3 with --disable... | Zdenek Dvorak | 2007-06-08 | 1 | -15/+52 |
* | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 2007-06-03 | 1 | -70/+347 |
* | basic-block.h (cdi_direction): Assign values to all enumeration constants. | Josh Conner | 2007-05-04 | 1 | -68/+135 |
* | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Zdenek Dvorak | 2006-08-16 | 1 | -0/+22 |
* | alloc-pool.h (free_alloc_pool_if_empty): Prototype new function. | Richard Guenther | 2006-06-20 | 1 | -0/+1 |
* | dominance.c: Include timevar.h. | Zdenek Dvorak | 2006-04-19 | 1 | -0/+4 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -4/+4 |
* | Fix "node B dominates node B" to "node B dominates node A" | Daniel Berlin | 2006-01-04 | 1 | -1/+1 |
* | dominance.c: Add comment about why we use DFS numbering of dominance tree. | Daniel Berlin | 2006-01-04 | 1 | -0/+74 |
* | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 2005-12-17 | 1 | -9/+6 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 2005-06-15 | 1 | -3/+3 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+1 |
* | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 2005-04-22 | 1 | -1/+1 |
* | dominance.c, [...]: Fix comment typos. | Kazu Hirata | 2005-04-09 | 1 | -1/+1 |
* | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 2005-04-08 | 1 | -0/+21 |
* | dominance.c (free_dominance_info): Speed up by freeing et data structures wit... | Kazu Hirata | 2005-03-25 | 1 | -3/+3 |
* | bt-load.c, [...]: Update copyright. | Kazu Hirata | 2005-02-17 | 1 | -1/+1 |
* | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 2005-02-17 | 1 | -2/+2 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -0/+1 |
* | re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2) | Zdenek Dvorak | 2004-10-16 | 1 | -9/+13 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -37/+35 |
* | re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif... | Frank Ch. Eigler | 2004-09-23 | 1 | -5/+6 |
* | dominance.c (verify_dominators): Don't SEGV if recount_dominator returns NULL. | Frank Ch. Eigler | 2004-09-22 | 1 | -2/+6 |
* | Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency. | Zdenek Dvorak | 2004-09-16 | 1 | -0/+26 |
* | dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 2004-09-08 | 1 | -39/+19 |