Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2021-10-20 | Rename asm_out_file function arguments. | Martin Liska | 1 | -32/+32 |
2021-10-08 | Come up with OPTION_SET_P macro. | Martin Liska | 1 | -3/+3 |
2021-05-18 | Use startswith in targets. | Martin Liska | 1 | -10/+10 |
2021-01-13 | i386, expand: Optimize also 256-bit and 512-bit permutatations as vpmovzx if ... | Jakub Jelinek | 1 | -0/+9 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2020-12-16 | opts: Remove all usages of Report keyword. | Martin Liska | 2 | -36/+36 |
2020-06-04 | Fix missing assemble_external in ASM_OUTPUT_FDESC | Andreas Schwab | 1 | -0/+1 |
2020-04-29 | ia64: Adjust the C++14 vs. C++17 ABI thing for [[no_unique_address]] too [PR9... | Jakub Jelinek | 1 | -1/+1 |
2020-04-22 | ia64: Fix C++14 vs. C++17 ABI issue on ia64 [PR94706] | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-09-30 | Pass an ABI to choose_hard_reg_mode | Richard Sandiford | 1 | -1/+1 |
2019-09-10 | Remove call_really_used_regs | Richard Sandiford | 2 | -36/+1 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -9/+11 |
2019-09-10 | Rename Deprecated to WarnRemoved in *.opt files. | Martin Liska | 1 | -2/+2 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Simplify the implementation of HARD_REG_SET | Richard Sandiford | 1 | -7/+12 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -19/+20 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -43/+36 |
2019-08-20 | Use function_arg_info for TARGET_SETUP_INCOMING_ARGS | Richard Sandiford | 1 | -6/+9 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -6/+5 |
2019-08-20 | Add pass_va_arg_by_reference | Richard Sandiford | 1 | -1/+1 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -3/+3 |
2019-05-28 | Remove obsolete comment about use_thunk | Rainer Orth | 1 | -2/+1 |
2019-05-16 | gcc: move assemble_start_function / assemble_end_function to output_mi_thunk | Max Filippov | 1 | -0/+3 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2018-08-17 | Merge Ignore and Deprecated in .opt files. | Martin Liska | 1 | -2/+2 |
2018-07-05 | Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C. | Nathan Sidwell | 1 | -3/+0 |
2018-07-04 | [multiple changes] | Martin Liska | 1 | -4/+4 |
2018-03-02 | re PR target/56540 (No __SIZEOF__XXX__ macro for __float128) | Jakub Jelinek | 1 | -0/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 23 | -23/+23 |
2018-01-02 | Remove vec_perm_const optab | Richard Sandiford | 3 | -77/+34 |
2017-12-16 | poly_int: IN_TARGET_CODE | Richard Sandiford | 2 | -0/+4 |
2017-12-15 | tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f... | Jakub Jelinek | 1 | -10/+10 |
2017-12-07 | PR c/81544 - attribute noreturn and warn_unused_result on the same function a... | Martin Sebor | 1 | -6/+6 |
2017-11-01 | Add a fixed_size_mode class | Richard Sandiford | 1 | -2/+2 |
2017-11-01 | Add gen_(const_)vec_duplicate helpers | Richard Sandiford | 2 | -5/+3 |
2017-10-29 | Delete obsolete SDB debug info support. | James E Wilson | 1 | -1/+1 |
2017-10-23 | Convert STARTING_FRAME_OFFSET to a hook | Richard Sandiford | 1 | -4/+0 |
2017-09-25 | Turn CONSTANT_ALIGNMENT into a hook | Richard Sandiford | 2 | -9/+3 |
2017-09-25 | Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK | Richard Sandiford | 1 | -6/+4 |
2017-09-19 | alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection. | Jeff Law | 1 | -2/+4 |
2017-09-19 | explow.c: Include "params.h". | Jeff Law | 1 | -6/+7 |
2017-09-15 | Turn TRULY_NOOP_TRUNCATION into a hook | Richard Sandiford | 1 | -6/+0 |
2017-09-15 | Turn CANNOT_CHANGE_MODE_CLASS into a hook | Richard Sandiford | 2 | -11/+22 |
2017-09-13 | Turn SECONDARY_MEMORY_NEEDED into a hook | Richard Sandiford | 2 | -20/+2 |
2017-09-12 | Turn HARD_REGNO_NREGS into a target hook | Richard Sandiford | 2 | -17/+28 |