Age | Commit message (Expand) | Author | Files | Lines |
2021-07-29 | Use range-based for loops for traversing loops | Kewen Lin | 1 | -3/+2 |
2021-04-30 | modulo-sched: skip loops with strange register defs [PR100225] | Roman Zhuykov | 1 | -21/+35 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-05 | modulo-sched: Carefully process loop counter initialization [PR97421] | Roman Zhuykov | 1 | -31/+40 |
2020-09-01 | rtl-optimization/96812 - remap dependence info on RTL loop unrolling | Richard Biener | 1 | -4/+6 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -3/+3 |
2020-03-27 | modulo-sched: fix bootstrap compare-debug issue | Roman Zhuykov | 1 | -10/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-13 | modulo-sched: fix branch rescheduling issue (PR92591) | Roman Zhuykov | 1 | -15/+24 |
2019-12-13 | modulo-sched: fix parameters usage and their ranges | Roman Zhuykov | 1 | -11/+8 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -3/+3 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -7/+7 |
2019-04-23 | modulo-sched: prevent division by zero (PR87979) | Roman Zhuykov | 1 | -0/+1 |
2019-04-23 | modulo-sched: fix branch scheduling issue (PR84032) | Roman Zhuykov | 1 | -3/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-21 | Remove arc profile histogram in non-LTO mode. | Martin Liska | 1 | -8/+0 |
2018-01-09 | re PR target/83507 (ICE in internal_dfa_insn_code_* for powerpc targets) | Jakub Jelinek | 1 | -3/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-16 | re PR rtl-optimization/82849 (ICE on valid code since r254379) | Jan Hubicka | 1 | -11/+11 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -9/+9 |
2017-07-01 | cfg.c (scale_bbs_frequencies): New function. | Jan Hubicka | 1 | -3/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -4/+5 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -8/+12 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-02-05 | re PR tree-optimization/79347 (vect_do_peeling is messing up profile) | Jan Hubicka | 1 | -1/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -54/+24 |
2016-01-21 | re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fm... | Jeff Law | 1 | -1/+6 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -12/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -11/+9 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -4/+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 | -12/+4 |
2015-07-05 | target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns. | Richard Sandiford | 1 | -5/+4 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -3/+1 |
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 | -5/+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 | -2/+1 |
2015-05-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -8/+8 |
2015-05-02 | change local vars to rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -4/+10 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -1/+10 |
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/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+7 |
2014-10-21 | cfg.h: New. | Andrew MacLeod | 1 | -0/+1 |