summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce dump_location_tDavid Malcolm2018-06-261-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix off by one error in loop-unroll.c (PR rtl-optimization/82675).Martin Liska2017-12-191-1/+1
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-2/+4
* cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou2017-11-271-3/+3
* generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou2017-11-231-39/+64
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-12/+5
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-7/+0
* Add copy_rtx call to RTL loop unrollerRichard Sandiford2017-09-211-1/+2
* [36/77] Use scalar_int_mode in the RTL iv routinesRichard Sandiford2017-08-301-2/+3
* profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka2017-07-161-1/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-8/+12
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-5/+5
* Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska2017-05-181-2/+2
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-1/+1
* re PR rtl-optimization/80500 (ICE: internal consistency failure (error: inval...Jakub Jelinek2017-04-251-0/+3
* Fix numerous typos in commentsJonathan Wakely2017-04-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR rtl-optimization/78241 (wrong code with -funroll-loops)Pat Haugen2016-11-101-4/+5
* loop-unroll.c (unroll_loop_runtime_iterations): Condition initial loop peel t...Pat Haugen2016-10-141-15/+26
* re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen2016-10-141-3/+31
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* loop-unroll.c (unroll_loop_runtime_iterations): Set probability of succ edge.Pat Haugen2016-09-141-1/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-13/+3
* loop-unroll.c (decide_unroll_constant_iterations, [...]): Use likely upper bo...Jan Hubicka2016-06-011-3/+3
* cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka2016-05-271-0/+21
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-7/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-9/+7
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-6/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* 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