IA MCU psABI support: changes to libraries
[gcc.git] / gcc / config / nds32 /
2015-06-25 Richard Sandifordaarch64.c, [...]: Add comment above target-def.h include.
2015-06-25 Richard Sandifordaarch64.c, [...]: Move target-def.h includes to end.
2015-06-23 Richard Sandifordc-common.c: Don't include target-def.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22 Trevor Saundersalways define STACK_GROWS_DOWNWARD
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-04-28 Trevor Saundersadd default for NO_FUNCTION_CSE
2015-03-10 Chung-Ju Wu[NDS32] Rename some variables so that we can clearly...
2015-01-16 Chung-Ju Wu[NDS32] Have sibling calls optmization to be performed...
2015-01-16 Chung-Ju Wu[NDS32] Have shirnk-wrapping optimization to be perform...
2015-01-16 Chung-Ju Wu[NDS32] Fix wrong data flow when building nds32 target...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-14 Chung-Ju Wu[NDS32] Remove some features and options that are not...
2015-01-13 Chung-Ju Wu[NDS32] Consider -mcmodel=X in nds32_legitimate_address...
2015-01-13 Chung-Ju Wu[NDS32] Implement TARGET_ENCODE_SECTION_INFO to store...
2015-01-13 Chung-Ju Wu[NDS32] Consider TARGET_CMODEL_LARGE for function call...
2015-01-13 Chung-Ju Wu[NDS32] Provide TARGET_CMODEL_[SMALL|MEDIUM|LARGE]...
2015-01-13 Chung-Ju Wu[NDS32] Remove -mgp-direct/-mno-gp-direct options.
2015-01-13 Chung-Ju Wu[NDS32] Add -mcmodel= option to support different code...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Eric Botcazou* config/nds32/nds32-peephole2.md: Do not mention defin...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-16 Chung-Ju Wure PR target/64217 (LRA: generate wrong liveness info...
2014-11-21 Chung-Ju Wu[NDS32] Look into LO_SUM's operand to determine whether...
2014-11-21 Chung-Ju Wu[NDS32] Create correct CFI info for variadic function...
2014-11-21 Chung-Ju Wu[NDS32] Add missing RTX_FRAME_RELATED_P to set fp_adjus...
2014-11-21 Chung-Ju Wu[NDS32] Complete -march= option design so that it can...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
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] Since argument pointer must be 8-byte alignment...
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] Consider varargs situation when creating stack...
2014-09-03 Chung-Ju Wu[NDS32] Add a function to indentify if FUNC is an inter...
2014-09-03 Chung-Ju Wu[NDS32] Preparation in nds32.h of using registers to...
2014-09-03 Chung-Ju Wu[NDS32] In nds32_valid_stack_push_pop_p(), we look...
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-09-03 Chung-Ju Wu[NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
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 WuPreparation of nds32-pipelines-auxiliary.c module for...
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-07-04 Chung-Ju WuAdd several new files for preparation of providing...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-28 Richard Sandifordmd.texi: Document that the % constraint character must...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-07 Chung-Ju Wunds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor of...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-02 Kito Chengdefaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_AL...
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,...