aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.c
AgeCommit message (Expand)Author
2019-08-20Use function_arg_info for TARGET_MUST_PASS_IN_STACKRichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-08-20Use function_arg_info for TARGET_SETUP_INCOMING_ARGSRichard Sandiford
2019-08-20Use function_arg_info for TARGET_ARG_PARTIAL_BYTESRichard Sandiford
2019-05-16gcc: move assemble_start_function / assemble_end_function to output_mi_thunkMax Filippov
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-02-10[NDS32] Refine register dwarf span.Monk Chiang
2019-02-04[NDS32] Restrict address mode, when symbol is TLS model.Chung-Ju Wu
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-09-22 PR target/86798Chung-Ju Wu
2018-08-12[NDS32] Add new option: -msched-prolog-epilogChung-Ju Wu
2018-08-12[NDS32] Implement more C ISR extension.Chung-Ju Wu
2018-08-02 * config/nds32/nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.Ilya Leoshkevich
2018-06-03[NDS32] Add -march=v3j.Chung-Ju Wu
2018-06-02[NDS32] Support Linux target for nds32.Chung-Ju Wu
2018-06-02[NDS32] Implement fp-as-gp optimization.Chung-Ju Wu
2018-05-27[NDS32] new attribute no_prologue and new option -mret-in-naked-func.Chung-Ju Wu
2018-05-20[NDS32] Adjust register move cost for graywolf cpu.Kito Cheng
2018-05-20[NDS32] Rewrite cost model.Kito Cheng
2018-05-20[NDS32] Print pipeline model in asm header.Chung-Ju Wu
2018-05-19[NDS32] New option -minline-asm-r15.Chung-Ju Wu
2018-05-19[NDS32] Support PIC and TLS.Kuan-Lin Chen
2018-05-19[NDS32] Implment indirect funciton call attribute.Kuan-Lin Chen
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang
2018-04-25[NDS32] Fix print operand for cctl register.Chung-Ju Wu
2018-04-22[NDS32] Add new option -malways-save-lp.Chung-Ju Wu
2018-04-22[NDS32] Implment USE_LOAD_POST_INCREMENT, USE_LOAD_POST_DECREMENT, USE_STORE_...Shiva Chen
2018-04-22[NDS32] Remove unused function: nds32_ls_333_p().Shiva Chen
2018-04-22[NDS32] Refine CASE_VECTOR_SHORTEN_MODE to function.Shiva Chen
2018-04-22[NDS32] Fix wrong input value of parameter from stack for variable-length fun...Chung-Ju Wu
2018-04-22[NDS32] Implement DATA_ALIGNMENT, LOCAL_ALIGNMENT and TARGET_CONSTANT_ALIGNMENT.Chung-Ju Wu
2018-04-22[NDS32] Move some target hooks to the bottom of nds32.c file.Chung-Ju Wu
2018-04-22[NDS32] Consider -Ofast and -Og in nds32_asm_file_start function.Chung-Ju Wu
2018-04-22[NDS32] Add unaligned access support.Monk Chiang
2018-04-08[NDS32] Add strict_aligned_p to machine_function and implement TARGET_EXPAND_...Chung-Ju Wu
2018-04-08[NDS32] New option -malways-align and -malign-functions.Chung-Ju Wu
2018-04-08[NDS32] Add intrinsic functions for TLB operation and data prefech.Monk Chiang
2018-04-07[NDS32] Support dwarf exception handling.Chung-Ju Wu
2018-04-07[NDS32] Add intrinsic functions for cache control.Monk Chiang
2018-04-07[NDS32] Add more intrinsic register names.Monk Chiang
2018-04-07[NDS32] Support [$ra + $rb << 3] form for load/store address.Chung-Ju Wu
2018-04-06[NDS32] Refine ADJUST_INSN_LENGTH implementation.Chung-Ju Wu
2018-04-06[NDS32] Add hard float support.Monk Chiang
2018-04-05[NDS32] Add constraint for lwi45.fe instruction.Shiva Chen
2018-04-05[NDS32] Refine bit-wise operation and shift patterns.Kito Cheng
2018-04-04[NDS32] Refine implementation of sibcall patterns.Chung-Ju Wu