aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-11Move VersionTuple from clang/Basic to llvm/Supportlinaro-local/D47948Pavel Labath
2018-06-11[MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg
2018-06-11[X86] Remove masking from dbpsadbw builtins, use select builtin instead.Craig Topper
2018-06-10[X86] Use target independent masked expandload and compressstore intrinsics t...Craig Topper
2018-06-10[NEON] Support VST1xN intrinsics in AArch32 mode (Clang part)Ivan A. Kosarev
2018-06-10[X86] Remove masking from the 512-bit packed floating point add/sub/mul/div b...Craig Topper
2018-06-09[analyzer] Clean up the program state map of DanglingInternalBufferChecker.Reka Kovacs
2018-06-09[analyzer] Add dangling internal buffer check.Reka Kovacs
2018-06-09Use SmallPtrSet instead of SmallSet in places where we iterate over the set.Craig Topper
2018-06-08[X86] Add avx512 feature flags to __builtin_ia32_select*.Craig Topper
2018-06-08[X86] Add back some masked vector truncate builtins. Custom IRgen a a few oth...Craig Topper
2018-06-08[X86] Fold masking into subvector extract builtins.Craig Topper
2018-06-08[X86] Add builtins for vpermq/vpermpd instructions to enable target feature c...Craig Topper
2018-06-08[X86] Change immediate type for some builtins from char to int.Craig Topper
2018-06-08[CUDA] Fix emission of constant strings in sectionsJonas Hahnfeld
2018-06-08[X86] Add builtins for shufps and shufpd to enable target feature and immedia...Craig Topper
2018-06-08[X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...Craig Topper
2018-06-08[X86] Fix some typecasts in intrinsic headers that I messed up in r334261.Craig Topper
2018-06-08[X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper
2018-06-08[X86] Add builtins for vpermilps/pd instructions to enable target feature che...Craig Topper
2018-06-08[CodeGen] Always use MSVC personality for windows-msvc targetsShoaib Meenai
2018-06-08[clang-fuzzer] Made loop_proto more "vectorizable".Matt Morehouse
2018-06-08Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai
2018-06-08[X86] Add builtins for blend with immediate control to enforce target feature...Craig Topper
2018-06-07[X86] Add builtins for shuff32x4/shuff64x2/shufi32x4/shuff64x2 to enable targ...Craig Topper
2018-06-07[Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai
2018-06-07Revert "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai
2018-06-07[MS] Re-add support for the ARM interlocked bittest intrinscsReid Kleckner
2018-06-07[X86] Add builtins for VALIGNQ/VALIGND to enable proper target feature checking.Craig Topper
2018-06-07[Parse] Use CapturedStmt for @finally on MSVCShoaib Meenai
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-06-07Introducing single for loop into clang_proto_fuzzerVitaly Buka
2018-06-07[X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrin...Craig Topper
2018-06-07[clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev
2018-06-07[CodeGen] Improve diagnostics related to target attributesGabor Buella
2018-06-07Change return value of trivial visibility check.Richard Trieu
2018-06-07[X86] Add back _mask, _maskz, and _mask3 builtins for some 512-bit fmadd/fmsu...Craig Topper
2018-06-07ClangTidy fix - 'clang::Sema::checkAllowedCUDAInitializer' has a definition w...Han Shen
2018-06-07Change the wording of RTTI errors to make them more generic.Sunil Srivastava
2018-06-07[ODRHash] Adjust info stored for FunctionTemplateDecl.Richard Trieu
2018-06-06[Driver] Stop passing -fseh-exceptions for x86_64-windows-msvcShoaib Meenai
2018-06-06[CUDA] Check initializers of instantiated template variables.Artem Belevich
2018-06-06[HIP] Fix unbundlingYaxun Liu
2018-06-06[PATCH 2/2] [test] Add support for Samsung Exynos M4 (NFC)Evandro Menezes
2018-06-06[MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...Reid Kleckner
2018-06-06[CUDA] Replace 'nv_weak' attributes in CUDA headers with 'weak'.Artem Belevich
2018-06-06PR37680: fix faulty assertion condition.Richard Smith
2018-06-06[Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.Pierre Gousseau
2018-06-06Change test to output 'pcm' to the temp dir, not the source dirIlya Biryukov
2018-06-06Fix build - use llvm::make_uniqueIvan Donchevskii