amehsan added inline comments.
Comment at: lib/Headers/altivec.h:350
+__tempc = __tempc & 0x0001;
+unsigned long long __longa = (unsigned long long) __tempa;
+unsigned long long __longb = (unsigned long long) __tempb;
kbarton wrote:
> nemanjai wro
amehsan updated the summary for this revision.
amehsan updated this revision to Diff 78376.
https://reviews.llvm.org/D26544
Files:
lib/Headers/altivec.h
test/CodeGen/builtins-ppc-altivec.c
test/CodeGen/builtins-ppc-p8vector.c
test/CodeGen/builtins-ppc-quadword.c
test/CodeGen/builtins-pp
amehsan added inline comments.
Comment at: lib/Driver/ToolChains.cpp:2799-2807
+ switch (getArch()) {
+ case llvm::Triple::x86_64:
+return getTriple().isOSWindows();
+ case llvm::Triple::ppc64:
+ case llvm::Triple::ppc64le:
+return !getTriple().isOSBinFormatMachO() &&
Author: amehsan
Date: Wed Nov 23 10:32:05 2016
New Revision: 287772
URL: http://llvm.org/viewvc/llvm-project?rev=287772&view=rev
Log:
[PPC] support for arithmetic builtins in the FE
This adds various overloads of the following builtins to altivec.h:
vec_neg
vec_nabs
vec_adde
vec_
Author: amehsan
Date: Wed Nov 23 10:56:03 2016
New Revision: 287775
URL: http://llvm.org/viewvc/llvm-project?rev=287775&view=rev
Log:
[PPC] Reverting r287772
Due to buildbot failure, I revert. Will recommit after investigation.
Modified:
cfe/trunk/lib/Headers/altivec.h
cfe/trunk/test/Cod
Author: amehsan
Date: Wed Nov 23 12:36:29 2016
New Revision: 287795
URL: http://llvm.org/viewvc/llvm-project?rev=287795&view=rev
Log:
[PPC] support for arithmetic builtins in the FE
(commit again after fixing the buildbot failures)
This adds various overloads of the following builtins to altivec.
Author: amehsan
Date: Wed Nov 23 12:55:17 2016
New Revision: 287796
URL: http://llvm.org/viewvc/llvm-project?rev=287796&view=rev
Log:
[PPC] revert r287795
A test that passed locally is failing on one of the build bots.
Modified:
cfe/trunk/lib/Headers/altivec.h
cfe/trunk/test/CodeGen/buil
Author: amehsan
Date: Thu Nov 24 06:40:04 2016
New Revision: 287872
URL: http://llvm.org/viewvc/llvm-project?rev=287872&view=rev
Log:
[PPC] support for arithmetic builtins in the FE
(commit again after fixing the buildbot failures)
This adds various overloads of the following builtins to altivec.
amehsan added a comment.
I actually wanted to check some surrounding guards.
Repository:
rL LLVM
https://reviews.llvm.org/D26479
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
amehsan added a comment.
more context?
Repository:
rL LLVM
https://reviews.llvm.org/D26479
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
amehsan created this revision.
amehsan added reviewers: kbarton, nemanjai, sfertile, jtony, hfinkel, syzaara,
lei.
amehsan added subscribers: cfe-commits, echristo.
This includes various overloads of the following builtins:
- vec_neg
- vec_nabs
- vec_adde
- vec_addec
- vec_sube
- vec_subec
- vec
11 matches
Mail list logo