aboutsummaryrefslogtreecommitdiff
path: root/test/Headers
AgeCommit message (Expand)Author
2017-01-23Guard __gnuc_va_list typedef.Paul Robinson
2016-12-12Revert "[Headers] Add #include_next for tgmath.h on Darwin"Bruno Cardoso Lopes
2016-12-09[Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes
2016-12-08[Headers] Enable #include_next<float.h> on DarwinBruno Cardoso Lopes
2016-11-07[OpenCL] Remove redundant test for OpenCL header fileYaxun Liu
2016-10-14Implement __stosb intrinsic as a volatile memsetAlbert Gutowski
2016-09-14Add some MS aliases for existing intrinsicsAlbert Gutowski
2016-09-07Add MS __nop intrinsic to intrin.hReid Kleckner
2016-09-04Test case for r280607 to check presence and sanity of the *_LOCK_FREEJoerg Sonnenberger
2016-08-16Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...Reid Kleckner
2016-08-16[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platformsMarina Yatsina
2016-08-06Headers: Add ARM support to intrin.h for MSVC compatibilitySaleem Abdulrasool
2016-06-27Attempting to fix lit test test/Headers/opencl-c-header.cl on cygwin.Yaxun Liu
2016-06-21clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to...NAKAMURA Takumi
2016-06-20[OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu
2016-06-18[X86] _MM_ALIGN16 attribute support for non-windows targetsZvi Rackover
2016-06-14s/Intrin.h/intrin.h/, trying to fix the build after r272701Hans Wennborg
2016-05-30[OpenCL] Remove tests without triple from test/Headers/opencl-c-header.cl.Yaxun Liu
2016-05-30[OpenCL] Add the default header file opencl-c.h for OpenCL C languageYaxun Liu
2016-05-28Revert r271136 [OpenCL] Add the default header file opencl-c.h for OpenCL C l...Yaxun Liu
2016-05-28[OpenCL] Add the default header file opencl-c.h for OpenCL C languageYaxun Liu
2016-05-17[AVX512] _m512_setzero_qi/hi should return __m512i.Craig Topper
2016-04-16[modules] Don't expose *intrin.h headers that cannot be included standalone asRichard Smith
2016-03-22D18325: Added mm_malloc module export.John Thompson
2016-02-12test/Headers/float.c: fix theoretical edge valuesHubert Tong
2016-02-12<float.h>: do not define DECIMAL_DIG in -std=c89 mode; this macro was added i...Richard Smith
2016-02-11Remove bogus check that larger floating point types have smaller minimumRichard Smith
2016-02-11XFAIL this test for PPC64 for now. It looks like the *_MIN_EXP macros are in ...Richard Smith
2016-02-11In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, and LDBL_DECIMAL_DIG...Richard Smith
2015-09-23Make ms-intrin.cpp test require the x86 target.Nico Weber
2015-09-22Add bug number to FIXME comment.Nico Weber
2015-09-22ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-06-17Move xtest to its own file to match the gcc header organization.Eric Christopher
2015-06-17Fix clang/test/Headers/x86intrin-2.c. _readfsbase_u32() is provided in not i6...NAKAMURA Takumi
2015-06-17Update the intel intrinsic headers to use the target attribute support.Eric Christopher
2015-06-16Commit some test changes somehow missed in r239789.Richard Smith
2015-06-04[PowerPC] This revision adds 68 of the missing "Predefined Functions for Vect...Bill Seurer
2015-05-25This patch adds support for the vector quadword add/sub instructions introducedKit Barton
2015-05-16[PPC64] Add vector pack/unpack support from ISA 2.07Bill Schmidt
2015-05-14[modules] Fix a #include cycle when building a module for our builtin headers.Richard Smith
2015-04-03Make this test not rely on a backend being registered.Eric Christopher
2015-03-11Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton
2015-02-24Restore the libc++ definition of max_align_t on Apple platformsDmitri Gribenko
2014-12-27Add more feature flags to the x86 instrinsic test.Craig Topper
2014-11-14[PowerPC] Add VSX builtins for vec_divBill Schmidt
2014-11-03Remove definitions from Intrin.h that already exist in one of the other x86 i...Craig Topper
2014-10-15Update for llvm api change.Rafael Espindola