summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* Add Intrin.h to the cmake files.Eric Christopher2013-09-061-0/+1
* Typo.Eric Christopher2013-08-311-1/+1
* Add initial clang targeted compatible decls for Intrin.h. Step towardsEric Christopher2013-08-311-0/+341
* Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)Peter Collingbourne2013-08-291-0/+3
* 80 cols.Peter Collingbourne2013-08-281-12/+15
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-281-5/+114
* [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...Ted Kremenek2013-08-281-7/+7
* Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for ins...Ted Kremenek2013-08-281-4/+4
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing ...Ted Kremenek2013-08-271-4/+4
* Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installati...Ted Kremenek2013-08-271-7/+7
* [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path ...Ted Kremenek2013-08-271-7/+7
* Fix the name and the type of the argument for intriniscJuergen Ributzka2013-08-171-2/+2
* Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 2...Craig Topper2013-08-051-6/+3
* This patch implements __get_cpuid_max() as an inline and __cpuid() andRoman Divacky2013-07-191-2/+124
* Add missing include guards into headers in lib/Headers. While it may appearRichard Smith2013-07-144-0/+19
* 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
OpenPOWER on IntegriCloud