summaryrefslogtreecommitdiff
path: root/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* [CLANG][AVX512][BUILTIN] movddup{128|256|512}Michael Zuckerman2016-03-032-0/+61
* [CLANG][AVX512][BUILTIN] movdqu{qi|hi} {128|256|512}Michael Zuckerman2016-03-032-0/+108
* [CLANG][AVX512][BUILTIN] movdqa{32|64}{load|store|}{128|256|512}Michael Zuckerman2016-03-032-0/+174
* [Clang][AVX512][BUILTIN] Adding PSRL{W|WI}{128|256|512}Michael Zuckerman2016-03-032-0/+118
* This patch adds doxygen comments for all the intrinsincs in the header file t...Ekaterina Romanova2016-03-031-0/+552
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}.Michael Zuckerman2016-03-022-0/+117
* [CLANG] [AVX512] [BUILTIN] Adding PSRAVMichael Zuckerman2016-03-023-0/+188
* This patch adds doxygen comments for the intrinsincs in the header file popcn...Ekaterina Romanova2016-03-011-0/+40
* [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_s...Kit Barton2016-03-011-0/+110
* [CLANG][AVX512][BUILTIN] Adding PSRL{DI|QI}{128|256|512} builtinMichael Zuckerman2016-03-012-0/+175
* [CLANG][AVX512][BUILTIN] Adding PSRLV builtin Michael Zuckerman2016-03-013-0/+175
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-03-012-0/+172
* Add ARM EHABI-related constants to unwind.h.Logan Chien2016-02-281-1/+18
* [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtinMichael Zuckerman2016-02-283-0/+293
* [CMake] Fixing install-clang-headers dependencies to depend on generating the...Chris Bieneman2016-02-251-1/+1
* [CUDA] Add conversion operators for threadIdx, blockIdx, gridDim, and blockDi...Justin Lebar2016-02-242-1/+44
* [CUDA] Add hack so code which includes "curand.h" doesn't break.Justin Lebar2016-02-241-0/+14
* [CLANG] [AVX512] [BUILTIN] Adding PSHUF{L|H}W{128|256|512} builtin to clang .Michael Zuckerman2016-02-242-0/+114
* [CLANG] [AVX512] [BUILTIN] Adding prorv{d|q}{128|256|512} builtin to clang Michael Zuckerman2016-02-232-0/+180
* [CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128|256|512} builtin to clangMichael Zuckerman2016-02-232-18/+18
* [CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128|256|512} builtin to clangMichael Zuckerman2016-02-232-0/+298
* [CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256|512} builtin to clang .Michael Zuckerman2016-02-221-1/+1
* [CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256|512} builtin to clang .Michael Zuckerman2016-02-222-0/+108
* [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin t...Michael Zuckerman2016-02-214-0/+364
* Remove a duplicate declaration specifier from _ReadBarrierDavid Majnemer2016-02-201-1/+0
* [CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d|q}{128|256|512} builtin t...Michael Zuckerman2016-02-184-0/+362
* Added missing '__'.Artem Belevich2016-02-121-1/+1
* Update functions in clang supplied headers to use the compiler reservedEric Christopher2016-02-127-262/+280
* <float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...Richard Smith2016-02-121-2/+6
* Use __ before argument names in provided headers.Eric Christopher2016-02-121-4/+4
* In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...Richard Smith2016-02-111-0/+6
* This patch adds doxygen comments for all the intrinsincs in the header file f...Ekaterina Romanova2016-02-101-3/+69
* This patch adds doxygen comments for all the intrinsincs in the header file p...Ekaterina Romanova2016-02-081-1/+196
* AVX512: Change builtin function name for scalar intrinsics. Add "mask" to fun...Igor Breger2016-02-082-76/+76
* [CUDA] Bug 26497 : Remove wrappers for variants provided by CUDA headers.Artem Belevich2016-02-051-99/+59
* [CUDA] added declarations for device-side system callsArtem Belevich2016-02-031-8/+35
* This patch adds doxygen comments for the intrinsincs in the header file __wmm...Ekaterina Romanova2016-01-291-0/+85
* This patch adds doxygen comments for the intrinsincs in the header file __wmm...Ekaterina Romanova2016-01-291-0/+28
* [CUDA] Implemented device-side support functions in <cmath>.Artem Belevich2016-01-263-1/+228
* Remove autoconf supportChris Bieneman2016-01-261-64/+0
* [CUDA] Make printf work.Justin Lebar2016-01-231-0/+5
* 2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were added to the intrinsics ...Ekaterina Romanova2016-01-221-3/+16
* [AVX512] Fix typo in r226298Adam Nemet2016-01-191-2/+2
* [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctfKyle Butt2016-01-081-4/+34
* Reimplement __readeflags and __writeeflags on top of intrinsicsDavid Majnemer2016-01-011-28/+4
* [X86][PKU] add clang intrinsic for {RD|WR}PKRUAsaf Badouh2015-12-313-0/+51
* Fix up comment in header.Eric Christopher2015-12-281-1/+1
* [X86] Add missing m64/int64 conversionsMichael Kuperstein2015-12-201-0/+2
* [X86] Add signed aliases for popcnt intrinsicsMichael Kuperstein2015-12-201-0/+12
* [CUDA] runtime wrapper header tweaksArtem Belevich2015-12-171-3/+24