aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spu/spu.md
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-4/+6
2017-08-01re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Jakub Jelinek1-2/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23* config/spu/spu.md (floatunsdidf2): Remove unused local variable.Jeff Law1-1/+1
2016-11-21use rtx_insn * more places where it is obviousTrevor Saunders1-3/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-2/+2
2015-09-30spu-protos.h (spu_expand_atomic_op): Add prototype.Ulrich Weigand1-0/+147
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-5/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+2
2014-04-02spu.md ("insv"): Fail if bitoffset+bitsize lies outside the target mode.Ulrich Weigand1-1/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-9/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-12-10spu.md: Replace "operands" with "operands != NULL" in insn conditions.Andreas Krebbel1-8/+8
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-07-10spu: Rename patterns for vec_widen_<s>mult_even/odd_<mode>Richard Henderson1-11/+75
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2011-10-25spu: Remove vec_extract_even/odd and vec_interleave expanders.Richard Henderson1-433/+0
2011-10-21spu.md ("vec_permv16qi"): Reduce selector modulo 32 before using the shufb in...Ulrich Weigand1-3/+9
2011-10-13spu: Implement vec_permv16qi.Richard Henderson1-0/+12
2011-09-02re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther1-2/+2
2011-08-03spu: Use define_c_enum.Richard Henderson1-59/+63
2011-07-13spu.c (spu_init_libfuncs): Install __clrsbdi2.Ulrich Weigand1-0/+15
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-22spu.md ("mov<mode>"): Use nonimmediate_operand predicate for destination oper...Ulrich Weigand1-2/+2
2010-12-17t-spu-elf (LIB2FUNCS_EXCLUDE): Add _floattisf and _floatunstisf.Ulrich Weigand1-0/+74
2010-11-16spu: Use the FMA rtx code.Richard Henderson1-40/+69
2009-05-23Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>Trevor Smigiel1-158/+251
2009-05-12Merge cond-optab branch.Paolo Bonzini1-137/+50
2009-04-27Allow non-constant arguments to conversion intrinsics.Trevor Smigiel1-35/+56
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-14spu_internals.h (spu_sr, [...]): Define.Ulrich Weigand1-0/+61
2008-10-29configure.ac [spu-*-*]: Do not set skipdirs.Stefan Schulze Frielinghaus1-0/+49
2008-09-05Improved branch hints, safe hints, and scheduling.Trevor Smigiel1-2/+13
2008-09-02spu.md (divdf3): Removed.Victor Kaplansky1-52/+0
2008-08-26spu.md (vec_extract_evenv4si, [...]): Implement.SVictor Kaplansky1-0/+470
2008-08-12real.h (struct real_format): New member round_towards_zero.Ulrich Weigand1-0/+59
2008-08-12real.c (spu_single_format): New variable.Ulrich Weigand1-2/+6
2008-07-21spu.md ("div<mode>3"): Convert into expander, move original insn and splitter...Ulrich Weigand1-4/+61
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-18/+21
2008-05-08fixed subti3 patternSa Liu1-7/+13
2008-02-20spu.md (vec_unpacku_hi_v8hi, [...]): Implement.Ira Rosen1-0/+176
2008-01-07Genetate inline code for double division.Sa Liu1-0/+52
2007-11-16Inlined floatunssidf2 and floatunsdidf2Sa Liu1-25/+132
2007-11-15spu.c (spu_emit_branch_or_set): Remove PROCESSOR_CELL condition from HONOR_NA...Ben Elliston1-48/+161
2007-09-25Fix doloop pattern in spu.mdRevital Eres1-1/+2