summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* 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
* Makefile.in (loop-unroll.o): Add VARRAY_H dependency.Revital Eres2004-10-181-175/+587
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-19/+19
* Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak2004-09-141-6/+468
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-64/+47
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-47/+64
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-110/+127
* cfgloop.h, [...]: Update copyright.Kazu Hirata2004-02-181-1/+1
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-119/+237
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-44/+36
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-86/+56
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-3/+3
* cfgloopanal.c (num_loop_insns, [...]): Count only real insns.Zdenek Dvorak2003-05-111-29/+26
* loop-unroll.c (decide_peel_completely, [...]): Set loop->has_desc.Zdenek Dvorak2003-03-171-5/+20
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* builtins.def: Fix typo and improve grammar.Roger Sayle2003-03-091-1/+1
* gcse.c (bypass_block, [...]): Do not create irreducible loops.Zdenek Dvorak2003-03-081-2/+4
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-2/+2
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-47/+40
* * loop-unroll.c: New.Zdenek Dvorak2003-02-261-0/+1195