aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2019-10-17[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman
2019-10-17Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin
2019-10-16Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin
2019-10-15[WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively
2019-10-14[test] Fix test failureEli Friedman
2019-10-14[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-10-13Improve __builtin_constant_p loweringJoerg Sonnenberger
2019-10-11Reland r374450 with Richard Smith's comments and test fixed.Erich Keane
2019-10-11Insert module constructors in a module passVitaly Buka
2019-10-11[X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.Craig Topper
2019-10-11Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber
2019-10-10[tsan,msan] Insert module constructors in a module passVitaly Buka
2019-10-10Fix some errors in <arm_neon.h> tests that cause them to fail with laxRichard Smith
2019-10-10[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman
2019-10-10Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner
2019-10-10Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko
2019-10-10[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev
2019-10-09[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-10-09[ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman
2019-10-09[WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively
2019-10-09[DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica
2019-10-09Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov
2019-10-08[IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih
2019-10-08Try to get ubsan-blacklist-vfs.c pass more on WindowsNico Weber
2019-10-08[BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song
2019-10-08[NFC] Attempt to make ubsan-blacklist-vfs test pass on WindowsJan Korous
2019-10-08[NFC] Fix ubsan-blacklist testJan Korous
2019-10-08Reland 'Add VFS support for sanitizers' blacklist'Jan Korous
2019-10-08Revert "Add VFS support for sanitizers' blacklist"Jan Korous
2019-10-07Add VFS support for sanitizers' blacklistJan Korous
2019-10-06[InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (P...Sanjay Patel
2019-10-04[clang] Prevent false positives in arm-mfpu-none codegen test.Simon Tatham
2019-09-27[clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo
2019-09-27[test] Use %clang_cc1 instead of %clang -cc1Fangrui Song
2019-09-25 [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64...Pengfei Wang
2019-09-22[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song
2019-09-20[SystemZ] Support z15 processor nameUlrich Weigand
2019-09-18[X86] Prevent assertion when calling a function that returns double with -mno...Craig Topper
2019-09-17[ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman
2019-09-17[NFC] Updated testDavid Bolvansky
2019-09-17Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith
2019-09-17Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith
2019-09-17Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith
2019-09-16[Clang][Codegen] Disable arm_acle.c test.Roman Lebedev
2019-09-16[Clang][Codegen] Relax available-externally-suppress.c testRoman Lebedev
2019-09-16Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson
2019-09-13[WebAssembly] Narrowing and widening SIMD opsThomas Lively
2019-09-13For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith
2019-09-13Fix interaction between r371813 and r371814.Richard Smith
2019-09-13Remove reliance on lax vector conversions from altivec.h and its test.Richard Smith