Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-30 | Remove global call sets: caller-save.c | Richard Sandiford | 1 | -13/+4 |
2019-09-30 | Add a function for getting the ABI of a call insn target | Richard Sandiford | 1 | -4/+12 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -4/+5 |
2019-09-10 | Remove no_caller_save_reg_set | Richard Sandiford | 1 | -6/+1 |
2019-09-10 | Remove call_fixed_reg_set | Richard Sandiford | 1 | -23/+13 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -8/+6 |
2019-09-09 | Remove AND_HARD_REG_SET | Richard Sandiford | 1 | -4/+4 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -6/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -12/+12 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-16 | caller-save.c (insert_save): Drop unnecessary parameter. | Artyom Skrobov | 1 | -4/+5 |
2018-01-11 | Fix mode_for_size units in caller-save.c (PR83761) | Richard Sandiford | 1 | -1/+2 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -6/+6 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -1/+1 |
2017-10-26 | Make more use of df_read_modify_subreg_p | Richard Sandiford | 1 | -4/+1 |
2017-10-13 | Make more use of byte_lowpart_offset | Richard Sandiford | 1 | -11/+1 |
2017-10-04 | [PATCH] remove some unneeded parens | Nathan Sidwell | 1 | -1/+1 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -8/+8 |
2017-09-12 | Make more use of REG_NREGS | Richard Sandiford | 1 | -2/+1 |
2017-09-05 | Make mode_for_size return an opt_mode | Richard Sandiford | 1 | -1/+1 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -4/+5 |
2017-08-30 | Add a partial_subreg_p predicate | Richard Sandiford | 1 | -2/+1 |
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-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -9/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -8/+8 |
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 | -10/+3 |
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-26 | caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR... | Richard Sandiford | 1 | -1/+1 |
2015-05-19 | regs.h (END_HARD_REGNO): Delete. | Richard Sandiford | 1 | -1/+1 |
2015-05-19 | rtl.h (PUT_MODE_RAW): New macro. | Richard Sandiford | 1 | -2/+1 |
2015-05-19 | caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe... | Richard Sandiford | 1 | -2/+2 |
2015-05-07 | rtl.h (always_void_p): New function. | Richard Sandiford | 1 | -9/+5 |
2015-04-22 | remove more ifdefs for HAVE_cc0 | Trevor Saunders | 1 | -3/+1 |
2015-04-22 | always define HAVE_cc0 | Trevor Saunders | 1 | -1/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -0/+15 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -16/+16 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -4/+7 |
2014-10-22 | recog.h (constrain_operands): Add an alternative_mask parameter. | Richard Sandiford | 1 | -3/+5 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-10-15 | As discussed: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00420.html | Joern Rennecke | 1 | -3/+6 |