aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-3/+0
2024-04-23Spelling fixes for translatable stringsJakub Jelinek1-1/+1
2024-03-20epiphany: Fix up epiphany_setup_incoming_varargs [PR114175]Jakub Jelinek1-1/+2
2024-01-09[committed] Fix minor bug in epiphany portJeff Law1-3/+3
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+52
2024-01-03Update copyright years.Jakub Jelinek14-14/+14
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-4/+3
2023-11-11mode-switching: Pass the set of live registers to the after hookRichard Sandiford2-3/+5
2023-11-11mode-switching: Pass set of live registers to the needed hookRichard Sandiford3-3/+5
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-1/+2
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer2-6/+3
2023-05-01Enable LRA on several portsJeff Law1-2/+0
2023-01-02Update copyright years.Jakub Jelinek14-14/+14
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-3/+5
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-6/+1
2022-01-17Change references of .c files to .cc filesMartin Liska6-9/+9
2022-01-17Rename .c files to .cc files.Martin Liska3-0/+0
2022-01-13epiphany: fix -Wimplicit-fallthrough warnings in epiphany.c.Martin Liska1-0/+3
2022-01-13epiphany: fir -Wformat-diag.Martin Liska1-4/+6
2022-01-03Update copyright years.Jakub Jelinek14-14/+14
2021-05-26Remove useless register keywordsJakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek14-14/+14
2020-01-01Update copyright years.Jakub Jelinek14-14/+14
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-6/+6
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-1/+1
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-3/+2
2019-09-09Simplify the implementation of HARD_REG_SETRichard Sandiford1-1/+2
2019-08-20Use function_arg_info for TARGET_CALLEE_COPIESRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-6/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-10/+4
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-7/+8
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-9/+6
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-5/+7
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-09re PR target/79645 (missing period in microblaze.opt)Jakub Jelinek1-3/+3
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek14-14/+14
2018-01-08epiphany: Enable Ada run-time buildSebastian Huber1-1/+1
2018-01-05RTEMS/EPIPHANY: Add RTEMS supportSebastian Huber1-0/+28
2018-01-03Update copyright years.Jakub Jelinek13-13/+13
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford3-0/+6
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-8/+10
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-7/+8
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2-6/+11
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-6/+14
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-7/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-10/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-13/+11