Instruction attributes take an rtx_insn *
[platform/upstream/gcc.git] / gcc / config / nds32 / nds32.c
2014-09-15 David MalcolmInstruction attributes take an rtx_insn *
2014-09-03 Chung-Ju Wu[NDS32] No need to take padding into consideration...
2014-09-03 Chung-Ju Wu[NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we...
2014-09-03 Chung-Ju Wu[NDS32] Emit stack push instructions for varargs at...
2014-09-03 Chung-Ju Wu[NDS32] Since we are going to provide new heuristic...
2014-09-03 Chung-Ju Wu[NDS32] Deal with nameless arguments in nds32_function_...
2014-09-03 Chung-Ju Wu[NDS32] Prepare necessary varargs information in comput...
2014-09-03 Chung-Ju Wu[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target...
2014-09-03 Chung-Ju Wu[NDS32] Define and rename some GPR-specific stuff.
2014-09-03 Chung-Ju Wu[NDS32] Remove unused variables.
2014-09-03 Chung-Ju Wu[NDS32] We need to make sure it is NOT a variadic funct...
2014-09-03 Chung-Ju Wu[NDS32] Refine the implementation and consider CFA...
2014-09-03 Chung-Ju Wu[NDS32] Refine the implementation and consider CFA...
2014-08-25 David Malcolmconfig/nds32: Use rtx_insn
2014-07-18 Chung-Ju WuFollow the GNU coding standards.
2014-07-04 Chung-Ju WuMove fp-as-gp optimization to nds32-fp-as-gp.c module.
2014-07-04 Chung-Ju WuMove memory related implementation to nds32-memory...
2014-07-04 Chung-Ju WuMove some external functions used by machine descriptio...
2014-07-04 Chung-Ju WuMove cost calculation to nds32-cost.c module.
2014-07-04 Chung-Ju WuMove some helper functions of predicates and constraint...
2014-07-04 Chung-Ju WuMove builtin functions implementation to nds32-intrinsi...
2014-07-04 Chung-Ju WuMove ISR impelentation to nds32-isr.c module.
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-02-14 Chung-Ju Wunds32.c (nds32_asm_function_prologue): Do not use nreve...
2014-02-14 Chung-Ju Wut-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
2014-02-14 Chung-Ju Wunds32.c (nds32_naked_function_p): Follow the GNU coding...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Chung-Ju Wunds32.h (NDS32_MODE_TYPE_ALIGN): New macro.
2013-11-28 Chung-Ju Wunds32.c (nds32_rtx_costs): Adjust MULT cost if it is...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-13 Steven Bosschercfgrtl.c (can_fallthru): Reorder code to move tablejump...
2013-10-31 Chung-Ju WuAdd new nds32 port, including machine description,...