summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-171-6/+6
* [X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only ...Craig Topper2019-07-101-0/+4
* [X86] Follow up to r353878, add MSVC compatibility command lines to other int...Craig Topper2019-02-121-0/+1
* [X86] Fix various type mismatches in intrinsic headers and intrinsic tests th...Craig Topper2018-07-071-7/+7
* [X86] Fix some vector cmp builtins - TRUE/FALSE predicatesGabor Buella2018-07-051-32/+16
* [X86] NFC - add more test cases for vector cmp intrinsicsGabor Buella2018-07-051-112/+776
* [X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IRGabor Buella2018-06-221-33/+81
* [X86] Update handling in CGBuiltin to be tolerant of out of range immediates.Craig Topper2018-06-211-8/+8
* [X86] Lowering sqrt intrinsics to native IRTomasz Krupa2018-06-151-2/+2
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-14/+14
* [X86] Add builtins for vpermilps/pd instructions to enable target feature che...Craig Topper2018-06-081-5/+5
* [X86] Add builtins for blend with immediate control to enforce target feature...Craig Topper2018-06-081-1/+1
* [X86] Add builtins for vector element insert and extract for different 128 an...Craig Topper2018-06-061-21/+13
* [X86] Remove __extension__ from macro intrinsics when its not needed.Craig Topper2018-05-311-12/+12
* [X86] NFC Include immintrin.h in CodeGen testsGabor Buella2018-05-241-1/+1
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-1/+1
* [X86] Use native shuffle vector for the perm2f128 intrinsicsCraig Topper2017-09-151-3/+3
* 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
OpenPOWER on IntegriCloud