summaryrefslogtreecommitdiff
path: root/gcc/config/nds32
Commit message (Expand)AuthorAgeFilesLines
* nds32: Fix casesi (PR70668)segher2016-04-281-5/+3
* Update copyright years.jakub2016-01-0427-27/+27
* Machine modes for address printing.jules2015-11-091-2/+2
* 2015-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-169-296/+30
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-109-0/+9
* always define WORD_REGISTER_OPERATIONStbsaunde2015-07-091-1/+1
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-083-4/+6
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-089-99/+36
* gcc/rsandifo2015-06-251-0/+1
* gcc/rsandifo2015-06-251-1/+2
* gcc/c-family/rsandifo2015-06-238-8/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-179-9/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-089-54/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-049-45/+0
* 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