aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers
AgeCommit message (Expand)AuthorFilesLines
2014-03-04[CMake] Add the newly introduced compiler header.Argyrios Kyrtzidis1-0/+1
2014-03-04Fix for r202778 - Implement __readeflags and __writeeflags intrinsics (rename...Alexey Bataev1-6/+6
2014-03-04Implement __readeflags and __writeeflags intrinsicsAlexey Bataev2-0/+84
2014-02-22[_mm_prefetch] Returning previously deleted comment.Warren Hunt1-0/+3
2014-02-21Reapply 201734 but with appropriate gcc compatibilityWarren Hunt2-21/+2
2014-02-20Revert r201734 and r201742.Daniel Jasper2-0/+23
2014-02-19Fix two pedantic issues with our builtin headers. The __STDC_VERSION__Chandler Carruth2-2/+2
2014-02-19Add _mm_prefetch and some others as MS builtinsWarren Hunt2-23/+0
2014-02-19Remove a broken attempt to cope with someone #undef'ing __has_include_next.Richard Smith3-5/+3
2014-02-19Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth1-0/+10
2014-01-31MS Intrin.h: implement __cpuidex and simplify __cpuidHans Wennborg1-7/+7
2014-01-28Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg1-4/+4
2014-01-28Intrin.h: implement __rdtsc and __haltHans Wennborg1-0/+12
2014-01-27Revert "intrin.h: include setjmp.h to get a jmp_buf definition"Reid Kleckner1-4/+6
2014-01-27Add implementations of some MSVC intrinsicsReid Kleckner1-0/+16
2014-01-27intrin.h: include setjmp.h to get a jmp_buf definitionReid Kleckner1-4/+3
2014-01-27Add 'static __inline__' to MSVC intrinsics with implementationsReid Kleckner1-0/+9
2014-01-25One more intrinsic.Eric Christopher1-0/+2
2014-01-24Add missing intrinsics, fix a couple of typos in intrinsic names,Eric Christopher1-6/+40
2014-01-24Add implementations of __readfs{byte,word,dword,qword} to Intrin.hHans Wennborg1-0/+33
2014-01-23Intrin.h: fix definitions of _Interlocked{In,De}crement16Hans Wennborg1-4/+4
2014-01-19[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi1-1/+1
2014-01-16Add implementations of _cpuid and _xgetbv to Intrin.hHans Wennborg1-0/+19
2013-12-30[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi1-34/+1
2013-12-21[CMake] clang/lib/Headers: Install just-generated ${CMAKE_CURRENT_BINARY_DIR}...NAKAMURA Takumi1-6/+7
2013-12-17clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be st...NAKAMURA Takumi1-1/+1
2013-12-16Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.Nico Weber1-0/+1
2013-12-16[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi1-1/+1
2013-11-23Fix a SSE2 intrinsics typoAlp Toker1-1/+1
2013-10-27Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien1-2/+4
2013-10-23Intrinsics: fix extract & insert when index is out of bound.Manman Ren2-11/+11
2013-10-22_mm_extract_epi16: use "& 7" when index is out of bound.Manman Ren1-1/+1
2013-10-17Add implementations of the MSVC barrier intrinsicsReid Kleckner1-0/+21
2013-10-07Suppress useless -Wshadow warning when using _mm* macros from emmintrin.hTed Kremenek1-0/+12
2013-10-05Use logical/arithmetic operations instead of builtins in tbmintrin.h. This wa...Craig Topper1-66/+48
2013-10-03Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM back...Craig Topper1-1/+1
2013-10-01Fixing implementation of bittestandset in Intrin.h.Warren Hunt1-2/+2
2013-09-30Changing __X86_64__ to __x86_64__ in Intrin.h.Warren Hunt1-12/+12
2013-09-30Adding intrinsics to the clang front end for the x86 TBM instruction set.Yunzhong Gao3-0/+181
2013-09-28Typo correction: _int64 -> __int64.Warren Hunt1-1/+1
2013-09-27Implements some of the more commonly used intrinsics in Intrin.hWarren Hunt1-0/+412
2013-09-27Remove some stray underscores from copyright block. Fix first line length to ...Craig Topper1-2/+2
2013-09-25Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.hHans Wennborg1-3/+35
2013-09-23Fix argument types of some AVX2 intrinsics.Eli Friedman1-8/+8
2013-09-23Add _mm_stream_si64 intrinsic.Eli Friedman1-0/+8
2013-09-21Fix return type of _mm_extract_epi8 etc.Eli Friedman1-2/+3
2013-09-19Fix ifdef macro missed in previous commitBen Langmuir1-1/+1
2013-09-19Move sha intrinsics to immintrin.hBen Langmuir3-5/+5
2013-09-19Add C intrinsics for Intel SHA ExtensionsBen Langmuir3-0/+79
2013-09-19Fix ifdef ordering at the end of Intrin.h from r190965Reid Kleckner1-3/+5