summaryrefslogtreecommitdiffstats
path: root/clang/test/Headers/ms-intrin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit modeCraig Topper2019-11-141-4/+0
* Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Craig Topper2019-01-161-0/+2
* Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Benjamin Kramer2019-01-151-2/+0
* [X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper2019-01-151-0/+2
* Make __shiftleft128 / __shiftright128 real compiler built-ins.Nico Weber2018-08-171-2/+0
* [ms] Add __shiftleft128 / __shiftright128 intrinsicsNico Weber2018-07-201-0/+2
* [Headers] Add a test for arm64intr.hMartin Storsjo2017-07-271-0/+4
* Implement __stosb intrinsic as a volatile memsetAlbert Gutowski2016-10-141-1/+0
* Add MS __nop intrinsic to intrin.hReid Kleckner2016-09-071-0/+1
* Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner2016-08-161-0/+1
* [X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platformsMarina Yatsina2016-08-161-1/+0
* Headers: Add ARM support to intrin.h for MSVC compatibilitySaleem Abdulrasool2016-08-061-0/+4
* s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg2016-06-141-2/+2
* Make ms-intrin.cpp test require the x86 target.Nico Weber2015-09-231-0/+2
* Add bug number to FIXME comment.Nico Weber2015-09-221-1/+1
* ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber2015-09-221-2/+34
* Remove definitions from Intrin.h that already exist in one of the other x86 i...Craig Topper2014-11-031-0/+5
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-4/+4
* test: merge arm-intrin into ms-intrin, fix invocationSaleem Abdulrasool2014-07-081-0/+5
* MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg2014-03-121-0/+5
* Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg2014-01-281-1/+2
* ms-intrin.cpp: add -Werror to the testHans Wennborg2014-01-171-1/+1
* ms-intrin.cpp: no need for -verify anymoreHans Wennborg2014-01-171-1/+1
* Relax the ms-intrin.cpp testHans Wennborg2014-01-161-11/+0
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-171-1/+12
* Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth2013-09-201-1/+3
* Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner2013-09-191-5/+5
* Avoid including <stdlib.h> in the intrin.h testReid Kleckner2013-09-191-0/+5
* Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner2013-09-191-0/+6
OpenPOWER on IntegriCloud