]> gcc.gnu.org Git - gcc.git/history - gcc/loop-doloop.c
New syntax for -fsanitize-recover.
[gcc.git] / gcc / loop-doloop.c
2014-10-21 Andrew MacLeodloop-doloop.c: Include loop-unroll.h.
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-22 David Malcolmloop-doloop.c: Use rtx_insn in a few places
2014-05-26 Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-19 Peter Bergnerloop-doloop.c (doloop_optimize_loops): Remove unused...
2013-11-09 Richard Sandifordtarget.def (can_use_doloop_p): New hook.
2013-10-09 Andrew MacLeodloop-doloop.c (doloop_modify, [...]): Use get_max_loop_...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-10-16 Joern RenneckeRemove debug code accidentially checked in with last...
2012-10-16 Joern Renneckeloop-doloop.c (doloop_modify): Pass doloop_end pattern...
2012-10-08 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use estimated_l...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-03-05 Richard Guenthercfgloop.c (verify_loop_structure): Verify dominators...
2011-12-02 Joseph MyersRevert:
2011-08-18 Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-07-06 Bernd Schmidtexplow.c (trunc_int_for_mode): Use GET_MODE_PRECISION...
2011-05-11 Revital EresSkip DEBUG_INSN in loop-doloop.c
2011-05-11 Revital EresDoloop pattern for ARM
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-07-19 Bingfeng Meiddg.c (create_ddg): Exclude nodes of debug_insn in...
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-02-19 Jakub Jelinekre PR middle-end/42233 (c++ builtin_expect code generat...
2009-11-25 H.J. LuRemove trailing white spaces.
2008-11-03 Andrew Pinskire PR rtl-optimization/37782 (Stage2 ada compiler misco...
2008-09-18 Andrew Pinskire PR rtl-optimization/37451 (Extra addition for doloop...
2008-08-31 Jan Hubickafwprop.c (should_replace_address): Add speed attribute.
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-01-17 Mircea NamolaruFix 34826
2007-08-28 Mircea NamolaruModulo-scheduling improvements. Patch 2 of 2
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-03 Zdenek Dvorakcfgloopmanip.c (remove_path, [...]): Change dom_bbs...
2006-12-10 Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-11-25 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass loops structure...
2006-11-22 Zdenek Dvorakre PR rtl-optimization/29924 (pr24626-4.c fails on...
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-09-15 Bernd Schmidtloop-doloop.c (doloop_optimize): Remove bogus arg from...
2006-09-15 Andreas Toblerloop-doloop.c (doloop_optimize): Change type of max_cos...
2006-09-15 Bernd Schmidtparams.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST)...
2006-05-01 Zdenek Dvorakre PR rtl-optimization/27291 (verify_flow_info failed...
2005-11-30 Nathan Sidwellloop-doloop.c (add_test): Only add jump notes if we...
2005-09-13 Ian Lance Taylorloop-doloop.c (doloop_modify): Use GEN_INT to pass...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-09 Adrian Straetlingtarget.h (insn_valid_within_doloop): Rename into "inval...
2005-06-02 Steven Bosscher> 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostaf...
2005-05-25 Adrian Straetlingloop-doloop.c: Include "target.h".
2005-04-01 Nathan Sidwelllocal-alloc.c (update_equiv_regs): Use gcc_assert,...
2005-03-12 Kazu Hiratacfglayout.c, [...]: Update copyright.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2004-10-08 Michael Matz* loop-doloop.c (doloop_optimize): Extend count.
2004-10-07 Zdenek Dvorakre PR rtl-optimization/17791 (doloop can produce wrong...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-24 Zdenek Dvorakre PR rtl-optimization/17625 (ICE on legal (doloop...
2004-09-10 Nathan SidwellRevert 2004-09-09 Giovanni Bajo <giovannibajo@gcc...
2004-09-10 Giovanni Bajolambda-mat.c (lambda_matrix_inverse_hard): Use gcc_asse...
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-05-07 Andrew Pinskiloop-doloop.c (doloop_valid_p): Make sure that body...
2004-04-30 Kazu Hiratabb-reorder.c, [...]: Fix comment typos.
2004-03-20 Kazu Hirataloop-doloop.c (add_test): Replace GEN_INT (0) with...
2004-03-18 Zdenek Dvorakdoloop.c: Removed.
This page took 6.247062 seconds and 73 git commands to generate.