summaryrefslogtreecommitdiffstats
path: root/test/Sema/builtins-x86.c
Commit message (Expand)AuthorAgeFilesLines
* [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