aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-14[OpenCL] Actually activate Frontend/opencl.cl test and fix test bugsBenjamin Kramer
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-07-13Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman
2016-07-13[test] Add 'env' to fix test failures in windows bots.Argyrios Kyrtzidis
2016-07-13[OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu
2016-07-13[OpenMP] add more tests for 'distribute parallel for simd' pragmaKelvin Li
2016-07-13[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis
2016-07-13[OpenMP] add more tests for 'distribute simd' pragmaKelvin Li
2016-07-13[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli
2016-07-13[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli
2016-07-13[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau
2016-07-13[OpenCL] Fix code generation of kernel pipe parameters.Alexey Bader
2016-07-12[CUDA] Add additional testcases for EraseUnwantedCUDAMatches.Justin Lebar
2016-07-12[CUDA] Don't assume that destructors can't be overloaded.Justin Lebar
2016-07-12AArch64: fix return type of vqmovun_high_*.Tim Northover
2016-07-12Fix for the mingw builderDavid Majnemer
2016-07-12[ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer
2016-07-12[MS ABI] Support throwing/catching __unaligned typesDavid Majnemer
2016-07-11Correcting the previous fix for test submitted with r275115.Wolfgang Pieb
2016-07-11Fix test submitted with r275115 (failed on ppc64 buildbots).Wolfgang Pieb
2016-07-11[Coverage] Do not map regions from system headersVedant Kumar
2016-07-11Prevent the creation of empty (forwarding) blocks resulting from nested ifs.Wolfgang Pieb
2016-07-11[Sema] Don't artificially forbid BuiltinTemplateDecls in CheckTemplateArgumentDavid Majnemer
2016-07-11[OpenCL] Improved diagnostics of OpenCL types.Anastasia Stulova
2016-07-11[AVX512] Replace masked AND/OR/XOR intrinsics with native code and remove the...Craig Topper
2016-07-11[Sema] Disallow __make_integer_seq from showing up in __make_integer_seqDavid Majnemer
2016-07-11Revert r275029 - Update Clang tests after adding inference for the returned a...Hal Finkel
2016-07-11[CodeGen] Treat imported static local variables as declarationsDavid Majnemer
2016-07-10Reapply SVN r274797.Saleem Abdulrasool
2016-07-10AMDGPU: Export workitem builtinsJan Vesely
2016-07-10Update Clang tests after adding inference for the returned argument attributeHal Finkel
2016-07-10[X86] Use __butilin_shufflevector for 512-bit shufps intrinsics.Craig Topper
2016-07-09[clang-cl] Add support for /ZdDavid Majnemer
2016-07-09[X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_set_v4hi to impl...Craig Topper
2016-07-09[X86] Uncomment the _mm_extract_ps test and add checks.Craig Topper
2016-07-09CodeGen: tweak CFString section for COFF, ELFSaleem Abdulrasool
2016-07-08Teach -ast-print to print constexpr variables.Vassil Vassilev
2016-07-08[OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu
2016-07-08Fix flag name in comment in cuda-version-check.cu.Justin Lebar
2016-07-08Don't crash when printing auto variables.Vassil Vassilev
2016-07-08[OpenCL] Fix access qualifiers handling for typedefsAlexey Bader
2016-07-08[X86] Remove dead builtins that don't exist in the backend intrinsic file and...Craig Topper
2016-07-08[analyzer] Add rudimentary handling of AtomicExpr.Devin Coughlin
2016-07-08Revert "Driver: Stop linking to C++ when using sanitizers on Darwin"Saleem Abdulrasool
2016-07-07[CUDA] Pass correct option in test.Michael Kuperstein
2016-07-07Driver: Stop linking to C++ when using sanitizers on DarwinSaleem Abdulrasool
2016-07-07[AArch64] Change the preferred alignment for char and short.Chad Rosier
2016-07-07[CUDA] Check that our CUDA install supports the requested architectures.Justin Lebar
2016-07-07[CUDA] Rename the __nvvm_bar0 builtin back to __syncthreads.Justin Lebar