summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-ppc-vsx.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r347556:Tom Stellard2018-11-301-18/+18
* [PowerPC] Handle __builtin_xxpermdi the same way as GCC doesNemanja Ivanovic2018-07-191-11/+11
* Fix one test case faiulre in commit 303766.Tony Jiang2017-05-241-9/+9
* [PowerPC] Implement vec_xxsldwi builtin.Tony Jiang2017-05-241-0/+55
* [PowerPC] Implement vec_xxpermdi builtin.Tony Jiang2017-05-241-0/+56
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-2/+2
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-241-0/+20
* [PPC] revert r287795Ehsan Amiri2016-11-231-20/+0
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-231-0/+20
* [PPC] Reverting r287772Ehsan Amiri2016-11-231-20/+0
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-231-0/+20
* [PowerPC] Implement BE VSX load/store builtins - clang portion.Tony Jiang2016-11-151-0/+24
* [PowerPC] Add vector conversion builtins to altivec.h - clang portionNemanja Ivanovic2016-11-111-0/+374
* [PowerPC] Implement plain VSX load/store builtins.Tony Jiang2016-11-101-2/+27
* [PowerPC] Implement vector shift builtins - clang portionNemanja Ivanovic2016-11-011-8/+128
* [PPC] add vector byte reverse functions to altivec.hNemanja Ivanovic2016-10-271-0/+32
* [PPC] Implement vector reverse elements builtins (vec_reve)Nemanja Ivanovic2016-10-261-0/+16
* [PPC64][VSX] Add a couple of new data types for vec_vsx_ld and vec_vsx_st int...Chuang-Yu Cheng2016-04-131-40/+91
* Add a couple of missing vsx load and store intrinsics.Eric Christopher2016-04-121-0/+10
* The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher2016-03-241-0/+1
* [PPC] FE support for generating VSX [negated] absolute value instructionsKit Barton2016-03-091-0/+8
* [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_s...Kit Barton2016-03-011-0/+118
* [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctfKyle Butt2016-01-081-0/+47
* Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic2015-07-141-4/+116
* Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic2015-07-101-1/+232
* clang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts.NAKAMURA Takumi2015-07-051-8/+8
* Add missing builtins to altivec.h for ABI compliance (vol. 2)Nemanja Ivanovic2015-07-051-0/+127
* Add missing builtins to altivec.h for ABI compliance (vol. 1)Nemanja Ivanovic2015-06-261-0/+85
* [PowerPC] This revision adds 68 of the missing "Predefined Functions for Vect...Bill Seurer2015-06-041-0/+177
* [PowerPC] Enable vec_perm for long long and double vector types for VSXBill Schmidt2014-11-141-0/+21
* [PowerPC] Add VSX builtins for vec_divBill Schmidt2014-11-141-0/+7
* [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsicsBill Schmidt2014-11-121-0/+48
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-0/+40