summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-ppc-p8vector.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-3/+3
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-241-7/+73
* [PPC] revert r287795Ehsan Amiri2016-11-231-79/+7
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-231-7/+79
* [PPC] Reverting r287772Ehsan Amiri2016-11-231-79/+7
* [PPC] support for arithmetic builtins in the FEEhsan Amiri2016-11-231-7/+79
* [PowerPC] Implement remaining permute builtins in altivec.h - Clang portionNemanja Ivanovic2016-11-111-0/+20
* [PowerPC] Add vector conversion builtins to altivec.h - clang portionNemanja Ivanovic2016-11-111-9/+0
* [PowerPC] Implement remaining vector comparison builtins.Tony Jiang2016-11-081-0/+5
* [PPC] add float and double overloads for vec_orc and vec_nand in altivec.hNemanja Ivanovic2016-10-281-0/+36
* 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-4/+4
* Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1Nemanja Ivanovic2015-09-291-228/+251
* Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic2015-07-141-1/+326
* Add missing builtins to altivec.h for ABI compliance (vol. 3)Nemanja Ivanovic2015-07-101-17/+321
* This patch adds support for the vector merge even word and vector merge odd wordKit Barton2015-07-021-0/+28
* Revert r240872, "Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Ass...NAKAMURA Takumi2015-06-281-1/+1
* [PPC] fixes typos in builtins-ppc-p8vector.cJingyue Wu2015-06-281-2/+2
* Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Wil...NAKAMURA Takumi2015-06-271-1/+1
* Add missing builtins to altivec.h for ABI compliance (vol. 1)Nemanja Ivanovic2015-06-261-1/+64
* Clang support for vector quad bit permute and gather instructions through bui...Nemanja Ivanovic2015-06-111-0/+23
* [PowerPC] This revision adds 68 of the missing "Predefined Functions for Vect...Bill Seurer2015-06-041-62/+104
* [PPC64] Add vector pack/unpack support from ISA 2.07Bill Schmidt2015-05-161-0/+93
* Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton2015-03-111-0/+605