summaryrefslogtreecommitdiff
path: root/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-041-0/+4
* The wmmintrin.h header includes two different sub-headers: one for AES supportRoman Divacky2014-03-041-1/+1
* [CMake] Add the newly introduced compiler header.Argyrios Kyrtzidis2014-03-041-0/+1
* Fix for r202778 - Implement __readeflags and __writeeflags intrinsics (rename...Alexey Bataev2014-03-041-6/+6
* Implement __readeflags and __writeeflags intrinsicsAlexey Bataev2014-03-042-0/+84
* [_mm_prefetch] Returning previously deleted comment.Warren Hunt2014-02-221-0/+3
* Reapply 201734 but with appropriate gcc compatibilityWarren Hunt2014-02-212-21/+2
* Revert r201734 and r201742.Daniel Jasper2014-02-202-0/+23
* Fix two pedantic issues with our builtin headers. The __STDC_VERSION__Chandler Carruth2014-02-192-2/+2
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-192-23/+0
* Remove a broken attempt to cope with someone #undef'ing __has_include_next.Richard Smith2014-02-193-5/+3
* Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth2014-02-191-0/+10
* MS Intrin.h: implement __cpuidex and simplify __cpuidHans Wennborg2014-01-311-7/+7
* Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg2014-01-281-4/+4
* Intrin.h: implement __rdtsc and __haltHans Wennborg2014-01-281-0/+12
* Revert "intrin.h: include setjmp.h to get a jmp_buf definition"Reid Kleckner2014-01-271-4/+6
* Add implementations of some MSVC intrinsicsReid Kleckner2014-01-271-0/+16
* intrin.h: include setjmp.h to get a jmp_buf definitionReid Kleckner2014-01-271-4/+3
* Add 'static __inline__' to MSVC intrinsics with implementationsReid Kleckner2014-01-271-0/+9
* One more intrinsic.Eric Christopher2014-01-251-0/+2
* Add missing intrinsics, fix a couple of typos in intrinsic names,Eric Christopher2014-01-241-6/+40
* Add implementations of __readfs{byte,word,dword,qword} to Intrin.hHans Wennborg2014-01-241-0/+33
* Intrin.h: fix definitions of _Interlocked{In,De}crement16Hans Wennborg2014-01-231-4/+4
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-191-1/+1
* Add implementations of _cpuid and _xgetbv to Intrin.hHans Wennborg2014-01-161-0/+19
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-301-34/+1
* [CMake] clang/lib/Headers: Install just-generated ${CMAKE_CURRENT_BINARY_DIR}...NAKAMURA Takumi2013-12-211-6/+7
* clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be st...NAKAMURA Takumi2013-12-171-1/+1
* Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.Nico Weber2013-12-161-0/+1
* [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2013-12-161-1/+1
* Fix a SSE2 intrinsics typoAlp Toker2013-11-231-1/+1
* Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien2013-10-271-2/+4
* Intrinsics: fix extract & insert when index is out of bound.Manman Ren2013-10-232-11/+11
* _mm_extract_epi16: use "& 7" when index is out of bound.Manman Ren2013-10-221-1/+1
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-171-0/+21
* Suppress useless -Wshadow warning when using _mm* macros from emmintrin.hTed Kremenek2013-10-071-0/+12
* Use logical/arithmetic operations instead of builtins in tbmintrin.h. This wa...Craig Topper2013-10-051-66/+48
* Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM back...Craig Topper2013-10-031-1/+1
* Fixing implementation of bittestandset in Intrin.h.Warren Hunt2013-10-011-2/+2
* Changing __X86_64__ to __x86_64__ in Intrin.h.Warren Hunt2013-09-301-12/+12
* Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao2013-09-303-0/+181
* Typo correction: _int64 -> __int64.Warren Hunt2013-09-281-1/+1
* Implements some of the more commonly used intrinsics in Intrin.hWarren Hunt2013-09-271-0/+412
* Remove some stray underscores from copyright block. Fix first line length to ...Craig Topper2013-09-271-2/+2
* Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.hHans Wennborg2013-09-251-3/+35
* Fix argument types of some AVX2 intrinsics.Eli Friedman2013-09-231-8/+8
* Add _mm_stream_si64 intrinsic.Eli Friedman2013-09-231-0/+8
* Fix return type of _mm_extract_epi8 etc.Eli Friedman2013-09-211-2/+3
* Fix ifdef macro missed in previous commitBen Langmuir2013-09-191-1/+1
* Move sha intrinsics to immintrin.hBen Langmuir2013-09-193-5/+5