Age | Commit message (Expand) | Author | Files | Lines |
2019-03-19 | re PR rtl-optimization/89768 (ICE in compare_and_jump_seq at loop-unroll.c:838) | Jakub Jelinek | 1 | -4/+4 |
2019-03-19 | re PR rtl-optimization/89753 (ICE in unroll_loop_constant_iterations, at loop... | Eric Botcazou | 1 | -1/+1 |
2019-03-11 | re PR rtl-optimization/89588 (ICE in unroll_loop_constant_iterations, at loop... | Eric Botcazou | 1 | -1/+1 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 1 | -3/+4 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-19 | Fix off by one error in loop-unroll.c (PR rtl-optimization/82675). | Martin Liska | 1 | -1/+1 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -2/+4 |
2017-11-27 | cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll. | Eric Botcazou | 1 | -3/+3 |
2017-11-23 | generic.texi (ANNOTATE_EXPR): Document 3rd operand. | Eric Botcazou | 1 | -39/+64 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -12/+5 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -7/+0 |
2017-09-21 | Add copy_rtx call to RTL loop unroller | Richard Sandiford | 1 | -1/+2 |
2017-08-30 | [36/77] Use scalar_int_mode in the RTL iv routines | Richard Sandiford | 1 | -2/+3 |
2017-07-16 | profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func... | Jan Hubicka | 1 | -1/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -8/+12 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -5/+5 |
2017-05-18 | Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. | Martin Liska | 1 | -2/+2 |
2017-05-17 | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 1 | -1/+1 |
2017-04-25 | re PR rtl-optimization/80500 (ICE: internal consistency failure (error: inval... | Jakub Jelinek | 1 | -0/+3 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-10 | re PR rtl-optimization/78241 (wrong code with -funroll-loops) | Pat Haugen | 1 | -4/+5 |
2016-10-14 | loop-unroll.c (unroll_loop_runtime_iterations): Condition initial loop peel t... | Pat Haugen | 1 | -15/+26 |
2016-10-14 | re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies) | Pat Haugen | 1 | -3/+31 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-14 | loop-unroll.c (unroll_loop_runtime_iterations): Set probability of succ edge. | Pat Haugen | 1 | -1/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -13/+3 |
2016-06-01 | loop-unroll.c (decide_unroll_constant_iterations, [...]): Use likely upper bo... | Jan Hubicka | 1 | -3/+3 |
2016-05-27 | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 1 | -0/+21 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -7/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+7 |
2015-07-10 | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 1 | -1/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -8/+1 |
2015-06-25 | hash-traits.h (free_ptr_hash): New class. | Richard Sandiford | 1 | -6/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -9/+8 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -12/+12 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+13 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+2 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -3/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |