summaryrefslogtreecommitdiff
path: root/gcc/config/nds32
Commit message (Expand)AuthorAgeFilesLines
* aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford2015-06-251-0/+1
* aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford2015-06-251-1/+2
* c-common.c: Don't include target-def.h.Richard Sandiford2015-06-238-8/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-179-9/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-089-54/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-049-45/+0
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-1/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-073-30/+25
* add default for NO_FUNCTION_CSETrevor Saunders2015-04-281-1/+1
* [NDS32] Rename some variables so that we can clearly identify they represent ...Chung-Ju Wu2015-03-103-61/+63
* [NDS32] Have sibling calls optmization to be performed on nds32 target.Chung-Ju Wu2015-01-163-9/+122
* [NDS32] Have shirnk-wrapping optimization to be performed on nds32 target.Chung-Ju Wu2015-01-163-24/+50
* [NDS32] Fix wrong data flow when building nds32 target with --enable-checking...Chung-Ju Wu2015-01-163-0/+16
* dojump.h: New header file.Prathamesh Kulkarni2015-01-159-9/+90
* [NDS32] Remove some features and options that are not available yet in nds32 ...Chung-Ju Wu2015-01-144-192/+2
* [NDS32] Consider -mcmodel=X in nds32_legitimate_address_p implementation.Chung-Ju Wu2015-01-131-12/+36
* [NDS32] Implement TARGET_ENCODE_SECTION_INFO to store specific flag in symbol...Chung-Ju Wu2015-01-132-0/+50
* [NDS32] Consider TARGET_CMODEL_LARGE for function call instructions.Chung-Ju Wu2015-01-131-10/+32
* [NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu2015-01-132-3/+20
* [NDS32] Remove -mgp-direct/-mno-gp-direct options.Chung-Ju Wu2015-01-133-24/+13
* [NDS32] Add -mcmodel= option to support different code model.Chung-Ju Wu2015-01-132-0/+25
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-099-36/+81
* * config/nds32/nds32-peephole2.md: Do not mention define_peephole.Eric Botcazou2015-01-051-2/+1
* Update copyright years.Jakub Jelinek2015-01-0527-27/+27
* re PR target/64217 (LRA: generate wrong liveness info after r217947 for clobb...Chung-Ju Wu2014-12-161-1/+1
* [NDS32] Look into LO_SUM's operand to determine whether it is a valid address.Chung-Ju Wu2014-11-211-2/+8
* [NDS32] Create correct CFI info for variadic function arguments.Chung-Ju Wu2014-11-211-3/+13
* [NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjust_insn rtx.Chung-Ju Wu2014-11-211-0/+3
* [NDS32] Complete -march= option design so that it can display available items...Chung-Ju Wu2014-11-211-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-295-29/+29
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-279-0/+81
* function.h: Flatten file.Andrew MacLeod2014-10-169-0/+45
* Instruction attributes take an rtx_insn *David Malcolm2014-09-152-2/+2
* [NDS32] No need to take padding into consideration in Andes ABI2 because we c...Chung-Ju Wu2014-09-031-0/+16
* [NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argumentChung-Ju Wu2014-09-031-0/+47
* [NDS32] Emit stack push instructions for varargs at prologue stage and emit...Chung-Ju Wu2014-09-031-1/+80
* [NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,Chung-Ju Wu2014-09-031-12/+0
* [NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...Chung-Ju Wu2014-09-032-23/+90
* [NDS32] Since argument pointer must be 8-byte alignment...Chung-Ju Wu2014-09-031-1/+2
* [NDS32] Prepare necessary varargs information in compute_stack_frame().Chung-Ju Wu2014-09-031-14/+26
* [NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.Chung-Ju Wu2014-09-032-3/+50
* [NDS32] Define and rename some GPR-specific stuff.Chung-Ju Wu2014-09-032-15/+19
* [NDS32] Remove unused variables.Chung-Ju Wu2014-09-031-4/+0
* [NDS32] We need to make sure it is NOT a variadic function so that some v3pus...Chung-Ju Wu2014-09-032-9/+24
* [NDS32] Consider varargs situation when creating stack operation assembly code.Chung-Ju Wu2014-09-033-20/+57
* [NDS32] Add a function to indentify if FUNC is an interrupt service routine.Chung-Ju Wu2014-09-032-0/+25
* [NDS32] Preparation in nds32.h of using registers to save varargs.Chung-Ju Wu2014-09-031-7/+8
* [NDS32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we i...Chung-Ju Wu2014-09-033-12/+17
* [NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu2014-09-031-47/+49
* [NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu2014-09-031-36/+61