summaryrefslogtreecommitdiff
path: root/test/CodeGen/ms-intrinsics.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan2019-07-221-1/+1
* [MS] Make __iso_volatile_* available on all targetsReid Kleckner2019-03-281-0/+29
* [COFF, ARM64] Add ARM64 support for MS intrinsic _fastfailTom Tan2019-02-061-3/+2
* [COFF, ARM64] Implement InterlockedDecrement*_* builtinsMandeep Singh Grang2018-11-061-0/+81
* [COFF, ARM64] Implement InterlockedIncrement*_* builtinsMandeep Singh Grang2018-11-061-0/+81
* [COFF, ARM64] Implement InterlockedAnd*_* builtinsMandeep Singh Grang2018-11-061-0/+96
* [COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang2018-11-061-0/+96
* Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"Mandeep Singh Grang2018-11-061-0/+1002
* [COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang2018-11-061-1002/+0
* [COFF, ARM64] Implement InterlockedOr*_* builtinsMandeep Singh Grang2018-11-061-0/+96
* [COFF, ARM64] Implement InterlockedCompareExchange*_* builtinsMandeep Singh Grang2018-11-061-0/+108
* [COFF, ARM64] Implement InterlockedExchange*_* builtinsMandeep Singh Grang2018-11-021-0/+84
* [COFF, ARM64] Implement llvm.addressofreturnaddress intrinsicMandeep Singh Grang2018-11-011-1/+1
* [ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins.Eli Friedman2018-10-311-2/+90
* [COFF, ARM64] Add _InterlockedCompareExchangePointer_nf intrinsicMandeep Singh Grang2018-10-051-0/+15
* Eliminate instances of `EmitScalarExpr(E->getArg(n))` in EmitX86BuiltinExpr().Nico Weber2018-08-211-6/+13
* [COFF] Add more missing MSVC ARM64 intrinsicsMandeep Singh Grang2018-07-171-3/+7
* [X86] Correct the inline assembly implementations of __movsb/w/d/q and __stos...Craig Topper2018-06-211-0/+83
* [X86] Add inline assembly versions of _InterlockedExchange_HLEAcquire/Release...Craig Topper2018-06-141-0/+49
* Reimplement the bittest intrinsic family as builtins with inline asmReid Kleckner2018-06-051-11/+0
* Bring r325915 back.Rafael Espindola2018-02-231-1/+1
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-1/+1
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [CodeGen][X86] Implement _InterlockedCompareExchange128 intrinsicReid Kleckner2017-12-141-1/+22
* Attempt to fix ms-intrinsics.c testHans Wennborg2017-04-071-6/+6
* Implement _interlockedbittestandset as a builtinHans Wennborg2017-04-071-0/+11
* [MS] Add support for __ud2 and __int2c MSVC intrinsicsReid Kleckner2017-03-061-1/+15
* [MS] Implement the __fastfail intrinsic as a builtinReid Kleckner2017-02-091-1/+13
* Implement __stosb intrinsic as a volatile memsetAlbert Gutowski2016-10-141-0/+16
* Add 64-bit MS _Interlocked functions as builtins againAlbert Gutowski2016-10-131-0/+69
* Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsicsAlbert Gutowski2016-10-131-3/+19
* fix ms-intrinsics labels code to work with builds with assertionsAlbert Gutowski2016-10-121-8/+8
* fix regexes for label names in ms-intrinsics testAlbert Gutowski2016-10-121-8/+8
* Implement MS _BitScan intrinsicsAlbert Gutowski2016-10-121-3/+65
* Implement __emul, __emulu, _mul128 and _umul128 MS intrinsicsAlbert Gutowski2016-10-101-26/+0
* Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski2016-10-041-1/+6
* Temporary fix for MS _Interlocked intrinsicsAlbert Gutowski2016-09-131-66/+0
* Add bunch of _Interlocked builtinsAlbert Gutowski2016-09-131-9/+281
* s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg2016-06-141-2/+2
* Missed a spot in r261251, also ignore attributes on all pointer parametersKrzysztof Parzyszek2016-02-181-2/+2
* Make test less prone to attribute changesKrzysztof Parzyszek2016-02-181-3/+3
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update tests due to r224849David Majnemer2014-12-261-1/+1
* Add test for __umulhReid Kleckner2014-12-031-12/+34
* test: generalise the test matchingSaleem Abdulrasool2014-10-291-3/+3
* CodeGen: add __readfsdword builtinSaleem Abdulrasool2014-10-291-1/+14
* tests: relax ms-intrinsics testSaleem Abdulrasool2014-06-181-17/+14
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-06-181-0/+41