aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Headers
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merging r214801:Bill Schmidt1-108/+4
2014-08-04Merging r214119:Bill Wendling1-16/+16
2014-07-19Revert D3908 due to issues on Mac platformsViktor Kutuzov3-218/+0
2014-07-17ARM: Add ACLE memory barrier intrinsic mappingYi Kong1-1/+8
2014-07-14ARM: Add NOP intrinsic mapping in arm_acle.hYi Kong1-2/+8
2014-07-12Headers: add hint intrinsics to arm_acle.hSaleem Abdulrasool1-0/+24
2014-07-12Improve comments of ARM ACLE header file and testsYi Kong1-5/+8
2014-07-10Add clang headers that fix machine-dependent definitions on FreeBSD 9.2Viktor Kutuzov3-0/+218
2014-07-08Don't pull in setjmp.h in -ffreestanding compiles.Nico Weber1-2/+7
2014-07-08Replace a few // comments with /**/ comments in headers, for consistency.Nico Weber2-4/+4
2014-07-08Headers: conditionalise more declarationsSaleem Abdulrasool1-0/+2
2014-07-08Headers: mark arm_acle.h with extern "C"Saleem Abdulrasool1-0/+8
2014-07-03Add the __qdbl intrinsic to the arm_acle.h headerRenato Golin1-0/+5
2014-07-02Added standard macro guard. In case __GNUC_VA_LIST was notYaron Keren1-0/+2
2014-06-30[x86] Add Clang support for intrinsic __rdpmc.Andrea Di Biagio1-0/+5
2014-06-27Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2-0/+139
2014-06-25Headers: be a bit more careful about inline asmSaleem Abdulrasool1-0/+12
2014-06-18CodeGen: improve ms instrincics supportSaleem Abdulrasool1-22/+1
2014-06-13[PPC64LE] Run some existing Altivec tests on powerpc64le as wellBill Schmidt1-1/+1
2014-06-11[PPC64LE] Fix vec_sld and vec_vsldoi for little endianBill Schmidt1-0/+96
2014-06-09[PPC64LE] Implement little-endian semantics for vec_sumsBill Schmidt1-0/+26
2014-06-07[PPC64LE] Implement little-endian semantics for vec_unpack[hl]Bill Schmidt1-4/+87
2014-06-06[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LEBill Schmidt1-0/+26
2014-06-06[PPC64LE] Implement little-endian semantics for vec_pack familyBill Schmidt1-0/+147
2014-06-06[PPC64LE] Implement little-endian semantics for vec_mul[eo]Bill Schmidt1-0/+67
2014-06-05[PPC64LE] Implement little-endian semantics for vec_permBill Schmidt1-21/+109
2014-05-29Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet1-3/+6
2014-05-28added Intel's BMI intrinsic variants Sanjay Patel1-1/+34
2014-05-23Fix a bug in xmmintrin.h.Akira Hatanaka1-1/+1
2014-05-13Define the InterlockedCompareExchange64 intrinsic on 32-bits tooTimur Iskhodzhanov1-2/+0
2014-05-13Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas3-8/+62
2014-04-30Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber1-4/+34
2014-04-29Revert r207482; I fail at reading IRC.Nico Weber1-16/+0
2014-04-29Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.Nico Weber1-0/+16
2014-04-24Intrin.h: remove __rdtsc and __rdtscp declarationsHans Wennborg1-3/+0
2014-04-24[X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio1-3/+7
2014-04-17Rename lib/Headers/module.map to module.modulemapBen Langmuir3-5/+5
2014-04-08intrin.h: Fix up bugs in the cr3 and msr intrinsicsReid Kleckner1-9/+6
2014-04-08intrin.h: Implement __readmsr, __readcr3, and __writecr3Reid Kleckner1-0/+35
2014-03-31Added _rdtsc intrinsics by Robert KhasanovAlexey Volkov2-6/+10
2014-03-29Install: add arm_neon.h header backTim Northover1-4/+3
2014-03-29Remove stray references to aarch64_simd.hTim Northover1-2/+2
2014-03-29ARM64: initial clang support commit.Tim Northover1-4/+5
2014-03-26Intrin.h: Implement _InterlockedExchangePointerReid Kleckner1-0/+6
2014-03-13MS intrinsics: __interlockedbittestandset(64) (PR19054)Hans Wennborg1-0/+22
2014-03-12MS intrinsics: implement the __movs and __stos intrinsics (PR19054)Hans Wennborg1-0/+54
2014-03-12MS intrinsics: implement __readgs{byte,word,dword,qword} (PR19054)Hans Wennborg1-4/+27
2014-03-12MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg1-2/+0
2014-03-04Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer1-0/+4
2014-03-04The wmmintrin.h header includes two different sub-headers: one for AES supportRoman Divacky1-1/+1