aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Delete TARGET_LRA_P from those targets that set it to "true"Segher Boessenkool1-3/+0
2016-04-28nds32: Fix casesi (PR70668)Segher Boessenkool1-5/+3
2016-01-04Update copyright years.Jakub Jelinek27-27/+27
2015-11-09Machine modes for address printing.Julian Brown1-2/+2
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod9-296/+30
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod9-0/+9
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra3-4/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod9-99/+36
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-23c-common.c: Don't include target-def.h.Richard Sandiford8-8/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod9-9/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod9-54/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod9-45/+0
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford3-30/+25
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 Wu3-61/+63
2015-01-16[NDS32] Have sibling calls optmization to be performed on nds32 target.Chung-Ju Wu3-9/+122
2015-01-16[NDS32] Have shirnk-wrapping optimization to be performed on nds32 target.Chung-Ju Wu3-24/+50
2015-01-16[NDS32] Fix wrong data flow when building nds32 target with --enable-checking...Chung-Ju Wu3-0/+16
2015-01-15dojump.h: New header file.Prathamesh Kulkarni9-9/+90
2015-01-14[NDS32] Remove some features and options that are not available yet in nds32 ...Chung-Ju Wu4-192/+2
2015-01-13[NDS32] Consider -mcmodel=X in nds32_legitimate_address_p implementation.Chung-Ju Wu1-12/+36
2015-01-13[NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...Chung-Ju Wu2-0/+50
2015-01-13[NDS32] Consider TARGET_CMODEL_LARGE for function call instructions.Chung-Ju Wu1-10/+32
2015-01-13[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu2-3/+20
2015-01-13[NDS32] Remove -mgp-direct/-mno-gp-direct options.Chung-Ju Wu3-24/+13
2015-01-13[NDS32] Add -mcmodel= option to support different code model.Chung-Ju Wu2-0/+25
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison9-36/+81
2015-01-05* config/nds32/nds32-peephole2.md: Do not mention define_peephole.Eric Botcazou1-2/+1
2015-01-05Update copyright years.Jakub Jelinek27-27/+27
2014-12-16re PR target/64217 (LRA: generate wrong liveness info after r217947 for clobb...Chung-Ju Wu1-1/+1
2014-11-21[NDS32] Look into LO_SUM's operand to determine whether it is a valid address.Chung-Ju Wu1-2/+8
2014-11-21[NDS32] Create correct CFI info for variadic function arguments.Chung-Ju Wu1-3/+13
2014-11-21[NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjust_insn rtx.Chung-Ju Wu1-0/+3
2014-11-21[NDS32] Complete -march= option design so that it can display available items...Chung-Ju Wu1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford5-29/+29
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod9-0/+81
2014-10-16function.h: Flatten file.Andrew MacLeod9-0/+45
2014-09-15Instruction attributes take an rtx_insn *David Malcolm2-2/+2
2014-09-03[NDS32] No need to take padding into consideration in Andes ABI2 because we c...Chung-Ju Wu1-0/+16
2014-09-03[NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argumentChung-Ju Wu1-0/+47
2014-09-03[NDS32] Emit stack push instructions for varargs at prologue stage and emit...Chung-Ju Wu1-1/+80
2014-09-03[NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,Chung-Ju Wu1-12/+0
2014-09-03[NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...Chung-Ju Wu2-23/+90
2014-09-03[NDS32] Since argument pointer must be 8-byte alignment...Chung-Ju Wu1-1/+2
2014-09-03[NDS32] Prepare necessary varargs information in compute_stack_frame().Chung-Ju Wu1-14/+26