aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh-mem.cc
AgeCommit message (Expand)AuthorFilesLines
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-11-15Use proper probability (PR target/82927)Martin Liska1-2/+6
2017-08-16Limit SH strncmp inline expansion (PR target/78460).Joseph Myers1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-19re PR target/78426 (wrong code with strncmp on SH)Kaz Kojima1-3/+3
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-4/+4
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-27config.gcc: Handle --enable-fdpic.Daniel Jacobowitz1-12/+13
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-19/+4
2015-09-25re PR target/67675 ([SH] Improve __builtin_strcmp alignment test)Oleg Endo1-6/+31
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+8
2015-01-08sh-mem.cc: Use constant as second operand when emitting tstsi_t insns.Oleg Endo1-4/+4
2015-01-06re PR target/64507 (SH inlined builtin strncmp doesn't return 0 for 0 length)Christian Bruel1-2/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+14
2014-10-11sh.h (TARGET_SH4A_ARCH): Remove macro.Oleg Endo1-1/+1
2014-09-03use rtx_code_label moreTrevor Saunders1-17/+17
2014-05-07re PR target/60884 ([SH] improve inlined strlen-like builtin functions)Oleg Endo1-25/+10
2014-05-03sh-mem.cc: Use tabs instead of spaces.Oleg Endo1-149/+146
2014-04-14sh-mem.cc (sh_expand_strlen): Unroll last word.Christian Bruel1-3/+29
2014-04-14sh.md (setmemqi): New expand pattern.Christian Bruel1-0/+103
2014-01-27sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after words comparisons.Christian Bruel1-11/+37
2014-01-13sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and optimized non constant ...Christian Bruel1-85/+118
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-06sh-mem.cc (sh_expand_cmpnstr, [...]): Factorize probabilities...Christian Bruel1-59/+134
2013-10-30sh-mem.cc (sh_expand_cmpnstr): New function.Christian Bruel1-14/+183
2013-10-24config.gcc (sh-*): Add sh-mem.o to extra_obj.Christian Bruel1-0/+307