aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-1/+1
2010-11-15loop-unroll.c (analyze_insn_to_expand_var): AcceptRichard Henderson1-63/+91
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-8/+8
2010-04-08Implement target hook for loop unrollingChristian Borntraeger1-0/+7
2010-01-09re PR debug/42630 ("-fcompare-debug failure (length)" with "-O1 -fvariable-ex...Alexandre Oliva1-12/+58
2009-11-25Remove trailing white spaces.H.J. Lu1-120/+120
2009-06-02loop-unroll.c (struct iv_to_split): Add pointer to next.Alexandre Oliva1-65/+62
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-11/+14
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-06-30loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit code.Jan Hubicka1-0/+1
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-14/+12
2007-05-06Fix PR30957Revital Eres1-3/+32
2007-04-22Extend MVE patternsRevital Eres1-11/+29
2007-03-10lower-subreg.c: Include except.h.Steven Bosscher1-1/+31
2007-03-05var-expand1.c: New test.Revital Eres1-1/+9
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak1-31/+30
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-41/+8
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-47/+45
2006-11-22re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others)Zdenek Dvorak1-3/+13
2006-11-21tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak1-7/+11
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-15/+20
2006-07-17re PR other/28251 (dumped addresses makes diffing dumps unusable)J"orn Rennecke1-2/+2
2006-05-09re PR rtl-optimization/27335 (ICE in get_loop_body)Zdenek Dvorak1-15/+7
2006-03-22loop-unroll.c (analyze_iv_to_split_insn): Handle iv_analyze_result returning ...Jeff Law1-1/+11
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-3/+0
2006-01-31re PR middle-end/25933 (memory leaks)Uttam Pawar1-0/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-7/+7
2006-01-20loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak1-2/+1
2005-11-18re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies...Zdenek Dvorak1-6/+4
2005-08-16re PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansi...Steven Bosscher1-1/+13
2005-08-03cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.Jan Hubicka1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-19cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag.Jan Hubicka1-7/+28
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-7/+9
2005-05-06re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple...Zdenek Dvorak1-1/+3
2005-05-04loop-unroll.c (var_to_expand, [...]): Use VEC instead of VARRAY.Kazu Hirata1-16/+15
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-47/+66
2005-04-09cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka1-3/+3
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell1-2/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-6/+6
2005-03-09* loop-unroll.c (analyze_insns_in_loop): Remove preheader.Kazu Hirata1-2/+1
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-2/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-10-18* loop-unroll.c: Fix comment typos.Kazu Hirata1-3/+2