aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/ms-intrin.cpp
AgeCommit message (Expand)Author
2017-07-27[Headers] Add a test for arm64intr.hMartin Storsjo
2016-10-14Implement __stosb intrinsic as a volatile memsetAlbert Gutowski
2016-09-07Add MS __nop intrinsic to intrin.hReid Kleckner
2016-08-16Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner
2016-08-16[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platformsMarina Yatsina
2016-08-06Headers: Add ARM support to intrin.h for MSVC compatibilitySaleem Abdulrasool
2016-06-14s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg
2015-09-23Make ms-intrin.cpp test require the x86 target.Nico Weber
2015-09-22Add bug number to FIXME comment.Nico Weber
2015-09-22ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber
2014-11-03Remove definitions from Intrin.h that already exist in one of the other x86 i...Craig Topper
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool
2014-07-08test: merge arm-intrin into ms-intrin, fix invocationSaleem Abdulrasool
2014-03-12MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg
2014-01-28Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg
2014-01-17ms-intrin.cpp: add -Werror to the testHans Wennborg
2014-01-17ms-intrin.cpp: no need for -verify anymoreHans Wennborg
2014-01-16Relax the ms-intrin.cpp testHans Wennborg
2013-12-18Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek
2013-10-17Add implementations of the MSVC barrier intrinsicsReid Kleckner
2013-09-20Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth
2013-09-19Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner
2013-09-19Avoid including <stdlib.h> in the intrin.h testReid Kleckner
2013-09-19Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner