aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.c
AgeCommit message (Expand)Author
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
2018-04-02[NDS32] Implement TARGET_CANONICALIZE_COMPARISON for specific cases.Chung-Ju Wu
2018-04-01[NDS32] Add relax optimization as new pass.Chung-Ju Wu
2018-03-17[NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance requirement.Chung-Ju Wu
2018-03-17[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.Kito Cheng
2018-03-17[NDS32] Optimize nds32_register_priority.Chung-Ju Wu
2018-03-12[NDS32] Implement TARGET_MD_ASM_ADJUST hook.Chung-Ju Wu
2018-03-12[NDS32] Refine prologue and epilogue code generation.Monk Chiang
2018-03-11[NDS32] Add new option -mvh.Kito Cheng
2018-03-11[NDS32] Add new function nds32_cpu_cpp_builtins and use it for TARGET_CPU_CPP...Kito Cheng
2018-03-03[NDS32] Rewrite infrastructure for intrinsic.Monk Chiang