aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders1-1/+1
2015-03-10[NDS32] Rename some variables so that we can clearly identify they represent ...Chung-Ju Wu1-7/+9
2015-01-14[NDS32] Remove some features and options that are not available yet in nds32 ...Chung-Ju Wu1-5/+2
2015-01-13[NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...Chung-Ju Wu1-0/+8
2015-01-13[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu1-0/+13
2015-01-13[NDS32] Remove -mgp-direct/-mno-gp-direct options.Chung-Ju Wu1-7/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-03[NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...Chung-Ju Wu1-5/+13
2014-09-03[NDS32] Since argument pointer must be 8-byte alignment...Chung-Ju Wu1-1/+2
2014-09-03[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.Chung-Ju Wu1-0/+3
2014-09-03[NDS32] Define and rename some GPR-specific stuff.Chung-Ju Wu1-10/+14
2014-09-03[NDS32] Preparation in nds32.h of using registers to save varargs.Chung-Ju Wu1-7/+8
2014-09-03[NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.Chung-Ju Wu1-0/+2
2014-05-07nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor of using optimize_size.Chung-Ju Wu1-1/+1
2014-05-02defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER to a C expre...Kito Cheng1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20nds32.h (NDS32_MODE_TYPE_ALIGN): New macro.Chung-Ju Wu1-4/+15
2013-10-31Add new nds32 port, including machine description, libgcc, and documentation.Chung-Ju Wu1-0/+982