summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-301-4/+34
* Revert r207482; I fail at reading IRC.Nico Weber2014-04-291-16/+0
* Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.Nico Weber2014-04-291-0/+16
* Intrin.h: remove __rdtsc and __rdtscp declarationsHans Wennborg2014-04-241-3/+0
* [X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio2014-04-241-3/+7
* Rename lib/Headers/module.map to module.modulemapBen Langmuir2014-04-173-5/+5
* intrin.h: Fix up bugs in the cr3 and msr intrinsicsReid Kleckner2014-04-081-9/+6
* intrin.h: Implement __readmsr, __readcr3, and __writecr3Reid Kleckner2014-04-081-0/+35
* Added _rdtsc intrinsics by Robert KhasanovAlexey Volkov2014-03-312-6/+10
* Install: add arm_neon.h header backTim Northover2014-03-291-4/+3
* Remove stray references to aarch64_simd.hTim Northover2014-03-291-2/+2
* ARM64: initial clang support commit.Tim Northover2014-03-291-4/+5
* Intrin.h: Implement _InterlockedExchangePointerReid Kleckner2014-03-261-0/+6
* MS intrinsics: __interlockedbittestandset(64) (PR19054)Hans Wennborg2014-03-131-0/+22
* MS intrinsics: implement the __movs and __stos intrinsics (PR19054)Hans Wennborg2014-03-121-0/+54
* MS intrinsics: implement __readgs{byte,word,dword,qword} (PR19054)Hans Wennborg2014-03-121-4/+27
* MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg2014-03-121-2/+0
* 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
OpenPOWER on IntegriCloud