aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vmx
AgeCommit message (Expand)AuthorFilesLines
2014-02-03rs6000.c (altivec_expand_vec_perm_le): Generalize for vector types other than...Bill Schmidt3-9/+143
2014-02-03altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.Bill Schmidt2-0/+31
2014-01-30rs6000.c (rs6000_expand_vector_init): Use gen_vsx_xxspltw_v4sf_direct instead...Bill Schmidt6-9/+178
2014-01-29rs6000.c (altivec_expand_vec_perm_const): Use CODE_FOR_altivec_vmrg*_direct r...Bill Schmidt4-0/+258
2014-01-22insert-vsx-be-order.c: New.William Schmidt4-0/+97
2014-01-15altivec.md (mulv8hi3): Explicitly generate vmulesh and vmulosh rather than ca...Bill Schmidt2-0/+107
2014-01-13rs6000-c.c (altivec_resolve_overloaded_builtin): Implement -maltivec=be for v...Bill Schmidt4-0/+156
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-15altivec.md (UNSPEC_VPERM_X, [...]): Remove.Bill Schmidt1-0/+9
2013-11-03rs6000.c (rs6000_expand_vector_set): Adjust for little endian.Bill Schmidt1-0/+14
2013-10-28gcc-bug-i.c: Add little endian variant.Bill Schmidt2-0/+22
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-04ucnid-7.c: Skip on AIX.David Edelsohn1-1/+1
2011-09-09re PR target/49614 (FAIL: gcc.dg/vmx/gcc-bug-i.c -O0 (test for excess errors))Iain Sandoe1-1/+1
2009-07-30Add patch 5/6 for full power7/VSX supportMichael Meissner1-1/+1
2009-04-14re PR testsuite/39769 (vmx tests fail due to reliance on floating point equal...Michael Meissner3-7/+19
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston4-2/+83
2007-08-01execute.exp: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+4
2006-06-15* gcc.dg/vmx/pr27842.c: Remove dg-do directive; use default.Janis Johnson1-2/+0
2006-06-06re PR target/27842 (Miscompile of Altivec vec_abs (float) inside loop)Ulrich Weigand1-0/+28
2006-05-22* gcc.dg/vmx/pr27006.c: Remove dg-do directive; use default.Janis Johnson1-1/+0
2006-05-11target-supports.exp (check_effective_target_powerpc_fprs, [...]): New.Joseph Myers2-7/+6
2006-04-13re PR target/27006 (Invalid altivec constant loading code)Paolo Bonzini1-0/+23
2006-01-211b-01.c: Warning fix.Alan Modra3-5/+5
2005-06-25Update FSF address.Kelley Cook1-1/+1
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+3
2005-03-12* gcc.dg/vmx/darwin-abi-3.c: Delete.Geoffrey Keating1-34/+0
2004-08-13gcc.dg/vmx/cw-bug-2.c: Remove.Janis Johnson3-693/+0
2004-08-12ops-long-2.c: Add dg-error directives.Janis Johnson1-12/+12
2004-07-30vmx.exp: Explain why we skip tests for powerpc-eabispe.Aldy Hernandez1-1/+2
2004-07-30* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.Aldy Hernandez1-1/+2
2004-07-238-02a.c: Fix typo.Janis Johnson1-1/+1
2004-07-23varargs-4.c: Remove a Darwin-specific check.Janis Johnson2-8/+34
2004-07-23debug-1.c: Use int, not long, in union with vector.Janis Johnson2-4/+4
2004-07-23ops.c: Remove checks using pointers to long.Janis Johnson3-62/+114
2004-06-2720021123-1.c: Remove duplicate of 20021110.c.Joseph Myers4-46/+0
2004-05-28target-supports.exp (check_vmx_hw_available): New.Janis Johnson1-5/+10
2004-04-211c-01.c: Use ptrdiff_t for casts of pointers.Janis Johnson2-25/+27
2004-04-20* gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.Aldy Hernandez1-4/+4
2004-04-18* gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.Aldy Hernandez1-12/+12
2004-04-181b-01.c: New.Zack Weinberg116-0/+12408