summaryrefslogtreecommitdiffstats
path: root/test/Headers
Commit message (Expand)AuthorAgeFilesLines
* support operator keywords used in Windows SDKErich Keane2017-06-093-0/+54
* Headers: Make the type of SIZE_MAX the same as size_tDuncan P. N. Exon Smith2017-04-271-0/+32
* Use __CLANG_ATOMIC_TYPE_LOCK_FREE macros in `stdatomic.h`Eric Fiselier2017-04-201-0/+1
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-212-4/+4
* Fix parsing of htmxlintrin.h in C++ modeEric Christopher2017-03-201-0/+19
* [X86] Add NumRegisterParameters Module Flag.Nirav Dave2017-03-181-1/+1
* [Headers] Reapply: Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2017-03-163-0/+17
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-9/+9
* [OpenCL] Diagnose write_only image3d when extension is disabledAnastasia Stulova2017-01-251-6/+19
* Guard __gnuc_va_list typedef.Paul Robinson2017-01-231-0/+10
* Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes2016-12-122-16/+0
* [Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2016-12-092-0/+16
* [Headers] Enable #include_next<float.h> on DarwinBruno Cardoso Lopes2016-12-082-0/+19
* [OpenCL] Remove redundant test for OpenCL header fileYaxun Liu2016-11-071-32/+3
* Implement __stosb intrinsic as a volatile memsetAlbert Gutowski2016-10-141-1/+0
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-0/+11
* Add MS __nop intrinsic to intrin.hReid Kleckner2016-09-071-0/+1
* Test case for r280607 to check presence and sanity of the *_LOCK_FREEJoerg Sonnenberger2016-09-041-0/+32
* Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner2016-08-161-0/+1
* [X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platformsMarina Yatsina2016-08-161-1/+0
* Headers: Add ARM support to intrin.h for MSVC compatibilitySaleem Abdulrasool2016-08-061-0/+4
* Attempting to fix lit test test/Headers/opencl-c-header.cl on cygwin.Yaxun Liu2016-06-271-2/+2
* clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to...NAKAMURA Takumi2016-06-211-1/+1
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-7/+64
* [X86] _MM_ALIGN16 attribute support for non-windows targetsZvi Rackover2016-06-181-0/+3
* s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg2016-06-141-2/+2
* [OpenCL] Remove tests without triple from test/Headers/opencl-c-header.cl.Yaxun Liu2016-05-301-4/+0
* [OpenCL] Add the default header file opencl-c.h for OpenCL C languageYaxun Liu2016-05-301-0/+37
* Revert r271136 [OpenCL] Add the default header file opencl-c.h for OpenCL C l...Yaxun Liu2016-05-281-9/+0
* [OpenCL] Add the default header file opencl-c.h for OpenCL C languageYaxun Liu2016-05-281-0/+9
* [AVX512] _m512_setzero_qi/hi should return __m512i.Craig Topper2016-05-171-1/+1
* [modules] Don't expose *intrin.h headers that cannot be included standalone asRichard Smith2016-04-161-0/+1
* D18325: Added mm_malloc module export.John Thompson2016-03-221-0/+4
* test/Headers/float.c: fix theoretical edge valuesHubert Tong2016-02-121-11/+11
* <float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...Richard Smith2016-02-121-6/+20
* Remove bogus check that larger floating point types have smaller minimumRichard Smith2016-02-111-8/+0
* XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in ...Richard Smith2016-02-111-0/+2
* In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...Richard Smith2016-02-111-0/+211
* Make ms-intrin.cpp test require the x86 target.Nico Weber2015-09-231-0/+2
* Add bug number to FIXME comment.Nico Weber2015-09-221-1/+1
* ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber2015-09-221-2/+34
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-1/+1
* Move xtest to its own file to match the gcc header organization.Eric Christopher2015-06-171-0/+4
* Fix clang/test/Headers/x86intrin-2.c. _readfsbase_u32() is provided in not i6...NAKAMURA Takumi2015-06-171-0/+2
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-173-120/+144
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-161-1/+1
* [PowerPC] This revision adds 68 of the missing "Predefined Functions for Vect...Bill Seurer2015-06-041-2/+2
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-251-2/+2