summaryrefslogtreecommitdiff
path: root/test/Headers
Commit message (Expand)AuthorAgeFilesLines
* Add more feature flags to the x86 instrinsic test.Craig Topper2014-12-271-0/+27
* [PowerPC] Add VSX builtins for vec_divBill Schmidt2014-11-141-2/+2
* Remove definitions from Intrin.h that already exist in one of the other x86 i...Craig Topper2014-11-031-0/+5
* Update for llvm api change.Rafael Espindola2014-10-151-0/+1
* [AVX512] Added VPCMPEQ intrinisics to headers.Robert Khasanov2014-10-081-0/+6
* [PATCH][Power] Fix (and deprecate) vec_lvsl and vec_lvsr for little endianBill Schmidt2014-10-061-0/+18
* Fix interaction of max_align_t and modules.Richard Smith2014-10-031-1/+1
* Fix bugs in cpuid.h.Akira Hatanaka2014-09-201-0/+18
* Add a module cache path to test/Headers/cxx11Ben Langmuir2014-08-121-1/+2
* AVX-512: Added intrinsics to clang.Elena Demikhovsky2014-07-221-0/+6
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-163-6/+6
* Headers: add hint intrinsics to arm_acle.hSaleem Abdulrasool2014-07-121-4/+6
* test: merge arm-intrin into ms-intrin, fix invocationSaleem Abdulrasool2014-07-082-6/+5
* Headers: conditionalise more declarationsSaleem Abdulrasool2014-07-081-0/+6
* Introduce arm_acle.h supporting existing LLVM builtin intrinsicsYi Kong2014-06-271-0/+7
* Recommit r209532 with -ffreestanding.Akira Hatanaka2014-05-231-0/+13
* Remove test while I investigate why the test is breaking the bots.Akira Hatanaka2014-05-231-14/+0
* XFAIL test which is breaking some of the build bots.Akira Hatanaka2014-05-231-0/+1
* Test case for r209489.Akira Hatanaka2014-05-231-0/+13
* Split out header integration testsAlp Toker2014-05-043-42/+0
* Add a triple to new test.Nico Weber2014-04-301-1/+1
* Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.Nico Weber2014-04-301-0/+69
* Revert r207482; I fail at reading IRC.Nico Weber2014-04-291-20/+0
* Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.Nico Weber2014-04-291-0/+20
* Move ObjC Cocoa.h header test to HeadersAlp Toker2014-04-191-0/+5
* Re-enable the C++11 modules integration test on OS XAlp Toker2014-04-191-2/+2
* MS intrinsics: don't declare __readeflags and __writeeflags in Intrin.hHans Wennborg2014-03-121-0/+5
* Add -fmodules-cache-path to test/Headers/c11.cBen Langmuir2014-03-101-1/+2
* Update for llvm change.Rafael Espindola2014-03-051-2/+5
* Headers: Provide an ABI compatible max_align_t when _MSC_VER is definedDavid Majnemer2014-03-041-0/+5
* Revert r201734 and r201742.Daniel Jasper2014-02-201-16/+0
* Revert r201772 as it breaks things on WindowsTimur Iskhodzhanov2014-02-201-1/+1
* Change parameter type of _mm_prefetch to "const void *".Daniel Jasper2014-02-201-1/+1
* Don't actually emit output in test/Headers/mmprefetch.c.Daniel Jasper2014-02-201-1/+1
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-191-0/+16
* Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth2014-02-191-0/+4
* Intrin.h: include setjmp.h to get a jmp_buf definitionHans Wennborg2014-01-282-1/+10
* Temporarily disable test that fails on Mac OS X 10.9.Bob Wilson2014-01-271-1/+1
* Add a proper test for -Wsystem-headersAlp Toker2014-01-251-0/+33
* ms-intrin.cpp: add -Werror to the testHans Wennborg2014-01-171-1/+1
* ms-intrin.cpp: no need for -verify anymoreHans Wennborg2014-01-171-1/+1
* Relax the ms-intrin.cpp testHans Wennborg2014-01-161-11/+0
* Forbid driver use in Sema testsAlp Toker2014-01-161-0/+4
* Add a FIXME to a failing test.Nico Weber2013-12-241-0/+2
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Define [U]LLONG_{MIN,MAX} for C++11, add tests.JF Bastien2013-10-271-0/+42
* Add implementations of the MSVC barrier intrinsicsReid Kleckner2013-10-171-1/+12
* Switch tests in test/Headers to use %clang_cc1 rather than %clang. ThereChandler Carruth2013-09-208-14/+16
* Use -ffreestanding in ms-intrin.cpp and define size_t manually.Reid Kleckner2013-09-191-5/+5