aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.md
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23TILEPro/TILE-Gx: add trap patternsWalter Lee1-0/+6
2016-11-23TILE-Gx...Walter Lee1-2/+26
2016-11-19TILE-Gx: fix clzsi2 for big-endian.Walter Lee1-13/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-01-01re PR target/68917 (test suite failure for builtin-bitops-1.c)Bernd Edlinger1-4/+7
2015-08-24genflags.c (gen_macro): Delete.Richard Sandiford1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-4/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-02-24TILE-Gx big endian support.Walter Lee1-38/+243
2014-01-25tilegx.c (tilegx_gen_bundles): Delete barrier insns after bundles have been f...Walter Lee1-4/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tilegx.md (insn_ld_add<bitsuffix>): Use register_operand rather than pointer_...Richard Sandiford1-69/+69
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-9/+2
2013-03-27tilegx.md (insn_v1mulu): Fix constraints on input operands.Walter Lee1-6/+6
2013-03-27tilegx.md (*sibcall_insn): Fix type atribute for jr.Walter Lee1-2/+2
2013-03-27tilegx.md (insn_mnz_<mode>): Replaced by ...Walter Lee1-33/+123
2013-03-26tilegx-builtins.h (enum tilegx_builtin): Add TILEGX_INSN_SHUFFLEBYTES1.Walter Lee1-0/+9
2013-03-26tilegx.md (floatsisf2): New pattern.Walter Lee1-0/+102
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-08-28Fix some typos and coding style violations.Walter Lee1-26/+16
2012-08-28Add support for the -mcmodel=MODEL flag on TILE-Gx.Walter Lee1-34/+186
2012-08-27Stop trying to represent the bfins instruction with the insv pattern,Walter Lee1-31/+1
2012-08-27Properly set the latency of atomic ops to the approximate latency of a remote...Walter Lee1-7/+7
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee1-0/+5121