summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-target-x86.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-2/+2
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-2/+2
* [X86] Correct the value of MaxAtomicInlineWidth for pre-586 cpusCraig Topper2019-03-211-8/+8
* Fix test regression in r341862Erich Keane2018-09-101-1/+1
* [X86] Add 'sahf' CPU feature to frontendDimitry Andric2018-02-171-2/+2
* Make attribute-target on a Definition-after-use update the LLVM attributesErich Keane2018-02-121-0/+12
* [x86][icelake][vbmi2]Coby Tayree2017-12-271-2/+2
* [x86][icelake][vnni]Coby Tayree2017-12-271-2/+2
* [x86][icelake][bitalg]Coby Tayree2017-12-271-2/+2
* [x86][icelake][vpclmulqdq]Coby Tayree2017-12-271-2/+2
* [x86][icelake][gfni]Coby Tayree2017-12-271-1/+1
* [x86][icelake][vaes]Coby Tayree2017-12-271-3/+3
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-8/+8
* [X86] Add a target attribute test for no-sse4.Craig Topper2017-10-261-6/+9
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-251-1/+1
* [X86] Introduction of -march=lakemont.Andrey Turetskiy2016-04-051-0/+4
* [X86] Add "x87" in x86 target feature map.Andrey Turetskiy2016-03-231-6/+6
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-291-1/+1
* [X86] Add fxsr feature name for fxsave/fxrestore builtins.Craig Topper2015-10-161-6/+6
* [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper2015-10-151-3/+3
* Handle sse turning on mmx, but no -mmx not turning off SSE.Eric Christopher2015-10-081-5/+9
* Migrate most feature map inclusion to initFeatureMap for the x86 target soEric Christopher2015-10-081-3/+3
* Add a check for a function we're not testing.Eric Christopher2015-08-291-0/+1
* Target attribute syntax compatibility fix - gcc uses no- rather than mno-.Eric Christopher2015-08-271-2/+2
* Rename this file to have a processor suffix to help identify.Eric Christopher2015-08-271-0/+34
OpenPOWER on IntegriCloud