summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Expand vector oparation to as IR constants, PR28129.Dinar Temirbulatov2017-06-161-0/+48
* [X86][AVX] Added support for _mm256_zext* helper intrinsics (PR32839)Simon Pilgrim2017-04-291-0/+21
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-14/+14
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
* [X86][AVX] Ensure we only match against 1-byte alignmentSimon Pilgrim2016-08-101-2/+2
* [x86] Fix a really nasty bug introduced in r276417 where alignmentChandler Carruth2016-08-101-2/+2
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-2/+2
* [X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 with g...Simon Pilgrim2016-07-221-2/+4
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-201-2/+2
* [X86] Use undefined instead of setzero in shufflevector based intrinsics when...Craig Topper2016-07-041-11/+11
* [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...Simon Pilgrim2016-06-011-2/+2
* Adding front-end support to several intrinsics (bit scanning, conversion and ...Michael Zuckerman2016-06-011-0/+21
* [X86] Ensure load/store tests unaligned pointers really are align 1Simon Pilgrim2016-05-301-9/+9
* [X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...Craig Topper2016-05-301-9/+12
* [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IRSimon Pilgrim2016-05-231-2/+2
* [X86][AVX] Ensure zero-extension of _mm256_extract_epi8 and _mm256_extract_epi16Simon Pilgrim2016-05-211-4/+2
* [X86][AVX] Added _mm256_testc_si256/_mm256_testnzc_si256/_mm256_testz_si256 t...Simon Pilgrim2016-05-201-0/+18
* [X86][AVX] Added _mm256_extract_epi64 testSimon Pilgrim2016-05-201-0/+7
* [X86][AVX] Full set of AVX intrinsics testsSimon Pilgrim2016-05-201-51/+1312
* Removed duplicate SSE42 builtin tests from avx-builtins.cSimon Pilgrim2016-05-181-70/+0
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-4/+7
* [X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim2015-08-261-0/+18
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-3/+3
* [Headers] Add tests for _mm256_insert_epi64 and fix its definitionFilipe Cabecinhas2015-02-191-0/+24
* Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas2014-05-131-0/+12
* Intrinsics: fix extract & insert when index is out of bound.Manman Ren2013-10-231-0/+18
* Re-enable pcmpistri/pcmpestri builtins in clang now that llvm supports them p...Craig Topper2012-08-061-0/+70
* test/CodeGen/avx-builtins.c: Fix more for -Asserts.NAKAMURA Takumi2012-01-251-1/+1
* fix broken testcase.Chris Lattner2012-01-251-2/+2
* Represent 256-bit unaligned loads natively and remove the builtins. Similar c...Craig Topper2012-01-251-0/+25