summaryrefslogtreecommitdiff
path: root/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* X86 intrinsics: cmpge|gt|nge|ngt_ss|_sdManman Ren2013-06-172-8/+20
* Even in a modules world, people will depend on the weird xmmintrin.h -> emmin...Douglas Gregor2013-06-072-2/+1
* Add arm_neon.h to the builtin intrinsics module map.Douglas Gregor2013-05-201-0/+10
* Fix the return type of the complex creal functions. Patch by YunZhong Gao, mo...Richard Smith2013-05-091-3/+3
* xopintrin.h: Add wrappers for all flavors of _mm_com.Benjamin Kramer2013-05-091-0/+393
* Add include guards to prfchwintrin.h.Benjamin Kramer2013-05-091-0/+5
* Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg2013-05-021-0/+3
* Fix typo in a stddef.h comment: s/risze_t/rsize_t/Hans Wennborg2013-05-021-1/+1
* Fix header comment.Benjamin Kramer2013-04-251-2/+2
* Avoid names like __in that conflict with SAL in builtin headersReid Kleckner2013-04-192-36/+36
* [CMake] Create the directory before creating the link to the clang headers.Argyrios Kyrtzidis2013-04-181-0/+1
* Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar2013-04-122-0/+17
* tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith2013-04-121-0/+41
* Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2013-04-042-3/+4
* [cmake] Add clang-headers as a dependency of libclang and if we have to copy ...Argyrios Kyrtzidis2013-03-291-0/+7
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-293-0/+53
* Add XTEST intrinsic defined in TSX extensionMichael Liao2013-03-291-0/+9
* Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."Argyrios Kyrtzidis2013-03-271-3/+1
* [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis2013-03-272-1/+2
* [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.Argyrios Kyrtzidis2013-03-271-1/+3
* Add PRFCHW intrinsic supportMichael Liao2013-03-264-0/+40
* <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor2013-03-221-5/+19
* PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...Anton Yartsev2013-03-101-14/+14
* libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith2013-02-211-0/+3
* [Headers] Use standard builtin defines instead of typeof trickery.Daniel Dunbar2013-02-061-2/+2
* C11: Provide the missing half of <stdalign.h>Richard Smith2013-01-301-0/+2
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-172-0/+31
* Readd an open paren that was lost while reformatting code.David Blaikie2013-01-161-1/+1
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-1612-5325/+5333
* unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i...Benjamin Kramer2013-01-091-0/+9
* Code cleanup: Remove trailing whitespace in unwind.h.Logan Chien2012-11-141-20/+20
* Add clang support of RTM from TSXMichael Liao2012-11-103-0/+54
* Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor2012-11-055-39/+120
* Fix module map for SSE4a builtinsDouglas Gregor2012-11-051-1/+1
* Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor2012-11-052-1/+23
* Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand2012-10-311-13/+13
* X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss.Manman Ren2012-10-261-3/+6
* clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.NAKAMURA Takumi2012-10-111-0/+1
* X86: add F16C support in ClangManman Ren2012-10-112-0/+62
* Add intrinsic of MULX in BMI2 headerMichael Liao2012-10-051-0/+19
* Add struct keyword before _Unwind_Context.Logan Chien2012-09-261-1/+1
* Add _rdrand{16,32,64}_step intrinsics to immintrin.hBenjamin Kramer2012-07-121-0/+22
* Rename tzcnt intrinsics to match gcc.Craig Topper2012-07-021-3/+3
* std::nullptr_t support in MS headers, from João Matos.Douglas Gregor2012-06-291-0/+7
* X86: add more GATHER intrinsics in ClangManman Ren2012-06-291-0/+112
* X86: add more GATHER intrinsics in ClangManman Ren2012-06-291-6/+70
* X86: add GATHER intrinsics (AVX2) in ClangManman Ren2012-06-261-0/+64
* Headers/xopintrin.h: Try to fix r158492. Did you mean, mm256?NAKAMURA Takumi2012-06-151-4/+4
* Add XOP frcz instrinsics.Craig Topper2012-06-151-0/+36
* Add XOP permute intrinsics.Craig Topper2012-06-121-0/+28