aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-5895/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
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 Jelinek1-1/+1
2020-02-09Improve splitX passes managementUros Bizjak1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-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-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov1-0/+3
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 Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-02-10[NDS32] Refine register dwarf span.Monk Chiang1-4/+2
2019-02-04[NDS32] Restrict address mode, when symbol is TLS model.Chung-Ju Wu1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-22re PR target/86798 (nds32 port needs updating for CVE-2017-5753)Chung-Ju Wu1-0/+3
2018-08-12[NDS32] Add new option: -msched-prolog-epilogChung-Ju Wu1-6/+10
2018-08-12[NDS32] Implement more C ISR extension.Chung-Ju Wu1-4/+54
2018-08-02nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.Ilya Leoshkevich1-1/+1
2018-06-03[NDS32] Add -march=v3j.Chung-Ju Wu1-1/+3
2018-06-02[NDS32] Support Linux target for nds32.Chung-Ju Wu1-10/+42
2018-06-02[NDS32] Implement fp-as-gp optimization.Chung-Ju Wu1-45/+32
2018-05-27[NDS32] new attribute no_prologue and new option -mret-in-naked-func.Chung-Ju Wu1-8/+58
2018-05-20[NDS32] Adjust register move cost for graywolf cpu.Kito Cheng1-2/+22
2018-05-20[NDS32] Rewrite cost model.Kito Cheng1-0/+1
2018-05-20[NDS32] Print pipeline model in asm header.Chung-Ju Wu1-0/+43
2018-05-19[NDS32] New option -minline-asm-r15.Chung-Ju Wu1-2/+5
2018-05-19[NDS32] Support PIC and TLS.Kuan-Lin Chen1-15/+170
2018-05-19[NDS32] Implment indirect funciton call attribute.Kuan-Lin Chen1-8/+226
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang1-0/+65
2018-04-25[NDS32] Fix print operand for cctl register.Chung-Ju Wu1-2/+3
2018-04-22[NDS32] Add new option -malways-save-lp.Chung-Ju Wu1-1/+2
2018-04-22[NDS32] Implment USE_LOAD_POST_INCREMENT, USE_LOAD_POST_DECREMENT, USE_STORE_...Shiva Chen1-0/+8
2018-04-22[NDS32] Remove unused function: nds32_ls_333_p().Shiva Chen1-22/+0
2018-04-22[NDS32] Refine CASE_VECTOR_SHORTEN_MODE to function.Shiva Chen1-0/+17
2018-04-22[NDS32] Fix wrong input value of parameter from stack for variable-length fun...Chung-Ju Wu1-4/+6
2018-04-22[NDS32] Implement DATA_ALIGNMENT, LOCAL_ALIGNMENT and TARGET_CONSTANT_ALIGNMENT.Chung-Ju Wu1-0/+60
2018-04-22[NDS32] Move some target hooks to the bottom of nds32.c file.Chung-Ju Wu1-6/+6
2018-04-22[NDS32] Consider -Ofast and -Og in nds32_asm_file_start function.Chung-Ju Wu1-0/+4
2018-04-22[NDS32] Add unaligned access support.Monk Chiang1-0/+4
2018-04-08[NDS32] Add strict_aligned_p to machine_function and implement TARGET_EXPAND_...Chung-Ju Wu1-4/+40
2018-04-08[NDS32] New option -malways-align and -malign-functions.Chung-Ju Wu1-19/+28
2018-04-08[NDS32] Add intrinsic functions for TLB operation and data prefech.Monk Chiang1-0/+14
2018-04-07[NDS32] Support dwarf exception handling.Chung-Ju Wu1-9/+131
2018-04-07[NDS32] Add intrinsic functions for cache control.Monk Chiang1-0/+63