]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/nds32/nds32.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / nds32 / nds32.md
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-12  Chung-Ju Wu[NDS32] Implement more C ISR extension.
2018-06-02  Chung-Ju Wu[NDS32] Support Linux target for nds32.
2018-06-02  Chung-Ju Wu[NDS32] Implement fp-as-gp optimization.
2018-05-27  Chung-Ju Wu[NDS32] Implement bswapsi2 and bswaphi2 patterns.
2018-05-20  Chung-Ju Wu[NDS32] Set call address constraint.
2018-05-19  Chung-Ju Wu[NDS32] Add abssi2 pattern.
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-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-08  Chung-Ju Wu[NDS32] New option -malways-align and -malign-functions.
2018-04-07  Chung-Ju Wu[NDS32] Support dwarf exception handling.
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for particular instruct...
2018-04-07  Monk Chiang[NDS32] Add intrinsic functions for cache control.
2018-04-07  Chung-Ju Wu[NDS32] Remove unused insn type: call.
2018-04-06  Chung-Ju Wu[NDS32] Refine call and return patterns.
2018-04-06  Chung-Ju Wu[NDS32] Refine condition of stack_push and stack_pop...
2018-04-06  Monk Chiang[NDS32] Add hard float support.
2018-04-05  Shiva Chen[NDS32] Add constraint for lwi45.fe instruction.
2018-04-05  Chung-Ju Wu[NDS32] Generate alu-shift instructions only for -Os.
2018-04-05  Chung-Ju Wu[NDS32] Add divsi4 and udivsi4 patterns.
2018-04-05  Chung-Ju Wu[NDS32] Refine negsi2 pattern.
2018-04-05  Kito Cheng[NDS32] Refine bit-wise operation and shift patterns.
2018-04-05  Chung-Ju Wu[NDS32] The add and sub pattens should only accept...
2018-04-05  Chung-Ju Wu[NDS32] Fine-tune predicator for alu-shift patterns.
2018-04-05  Chung-Ju Wu[NDS32] Adjust asm patterns indention.
2018-04-05  Kito Cheng[NDS32] Add new instruction attribute: feature.
2018-04-05  Chung-Ju Wu[NDS32] Add subtype attribute for instructions.
2018-04-04  Kito Cheng[NDS32] Restrict mov pattern that has at least one...
2018-04-04  Kito Cheng[NDS32] Implement movmisalignsi and movmisaligndi pattern.
2018-04-04  Chung-Ju Wu[NDS32] Merge movqi and movhi patterns.
2018-04-04  Chung-Ju Wu[NDS32] Refine movcc, cmov, cstore and cbranch patterns.
2018-04-04  Kito Cheng[NDS32] Refine instruction type attribute.
2018-04-04  Chung-Ju Wu[NDS32] Change enabled attribute to yes/no instead...
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-12  Monk Chiang[NDS32] Refine prologue and epilogue code generation.
2018-03-04  Kito Cheng[NDS32] Add load_multiple,store_multiple and new attrib...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-16  Chung-Ju WuAdd new options: -mext-perf, -mext-perf2, -mext-string.
2017-09-16  Chung-Ju WuRefine formatting and comments.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-04-28  Segher Boessenkoolnds32: Fix casesi (PR70668)
2016-01-04  Jakub JelinekUpdate copyright years.
2015-07-13  Aldy HernandezFix double word typos.
2015-05-07  Richard Sandifordrtl.h (always_void_p): New function.
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-13  Chung-Ju Wu[NDS32] Consider TARGET_CMODEL_LARGE for function call...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-16  Chung-Ju Wure PR target/64217 (LRA: generate wrong liveness info...
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-05-28  Richard Sandifordmd.texi: Document that the % constraint character must...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-10-31  Chung-Ju WuAdd new nds32 port, including machine description,...