aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+7
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-2/+2
2013-12-02Check TARGET_LOOP_UNROLL_ADJUST while deciding unroll factorGanesh Gopalasubramanian1-0/+3
2013-11-22add auto_vecTrevor Saunders1-14/+4
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-6/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod1-1/+1
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-8/+8
2013-09-09gcc/Richard Sandiford1-1/+1
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-2/+1
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-8/+11
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-05-15loop-unroll.c (report_unroll_peel): Check decision before emitting unroll/pee...Teresa Johnson1-0/+3
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-67/+78
2013-02-28re PR rtl-optimization/56466 (ICE in verify_loop_structure, at cfgloop.c:1629...Marek Polacek1-12/+19
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson1-26/+70
2012-11-28re PR rtl-optimization/55006 (aermod.f90 is miscompiled with '-m64 -O2 -funro...Steven Bosscher1-2/+33
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-35/+35
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-13/+13
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-7/+7
2012-10-29re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-1/+1
2012-10-23peel-1.c: New testcase.Jan Hubicka1-15/+13
2012-10-20unroll-1.c: New testcase.Jan Hubicka1-2/+9
2012-10-14re PR rtl-optimization/54919 (gcc.dg/torture/pr54877.c FAILs with -fvariable-...Steven Bosscher1-14/+3
2012-10-13re PR rtl-optimization/54871 (gfortran.dg/vector_subscript_1.f90 FAILs)Eric Botcazou1-25/+21
2012-10-09loop-unroll.c (unroll_loop_constant_iterations): Add update of loop->nb_itera...Jan Hubicka1-16/+13
2012-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-18/+65
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-19re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther1-3/+6
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-2/+0
2011-12-01re PR rtl-optimization/51014 (ICE: in apply_opt_in_copies, at loop-unroll.c:2...Jakub Jelinek1-3/+8
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-1/+1
2010-11-15loop-unroll.c (analyze_insn_to_expand_var): AcceptRichard Henderson1-63/+91
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-8/+8
2010-04-08Implement target hook for loop unrollingChristian Borntraeger1-0/+7
2010-01-09re PR debug/42630 ("-fcompare-debug failure (length)" with "-O1 -fvariable-ex...Alexandre Oliva1-12/+58
2009-11-25Remove trailing white spaces.H.J. Lu1-120/+120
2009-06-02loop-unroll.c (struct iv_to_split): Add pointer to next.Alexandre Oliva1-65/+62
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-11/+14
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2