]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/nds32/nds32-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / nds32 / nds32-protos.h
2023-01-16  Jakub JelinekUpdate copyright years.
2022-09-05  Martin Liskarename DBX_REGISTER_NUMBER to DEBUGGER_REGNO
2022-01-03  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-06-27  Aaron Sawdeybuiltins.c (get_memory_rtx): Fix comment.
2019-04-15  Monk Chiang[NDS32] Rewrite PIC/TLS patterns.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-12  Chung-Ju Wu[NDS32] Change return type of predicator to bool.
2018-08-12  Chung-Ju Wu[NDS32] Implement more C ISR extension.
2018-06-02  Chung-Ju Wu[NDS32] Implement fp-as-gp optimization.
2018-05-20  Kito Cheng[NDS32] Rewrite cost model.
2018-05-19  Chung-Ju Wu[NDS32] Refine functions that deal with lwm and smw...
2018-05-19  Kuan-Lin Chen[NDS32] Support PIC and TLS.
2018-05-19  Kuan-Lin Chen[NDS32] Implment indirect funciton call attribute.
2018-05-13  Kito Cheng[NDS32] Implment n15 pipeline.
2018-05-13  Kito Cheng[NDS32] Implment n12/n13 pipeline.
2018-05-13  Kito Cheng[NDS32] Implment n10 pipeline.
2018-05-13  Monk Chiang[NDS32] Add DSP extension instructions.
2018-04-22  Shiva Chen[NDS32] Implment USE_LOAD_POST_INCREMENT, USE_LOAD_POST...
2018-04-22  Shiva Chen[NDS32] Remove unused function: nds32_ls_333_p().
2018-04-22  Shiva Chen[NDS32] Refine CASE_VECTOR_SHORTEN_MODE to function.
2018-04-22  Chung-Ju Wu[NDS32] Implement DATA_ALIGNMENT, LOCAL_ALIGNMENT and...
2018-04-08  Kito Cheng[NDS32] Implement n7 pipeline.
2018-04-08  Kito Cheng[NDS32] Implement e8 pipeline.
2018-04-08  Kito Cheng[NDS32] Implement n8 pipeline.
2018-04-08  Kito Cheng[NDS32] Implment n9 pipeline.
2018-04-07  Chung-Ju Wu[NDS32] Support dwarf exception handling.
2018-04-06  Chung-Ju Wu[NDS32] Refine call and return patterns.
2018-04-06  Monk Chiang[NDS32] Add hard float support.
2018-04-05  Kito Cheng[NDS32] Refine bit-wise operation and shift patterns.
2018-04-04  Chung-Ju Wu[NDS32] Refine movcc, cmov, cstore and cbranch patterns.
2018-04-04  Chung-Ju Wu[NDS32] Refine implementation of sibcall patterns.
2018-04-01  Chung-Ju Wu[NDS32] Add relax optimization as new pass.
2018-03-17  Chung-Ju Wu[NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance...
2018-03-11  Kito Cheng[NDS32] Add new function nds32_cpu_cpp_builtins and...
2018-03-11  Kito Cheng[NDS32] Implement strlensi pattern.
2018-03-05  Kito Cheng[NDS32] Implment setmem pattern.
2018-03-04  Kito Cheng[NDS32] Rename nds32_expand_movmemqi to nds32_expand_mo...
2018-03-04  Kito Cheng[NDS32] Refine load_multiple and store_multiple.
2018-03-03  Kito Cheng[NDS32] Add intrinsic functions for unalignment memory...
2018-03-03  Monk Chiang[NDS32] Rewrite infrastructure for intrinsic.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-12  Richard SandifordTurn HARD_REGNO_NREGS into a target hook
2017-09-04  Richard SandifordTurn HARD_REGNO_MODE_OK into a target hook
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-22  Trevor Saundersuse rtx_insn * more
2016-01-04  Jakub JelinekUpdate copyright years.
2015-07-08  Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
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-05  Jakub JelinekUpdate copyright years.
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
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] In nds32_valid_stack_push_pop_p(), we look...
2014-08-25  David Malcolmconfig/nds32: Use rtx_insn
2014-07-04  Chung-Ju WuMove fp-as-gp optimization to nds32-fp-as-gp.c module.
2014-07-04  Chung-Ju WuMove cost calculation to nds32-cost.c module.
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-01-02  Richard SandifordUpdate copyright years in gcc/
2013-10-31  Chung-Ju WuAdd new nds32 port, including machine description,...