aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-4/+0
2024-05-31Fix some opindex for some options [PR115022]Andrew Pinski2-2/+2
2024-04-16LoongArch: Add indexes for some compilation options.Lulu Cheng3-3/+3
2024-03-20nds32: Fix up nds32_setup_incoming_varargs [PR114175]Jakub Jelinek1-1/+2
2024-01-04Add generated .opt.urls filesDavid Malcolm3-0/+67
2024-01-03Update copyright years.Jakub Jelinek44-44/+44
2023-12-05Allow targets to add USEs to asmsRichard Sandiford1-2/+2
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-6/+3
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-1/+2
2023-01-16Update copyright years.Jakub Jelinek44-44/+44
2022-10-28c: tree: target: C2x (...) function prototypes and va_start relaxationJoseph Myers1-3/+6
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska3-9/+3
2022-01-18nds32: fix -Wformat-diag warning.Martin Liska4-25/+25
2022-01-17Change references of .c files to .cc filesMartin Liska6-37/+37
2022-01-17Rename .c files to .cc files.Martin Liska11-0/+0
2022-01-03Update copyright years.Jakub Jelinek44-44/+44
2021-07-15pass location to md_asm_adjustTrevor Saunders1-1/+2
2021-03-04Add input_modes parameter to TARGET_MD_ASM_ADJUST hookIlya Leoshkevich1-0/+1
2021-01-04Update copyright years.Jakub Jelinek44-44/+44
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-20/+20
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-6/+6
2020-02-09Improve splitX passes managementUros Bizjak1-1/+1
2020-01-01Update copyright years.Jakub Jelinek44-44/+44
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford1-3/+3
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-3/+5
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-5/+6
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford1-5/+4
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford1-5/+5
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey3-18/+18
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
2019-04-16[NDS32] Fix nds32_split_ashiftdi3 with large shift amount.Kito Cheng1-7/+14
2019-04-16[NDS32] Handle subreg correctly in wext_odd_dep_p.Chung-Ju Wu1-4/+12
2019-04-15[NDS32] Rewrite PIC/TLS patterns.Monk Chiang4-23/+69
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-3/+3
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska2-5/+5
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-02-11[NDS32] Add memory mode in call pattern.Chung-Ju Wu1-4/+4
2019-02-10[NDS32] Add 'trap' pattern for __builtin_trap ().Monk Chiang1-0/+8
2019-02-10[NDS32] Refine register dwarf span.Monk Chiang1-4/+2
2019-02-10[NDS32] Have nds32_spilt_doubleword to split POST_INC.Chung-Ju Wu1-18/+32
2019-02-04[NDS32] Change naming rule for dyanmic linker.Kito Cheng1-1/+19
2019-02-04[NDS32] Restrict address mode, when symbol is TLS model.Chung-Ju Wu1-1/+1
2019-02-04[NDS32] Remove all -mtlsdesc-trmpoline related things.Chung-Ju Wu1-9/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore2-4/+4
2019-01-01Update copyright years.Jakub Jelinek44-44/+44
2018-09-22re PR target/86798 (nds32 port needs updating for CVE-2017-5753)Chung-Ju Wu1-0/+3
2018-08-12[NDS32] Change return type of predicator to bool.Chung-Ju Wu2-12/+12
2018-08-12[NDS32] Add new option: -msched-prolog-epilogChung-Ju Wu2-6/+14