aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Fix closing brace around ifdef.Eric Christopher1-0/+2
2013-09-18The intrinsics should all have C linkage.Eric Christopher1-2/+8
2013-09-06Add Intrin.h to the cmake files.Eric Christopher1-0/+1
2013-08-31Typo.Eric Christopher1-1/+1
2013-08-31Add initial clang targeted compatible decls for Intrin.h. Step towardsEric Christopher1-0/+341
2013-08-29Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)Peter Collingbourne1-0/+3
2013-08-2880 cols.Peter Collingbourne1-12/+15
2013-08-28Add missing definitions to unwind.h.Peter Collingbourne1-5/+114
2013-08-28[CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...Ted Kremenek1-7/+7
2013-08-28Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for ins...Ted Kremenek1-4/+4
2013-08-27Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing ...Ted Kremenek1-4/+4
2013-08-27Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installati...Ted Kremenek1-7/+7
2013-08-27[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path ...Ted Kremenek1-7/+7
2013-08-17Fix the name and the type of the argument for intriniscJuergen Ributzka1-2/+2
2013-08-05Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 2...Craig Topper1-6/+3
2013-07-19This patch implements __get_cpuid_max() as an inline and __cpuid() andRoman Divacky1-2/+124
2013-07-14Add missing include guards into headers in lib/Headers. While it may appearRichard Smith4-0/+19
2013-06-17X86 intrinsics: cmpge|gt|nge|ngt_ss|_sdManman Ren2-8/+20
2013-06-07Even in a modules world, people will depend on the weird xmmintrin.h -> emmin...Douglas Gregor2-2/+1
2013-05-20Add arm_neon.h to the builtin intrinsics module map.Douglas Gregor1-0/+10
2013-05-09Fix the return type of the complex creal functions. Patch by YunZhong Gao, mo...Richard Smith1-3/+3
2013-05-09xopintrin.h: Add wrappers for all flavors of _mm_com.Benjamin Kramer1-0/+393
2013-05-09Add include guards to prfchwintrin.h.Benjamin Kramer1-0/+5
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg1-0/+3
2013-05-02Fix typo in a stddef.h comment: s/risze_t/rsize_t/Hans Wennborg1-1/+1
2013-04-25Fix header comment.Benjamin Kramer1-2/+2
2013-04-19Avoid names like __in that conflict with SAL in builtin headersReid Kleckner2-36/+36
2013-04-18[CMake] Create the directory before creating the link to the clang headers.Argyrios Kyrtzidis1-0/+1
2013-04-12Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar2-0/+17
2013-04-12tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith1-0/+41
2013-04-04Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2-3/+4
2013-03-29[cmake] Add clang-headers as a dependency of libclang and if we have to copy ...Argyrios Kyrtzidis1-0/+7
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao3-0/+53
2013-03-29Add XTEST intrinsic defined in TSX extensionMichael Liao1-0/+9
2013-03-27Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."Argyrios Kyrtzidis1-3/+1
2013-03-27[lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis2-1/+2
2013-03-27[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.Argyrios Kyrtzidis1-1/+3
2013-03-26Add PRFCHW intrinsic supportMichael Liao4-0/+40
2013-03-22<rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor1-5/+19
2013-03-10PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...Anton Yartsev1-14/+14
2013-02-21libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard againstRichard Smith1-0/+3
2013-02-06[Headers] Use standard builtin defines instead of typeof trickery.Daniel Dunbar1-2/+2
2013-01-30C11: Provide the missing half of <stdalign.h>Richard Smith1-0/+2
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2-0/+31
2013-01-16Readd an open paren that was lost while reformatting code.David Blaikie1-1/+1
2013-01-16PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie12-5325/+5333
2013-01-09unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i...Benjamin Kramer1-0/+9
2012-11-14Code cleanup: Remove trailing whitespace in unwind.h.Logan Chien1-20/+20
2012-11-10Add clang support of RTM from TSXMichael Liao3-0/+54
2012-11-05Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor5-39/+120