summaryrefslogtreecommitdiff
path: root/gcc/config/tilegx
Commit message (Expand)AuthorAgeFilesLines
...
* tilegx.c: Include "tree.h".Jan-Benedict Glaw2013-10-231-0/+1
* expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore2013-09-271-1/+1
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-1/+1
* tilegx.c (tilegx_expand_prologue): Avoid double-decrement of next_scratch_regno.Walter Lee2013-03-271-5/+4
* tilegx.md (insn_v1mulu): Fix constraints on input operands.Walter Lee2013-03-271-6/+6
* tilegx.h (ASM_OUTPUT_ADDR_VEC_ELT): Delete extra tab.Walter Lee2013-03-271-2/+2
* 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.h (PROFILE_BEFORE_PROLOGUE): Define.Walter Lee2013-03-261-0/+2
* tilegx-builtins.h (enum tilegx_builtin): Add TILEGX_INSN_SHUFFLEBYTES1.Walter Lee2013-03-263-0/+12
* tilegx.md (floatsisf2): New pattern.Walter Lee2013-03-261-0/+102
* tilegx.c (expand_set_cint64_one_inst): Inline tests for constraint J, K, N, P.Walter Lee2013-03-251-7/+9
* Switch eh data to always use pc relative/indirect encoding, to avoidWalter Lee2013-03-251-7/+2
* Add an atomic test and set pattern on tilegx.Walter Lee2013-03-211-0/+46
* re PR target/52550 (tile*.c: unused variable ‘cfa_offset’)Joern Rennecke2013-02-261-2/+0
* Update copyright years in gcc/Richard Sandiford2013-01-1016-32/+16
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-1/+2
* Integrate lexical block into source_location.Dehao Chen2012-09-191-1/+0
* Fix some typos and coding style violations.Walter Lee2012-08-282-128/+120
* Add support for the -mcmodel=MODEL flag on TILE-Gx.Walter Lee2012-08-287-45/+367
* Fix a typo in the mcount function_profiler.Walter Lee2012-08-271-1/+1
* 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-273-10/+14
* Define stubs for feedback instrumentation.Walter Lee2012-08-181-1/+14
* Add a stub header file "feedback.h," needed to compile glibc and linux.Walter Lee2012-08-161-0/+1
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov2012-06-201-28/+4
* * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.Walter Lee2012-06-151-1/+1
* * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.Maxim Kuvyrkov2012-06-141-1/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+1
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-052-5/+7
* Fix an unwinding bug for functions with dynamic stack frames.Walter Lee2012-03-071-15/+15
* Fix a bug in tilegx_fixup_pcrel_references...Walter Lee2012-02-261-7/+19
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-1416-0/+39768