aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers/x86intrin.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-06[X86] Add RDPRU instructionPaul Robinson1-0/+4
2020-04-30Add header guards for header files that should not be included on the PS4 pla...Douglas Yung1-9/+18
2019-04-08Move the builtin headers to use the new license file header.Chandler Carruth1-17/+3
2018-05-23[X86] Move the include of clzerointrin.h from immintrin.h back to x86intrin.h.Craig Topper1-0/+5
2018-05-23[X86] Move all Intel defined intrinsic includes into immintrin.hCraig Topper1-57/+0
2018-05-10[X86] ptwrite intrinsicGabor Buella1-0/+4
2018-05-08[x86] Introduce the encl[u|s|v] intrinsicsGabor Buella1-0/+4
2018-05-08[x86] Introduce the pconfig intrinsicGabor Buella1-0/+4
2018-05-01[X86] directstore and movdir64b intrinsicsGabor Buella1-0/+5
2018-04-20[X86] WaitPKG intrinsicsGabor Buella1-0/+4
2018-04-13[X86] Introduce cldemote intrinsicGabor Buella1-0/+4
2018-04-11[x86] wbnoinvd intrinsicGabor Buella1-0/+4
2017-05-09[X86][LWP] Removing LWP todo comment. NFCI.Simon Pilgrim1-2/+0
2017-05-08[X86][LWP] Add clang support for LWP instructions.Simon Pilgrim1-0/+4
2017-02-09[X86] Clzero flag addition and inclusion under znver1Craig Topper1-0/+4
2016-05-18Add new intrinsic support for MONITORX and MWAITX instructionsAshutosh Nema1-0/+4
2016-05-16[ms] Reintroduce feature guards in intrinsic headers in Microsoft modeNico Weber1-0/+24
2015-06-17Update the intel intrinsic headers to use the target attribute support.Eric Christopher1-24/+0
2014-07-08Replace a few // comments with /**/ comments in headers, for consistency.Nico Weber1-1/+1
2014-03-04Implement __readeflags and __writeeflags intrinsicsAlexey Bataev1-0/+2
2013-09-30Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao1-0/+4
2013-09-19Move sha intrinsics to immintrin.hBen Langmuir1-4/+0
2013-09-19Add C intrinsics for Intel SHA ExtensionsBen Langmuir1-0/+4
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao1-0/+4
2013-03-26Add PRFCHW intrinsic supportMichael Liao1-0/+4
2012-10-11X86: add F16C support in ClangManman Ren1-0/+4
2012-06-10Begin adding XOP intrinsicsCraig Topper1-1/+5
2012-05-30Update FIXME. ABM is already covered by LZCNT and POPCNT.Craig Topper1-1/+1
2012-05-29Add an ammintrin.h header for SSE4a intrinsics.Benjamin Kramer1-1/+5
2012-02-20Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth1-1/+5
2011-12-30Add FMA4 intrinsics.Craig Topper1-0/+4
2011-12-30Remove an accidental change from r147370. Would only break if the new fma4 fl...Craig Topper1-4/+0
2011-12-30Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i...Craig Topper1-1/+5
2011-12-29Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper1-1/+5
2011-12-26Add BMI2 intrinsics.Craig Topper1-0/+4
2011-12-25Add intrinsics for lzcnt and tzcnt instructions.Craig Topper1-0/+8
2010-08-22Add x86intrin.h which is generic x86 intrinsics for more than just Intel. ThusNick Lewycky1-0/+31