summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-1/+1
* loop-unroll.c (analyze_insn_to_expand_var): AcceptRichard Henderson2010-11-151-63/+91
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8
* Implement target hook for loop unrollingChristian Borntraeger2010-04-081-0/+7
* re PR debug/42630 ("-fcompare-debug failure (length)" with "-O1 -fvariable-ex...Alexandre Oliva2010-01-091-12/+58
* Remove trailing white spaces.H.J. Lu2009-11-251-120/+120
* loop-unroll.c (struct iv_to_split): Add pointer to next.Alexandre Oliva2009-06-021-65/+62
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-2/+2
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-11/+14
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* loop-unroll.c (unroll_loop_runtime_iterations): Unshare newly emit code.Jan Hubicka2007-06-301-0/+1
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-14/+12
* Fix PR30957Revital Eres2007-05-061-3/+32
* Extend MVE patternsRevital Eres2007-04-221-11/+29
* lower-subreg.c: Include except.h.Steven Bosscher2007-03-101-1/+31
* var-expand1.c: New test.Revital Eres2007-03-051-1/+9
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-31/+30
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-41/+8
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-47/+45
* re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others)Zdenek Dvorak2006-11-221-3/+13
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-7/+11
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-15/+20
* re PR other/28251 (dumped addresses makes diffing dumps unusable)J"orn Rennecke2006-07-171-2/+2
* re PR rtl-optimization/27335 (ICE in get_loop_body)Zdenek Dvorak2006-05-091-15/+7
* loop-unroll.c (analyze_iv_to_split_insn): Handle iv_analyze_result returning ...Jeff Law2006-03-221-1/+11
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-3/+0
* re PR middle-end/25933 (memory leaks)Uttam Pawar2006-01-311-0/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-7/+7
* loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak2006-01-201-2/+1
* re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies...Zdenek Dvorak2005-11-181-6/+4
* re PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansi...Steven Bosscher2005-08-161-1/+13
* cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.Jan Hubicka2005-08-031-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag.Jan Hubicka2005-06-191-7/+28
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-7/+9
* re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple...Zdenek Dvorak2005-05-061-1/+3
* loop-unroll.c (var_to_expand, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-041-16/+15
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-47/+66
* cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka2005-04-091-3/+3
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-2/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-6/+6
* * loop-unroll.c (analyze_insns_in_loop): Remove preheader.Kazu Hirata2005-03-091-2/+1
* cfgloop.h, [...]: Update copyright.Kazu Hirata2005-03-021-1/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-2/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-3/+3
* * loop-unroll.c: Fix comment typos.Kazu Hirata2004-10-181-3/+2