summaryrefslogtreecommitdiff
path: root/gcc/config/nds32
Commit message (Expand)AuthorAgeFilesLines
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-1/+1
* gcc/rsandifo2015-05-073-30/+25
* add default for NO_FUNCTION_CSEtbsaunde2015-04-281-1/+1
* [NDS32] Rename some variables so that we can clearly identify they represent ...jasonwucj2015-03-103-61/+63
* [NDS32] Have sibling calls optmization to be performed on nds32 target.jasonwucj2015-01-163-9/+122
* [NDS32] Have shirnk-wrapping optimization to be performed on nds32 target.jasonwucj2015-01-163-24/+50
* [NDS32] Fix wrong data flow when building nds32 target with --enable-checking...jasonwucj2015-01-163-0/+16
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-159-9/+90
* [NDS32] Remove some features and options that are not available yet in nds32 ...jasonwucj2015-01-144-192/+2
* [NDS32] Consider -mcmodel=X in nds32_legitimate_address_p implementation.jasonwucj2015-01-131-12/+36
* [NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...jasonwucj2015-01-132-0/+50
* [NDS32] Consider TARGET_CMODEL_LARGE for function call instructions.jasonwucj2015-01-131-10/+32
* [NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...jasonwucj2015-01-132-3/+20
* [NDS32] Remove -mgp-direct/-mno-gp-direct options.jasonwucj2015-01-133-24/+13
* [NDS32] Add -mcmodel= option to support different code model.jasonwucj2015-01-132-0/+25
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-099-36/+81
* * config/nds32/nds32-peephole2.md: Do not mention define_peephole.ebotcazou2015-01-051-2/+1
* Update copyright years.jakub2015-01-0527-27/+27
* PR target/64217jasonwucj2014-12-161-1/+1
* [NDS32] Look into LO_SUM's operand to determine whether it is a valid address.jasonwucj2014-11-211-2/+8
* [NDS32] Create correct CFI info for variadic function arguments.jasonwucj2014-11-211-3/+13
* [NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjust_insn rtx.jasonwucj2014-11-211-0/+3
* [NDS32] Complete -march= option design so that it can display available items...jasonwucj2014-11-211-0/+1
* gcc/ada/rsandifo2014-10-295-29/+29
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-279-0/+81
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-169-0/+45
* Instruction attributes take an rtx_insn *dmalcolm2014-09-152-2/+2
* [NDS32] No need to take padding into consideration in Andes ABI2 becausejasonwucj2014-09-031-0/+16
* [NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argumentjasonwucj2014-09-031-0/+47
* [NDS32] Emit stack push instructions for varargs at prologue stage andjasonwucj2014-09-031-1/+80
* [NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,jasonwucj2014-09-031-12/+0
* [NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...jasonwucj2014-09-032-23/+90
* [NDS32] Since argument pointer must be 8-byte alignment, our first parameter mayjasonwucj2014-09-031-1/+2
* [NDS32] Prepare necessary varargs information in compute_stack_frame().jasonwucj2014-09-031-14/+26
* [NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.jasonwucj2014-09-032-3/+50
* [NDS32] Define and rename some GPR-specific stuff.jasonwucj2014-09-032-15/+19
* [NDS32] Remove unused variables.jasonwucj2014-09-031-4/+0
* [NDS32] We need to make sure it is NOT a variadic function so that some v3pus...jasonwucj2014-09-032-9/+24
* [NDS32] Consider varargs situation when creating stack operation assembly code.jasonwucj2014-09-033-20/+57
* [NDS32] Add a function to indentify if FUNC is an interrupt service routine.jasonwucj2014-09-032-0/+25
* [NDS32] Preparation in nds32.h of using registers to save varargs.jasonwucj2014-09-031-7/+8
* [NDS32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we i...jasonwucj2014-09-033-12/+17
* [NDS32] Refine the implementation and consider CFA restore information for st...jasonwucj2014-09-031-47/+49
* [NDS32] Refine the implementation and consider CFA restore information for st...jasonwucj2014-09-031-36/+61
* [NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.jasonwucj2014-09-031-0/+2
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-282-2/+2
* config/nds32: Use rtx_insndmalcolm2014-08-252-2/+2
* Follow the GNU coding standards.jasonwucj2014-07-181-12/+16
* Move fp-as-gp optimization to nds32-fp-as-gp.c module.jasonwucj2014-07-043-163/+199
* Move memory related implementation to nds32-memory-manipulation.c module.jasonwucj2014-07-042-107/+145