| Commit message (Expand) | Author | Age | Files | Lines |
| * | Headers: Don't use attribute keywords which aren't reserved | David Majnemer | 2015-02-04 | 1 | -5/+5 |
| * | Intrin.h: define _XCR_XFEATURE_ENABLED_MASK | Hans Wennborg | 2015-01-27 | 1 | -0/+1 |
| * | Implement __umulh with __int128 arithmetic | Reid Kleckner | 2014-12-03 | 1 | -1/+6 |
| * | FullProduct should be _FullProduct | David Majnemer | 2014-12-02 | 1 | -2/+2 |
| * | Intrin: shrx_u64 should be _shrx_u64 | David Majnemer | 2014-12-02 | 1 | -1/+1 |
| * | Intrin: Add _umul128 | David Majnemer | 2014-12-02 | 1 | -3/+12 |
| * | Add FSGSBASE intrinsics to x86 intrinsic headers. | Craig Topper | 2014-11-03 | 1 | -8/+0 |
| * | Remove definitions from Intrin.h that already exist in one of the other x86 i... | Craig Topper | 2014-11-03 | 1 | -52/+0 |
| * | CodeGen: add __readfsdword builtin | Saleem Abdulrasool | 2014-10-29 | 1 | -4/+0 |
| * | Don't pull in setjmp.h in -ffreestanding compiles. | Nico Weber | 2014-07-08 | 1 | -2/+7 |
| * | Headers: conditionalise more declarations | Saleem Abdulrasool | 2014-07-08 | 1 | -0/+2 |
| * | Headers: be a bit more careful about inline asm | Saleem Abdulrasool | 2014-06-25 | 1 | -0/+12 |
| * | CodeGen: improve ms instrincics support | Saleem Abdulrasool | 2014-06-18 | 1 | -22/+1 |
| * | Define the InterlockedCompareExchange64 intrinsic on 32-bits too | Timur Iskhodzhanov | 2014-05-13 | 1 | -2/+0 |
| * | Intrin.h: remove __rdtsc and __rdtscp declarations | Hans Wennborg | 2014-04-24 | 1 | -3/+0 |
| * | intrin.h: Fix up bugs in the cr3 and msr intrinsics | Reid Kleckner | 2014-04-08 | 1 | -9/+6 |
| * | intrin.h: Implement __readmsr, __readcr3, and __writecr3 | Reid Kleckner | 2014-04-08 | 1 | -0/+35 |
| * | Added _rdtsc intrinsics by Robert Khasanov | Alexey Volkov | 2014-03-31 | 1 | -6/+0 |
| * | Intrin.h: Implement _InterlockedExchangePointer | Reid Kleckner | 2014-03-26 | 1 | -0/+6 |
| * | MS intrinsics: __interlockedbittestandset(64) (PR19054) | Hans Wennborg | 2014-03-13 | 1 | -0/+22 |
| * | MS intrinsics: implement the __movs and __stos intrinsics (PR19054) | Hans Wennborg | 2014-03-12 | 1 | -0/+54 |
| * | MS intrinsics: implement __readgs{byte,word,dword,qword} (PR19054) | Hans Wennborg | 2014-03-12 | 1 | -4/+27 |
| * | MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.h | Hans Wennborg | 2014-03-12 | 1 | -2/+0 |
| * | Reapply 201734 but with appropriate gcc compatibility | Warren Hunt | 2014-02-21 | 1 | -18/+0 |
| * | Revert r201734 and r201742. | Daniel Jasper | 2014-02-20 | 1 | -0/+18 |
| * | Add _mm_prefetch and some others as MS builtins | Warren Hunt | 2014-02-19 | 1 | -18/+0 |
| * | MS Intrin.h: implement __cpuidex and simplify __cpuid | Hans Wennborg | 2014-01-31 | 1 | -7/+7 |
| * | Intrin.h: include setjmp.h to get a jmp_buf definition | Hans Wennborg | 2014-01-28 | 1 | -4/+4 |
| * | Intrin.h: implement __rdtsc and __halt | Hans Wennborg | 2014-01-28 | 1 | -0/+12 |
| * | Revert "intrin.h: include setjmp.h to get a jmp_buf definition" | Reid Kleckner | 2014-01-27 | 1 | -4/+6 |
| * | Add implementations of some MSVC intrinsics | Reid Kleckner | 2014-01-27 | 1 | -0/+16 |
| * | intrin.h: include setjmp.h to get a jmp_buf definition | Reid Kleckner | 2014-01-27 | 1 | -4/+3 |
| * | Add 'static __inline__' to MSVC intrinsics with implementations | Reid Kleckner | 2014-01-27 | 1 | -0/+9 |
| * | One more intrinsic. | Eric Christopher | 2014-01-25 | 1 | -0/+2 |
| * | Add missing intrinsics, fix a couple of typos in intrinsic names, | Eric Christopher | 2014-01-24 | 1 | -6/+40 |
| * | Add implementations of __readfs{byte,word,dword,qword} to Intrin.h | Hans Wennborg | 2014-01-24 | 1 | -0/+33 |
| * | Intrin.h: fix definitions of _Interlocked{In,De}crement16 | Hans Wennborg | 2014-01-23 | 1 | -4/+4 |
| * | Add implementations of _cpuid and _xgetbv to Intrin.h | Hans Wennborg | 2014-01-16 | 1 | -0/+19 |
| * | Add implementations of the MSVC barrier intrinsics | Reid Kleckner | 2013-10-17 | 1 | -0/+21 |
| * | Fixing implementation of bittestandset in Intrin.h. | Warren Hunt | 2013-10-01 | 1 | -2/+2 |
| * | Changing __X86_64__ to __x86_64__ in Intrin.h. | Warren Hunt | 2013-09-30 | 1 | -12/+12 |
| * | Typo correction: _int64 -> __int64. | Warren Hunt | 2013-09-28 | 1 | -1/+1 |
| * | Implements some of the more commonly used intrinsics in Intrin.h | Warren Hunt | 2013-09-27 | 1 | -0/+412 |
| * | Fix ifdef ordering at the end of Intrin.h from r190965 | Reid Kleckner | 2013-09-19 | 1 | -3/+5 |
| * | Fix closing brace around ifdef. | Eric Christopher | 2013-09-18 | 1 | -0/+2 |
| * | The intrinsics should all have C linkage. | Eric Christopher | 2013-09-18 | 1 | -2/+8 |
| * | Typo. | Eric Christopher | 2013-08-31 | 1 | -1/+1 |
| * | Add initial clang targeted compatible decls for Intrin.h. Step towards | Eric Christopher | 2013-08-31 | 1 | -0/+341 |