aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).Martin Liska1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+4
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou1-3/+3
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-39/+64
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-12/+5
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-7/+0
2017-09-21Add copy_rtx call to RTL loop unrollerRichard Sandiford1-1/+2
2017-08-30[36/77] Use scalar_int_mode in the RTL iv routinesRichard Sandiford1-2/+3
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-8/+12
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-5/+5
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-2/+2
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-04-25re PR rtl-optimization/80500 (ICE: internal consistency failure (error: inval...Jakub Jelinek1-0/+3
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-10re PR rtl-optimization/78241 (wrong code with -funroll-loops)Pat Haugen1-4/+5
2016-10-14loop-unroll.c (unroll_loop_runtime_iterations): Condition initial loop peel t...Pat Haugen1-15/+26
2016-10-14re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen1-3/+31
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14loop-unroll.c (unroll_loop_runtime_iterations): Set probability of succ edge.Pat Haugen1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-13/+3
2016-06-01loop-unroll.c (decide_unroll_constant_iterations, [...]): Use likely upper bo...Jan Hubicka1-3/+3
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+21
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-6/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-9/+8
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+12
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-21cfg.h: New.Andrew MacLeod1-1/+1
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-507/+63
2014-08-22loop-unroll.c: Use rtx_insn (also touches basic-block.h)David Malcolm1-24/+29
2014-08-22loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm1-3/+3
2014-08-05loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.Jakub Jelinek1-25/+3
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-20/+23