summaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* always define WORD_REGISTER_OPERATIONStbsaunde2015-07-091-1/+1
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-1/+1
* add default for NO_FUNCTION_CSEtbsaunde2015-04-281-1/+1
* [NDS32] Rename some variables so that we can clearly identify they represent ...jasonwucj2015-03-101-7/+9
* [NDS32] Remove some features and options that are not available yet in nds32 ...jasonwucj2015-01-141-5/+2
* [NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...jasonwucj2015-01-131-0/+8
* [NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...jasonwucj2015-01-131-0/+13
* [NDS32] Remove -mgp-direct/-mno-gp-direct options.jasonwucj2015-01-131-7/+12
* Update copyright years.jakub2015-01-051-1/+1
* [NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...jasonwucj2014-09-031-5/+13
* [NDS32] Since argument pointer must be 8-byte alignment, our first parameter mayjasonwucj2014-09-031-1/+2
* [NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.jasonwucj2014-09-031-0/+3
* [NDS32] Define and rename some GPR-specific stuff.jasonwucj2014-09-031-10/+14
* [NDS32] Preparation in nds32.h of using registers to save varargs.jasonwucj2014-09-031-7/+8
* [NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.jasonwucj2014-09-031-0/+2
* * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favorjasonwucj2014-05-071-1/+1
* 2014-02-26 Kito Cheng <kito@0xlab.org>law2014-05-021-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-20 Chung-Ju Wu <jasonwucj@gmail.com>jasonwucj2013-12-201-4/+15
* Add new nds32 port, including machine description, libgcc, and documentation.jasonwucj2013-10-311-0/+982