Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-07-12 | Makefile.in (target-globals.o): Depend on $(CFGLOOP_H). | Richard Sandiford | 1 | -13/+5 |
2010-07-10 | re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem... | Sandra Loosemore | 1 | -5/+21 |
2009-09-30 | re PR target/41279 (252.eon performance regression) | Jakub Jelinek | 1 | -3/+5 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -5/+5 |
2009-06-30 | cfgloopanal.c (check_irred): Move into ... | Jan Hubicka | 1 | -22/+24 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2009-01-29 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -2/+2 |
2008-12-09 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -2/+2 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -28/+34 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -5/+20 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -0/+1 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-08-04 | tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso... | Zdenek Dvorak | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-06-05 | cfg.c (init_flow): Use type safe memory macros. | Thomas Neumann | 1 | -2/+2 |
2007-06-03 | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 1 | -211/+7 |
2007-05-27 | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 1 | -38/+32 |
2007-05-11 | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 1 | -6/+8 |
2007-04-17 | re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough) | Zdenek Dvorak | 1 | -24/+31 |
2007-04-06 | tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable". | Zdenek Dvorak | 1 | -7/+17 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -5/+11 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -10/+10 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -29/+34 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -2/+4 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -8/+8 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -4/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-17 | cfgloop.h (just_once_each_iteration_p): Declaration changed. | Zdenek Dvorak | 1 | -1/+1 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -1/+1 |
2005-03-31 | cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges out... | Zdenek Dvorak | 1 | -5/+2 |
2005-03-02 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -0/+29 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -4/+6 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -2/+1 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -16/+16 |
2004-06-20 | loop-invariant.c: New file. | Zdenek Dvorak | 1 | -0/+89 |
2004-04-22 | cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macro | Jan Hubicka | 1 | -4/+4 |
2004-03-18 | doloop.c: Removed. | Zdenek Dvorak | 1 | -0/+17 |
2004-03-02 | cfgloop.h (struct loop_desc): Removed. | Zdenek Dvorak | 1 | -1063/+1 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -32/+32 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-13 | cfgloopanal.c (mark_irreducible_loops): Rewriten. | Zdenek Dvorak | 1 | -149/+256 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -15/+14 |
2003-12-27 | re PR rtl-optimization/13159 (FAIL: gcc.c-torture/compile/930621-1.c) | Zdenek Dvorak | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -16/+16 |
2003-11-05 | cfgloopanal.c (variable_initial_value, [...]): Record the fact that initial v... | Zdenek Dvorak | 1 | -49/+269 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-09-16 | re PR bootstrap/12269 (Mainline failed to bootstrap on Linux/ia64) | Roger Sayle | 1 | -2/+2 |