summaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.md
Commit message (Expand)AuthorAgeFilesLines
* Change references of .c files to .cc filesMartin Liska2022-01-171-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* tilegx: Unbreak buildJakub Jelinek2020-05-021-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford2017-09-151-3/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* TILEPro/TILE-Gx: add trap patternsWalter Lee2016-11-231-0/+6
* TILE-Gx...Walter Lee2016-11-231-2/+26
* TILE-Gx: fix clzsi2 for big-endian.Walter Lee2016-11-191-13/+14
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR target/68917 (test suite failure for builtin-bitops-1.c)Bernd Edlinger2016-01-011-4/+7
* genflags.c (gen_macro): Delete.Richard Sandiford2015-08-241-1/+1
* Fix double word typos.Aldy Hernandez2015-07-131-3/+3
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-4/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* TILE-Gx big endian support.Walter Lee2014-02-241-38/+243
* tilegx.c (tilegx_gen_bundles): Delete barrier insns after bundles have been f...Walter Lee2014-01-251-4/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tilegx.md (insn_ld_add<bitsuffix>): Use register_operand rather than pointer_...Richard Sandiford2013-12-101-69/+69
* target.def (can_use_doloop_p): New hook.Richard Sandiford2013-11-091-9/+2
* tilegx.md (insn_v1mulu): Fix constraints on input operands.Walter Lee2013-03-271-6/+6
* tilegx.md (*sibcall_insn): Fix type atribute for jr.Walter Lee2013-03-271-2/+2
* tilegx.md (insn_mnz_<mode>): Replaced by ...Walter Lee2013-03-271-33/+123
* tilegx-builtins.h (enum tilegx_builtin): Add TILEGX_INSN_SHUFFLEBYTES1.Walter Lee2013-03-261-0/+9
* tilegx.md (floatsisf2): New pattern.Walter Lee2013-03-261-0/+102
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-1/+2
* Fix some typos and coding style violations.Walter Lee2012-08-281-26/+16
* Add support for the -mcmodel=MODEL flag on TILE-Gx.Walter Lee2012-08-281-34/+186
* Stop trying to represent the bfins instruction with the insv pattern,Walter Lee2012-08-271-31/+1
* Properly set the latency of atomic ops to the approximate latency of a remote...Walter Lee2012-08-271-7/+7
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-141-0/+5121