aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32
AgeCommit message (Expand)AuthorFilesLines
2018-05-20[NDS32] Set call address constraint.Chung-Ju Wu2-4/+9
2018-05-20[NDS32] Adjust register move cost for graywolf cpu.Kito Cheng1-2/+22
2018-05-20[NDS32] Rewrite cost model.Kito Cheng3-67/+543
2018-05-20[NDS32] Print pipeline model in asm header.Chung-Ju Wu2-0/+54
2018-05-19[NDS32] Update copyright year in nds32-fpu.md.Monk Chiang1-1/+1
2018-05-19[NDS32] Adjust ASM spec.Chung-Ju Wu1-1/+6
2018-05-19[NDS32] New option -minline-asm-r15.Chung-Ju Wu2-2/+9
2018-05-19[NDS32] Add abssi2 pattern.Chung-Ju Wu1-0/+14
2018-05-19[NDS32] Refine functions that deal with lwm and smw operations.Chung-Ju Wu2-23/+72
2018-05-19[NDS32] Refine nds32-md-auxiliary.c.Chung-Ju Wu1-18/+8
2018-05-19[NDS32] Support PIC and TLS.Kuan-Lin Chen11-137/+1036
2018-05-19[NDS32] Use machine mode with E_ prefix.Chung-Ju Wu1-2/+2
2018-05-19[NDS32] Implment indirect funciton call attribute.Kuan-Lin Chen10-25/+461
2018-05-13[NDS32] Implment n15 pipeline.Kito Cheng8-7/+765
2018-05-13[NDS32] Implment n12/n13 pipeline.Kito Cheng7-1/+717
2018-05-13[NDS32] Implment n10 pipeline.Kito Cheng8-15/+764
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang17-35/+8113
2018-04-25[NDS32] Fix bug in bit-instruction checking functions.Chung-Ju Wu1-3/+6
2018-04-25[NDS32] Split movdi/df if reigster number is illegal.Chung-Ju Wu1-0/+18
2018-04-25[NDS32] Fix print operand for cctl register.Chung-Ju Wu1-2/+3
2018-04-25[NDS32] Add missing newline character into ASM_APP_ON macro.Chung-Ju Wu1-1/+1
2018-04-22[NDS32] Add new option -malways-save-lp.Chung-Ju Wu2-1/+6
2018-04-22[NDS32] Implment USE_LOAD_POST_INCREMENT, USE_LOAD_POST_DECREMENT, USE_STORE_...Shiva Chen3-0/+16
2018-04-22[NDS32] Remove unused function: nds32_ls_333_p().Shiva Chen2-26/+0
2018-04-22[NDS32] Refine CASE_VECTOR_SHORTEN_MODE to function.Shiva Chen3-3/+19
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 Wu3-0/+68
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 Chiang7-8/+113
2018-04-08[NDS32] Add intrinsic functions for interrupt control.Monk Chiang5-0/+646
2018-04-08[NDS32] Add strict_aligned_p to machine_function and implement TARGET_EXPAND_...Chung-Ju Wu2-4/+49
2018-04-08[NDS32] Implement n7 pipeline.Kito Cheng7-2/+442
2018-04-08[NDS32] Implement e8 pipeline.Kito Cheng7-2/+499
2018-04-08[NDS32] Implement n8 pipeline.Kito Cheng8-2/+794
2018-04-08[NDS32] Implment n9 pipeline.Kito Cheng11-9/+1850
2018-04-08[NDS32] New option -malways-align and -malign-functions.Chung-Ju Wu5-34/+87
2018-04-08[NDS32] Add intrinsic functions for TLB operation and data prefech.Monk Chiang6-0/+260
2018-04-07[NDS32] Support dwarf exception handling.Chung-Ju Wu6-9/+257
2018-04-07[NDS32] Clean up nds32.h.Chung-Ju Wu1-59/+0
2018-04-07[NDS32] Add intrinsic functions for particular instructions.Monk Chiang6-5/+789
2018-04-07[NDS32] Add intrinsic functions for atomic load/store and memory sync.Monk Chiang5-0/+314
2018-04-07[NDS32] Add intrinsic functions for cache control.Monk Chiang8-3/+325
2018-04-07[NDS32] Remove unused insn type: call.Chung-Ju Wu2-2/+2
2018-04-07[NDS32] Add intrinsic functions for FPU.Monk Chiang5-0/+144
2018-04-07[NDS32] Add more intrinsic register names.Monk Chiang2-3/+467
2018-04-07[NDS32] Support [$ra + $rb << 3] form for load/store address.Chung-Ju Wu1-5/+9
2018-04-06[NDS32] Refine ADJUST_INSN_LENGTH implementation.Chung-Ju Wu2-35/+32
2018-04-06[NDS32] Refine call and return patterns.Chung-Ju Wu3-53/+202
2018-04-06[NDS32] Refine condition of stack_push and stack_pop patterns.Chung-Ju Wu1-6/+2