aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/altivec-header.c
AgeCommit message (Collapse)Author
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
The alias was only ever used on darwin and had some issues there, and isn't used in practice much. Also fixes a problem with -mno-altivec not turning off -maltivec. Also add a diagnostic for faltivec/fno-altivec that directs users to use maltivec options and include the altivec.h file explicitly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298449 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-18[X86] Add NumRegisterParameters Module Flag.Nirav Dave
Reviewers: rnk, mkuper Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D27051 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298177 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-03Make this test not rely on a backend being registered.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233993 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-15Update for llvm api change.Rafael Espindola
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219797 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-05Update for llvm change.Rafael Espindola
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203000 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-04clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196349 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-02CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg
We already reject flags that don't have the CC1Option flag, but we would previously do so after parsing the command-line arguments. Since the option parser now has a parameter for excluding options, we should just use that instead. Differential Revision: http://llvm-reviews.chandlerc.com/D1270 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187668 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-31[clang tests] Added require ppc64-registered-target to ↵Michael Gottesman
Headers/altivec-header.c to ensure it only runs on ppc64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167162 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-31Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167148 91177308-0d34-0410-b5e6-96231b3b80d8