summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/ia32intrin.h
Commit message (Expand)AuthorAgeFilesLines
* [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64...Pengfei Wang2019-09-251-0/+68
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [X86] Make _bswap intrinsic a function instead of a macro to hopefully fix th...Craig Topper2019-03-241-1/+5
* [X86] Add BSR/BSF/BSWAP intrinsics to ia32intrin.h to match gcc.Craig Topper2019-03-241-0/+108
* [X86] Add __popcntd and __popcntq to ia32intrin.h to match gcc and icc. Remov...Craig Topper2019-03-211-0/+42
* [X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsics to match gcc and icc.Craig Topper2019-03-201-0/+86
* [X86] Add gcc rotate intrinsics to ia32intrin.hCraig Topper2019-03-181-0/+60
* [X86] Remove 'return' from a bunch of intrinsics that return void and use a b...Craig Topper2018-05-301-1/+1
* [X86] Introduce wbinvd intrinsicGabor Buella2018-04-121-0/+5
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-6/+0
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-131-0/+6
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-131-6/+0
* Adding front-end support to several intrinsics (bit scanning, conversion and ...Michael Zuckerman2016-06-011-0/+2
* Reimplement __readeflags and __writeeflags on top of intrinsicsDavid Majnemer2016-01-011-28/+4
* [x86] Add Clang support for intrinsic __rdpmc.Andrea Di Biagio2014-06-301-0/+5
* [X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio2014-04-241-3/+7
* Added _rdtsc intrinsics by Robert KhasanovAlexey Volkov2014-03-311-0/+10
* Fix for r202778 - Implement __readeflags and __writeeflags intrinsics (rename...Alexey Bataev2014-03-041-6/+6
* Implement __readeflags and __writeeflags intrinsicsAlexey Bataev2014-03-041-0/+82
OpenPOWER on IntegriCloud