summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-18/+65
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther2012-04-191-3/+6
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-2/+0
* re PR rtl-optimization/51014 (ICE: in apply_opt_in_copies, at loop-unroll.c:2...Jakub Jelinek2011-12-011-3/+8
* 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