aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nds32/nds32-intrinsic.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1854/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang1-1/+743
2018-04-22[NDS32] Add unaligned access support.Monk Chiang1-0/+9
2018-04-08[NDS32] Add intrinsic functions for interrupt control.Monk Chiang1-0/+77
2018-04-08[NDS32] Add intrinsic functions for TLB operation and data prefech.Monk Chiang1-0/+78
2018-04-07[NDS32] Add intrinsic functions for particular instructions.Monk Chiang1-0/+231
2018-04-07[NDS32] Add intrinsic functions for atomic load/store and memory sync.Monk Chiang1-0/+167
2018-04-07[NDS32] Add intrinsic functions for cache control.Monk Chiang1-0/+84
2018-04-07[NDS32] Add intrinsic functions for FPU.Monk Chiang1-0/+51
2018-03-11[NDS32] Add intrinsic function for ffb, ffmism and flmism.Monk Chiang1-0/+20
2018-03-03[NDS32] Add intrinsic functions for unalignment memory access.Kito Cheng1-0/+22
2018-03-03[NDS32] Rewrite infrastructure for intrinsic.Monk Chiang1-138/+275
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-32/+4
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-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-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-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 builtin functions implementation to nds32-intrinsic.c module.Chung-Ju Wu1-0/+233
2014-07-04Add several new files for preparation of providing modulesChung-Ju Wu1-0/+19