Age | Commit message (Expand) | Author |
2013-10-28 | Cherry-pick upstream clang r193506: "Define [U]LLONG_{MIN,MAX} for C++11, add... | JF Bastien |
2013-05-02 | Make sure we define wchar_t related macros correctly in -fms-extensions mode. | Hans Wennborg |
2013-05-02 | Fix typo in a stddef.h comment: s/risze_t/rsize_t/ | Hans Wennborg |
2013-04-25 | Fix header comment. | Benjamin Kramer |
2013-04-19 | Avoid names like __in that conflict with SAL in builtin headers | Reid Kleckner |
2013-04-18 | [CMake] Create the directory before creating the link to the clang headers. | Argyrios Kyrtzidis |
2013-04-12 | Headers: Add support for ISO9899:2011 rsize_t. | Daniel Dunbar |
2013-04-12 | tl;dr: Teach Clang to work around g++ changing its workaround to glibc's | Richard Smith |
2013-04-04 | Add tests that build modules for our builtin headers, and fix two buglets exp... | Richard Smith |
2013-03-29 | [cmake] Add clang-headers as a dependency of libclang and if we have to copy ... | Argyrios Kyrtzidis |
2013-03-29 | Add RDSEED intrinsic support defined in AVX2 extension | Michael Liao |
2013-03-29 | Add XTEST intrinsic defined in TSX extension | Michael Liao |
2013-03-27 | Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__." | Argyrios Kyrtzidis |
2013-03-27 | [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a... | Argyrios Kyrtzidis |
2013-03-27 | [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__. | Argyrios Kyrtzidis |
2013-03-26 | Add PRFCHW intrinsic support | Michael Liao |
2013-03-22 | <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade... | Douglas Gregor |
2013-03-10 | PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v... | Anton Yartsev |
2013-02-21 | libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against | Richard Smith |
2013-02-06 | [Headers] Use standard builtin defines instead of typeof trickery. | Daniel Dunbar |
2013-01-30 | C11: Provide the missing half of <stdalign.h> | Richard Smith |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-16 | Readd an open paren that was lost while reformatting code. | David Blaikie |
2013-01-16 | PR14964: intrinsic headers using non-reserved identifiers | David Blaikie |
2013-01-09 | unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i... | Benjamin Kramer |
2012-11-14 | Code cleanup: Remove trailing whitespace in unwind.h. | Logan Chien |
2012-11-10 | Add clang support of RTM from TSX | Michael Liao |
2012-11-05 | Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so | Douglas Gregor |
2012-11-05 | Fix module map for SSE4a builtins | Douglas Gregor |
2012-11-05 | Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. | Douglas Gregor |
2012-10-31 | Add "static" to some functions in altivec.c where it was missing. | Ulrich Weigand |
2012-10-26 | X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. | Manman Ren |
2012-10-11 | clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. | NAKAMURA Takumi |
2012-10-11 | X86: add F16C support in Clang | Manman Ren |
2012-10-05 | Add intrinsic of MULX in BMI2 header | Michael Liao |
2012-09-26 | Add struct keyword before _Unwind_Context. | Logan Chien |
2012-07-12 | Add _rdrand{16,32,64}_step intrinsics to immintrin.h | Benjamin Kramer |
2012-07-02 | Rename tzcnt intrinsics to match gcc. | Craig Topper |
2012-06-29 | std::nullptr_t support in MS headers, from João Matos. | Douglas Gregor |
2012-06-29 | X86: add more GATHER intrinsics in Clang | Manman Ren |
2012-06-29 | X86: add more GATHER intrinsics in Clang | Manman Ren |
2012-06-26 | X86: add GATHER intrinsics (AVX2) in Clang | Manman Ren |
2012-06-15 | Headers/xopintrin.h: Try to fix r158492. Did you mean, mm256? | NAKAMURA Takumi |
2012-06-15 | Add XOP frcz instrinsics. | Craig Topper |
2012-06-12 | Add XOP permute intrinsics. | Craig Topper |
2012-06-11 | Add XOP shift and compare intrinsics. | Craig Topper |
2012-06-10 | Add XOP vprot* instruction intrinsics | Craig Topper |
2012-06-10 | More XOP intrinsics | Craig Topper |
2012-06-10 | Begin adding XOP intrinsics | Craig Topper |
2012-06-04 | Add fma3 intrinsic header file. | Craig Topper |