summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-9/+8
* remove need for store_values_directlyTrevor Saunders2015-04-181-12/+12
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* cfg.h: New.Andrew MacLeod2014-10-211-1/+1
* cfgrtl.h: New.Andrew MacLeod2014-10-201-0/+1
* loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka2014-10-151-507/+63
* loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm2014-08-221-24/+29
* loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm2014-08-221-3/+3
* loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.Jakub Jelinek2014-08-051-25/+3
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-20/+23
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-3/+3
* Merge in wide-int.Kenneth Zadeck2014-05-061-30/+20
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener2014-04-231-0/+53
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-3/+7
* Eliminate profile_status macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-2/+2
* Check TARGET_LOOP_UNROLL_ADJUST while deciding unroll factorGanesh Gopalasubramanian2013-12-021-0/+3
* add auto_vecTrevor Saunders2013-11-221-14/+4
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-6/+3
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod2013-10-161-1/+1
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-8/+8
* gcc/Richard Sandiford2013-09-091-1/+1
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-2/+1
* New vectorizer messages; message format change.Xinliang David Li2013-08-291-8/+11
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* loop-unroll.c (report_unroll_peel): Check decision before emitting unroll/pee...Teresa Johnson2013-05-151-0/+3
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-67/+78
* re PR rtl-optimization/56466 (ICE in verify_loop_structure, at cfgloop.c:1629...Marek Polacek2013-02-281-12/+19
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-26/+70
* re PR rtl-optimization/55006 (aermod.f90 is miscompiled with '-m64 -O2 -funro...Steven Bosscher2012-11-281-2/+33
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-35/+35
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-13/+13
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-7/+7
* re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva2012-10-291-1/+1
* peel-1.c: New testcase.Jan Hubicka2012-10-231-15/+13
* unroll-1.c: New testcase.Jan Hubicka2012-10-201-2/+9
* re PR rtl-optimization/54919 (gcc.dg/torture/pr54877.c FAILs with -fvariable-...Steven Bosscher2012-10-141-14/+3
* re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)Eric Botcazou2012-10-131-25/+21
* loop-unroll.c (unroll_loop_constant_iterations): Add update of loop->nb_itera...Jan Hubicka2012-10-091-16/+13