| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 1 | -1/+1 |
* | vec: add exact argument for various grow functions. | Martin Liska | 2020-08-27 | 1 | -1/+1 |
* | Fix 92085-2.c ICE due to having (const_int 0) as the destination of a set. | Jeff Law | 2020-06-01 | 1 | -6/+15 |
* | middle-end/94614 - avoid multiword moves to nothing | Richard Biener | 2020-04-16 | 1 | -0/+4 |
* | subreg: Fix PR94123, SVN r273240 causes gcc.target/powerpc/pr87507.c to fail | Peter Bergner | 2020-04-01 | 1 | -2/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | subreg: Add -fsplit-wide-types-early (PR88233) | Segher Boessenkool | 2019-07-08 | 1 | -1/+45 |
* | PR other/16615 [1/5] | Sandra Loosemore | 2019-01-09 | 1 | -3/+3 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | re PR rtl-optimization/87507 (IRA unnecessarily uses non-volatile registers d... | Peter Bergner | 2018-11-13 | 1 | -2/+59 |
* | re PR target/85945 (ICE in resolve_subreg_use, at lower-subreg.c:751) | Jakub Jelinek | 2018-06-14 | 1 | -1/+10 |
* | poly_int: GET_MODE_SIZE | Richard Sandiford | 2018-01-03 | 1 | -7/+7 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | poly_int: SUBREG_BYTE | Richard Sandiford | 2017-12-20 | 1 | -5/+7 |
* | Add a gen_int_shift_amount helper function | Richard Sandiford | 2017-12-20 | 1 | -1/+1 |
* | Revert accidental commit | Richard Sandiford | 2017-12-16 | 1 | -1/+1 |
* | Add a gen_int_shift_amount helper function | Richard Sandiford | 2017-12-16 | 1 | -1/+1 |
* | Factor out the mode handling in lower-subreg.c | Richard Sandiford | 2017-11-01 | 1 | -29/+49 |
* | Make mode_for_size return an opt_mode | Richard Sandiford | 2017-09-05 | 1 | -8/+6 |
* | Make more use of int_mode_for_mode | Richard Sandiford | 2017-09-05 | 1 | -5/+1 |
* | Turn MODES_TIEABLE_P into a target hook | Richard Sandiford | 2017-09-04 | 1 | -2/+3 |
* | [30/77] Use scalar_int_mode for doubleword splits | Richard Sandiford | 2017-08-30 | 1 | -2/+4 |
* | [17/77] Add an int_mode_for_size helper function | Richard Sandiford | 2017-08-30 | 1 | -2/+1 |
* | [6/77] Make GET_MODE_WIDER return an opt_mode | Richard Sandiford | 2017-08-30 | 1 | -1/+1 |
* | Make more use of paradoxical_subreg_p | Richard Sandiford | 2017-08-22 | 1 | -8/+3 |
* | use auto_bitmap more | Trevor Saunders | 2017-05-14 | 1 | -7/+1 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | use rtx_insn * more places where it is obvious | Trevor Saunders | 2016-11-21 | 1 | -1/+1 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 2016-10-13 | 1 | -0/+1 |
* | use auto_sbitmap in various places | Trevor Saunders | 2016-07-26 | 1 | -4/+1 |
* | re PR target/70355 (ICE: in simplify_subreg_concatn, at lower-subreg.c:617 wi... | Richard Henderson | 2016-03-29 | 1 | -1/+2 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -9/+0 |
* | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 2015-10-29 | 1 | -8/+8 |
* | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 2015-07-10 | 1 | -1/+0 |
* | gimple-predict.h: New file. | Andrew MacLeod | 2015-07-10 | 1 | -0/+1 |
* | reduce conditional compilation based on AUTO_INC_DEC | Trevor Saunders | 2015-07-09 | 1 | -16/+14 |
* | always define AUTO_INC_DEC | Trevor Saunders | 2015-07-09 | 1 | -2/+2 |
* | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 2015-07-08 | 1 | -2/+2 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -11/+3 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -5/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -5/+0 |
* | caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR... | Richard Sandiford | 2015-05-26 | 1 | -2/+2 |
* | always define STACK_GROWS_DOWNWARD | Trevor Saunders | 2015-05-22 | 1 | -7/+0 |
* | rtl.h (always_void_p): New function. | Richard Sandiford | 2015-05-07 | 1 | -1/+1 |
* | dojump.h: New header file. | Prathamesh Kulkarni | 2015-01-15 | 1 | -2/+11 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -3/+9 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -12/+12 |