summaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-6/+2
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-5/+5
* re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others)Zdenek Dvorak2006-11-221-1/+5
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-4/+3
* loop-doloop.c (doloop_optimize): Remove bogus arg from debugging printf.Bernd Schmidt2006-09-151-2/+1
* loop-doloop.c (doloop_optimize): Change type of max_cost to int.Andreas Tobler2006-09-161-3/+4
* params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New.Bernd Schmidt2006-09-151-1/+12
* re PR rtl-optimization/27291 (verify_flow_info failed: too many outgoing bran...Zdenek Dvorak2006-05-011-37/+73
* loop-doloop.c (add_test): Only add jump notes if we did emit a jump.Nathan Sidwell2005-11-301-6/+10
* loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather than a HOST_...Ian Lance Taylor2005-09-131-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling2005-06-091-4/+8
* > 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog...Steven Bosscher2005-06-021-17/+30
* loop-doloop.c: Include "target.h".Adrian Straetling2005-05-251-19/+7
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-9/+5
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-6/+6
* * loop-doloop.c (doloop_optimize): Extend count.Michael Matz2004-10-081-1/+1
* re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootst...Zdenek Dvorak2004-10-071-9/+38
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-6/+6
* re PR rtl-optimization/17625 (ICE on legal (doloop creates shared RTL))Zdenek Dvorak2004-09-241-2/+2
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-7/+7
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-7/+7
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-3/+3
* loop-doloop.c (doloop_valid_p): Make sure that body gets freed.Andrew Pinski2004-05-071-4/+11
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* loop-doloop.c (add_test): Replace GEN_INT (0) with const0_rtx.Kazu Hirata2004-03-201-1/+1
* doloop.c: Removed.Zdenek Dvorak2004-03-181-0/+553