aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Machine modes for address printing.Julian Brown1-2/+2
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-26/+8
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
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-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-25/+21
2015-03-10[NDS32] Rename some variables so that we can clearly identify they represent ...Chung-Ju Wu1-48/+48
2015-01-16[NDS32] Have sibling calls optmization to be performed on nds32 target.Chung-Ju Wu1-5/+8
2015-01-16[NDS32] Have shirnk-wrapping optimization to be performed on nds32 target.Chung-Ju Wu1-15/+27
2015-01-16[NDS32] Fix wrong data flow when building nds32 target with --enable-checking...Chung-Ju Wu1-0/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-14[NDS32] Remove some features and options that are not available yet in nds32 ...Chung-Ju Wu1-26/+0
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 Wu1-0/+42
2015-01-13[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE] to check which code model ...Chung-Ju Wu1-3/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-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-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-20/+20
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-1/+1
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 Wu1-18/+77
2014-09-03[NDS32] Prepare necessary varargs information in compute_stack_frame().Chung-Ju Wu1-14/+26
2014-09-03[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.Chung-Ju Wu1-3/+47
2014-09-03[NDS32] Define and rename some GPR-specific stuff.Chung-Ju Wu1-5/+5
2014-09-03[NDS32] Remove unused variables.Chung-Ju Wu1-4/+0
2014-09-03[NDS32] We need to make sure it is NOT a variadic function so that some v3pus...Chung-Ju Wu1-5/+12
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu1-47/+49
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu1-36/+61
2014-08-25config/nds32: Use rtx_insnDavid Malcolm1-1/+1
2014-07-18Follow the GNU coding standards.Chung-Ju Wu1-12/+16
2014-07-04Move fp-as-gp optimization to nds32-fp-as-gp.c module.Chung-Ju Wu1-162/+0
2014-07-04Move memory related implementation to nds32-memory-manipulation.c module.Chung-Ju Wu1-107/+0
2014-07-04Move some external functions used by machine description patterns to nds32-md...Chung-Ju Wu1-779/+0
2014-07-04Move cost calculation to nds32-cost.c module.Chung-Ju Wu1-195/+5
2014-07-04Move some helper functions of predicates and constraints to nds32-predicates....Chung-Ju Wu1-341/+0
2014-07-04Move builtin functions implementation to nds32-intrinsic.c module.Chung-Ju Wu1-181/+5
2014-07-04Move ISR impelentation to nds32-isr.c module.Chung-Ju Wu1-506/+2