aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/stormy16
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-6/+0
2024-06-21[committed] Fix testsuite fallout on stormy16 after IOR->PLUS changeJeff Law1-0/+14
2024-06-21xstormy16: Fix xs_hi_nonmemory_operandRichard Sandiford1-1/+1
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+5
2024-01-03Update copyright years.Jakub Jelinek8-8/+8
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-4/+3
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin2-4/+5
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-05-08Fix minor length computation on stormy16Jeff Law1-1/+2
2023-05-01Convert xstormy16 to LRAJeff Law1-3/+0
2023-04-30[Committed] Update xstormy16's neghi2 pattern to not clobber the carry flag.Roger Sayle1-4/+3
2023-04-29[xstormy16] Efficient HImode rotate left by a single bit.Roger Sayle1-5/+23
2023-04-29[xstormy16] Recognize/support swpn (swap nibbles) instruction.Roger Sayle1-0/+87
2023-04-26[xstormy16] Add support for byte and word swapping instructions.Roger Sayle1-0/+36
2023-04-25[Committed] Correct zeroextendqihi2 insn length regression on xstormy16.Roger Sayle1-1/+1
2023-04-23[xstormy16] Update xstormy16_rtx_costs.Roger Sayle1-11/+155
2023-04-23[xstormy16] Add extendhisi2 and zero_extendhisi2 patterns to stormy16.mdRoger Sayle2-7/+32
2023-04-23[xstormy16] Improved SImode shifts by two bits.Roger Sayle1-0/+23
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-01-18Fix -Wformat-diag in various targets.Martin Liska1-3/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-07-02Fix xstormy16 target specific fallout from recent int->bool changesJeff Law2-5/+5
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-04-03Fix stdarg-3 regression on xstormy16 portJeff Law1-1/+11
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-7/+7
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-6/+6
2019-08-20Add must_pass_va_arg_in_stackRichard Sandiford1-1/+1
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-08-02re PR target/86813 (xstormy16 port needs updating for CVE-2017-5753)Nick Clifton1-0/+3
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-2/+0
2018-01-19re PR debug/81570 (create_pseudo_cfg assumes that INCOMING_FRAME_SP_OFFSET is...Jakub Jelinek1-0/+1
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford3-1/+10
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-9/+9
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-5/+5
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-2/+0
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-4/+3
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-6/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-9/+10
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2-5/+14