aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/csky/csky.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7329/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-3/+4
2021-05-26C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition.Geng Qi1-16/+0
2021-05-26C-SKY: Support fldrd/fstrd for fpuv2 and fldr.64/fstr.64 for fpuv3.Geng Qi1-1/+2
2021-05-26C-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES, just use the default defi...Geng Qi1-3/+0
2021-05-25C-SKY: Separate FRAME_POINTER_REGNUM into FRAME_POINTER_REGNUM and HARD_FRAME...Geng Qi1-6/+9
2021-05-25C-SKY: Bug fix for bad setting of TARGET_DSP and TARGET_DIV.Geng Qi1-12/+12
2021-05-25C-SKY: Delete LO_REGS and HI_REGS, use HILO_REGS instead.Geng Qi1-4/+3
2021-05-25C-SKY: Add fpuv3 instructions and CK860 arch.Geng Qi1-76/+568
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva1-3/+4
2020-09-16C-SKY: Support -mfloat-abi=hard.Jojo R1-13/+83
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-09-10Remove call_really_used_regsRichard Sandiford1-11/+4
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-4/+4
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-10/+3
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-3/+2
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-3/+2
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-17C-SKY port: Backend implementationJojo1-0/+6795