aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32-memory-manipulation.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-27builtins.c (get_memory_rtx): Fix comment.Aaron Sawdey1-15/+15
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-27[NDS32] Optimize movmem and setmem operations.Monk Chiang1-24/+162
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang1-23/+38
2018-03-11[NDS32] Implement strlensi pattern.Kito Cheng1-0/+63
2018-03-05[NDS32] Implment setmem pattern.Kito Cheng1-0/+419
2018-03-04[NDS32] Rename nds32_expand_movmemqi to nds32_expand_movmemsi and rewrite its...Kito Cheng1-52/+394
2018-03-04[NDS32] Refine load_multiple and store_multiple.Kito Cheng1-8/+79
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-34/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-23c-common.c: Don't include target-def.h.Richard Sandiford1-1/+0
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-2/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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-07-04Move memory related implementation to nds32-memory-manipulation.c module.Chung-Ju Wu1-0/+145
2014-07-04Add several new files for preparation of providing modulesChung-Ju Wu1-0/+20