summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Added a wrapper header for inclusion of stock CUDA headers.Artem Belevich2015-11-172-0/+180
* bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targetsHans Wennborg2015-11-171-3/+9
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-161-6/+10
* [X86] Add 'pause' builtin that's already in llvm and use it instead of inline...Craig Topper2015-11-111-1/+1
* [X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...Craig Topper2015-11-111-2/+2
* [X86] Header formatting fixes. NFCCraig Topper2015-11-112-2/+2
* [X86] Add missing typecasts in intrinsic macros. This should make them more r...Craig Topper2015-11-117-55/+85
* [X86] Change pointer type in AVX2 gather builtins to be the scalar type inste...Craig Topper2015-11-111-160/+118
* [X86] Use setzero instead of set1(0) in a few places in intrinsic headers.Craig Topper2015-11-102-6/+6
* [X86] Remove temporary variables from macros in x86 intrinsic headers. Preven...Craig Topper2015-11-107-198/+138
* [X86] Fix bad intrinsic header comment. NFC.Craig Topper2015-11-101-1/+1
* Fix a couple intrinsic header comments. NFCCraig Topper2015-11-032-2/+2
* Handle target builtin options that are all required rather thanEric Christopher2015-10-271-20/+18
* [x86] Fix maskload/store intrinsic definitions in avxintrin.hAndrea Di Biagio2015-10-201-16/+16
* [X86] Add fxsr feature name for fxsave/fxrestore builtins.Craig Topper2015-10-161-1/+1
* Headers: Switch some headers to LF line endings for consistency.Peter Collingbourne2015-10-155-343/+343
* Intrin.h: implement __emul and __emuluHans Wennborg2015-10-141-0/+11
* Add subtarget feature support for 3dnowa to the 3dnowa intrinsics.Eric Christopher2015-10-131-0/+4
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-137-6/+224
* [Headers][X86] Fix stream_load (movntdqa) to accept const*.Ahmed Bougacha2015-10-022-4/+4
* Fix the SSE4 byte sign extension in a cleaner way, and more thoroughlyChandler Carruth2015-10-014-21/+22
* Patch over a really horrible bug in our vector builtins that showed upChandler Carruth2015-10-011-3/+18
* Forgot to remove a FIXME that has been fixed. NFC.Nemanja Ivanovic2015-09-291-3/+0
* Addition of interfaces the FE to conform to Table A-2 of ELF V2 ABI V1.1Nemanja Ivanovic2015-09-291-170/+564
* ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber2015-09-221-2/+2
* [X86] Make f16c intrinsics accessible through emmintrin.h, per Intel docsMichael Kuperstein2015-09-212-2/+4
* [X86] Fix some non-reserved parameter names in intrinsic headersMichael Kuperstein2015-09-212-26/+26
* [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim2015-09-191-6/+6
* re-apply r.247881Asaf Badouh2015-09-171-0/+536
* revert r.247881 due to tests failuresAsaf Badouh2015-09-171-536/+0
* [X86][AVX512DQ] add new intrinsicsAsaf Badouh2015-09-171-0/+536
* Clean up trailing whitespace in the builtin headersSean Silva2015-09-1213-103/+103
* [X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim2015-08-264-0/+60
* [X86] Remove unnecessary MMX declarations from Intrin.hSimon Pilgrim2015-08-251-3/+0
* Revert r245923 since it breaks mingw.Michael Kuperstein2015-08-252-54/+20
* [X86] Expose the various _rot intrinsics on non-MS platformsMichael Kuperstein2015-08-252-20/+54
* [Headers][X86] Use __builtin_shufflevector in AVX2 broadcasts.Ahmed Bougacha2015-08-201-11/+11
* [X86] Add support for _MM_ALIGN16Michael Kuperstein2015-08-061-0/+5
* [X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsicsAsaf Badouh2015-08-031-0/+429
* [X86][AVX512VLDQ] add reduce/range/cvt intrinsics Asaf Badouh2015-08-021-0/+600
* [SystemZ] Add support for vecintrin.h vector built-in functionsUlrich Weigand2015-07-304-0/+8956
* [X86][AVX512BW] Remove whitespaces Asaf Badouh2015-07-301-68/+53
* [X86][AVX512BW] add convert i16 to i8 and unpack intrinsicsAsaf Badouh2015-07-291-0/+163
* [X86][AVX512BW] Replace attributes with __DEFAULT_FN_ATTRSAsaf Badouh2015-07-291-6/+6
* [X86][AVX512VL] add AVX512VL intrinsics 4 out of 4Asaf Badouh2015-07-281-0/+456
* [X86][AVX512VL] add AVX512VL intrinsics 3 out of 4Asaf Badouh2015-07-281-0/+655
* [X86][AVX512VL] add AVX512VL intrinsics 2 out of 4Asaf Badouh2015-07-281-0/+699
* [X86][AVX512VL] add AVX512VL intrinsics 1 out of 4Asaf Badouh2015-07-281-0/+816
* [X86] Add missing _m_prefetch intrinsicSimon Pilgrim2015-07-271-0/+6
* [X86][AVX512F] Add FP scalar intrinsicsAsaf Badouh2015-07-231-0/+357
OpenPOWER on IntegriCloud