| Commit message (Expand) | Author | Age | Files | Lines |
* | Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}. | Nico Weber | 2014-04-30 | 1 | -4/+34 |
* | Revert r207482; I fail at reading IRC. | Nico Weber | 2014-04-29 | 1 | -16/+0 |
* | Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997. | Nico Weber | 2014-04-29 | 1 | -0/+16 |
* | Intrin.h: remove __rdtsc and __rdtscp declarations | Hans Wennborg | 2014-04-24 | 1 | -3/+0 |
* | [X86] Add Clang support for intrinsics __rdtsc and __rdtscp. | Andrea Di Biagio | 2014-04-24 | 1 | -3/+7 |
* | Rename lib/Headers/module.map to module.modulemap | Ben Langmuir | 2014-04-17 | 3 | -5/+5 |
* | 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 | 2 | -6/+10 |
* | Install: add arm_neon.h header back | Tim Northover | 2014-03-29 | 1 | -4/+3 |
* | Remove stray references to aarch64_simd.h | Tim Northover | 2014-03-29 | 1 | -2/+2 |
* | ARM64: initial clang support commit. | Tim Northover | 2014-03-29 | 1 | -4/+5 |
* | 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 |
* | Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined | David Majnemer | 2014-03-04 | 1 | -0/+4 |
* | The wmmintrin.h header includes two different sub-headers: one for AES support | Roman Divacky | 2014-03-04 | 1 | -1/+1 |
* | [CMake] Add the newly introduced compiler header. | Argyrios Kyrtzidis | 2014-03-04 | 1 | -0/+1 |
* | Fix for r202778 - Implement __readeflags and __writeeflags intrinsics (rename... | Alexey Bataev | 2014-03-04 | 1 | -6/+6 |
* | Implement __readeflags and __writeeflags intrinsics | Alexey Bataev | 2014-03-04 | 2 | -0/+84 |
* | [_mm_prefetch] Returning previously deleted comment. | Warren Hunt | 2014-02-22 | 1 | -0/+3 |
* | Reapply 201734 but with appropriate gcc compatibility | Warren Hunt | 2014-02-21 | 2 | -21/+2 |
* | Revert r201734 and r201742. | Daniel Jasper | 2014-02-20 | 2 | -0/+23 |
* | Fix two pedantic issues with our builtin headers. The __STDC_VERSION__ | Chandler Carruth | 2014-02-19 | 2 | -2/+2 |
* | Add _mm_prefetch and some others as MS builtins | Warren Hunt | 2014-02-19 | 2 | -23/+0 |
* | Remove a broken attempt to cope with someone #undef'ing __has_include_next. | Richard Smith | 2014-02-19 | 3 | -5/+3 |
* | Teach Clang to provide ::max_align_t in C11 and C++11 modes. | Chandler Carruth | 2014-02-19 | 1 | -0/+10 |
* | 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 |
* | [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. | NAKAMURA Takumi | 2014-01-19 | 1 | -1/+1 |
* | Add implementations of _cpuid and _xgetbv to Intrin.h | Hans Wennborg | 2014-01-16 | 1 | -0/+19 |
* | [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B... | NAKAMURA Takumi | 2013-12-30 | 1 | -34/+1 |
* | [CMake] clang/lib/Headers: Install just-generated ${CMAKE_CURRENT_BINARY_DIR}... | NAKAMURA Takumi | 2013-12-21 | 1 | -6/+7 |
* | clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be st... | NAKAMURA Takumi | 2013-12-17 | 1 | -1/+1 |
* | Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat. | Nico Weber | 2013-12-16 | 1 | -0/+1 |
* | [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. | NAKAMURA Takumi | 2013-12-16 | 1 | -1/+1 |
* | Fix a SSE2 intrinsics typo | Alp Toker | 2013-11-23 | 1 | -1/+1 |
* | Define [U]LLONG_{MIN,MAX} for C++11, add tests. | JF Bastien | 2013-10-27 | 1 | -2/+4 |
* | Intrinsics: fix extract & insert when index is out of bound. | Manman Ren | 2013-10-23 | 2 | -11/+11 |