summaryrefslogtreecommitdiff
path: root/test/CodeGen/mmx-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] NFC Include immintrin.h in CodeGen testsGabor Buella2018-05-241-1/+1
* [X86][MMX] Add tests for _mm_set*_* intrinsicsSimon Pilgrim2017-03-221-0/+87
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-2/+2
* [X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_set_v4hi to impl...Craig Topper2016-07-091-0/+12
* [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correct test fileSimon Pilgrim2016-05-171-5/+5
* [X86] Add missing m64/int64 conversionsMichael Kuperstein2015-12-201-0/+12
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-031-104/+0
* [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt...Simon Pilgrim2015-11-151-14/+81
* [X86][MMX] Sorted MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-367/+374
* [X86][MMX] Added MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-196/+358
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-2/+2
* Fix the SSE4 byte sign extension in a cleaner way, and more thoroughlyChandler Carruth2015-10-011-0/+1
* [X86] Remove unnecessary MMX declarations from Intrin.hSimon Pilgrim2015-08-251-0/+10
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-031-0/+1
* Linux still needs these hacks.Bill Wendling2010-10-201-0/+4
* Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling2010-10-191-4/+0
* Erm...this isn't the same as PR6658.Bill Wendling2010-10-061-1/+0
* Add same hack to mmx-builtins.c as in Headers/c89.c to get it to pass on Win3...Bill Wendling2010-10-061-0/+5
* Do x86_64.Bill Wendling2010-10-031-1/+1
* Test to verify that all of the MMX builtins are handled by the front-end.Bill Wendling2010-10-031-0/+448