aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/x86intrin.h
AgeCommit message (Expand)Author
2019-04-08Move the builtin headers to use the new license file header.Chandler Carruth
2018-05-23[X86] Move the include of clzerointrin.h from immintrin.h back to x86intrin.h.Craig Topper
2018-05-23[X86] Move all Intel defined intrinsic includes into immintrin.hCraig Topper
2018-05-10[X86] ptwrite intrinsicGabor Buella
2018-05-08[x86] Introduce the encl[u|s|v] intrinsicsGabor Buella
2018-05-08[x86] Introduce the pconfig intrinsicGabor Buella
2018-05-01[X86] directstore and movdir64b intrinsicsGabor Buella
2018-04-20[X86] WaitPKG intrinsicsGabor Buella
2018-04-13[X86] Introduce cldemote intrinsicGabor Buella
2018-04-11[x86] wbnoinvd intrinsicGabor Buella
2017-05-09[X86][LWP] Removing LWP todo comment. NFCI.Simon Pilgrim
2017-05-08[X86][LWP] Add clang support for LWP instructions.Simon Pilgrim
2017-02-09[X86] Clzero flag addition and inclusion under znver1Craig Topper
2016-05-18Add new intrinsic support for MONITORX and MWAITX instructionsAshutosh Nema
2016-05-16[ms] Reintroduce feature guards in intrinsic headers in Microsoft modeNico Weber
2015-06-17Update the intel intrinsic headers to use the target attribute support.Eric Christopher
2014-07-08Replace a few // comments with /**/ comments in headers, for consistency.Nico Weber
2014-03-04Implement __readeflags and __writeeflags intrinsicsAlexey Bataev
2013-09-30Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao
2013-09-19Move sha intrinsics to immintrin.hBen Langmuir
2013-09-19Add C intrinsics for Intel SHA ExtensionsBen Langmuir
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-26Add PRFCHW intrinsic supportMichael Liao
2012-10-11X86: add F16C support in ClangManman Ren
2012-06-10Begin adding XOP intrinsicsCraig Topper
2012-05-30Update FIXME. ABM is already covered by LZCNT and POPCNT.Craig Topper
2012-05-29Add an ammintrin.h header for SSE4a intrinsics.Benjamin Kramer
2012-02-20Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth
2011-12-30Add FMA4 intrinsics.Craig Topper
2011-12-30Remove an accidental change from r147370. Would only break if the new fma4 fl...Craig Topper
2011-12-30Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i...Craig Topper
2011-12-29Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper
2011-12-26Add BMI2 intrinsics.Craig Topper
2011-12-25Add intrinsics for lzcnt and tzcnt instructions.Craig Topper
2010-08-22Add x86intrin.h which is generic x86 intrinsics for more than just Intel. ThusNick Lewycky