aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32
AgeCommit message (Expand)Author
2015-06-25gcc/Richard Sandiford
2015-06-25gcc/Richard Sandiford
2015-06-23gcc/c-family/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders
2015-05-07gcc/Richard Sandiford
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders
2015-03-10[NDS32] Rename some variables so that we can clearly identify they represent ...Chung-Ju Wu
2015-01-16[NDS32] Have sibling calls optmization to be performed on nds32 target.Chung-Ju Wu
2015-01-16[NDS32] Have shirnk-wrapping optimization to be performed on nds32 target.Chung-Ju Wu
2015-01-16[NDS32] Fix wrong data flow when building nds32 target with --enable-checking...Chung-Ju Wu
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2015-01-14[NDS32] Remove some features and options that are not available yet in nds32 ...Chung-Ju Wu
2015-01-13[NDS32] Consider -mcmodel=X in nds32_legitimate_address_p implementation.Chung-Ju Wu
2015-01-13[NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...Chung-Ju Wu
2015-01-13[NDS32] Consider TARGET_CMODEL_LARGE for function call instructions.Chung-Ju Wu
2015-01-13[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu
2015-01-13[NDS32] Remove -mgp-direct/-mno-gp-direct options.Chung-Ju Wu
2015-01-13[NDS32] Add -mcmodel= option to support different code model.Chung-Ju Wu
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.Eric Botcazou
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-16 PR target/64217Chung-Ju Wu
2014-11-21[NDS32] Look into LO_SUM's operand to determine whether it is a valid address.Chung-Ju Wu
2014-11-21[NDS32] Create correct CFI info for variadic function arguments.Chung-Ju Wu
2014-11-21[NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjust_insn rtx.Chung-Ju Wu
2014-11-21[NDS32] Complete -march= option design so that it can display available items...Chung-Ju Wu
2014-10-29gcc/ada/Richard Sandiford
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-09-15Instruction attributes take an rtx_insn *David Malcolm
2014-09-03[NDS32] No need to take padding into consideration in Andes ABI2 becauseChung-Ju Wu
2014-09-03[NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argumentChung-Ju Wu
2014-09-03[NDS32] Emit stack push instructions for varargs at prologue stage andChung-Ju Wu
2014-09-03[NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,Chung-Ju Wu
2014-09-03[NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...Chung-Ju Wu
2014-09-03[NDS32] Since argument pointer must be 8-byte alignment, our first parameter mayChung-Ju Wu
2014-09-03[NDS32] Prepare necessary varargs information in compute_stack_frame().Chung-Ju Wu
2014-09-03[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.Chung-Ju Wu
2014-09-03[NDS32] Define and rename some GPR-specific stuff.Chung-Ju Wu
2014-09-03[NDS32] Remove unused variables.Chung-Ju Wu
2014-09-03[NDS32] We need to make sure it is NOT a variadic function so that some v3pus...Chung-Ju Wu
2014-09-03[NDS32] Consider varargs situation when creating stack operation assembly code.Chung-Ju Wu
2014-09-03[NDS32] Add a function to indentify if FUNC is an interrupt service routine.Chung-Ju Wu
2014-09-03[NDS32] Preparation in nds32.h of using registers to save varargs.Chung-Ju Wu
2014-09-03[NDS32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we i...Chung-Ju Wu
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu