platform/upstream/llvm.git
2020-03-31 Fangrui Song[ELF][test] Add 'REQUIRES: x86' to threads.s
2020-03-31 Matt ArsenaultAMDGPU: Make HIPToolChain a subclass of AMDGPUToolChain
2020-03-31 Fangrui Song[PPCInstPrinter] Print conditional branches as `bt...
2020-03-31 Matt ArsenaultHIP: Ensure new denormal mode attributes are set
2020-03-31 Adrian PrantlReplace uint32_t with typedef (NFC)
2020-03-31 Adrian PrantlAdd a Type::Payload typedef. (NFC)
2020-03-31 Joel E. Denny[FileCheck] Add missing %ProtectFileCheckOutput to...
2020-03-31 Hubert Tong[Object] Update ObjectFile::makeTriple for XCOFF
2020-03-31 Daniel Frampton[AArch64] Change AArch64 Windows EH UnwindHelp object...
2020-03-31 Daniel Frampton[AArch64] Fix mismatch in prologue and epilogue for...
2020-03-31 Alexey Bataev[OPENMP50]Allow use of array shaping expression in...
2020-03-31 Louis Dionne[libc++] Use 'export' instead of 'env' to run remote...
2020-03-31 Sam McCall[clangd] Don't build clangdserver for (most) completion...
2020-03-31 Stanislav MekhanoshinFixed windows failure after D74873
2020-03-31 Uday Bondhugula[MLIR][NFC] modernize affine.for unroll test pass
2020-03-31 Ben Langmuir[pch] Honour -fallow-pch-with-compiler-errors for overa...
2020-03-31 Richard SmithSwitch this function to the LLVM variable naming conven...
2020-03-31 Sergej Jaskiewicz[cmake] Link libc++ tests against static libc++/libc...
2020-03-31 Anna ThomasRevert "[InlineFunction] Handle return attributes on...
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in some select trans...
2020-03-31 Eli FriedmanRemove "mask" operand from shufflevector.
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in descaling
2020-03-31 Nikita Popov[InstCombine] Erase old alloca in cast of alloca transform
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in non zero phi...
2020-03-31 Nikita Popov[InstCombine] Report change in non zero phi transform
2020-03-31 Louis Dionne[libc++] Allow running .sh.cpp tests with SSHExecutors
2020-03-31 Jonas DevlieghereRe-land "[lldb/Reproducers] Always collect the whole...
2020-03-31 Richard Smith[docs] Make llvm-addr2line documentation more explicit...
2020-03-31 Lei Zhang[mlir][spirv] Change op doc description autogen separator
2020-03-31 Fangrui Song[gn build] Port 03f43b3aca36
2020-03-31 Amara EmersonAdd a new -fglobal-isel option and make -fexperimental...
2020-03-31 Eli Friedman[AArch64][SVE] Add support for fcmp.
2020-03-31 Benjamin KramerReplace std::string::find == 0 with StringRef::startswith
2020-03-31 Jez Ng[lld] Initial commit for new Mach-O backend
2020-03-31 Guozhi Wei[CodeGenPrepare] Delete intrinsic call to llvm.assume...
2020-03-31 Stanislav Mekhanoshin[AMDGPU] Define 16 bit VGPR subregs
2020-03-31 Anna Thomas[InlineFunction] Handle return attributes on call withi...
2020-03-31 Walter Erquinigo[intel-pt] Fix existing support in LLDB
2020-03-31 Jonathan Coe[clang-format] Correct line breaks in C# generic type...
2020-03-31 Louis Dionne[libc++] Move a bunch of tests from .sh.cpp to .pass.cpp
2020-03-31 Adrian PrantlAdd an opque payload field to lldb::Type (NFC).
2020-03-31 Uday Bondhugula[MLIR][NFC] Move test/Transforms/lower-affine.mlir...
2020-03-31 Louis Dionne[libc++] Make sure substitutions are expanded inside...
2020-03-31 Davide ItalianoRevert "[lldb/Reproducers] Always collect the whole...
2020-03-31 Ulrich Weigand[SystemZ] Allow %r0 in address context for AsmParser
2020-03-31 Uday Bondhugula[InstCombine] Deduce attributes for aligned_alloc in...
2020-03-31 TykerFix 7093b92a136b0696cf9cfc3f9822973ed886be5b
2020-03-31 Jonas Devlieghere[lldb/API] Add missing reproducer instrumentation to...
2020-03-31 Uday Bondhugula[MLIR] Add simple runner utilities for timing
2020-03-31 zhizhouy[NFC] Do not run CGProfilePass when not using integrate...
2020-03-31 Fangrui Song[llvm-symbolizer] Delete unneeded option name comments...
2020-03-31 Reid KlecknerMake FunctionDecl::isDefined non-virtual, NFC
2020-03-31 Simon Pilgrim[X86][SSE] Add additional PTEST/TESTP inversion tests
2020-03-31 Simon Pilgrim[X86][SSE] Simplify PTEST/TESTP tests for D76984
2020-03-31 Valentin ChuravyAdd manually overriding of the darwin SDK version
2020-03-31 Sam McCall[CodeComplete] Member completion for concept-constraine...
2020-03-31 Douglas YungFix buildgo.sh script to fix linux build failure due...
2020-03-31 Sterling AugustineNew symbolizer option to print files relative to the...
2020-03-31 MaheshRavishankar[mlir][Linalg] Allow tiling of batch dimension for...
2020-03-31 Florian Hahn[SCCP] Limit use of range info for binops to integers...
2020-03-31 Guillaume Chatelet[Alignment][NFC] Deprecate MachineMemOperand::getMachin...
2020-03-31 Louis Dionne[libc++abi] Remove the old testit script
2020-03-31 Tyker[AssumeBundles] Preserve information in EarlyCSE
2020-03-31 Tyker[AssumeBundles] Preserve Information from Load/Store
2020-03-31 Fangrui Song[lld][COFF][ELF][WebAssembly] Replace --[no-]threads...
2020-03-31 Med Ismail... [lldb/DWARF] Fix evaluator crash when accessing empty...
2020-03-31 Med Ismail... Revert "[lldb/DWARF] Fix evaluator crash when accessing...
2020-03-31 Andy Davis[MLIR][Vector] Add support for TupleGetOp folding throu...
2020-03-31 Louis Dionne[libc++] Execute tests using an external shell
2020-03-31 Med Ismail... [lldb/DWARF] Fix evaluator crash when accessing empty...
2020-03-31 Jonas Paulsson[SystemZ] Add isCommutable flag on VFA and VFM.
2020-03-31 Jonas Paulsson[SystemZ] Improve foldMemoryOperandImpl().
2020-03-31 Georgii Rymar[obj2yaml] - Teach tool to dump program headers.
2020-03-31 Simon PilgrimRevert rGefe59d6717dcdf7777acb9b7a734e1a520bdf22a ...
2020-03-31 Simon PilgrimFix enumeral mismatch warning. NFCI.
2020-03-31 LLVM GN Syncbot[gn build] Port 154d517bc7d
2020-03-31 Ehud Katz[ADT] Implement the Waymarking as an independent utility
2020-03-31 Louis Dionne[libc++] Remove incorrect assertion in the filesystem...
2020-03-31 Simon Pilgrim[X86][SSE] lowerShuffleWithPACK - extend to use chained...
2020-03-31 Louis Dionne[libc++] Quote the filesystem static env root in the...
2020-03-31 Louis Dionne[libc++] Provide a method for adding compiler flags...
2020-03-31 Louis Dionne[libc++] Set filesystem test flags in a lit.local.cfg
2020-03-31 Sanjay Patel[InstCombine] remove stray auto-generated test comment...
2020-03-31 Sam McCall[clangd] Support new semanticTokens request from LSP...
2020-03-31 Louis Dionne[libc++] Do not rely on the environment to run filesyst...
2020-03-31 Stefanos Baziotis[LoopTerminology] LCSSA form
2020-03-31 Nathan James[clang-tidy] Fix crash in readability-redundant-string...
2020-03-31 Florian Hahn[VPlan] Move test strs to variables, silence spurious...
2020-03-31 Peter Smith[LLD][ELF] Allow empty (.init|.preinit|.fini)_array...
2020-03-31 Florian Hahn[ValueLattice] Distinguish between constant ranges...
2020-03-31 James Henderson[ELF][test] Add test for --gc-sections + many sections
2020-03-31 James Henderson[lld][ELF][test] Improve deplib.s
2020-03-31 James Henderson[docs] Document coding standard for error and warning...
2020-03-31 Denis Antrushin[SCEV] Use backedge SCEV of PHI only if its input is...
2020-03-31 Guillaume Chatelet[Alignment][NFC] Transitionning more getMachineMemOpera...
2020-03-31 Simon Pilgrim[X86] Combine concat(palignr,palignr) -> palignr(concat...
2020-03-31 Simon Pilgrim[X86] Move canLowerByDroppingEvenElements earlier to...
2020-03-31 Daan Sprenkels[InstCombine] Transform extelt-trunc -> bitcast-extelt
2020-03-31 Tom Weaver[Dexter] Add support for Windows to regression test...
2020-03-31 Shivam MittalCorrect the duplicate pragma marks in CommandObjectTarg...
next