summaryrefslogtreecommitdiff
path: root/test/Sema/builtins-x86.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Require last argument to LWPINS/LWPVAL builtins to be an ICE. Add ImmAr...Craig Topper2019-09-221-0/+16
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-171-1/+1
* [X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...Craig Topper2019-09-091-0/+13
* [X86] Fix the Sema checks for getmant builtins to only allow 4 and 8 for roun...Craig Topper2019-05-281-0/+8
* [x86] Teach the builtin argument range check to allow invalid ranges inChandler Carruth2018-06-211-37/+37
* [X86] Remove masking from avx512vbmi2 concat and shift by immediate builtins....Craig Topper2018-06-131-36/+36
* [X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_writeeflags_u32 o...Craig Topper2018-04-261-0/+5
* [X86][Sema] Range check the constant argument for the vpshld/vpshrd builtins ...Craig Topper2018-01-111-0/+76
* [Sema][X86] Update immediate check for gather/scatter prefetch instructions t...Craig Topper2017-03-311-1/+1
* [X86] Add checking of the scale argument to scatter/gather builtinsCraig Topper2017-03-131-0/+14
* [AVX-512] Add initial support for checking rounding mode arguments of builtins.Craig Topper2016-09-231-0/+4
* [X86] Fix some illegal rounding modes in some builtin test cases to ones that...Craig Topper2016-09-221-2/+2
* [X86] Add range checking on immediate arguments on XOP vpcom builtins.Craig Topper2015-02-131-0/+33
* [x86] Teach Sema to check size of comparison immediate on avx512 cmpps/cmppd ...Craig Topper2015-01-191-0/+14
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-271-0/+20