summaryrefslogtreecommitdiff
path: root/test/Headers
AgeCommit message (Expand)Author
2017-12-08In stdbool.h, define bool, false, true only in gnu++98Stephan Bergmann
2017-11-06[X86] Add 3dnow and 3dnowa to the list of valid target featuresMartin Storsjo
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-09-13This adds the _Float16 preprocessor macro definitions.Sjoerd Meijer
2017-08-16Add test that we get the correct calling convention and mangling for va_list.Richard Smith
2017-07-27[Headers] Add a test for arm64intr.hMartin Storsjo
2017-06-09support operator keywords used in Windows SDKErich Keane
2017-04-27Headers: Make the type of SIZE_MAX the same as size_tDuncan P. N. Exon Smith
2017-04-20Use __CLANG_ATOMIC_TYPE_LOCK_FREE macros in `stdatomic.h`Eric Fiselier
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
2017-03-20Fix parsing of htmxlintrin.h in C++ modeEric Christopher
2017-03-18[X86] Add NumRegisterParameters Module Flag.Nirav Dave
2017-03-16[Headers] Reapply: Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes
2017-02-16[OpenCL] Correct ndrange_t implementationAnastasia Stulova
2017-01-25[OpenCL] Diagnose write_only image3d when extension is disabledAnastasia Stulova
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