aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx
AgeCommit message (Expand)AuthorFilesLines
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore1-1/+1
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-03-27tilegx.c (tilegx_expand_prologue): Avoid double-decrement of next_scratch_regno.Walter Lee1-5/+4
2013-03-27tilegx.md (insn_v1mulu): Fix constraints on input operands.Walter Lee1-6/+6
2013-03-27tilegx.h (ASM_OUTPUT_ADDR_VEC_ELT): Delete extra tab.Walter Lee1-2/+2
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.h (PROFILE_BEFORE_PROLOGUE): Define.Walter Lee1-0/+2
2013-03-26tilegx-builtins.h (enum tilegx_builtin): Add TILEGX_INSN_SHUFFLEBYTES1.Walter Lee3-0/+12
2013-03-26tilegx.md (floatsisf2): New pattern.Walter Lee1-0/+102
2013-03-25tilegx.c (expand_set_cint64_one_inst): Inline tests for constraint J, K, N, P.Walter Lee1-7/+9
2013-03-25Switch eh data to always use pc relative/indirect encoding, to avoidWalter Lee1-7/+2
2013-03-21Add an atomic test and set pattern on tilegx.Walter Lee1-0/+46
2013-02-26re PR target/52550 (tile*.c: unused variable ‘cfa_offset’)Joern Rennecke1-2/+0
2013-01-10Update copyright years in gcc/Richard Sandiford16-32/+16
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-08-28Fix some typos and coding style violations.Walter Lee2-128/+120
2012-08-28Add support for the -mcmodel=MODEL flag on TILE-Gx.Walter Lee7-45/+367
2012-08-27Fix a typo in the mcount function_profiler.Walter Lee1-1/+1
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 Lee3-10/+14
2012-08-18Define stubs for feedback instrumentation.Walter Lee1-1/+14
2012-08-16Add a stub header file "feedback.h," needed to compile glibc and linux.Walter Lee1-0/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-06-20emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov1-28/+4
2012-06-15* config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.Walter Lee1-1/+1
2012-06-14* config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.Maxim Kuvyrkov1-1/+1
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2-5/+7
2012-03-07Fix an unwinding bug for functions with dynamic stack frames.Walter Lee1-15/+15
2012-02-26Fix a bug in tilegx_fixup_pcrel_references...Walter Lee1-7/+19
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee16-0/+39768