summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/fma4-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Implement _builtin_ia32_vfmaddss and _builtin_ia32_vfmaddsd with native...Craig Topper2018-07-061-8/+40
* [X86] Use shufflevector instead of a select with a constant mask for fmaddsub...Craig Topper2018-07-051-24/+24
* [X86] Lowering FMA intrinsics to native IR (Clang part)Gabor Buella2018-05-301-24/+44
* [X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...Craig Topper2017-11-251-8/+16
* [X86] Reduce the number of FMA builtins needed by the frontend by adding nega...Craig Topper2017-11-101-16/+36
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-031-34/+32
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-2/+2
* [X86] Reapplied r246204, r246206, r246211, r246223Simon Pilgrim2015-08-291-1/+35
* Revert "[X86][FMA4] Added debug codegen test for FMA4 intrinsics"Renato Golin2015-08-281-34/+1
* [X86][FMA4] Added debug codegen test for FMA4 intrinsicsSimon Pilgrim2015-08-271-1/+34
* Upgrade test for the fma4->fma intrinsic change.Benjamin Kramer2012-06-031-32/+32
* Add FMA4 intrinsics.Craig Topper2011-12-301-0/+166