aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-17Remove debug code accidentially checked in with last commit.Joern Rennecke1-4/+1
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-4/+13
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-6/+21
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2011-12-02Revert:Joseph Myers1-14/+6
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-07-06explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...Bernd Schmidt1-4/+4
2011-05-11Skip DEBUG_INSN in loop-doloop.cRevital Eres1-1/+1
2011-05-11Doloop pattern for ARMRevital Eres1-7/+67
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-07-19ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.Bingfeng Mei1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-3/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2008-11-03re PR rtl-optimization/37782 (Stage2 ada compiler miscompiled)Andrew Pinski1-5/+7
2008-09-18re PR rtl-optimization/37451 (Extra addition for doloop in some cases)Andrew Pinski1-5/+11
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-1/+2
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-11/+6
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-01-17Fix 34826Mircea Namolaru1-0/+14
2007-08-28Modulo-scheduling improvements. Patch 2 of 2Mircea Namolaru1-19/+63
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-4/+4
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-6/+2
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-5/+5
2006-11-22re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others)Zdenek Dvorak1-1/+5
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-4/+3
2006-09-15loop-doloop.c (doloop_optimize): Remove bogus arg from debugging printf.Bernd Schmidt1-2/+1
2006-09-16loop-doloop.c (doloop_optimize): Change type of max_cost to int.Andreas Tobler1-3/+4
2006-09-15params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New.Bernd Schmidt1-1/+12
2006-05-01re PR rtl-optimization/27291 (verify_flow_info failed: too many outgoing bran...Zdenek Dvorak1-37/+73
2005-11-30loop-doloop.c (add_test): Only add jump notes if we did emit a jump.Nathan Sidwell1-6/+10
2005-09-13loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather than a HOST_...Ian Lance Taylor1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling1-4/+8
2005-06-02> 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog...Steven Bosscher1-17/+30
2005-05-25loop-doloop.c: Include "target.h".Adrian Straetling1-19/+7
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell1-9/+5
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-6/+6
2004-10-08* loop-doloop.c (doloop_optimize): Extend count.Michael Matz1-1/+1
2004-10-07re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootst...Zdenek Dvorak1-9/+38
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-6/+6
2004-09-24re PR rtl-optimization/17625 (ICE on legal (doloop creates shared RTL))Zdenek Dvorak1-2/+2
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-7/+7
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-7/+7