summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
AgeCommit message (Expand)Author
2015-01-05Update copyright years.Jakub Jelinek
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-21cfg.h: New.Andrew MacLeod
2014-10-20cfgrtl.h: New.Andrew MacLeod
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka
2014-08-22loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm
2014-08-22loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm
2014-08-05loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.Jakub Jelinek
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate profile_status macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-12-02Check TARGET_LOOP_UNROLL_ADJUST while deciding unroll factorGanesh Gopalasubramanian
2013-11-22add auto_vecTrevor Saunders
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener
2013-10-21Re-factor inclusion of tree.h.Diego Novillo
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod
2013-09-09gcc/Richard Sandiford
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford
2013-08-29New vectorizer messages; message format change.Xinliang David Li
2013-07-21Fix typos.Ondřej Bílka
2013-05-15loop-unroll.c (report_unroll_peel): Check decision before emitting unroll/pee...Teresa Johnson
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-02-28re PR rtl-optimization/56466 (ICE in verify_loop_structure, at cfgloop.c:1629...Marek Polacek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson
2012-11-28re PR rtl-optimization/55006 (aermod.f90 is miscompiled with '-m64 -O2 -funro...Steven Bosscher
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-29re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva
2012-10-23peel-1.c: New testcase.Jan Hubicka
2012-10-20unroll-1.c: New testcase.Jan Hubicka
2012-10-14re PR rtl-optimization/54919 (gcc.dg/torture/pr54877.c FAILs with -fvariable-...Steven Bosscher
2012-10-13re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)Eric Botcazou
2012-10-09loop-unroll.c (unroll_loop_constant_iterations): Add update of loop->nb_itera...Jan Hubicka
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-06-17cfglayout.h: Remove.Steven Bosscher
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-04-19re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther