summaryrefslogtreecommitdiff
path: root/include/clang/Basic/BuiltinsX86_64.def
Commit message (Expand)AuthorAgeFilesLines
* [X86] Mark builtins 'const' where possibleCraig Topper2018-05-081-24/+24
* [X86] Correct the attributes on the incssp and rdssp builtins to only have 'n...Craig Topper2018-05-041-2/+2
* [X86] Mark all x86 specific builtins as nothrow.Craig Topper2018-05-021-49/+49
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-011-0/+1
* [X86] Move the 32-bit versions of rdfsbase/rdgsbase/wrfsbase/wrgsbase to Buil...Craig Topper2018-04-231-0/+4
* [X86] Move __builtin_ia32_movnti64 andd __builtin_ia32_rdrand64_step to Built...Craig Topper2018-04-231-0/+2
* [CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsicReid Kleckner2017-12-141-0/+1
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-261-0/+4
* Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-191-3/+0
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-211-2/+2
* [X86][LWP] Add clang support for LWP instructions.Simon Pilgrim2017-05-081-0/+2
* Add 64-bit MS _Interlocked functions as builtins againAlbert Gutowski2016-10-131-0/+9
* fix _BitScan intrinsics missing header warnings; fix some line endingsAlbert Gutowski2016-10-131-81/+81
* Implement MS _BitScan intrinsicsAlbert Gutowski2016-10-121-0/+3
* Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.defAlbert Gutowski2016-10-121-0/+48
* Implement MS read/write barriers and __faststorefence intrinsicAlbert Gutowski2016-10-101-0/+3
* Implement __emul, __emulu, _mul128 and _umul128 MS intrinsicsAlbert Gutowski2016-10-101-0/+2
* Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski2016-10-041-0/+25