platform/upstream/llvm.git
2019-09-09 Craig Topper[X86] Add test cases for fptoui/fptosi/sitofp/uitofp...
2019-09-09 Craig Topper[X86] Use xorps to create fp128 +0.0 constants.
2019-09-09 Craig Topper[X86] Add avx and avx512f RUN lines to fp128-cast.ll
2019-09-09 Douglas YungRelax opcode checks in test to check for only a number...
2019-09-08 Kamil RytarowskiEnable LSan for NetBSD/i386 in test/asan/lit.cfg.py
2019-09-08 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2019-09-08 Roman Lebedev[InstCombine][NFC] Some tests for usub overflow+nonzero...
2019-09-08 Craig Topper[X86] Add a hack to combineVSelectWithAllOnesOrZeros...
2019-09-08 Craig Topper[X86] Remove call to getZeroVector from materializeVect...
2019-09-08 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): if we...
2019-09-08 Sanjay Patel[InstCombine] add tests for icmp with srem operand...
2019-09-08 Roman Lebedev[X86] X86DAGToDAGISel::combineIncDecVector(): call...
2019-09-08 Craig Topper[X86] Use DAG.getConstant instead of getZeroVector...
2019-09-08 Craig Topper[DAGCombiner][X86][ARM] Teach visitMULO to fold multipl...
2019-09-08 Craig Topper[X86] Teach materializeVectorConstant to not call getZe...
2019-09-08 Gabor BorsikMove prop-sink branch to monorepo.
2019-09-08 Sanjay Patel[InstCombine] fold extract+insert into identity shuffle
2019-09-08 Roman Lebedev[NFC][InstSimplify] Some tests for dropping null check...
2019-09-08 Kamil RytarowskiEnable LSan tests for NetBSD/i386
2019-09-08 Kamil RytarowskiStop marking 5 ASan tests as failing on NetBSD/i386
2019-09-08 Jonas Hahnfeld[ASan] Only run dlopen-mixed-c-cxx.c with static runtime
2019-09-08 Kamil RytarowskiEnable leak-detection for NetBSD/amd64 in test/asan
2019-09-08 Kamil RytarowskiDo not intercept malloc_usable_size on NetBSD
2019-09-08 David Stenberg[DebugInfo][X86] Describe call site values for zero...
2019-09-08 David Stenberg[NFC] Make the describeLoadedValue() hook return machin...
2019-09-08 David Green[ARM] Remove declaration of unimplemented function...
2019-09-08 Simon Pilgrim[X86][SSE] Fix out of range shift introduced in D67070...
2019-09-08 Simon Pilgrim[X86] Add test case for PR32546
2019-09-08 Simon Pilgrim[X86][SSE] Add support for <64 x i1> bool reduction
2019-09-08 Xing GUO[StackMap] Current stackmap version should be 3. NFC.
2019-09-08 Leonard Chan[NewPM][Sancov] Create the Sancov Pass after building...
2019-09-08 Craig Topper[X86] Make getZeroVector return floating point vectors...
2019-09-07 Dimitry AndricRemove ::gets for FreeBSD 13 and later
2019-09-07 Craig Topper[X86] Add support for unfold broadcast loads from FMA...
2019-09-07 Craig Topper[X86] Add broadcast load unfolding tests for FMA instru...
2019-09-07 Sebastian Pop[aarch64] Add combine patterns for fp16 fmla
2019-09-07 Aaron BallmanFixes an assertion while instantiating a template with...
2019-09-07 Craig Topper[X86] Add prefer-128-bit subtarget feature.
2019-09-07 George Rimar[llvm-nm] - Fix a bug and unbreak ASan BB.
2019-09-07 Simon PilgrimFix typo. NFCI
2019-09-07 Simon Atanasyan[mips] Follow-up to r371313 - fix failed test case...
2019-09-07 Simon Pilgrim[X86] Avoid uses of getZextValue(). NFCI.
2019-09-07 Simon Pilgrim[X86][AVX] Add 'f5' v4f64 shuffle test mentioned in...
2019-09-07 Simon Atanasyan[mips] Make another set of test cases more tolerant...
2019-09-07 Fangrui Song[ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNC
2019-09-07 Roman Lebedev[SimplifyCFG][NFC] Autogenerate PhiEliminate3.ll
2019-09-07 Roman Lebedev[SimplifyCFG][NFC] Autogenerate two tests
2019-09-07 Bjorn Pettersson[CodeGen] Handle SMULFIXSAT with scale zero in TargetLo...
2019-09-07 Bjorn Pettersson[Intrinsic] Add the llvm.umul.fix.sat intrinsic
2019-09-07 Nikita Popov[X86] Fix pshuflw formation from repeated shuffle mask...
2019-09-07 Nikita Popov[LVI] Look through extractvalue of insertvalue
2019-09-07 Nikita Popov[X86] Add test for PR43230; NFC
2019-09-07 Bjorn Pettersson[DwarfExpression] Disallow some rewrites to avoid undef...
2019-09-07 Bjorn Pettersson[DebugInfo] Pre-commit of test case for DW_OP_breg...
2019-09-07 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-09-07 Roman Lebedev[SimplifyCFG][NFC] Make merge-cond-stores-cost.ll X86...
2019-09-07 Fangrui Song[ELF][test] Improve tests
2019-09-07 Benjamin Kramer[Attributor] Make unimplemented method pure virtual.
2019-09-07 Roman Lebedev[SimplifyCFG][NFC] Show that we don't consider the...
2019-09-07 Roman Lebedev[SimplifyCFG][NFC] Regenerate merge-cond-stores* tests
2019-09-07 Roman Lebedev[SimplifyCFG] SpeculativelyExecuteBB(): It's Speculated...
2019-09-07 Sylvestre LedruReplicate the change "[Alignment][NFC] Use Align with...
2019-09-07 Fangrui Song[ELF][test] Improve LTO tests
2019-09-07 Hideto Ueno[Attributor] ValueSimplify Abstract Attribute
2019-09-07 David Zarzycki[git-llvm] Do not reinvent `@{upstream}`
2019-09-07 Xing GUORevert [CodeGen] Fix typos to run tests. NFC.
2019-09-07 Xing GUO[CodeGen] Fix typos to run tests. NFC.
2019-09-07 Teresa JohnsonRemove stale TLI Module level pass registration
2019-09-07 Teresa JohnsonChange TargetLibraryInfo analysis passes to always...
2019-09-07 Craig Topper[X86] Add tests for fp128 frem, sqrt, sin, and cos.
2019-09-07 Craig Topper[X86] Autogenerate fp128-libcalls.ll
2019-09-07 Fangrui Song[llvm-objcopy] Rename SHOffset (e_shoff) field to SHOff...
2019-09-07 Jason MolendaLong timeouts for the MacOSX SystemRuntime plugins...
2019-09-07 Jan Korous[clang][DependencyFileGenerator] Fix missing -MT option...
2019-09-07 Reid KlecknerFix thunks.cpp test, don't FileCheck for anon namespace id
2019-09-07 Akira Hatanaka[Sema][ObjC] Mark C union fields that have non-trivial...
2019-09-07 Akira Hatanaka[Sema] Diagnose default-initialization, destruction...
2019-09-07 Richard SmithSynchronize LLVM's copy of libc++abi's demangler with...
2019-09-06 Richard SmithImplement demangling support for C++20 lambda expressio...
2019-09-06 Reid KlecknerUse musttail for variadic method thunks when possible
2019-09-06 Matthew VossUpdate lld tests dynamic-list.s and symbol-override...
2019-09-06 Amara Emerson[AArch64][GlobalISel] Enable the localizer for optimize...
2019-09-06 Evandro Menezes[InstCombine] Refactor substitution of instruction...
2019-09-06 Lang Hames[ORC][RPC] Join server thread before checking condition...
2019-09-06 Nick Desaulniers[IR] CallBrInst: scan+update arg list when indirect...
2019-09-06 Craig Topper[X86] Add a AVX512VBMI command line to min-legal-vector...
2019-09-06 Craig Topper[X86] Replace -mcpu with -mattr on some tests.
2019-09-06 Jonas Devlieghere[test] Add a FIXME test for stop-command-source-on...
2019-09-06 Alex Langford[Core] Remove use of ClangASTContext in DumpDataExtractor
2019-09-06 Artem Dergachev[analyzer] Add minimal support for fix-it hints.
2019-09-06 Artem Dergachev[analyzer] pr43179: Make CallDescription defensive...
2019-09-06 Lang Hames[ORC] Add a missing #include atomic.
2019-09-06 Matt ArsenaultGlobalISel: Add G_FMAD instruction
2019-09-06 Matt ArsenaultGlobalISel: Support physical register inputs in patterns
2019-09-06 Richard SmithUpdate comment for <template-param-decl> mangling to...
2019-09-06 Reid KlecknerRemove dead .seh_stackalloc parsing method in X86AsmParser
2019-09-06 Jan Korous[clang][Index][NFC] Put IndexingOptions to a separate...
2019-09-06 Matt ArsenaultAMDGPU: Fix typo
2019-09-06 Puyan Lotfi[llvm-ifs] Improving detection of PlatformKind from...
2019-09-06 Sean Fertile[PowerPC][XCOFF] Remove basic test. [NFC]
next