summaryrefslogtreecommitdiffstats
path: root/lib/Headers/x86intrin.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [X86] Move the include of clzerointrin.h from immintrin.h back to x86intrin.h.Craig Topper2018-05-231-0/+5
* [X86] Move all Intel defined intrinsic includes into immintrin.hCraig Topper2018-05-231-57/+0
* [X86] ptwrite intrinsicGabor Buella2018-05-101-0/+4
* [x86] Introduce the encl[u|s|v] intrinsicsGabor Buella2018-05-081-0/+4
* [x86] Introduce the pconfig intrinsicGabor Buella2018-05-081-0/+4
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-011-0/+5
* [X86] WaitPKG intrinsicsGabor Buella2018-04-201-0/+4
* [X86] Introduce cldemote intrinsicGabor Buella2018-04-131-0/+4
* [x86] wbnoinvd intrinsicGabor Buella2018-04-111-0/+4
* [X86][LWP] Removing LWP todo comment. NFCI.Simon Pilgrim2017-05-091-2/+0
* [X86][LWP] Add clang support for LWP instructions.Simon Pilgrim2017-05-081-0/+4
* [X86] Clzero flag addition and inclusion under znver1Craig Topper2017-02-091-0/+4
* Add new intrinsic support for MONITORX and MWAITX instructionsAshutosh Nema2016-05-181-0/+4
* [ms] Reintroduce feature guards in intrinsic headers in Microsoft modeNico Weber2016-05-161-0/+24
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-24/+0
* Replace a few // comments with /**/ comments in headers, for consistency.Nico Weber2014-07-081-1/+1
* Implement __readeflags and __writeeflags intrinsicsAlexey Bataev2014-03-041-0/+2
* Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao2013-09-301-0/+4
* Move sha intrinsics to immintrin.hBen Langmuir2013-09-191-4/+0
* Add C intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-191-0/+4
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-291-0/+4
* Add PRFCHW intrinsic supportMichael Liao2013-03-261-0/+4
* X86: add F16C support in ClangManman Ren2012-10-111-0/+4
* Begin adding XOP intrinsicsCraig Topper2012-06-101-1/+5
* Update FIXME. ABM is already covered by LZCNT and POPCNT.Craig Topper2012-05-301-1/+1
* Add an ammintrin.h header for SSE4a intrinsics.Benjamin Kramer2012-05-291-1/+5
* Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth2012-02-201-1/+5
* Add FMA4 intrinsics.Craig Topper2011-12-301-0/+4
* Remove an accidental change from r147370. Would only break if the new fma4 fl...Craig Topper2011-12-301-4/+0
* Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i...Craig Topper2011-12-301-1/+5
* Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab...Craig Topper2011-12-291-1/+5
* Add BMI2 intrinsics.Craig Topper2011-12-261-0/+4
* Add intrinsics for lzcnt and tzcnt instructions.Craig Topper2011-12-251-0/+8
* Add x86intrin.h which is generic x86 intrinsics for more than just Intel. ThusNick Lewycky2010-08-221-0/+31