platform/upstream/llvm.git
2020-06-04 Matt ArsenaultAMDGPU: Select strict_fmul
2020-06-04 Matt ArsenaultAMDGPU: Select strict_fma
2020-06-04 Matt ArsenaultAMDGPU: Select strict_fadd
2020-06-04 Diego Caballero[mlir] Add support for bf16 to StandardToLLVM conversion
2020-06-04 Matt ArsenaultAMDGPU: Add test for fdiv nofpexcept preservation
2020-06-04 Matt ArsenaultAMDGPU: Set mayRaiseFPException
2020-06-04 Sanjay Patel[InstCombine] avoid crashing on select-shuffle detection
2020-06-04 Petr Hosek[Fuchsia] Rely on linker switch rather than dead code...
2020-06-04 Shilei Tian[OpenMP] Improve D2D memcpy to use more efficient drive...
2020-06-04 Yaxun (Sam... [CUDA][HIP] Fix implicit HD function resolution
2020-06-04 Matt ArsenaultAMDGPU: Fix using unencodable instructions in tests
2020-06-04 Matt ArsenaultAMDGPU/GlobalISel: Fix making LDS FP atomics legal...
2020-06-04 Matt ArsenaultAMDGPU/GlobalISel: Fix trying to use wave32 for gfx9...
2020-06-04 Alexey Bataev[OPENMP50]Codegen for inscan reductions in worksharing...
2020-06-04 Thomas Lively[WebAssembly] Lower llvm.debugtrap properly
2020-06-04 Pete Steinfeld[flang] Fixed crash on forward referenced `len` parameter
2020-06-04 Huihui Zhang[NFC] Move test vscale-factor-out-constant.ll to AArch6...
2020-06-04 Eric Schweitz[flang] Add the conversions for types.
2020-06-04 aartbik[mlir] [VectorOps] Add missing comments to CreateMaskOp...
2020-06-04 Florian Hahn[SemaOverload] Use iterator_range to iterate over Vecto...
2020-06-04 Dmitri GribenkoAST Matchers test: use arrays instead of vectors
2020-06-04 Valentin Clement[flang] avoid GCC < 8 compiler failure after D80794
2020-06-04 Hiroshi Yamauchi[PGO] Enable the working set size scaling under the...
2020-06-04 Sanjay Patel[InstCombine] move vector select ahead of select-shuffle
2020-06-04 Jan Korous[docs] Fix self-contradictory description of llvm_unrea...
2020-06-04 Eduardo CaldasPropose naming principle for NodeRole and apply it
2020-06-04 Louis Dionne[libc++] Avoid warning for large types with std::atomic...
2020-06-04 LLVM GN Syncbot[gn build] Port e53f5580578
2020-06-04 LLVM GN Syncbot[gn build] Port c973ad1878f
2020-06-04 LLVM GN Syncbot[gn build] Port ba2a01645b5
2020-06-04 LLVM GN Syncbot[gn build] Port 69fa84a6e95
2020-06-04 LLVM GN Syncbot[gn build] Port 6756a2c9533
2020-06-04 LLVM GN Syncbot[gn build] Port 49a4f3f7d88
2020-06-04 Huihui Zhang[NFC] Temporarily disable check for 'uglygep' while...
2020-06-04 Thomas Raoux[mlir][gpu] Add subgroup Id/Size/Num to GPU dialect
2020-06-04 Amara Emerson[AArch64][GlobalISel] Move GlobalISel source files...
2020-06-04 Jim InghamDisable this test for Windows.
2020-06-04 Hans WennborgMake regcoal_remat_empty_subrange.ll test require asser...
2020-06-04 Jan Kratochvil[lldb] Fix SLEB128 decoding
2020-06-04 Layton Kifer[TRE] Allow accumulator elimination when base case...
2020-06-04 Huihui Zhang[LSR][SCEVExpander] Avoid blind cast 'Factor' to SCEVCo...
2020-06-04 Christopher... [SVE] Eliminate calls to default-false VectorType:...
2020-06-04 Nathan James[clang-tidy] ignore builtin varargs from pro-type-varar...
2020-06-04 Zinovy Nis[clang-tidy][modernize-loop-convert] Make loop var...
2020-06-04 ZequanWu[Doc] update ReleaseNotes with new warning note.
2020-06-04 Alexey Bataev[OPENMP]Fix PR46146: Do not consider globalized variabl...
2020-06-04 Fangrui Song[gn build] Port b5fc1deb5ba1f3cd432ecb8b86c2536470463163
2020-06-04 Louis Dionne[libc++] Disable LLVM benchmarks in the Apple build
2020-06-04 Fangrui Song[llvm-dwarfdump] Add a table header for -debug-line...
2020-06-04 Dmitri GribenkoUse libClangTesting in the unittest for AST matchers
2020-06-04 Louis Dionne[libc++] Merge the Apple install-libcxx and libcxxabi...
2020-06-04 Matt ArsenaultDAG: Change computeKnownBitsForFrameIndex to be usable...
2020-06-04 Jonathan Coe[clang-format] Update GoogleStyle for C# code to match...
2020-06-04 Louis Dionne[libc++] Move away from the standalone build for Apple...
2020-06-04 Eduardo CaldasRename arrow -> arrowToken for unified naming
2020-06-04 Balázs Kéri[Analyzer][StreamChecker] Updated initialization of...
2020-06-04 Russell GallopRevert "Relands "[YAMLVFSWriter][Test][NFC] Add couple...
2020-06-04 Matt ArsenaultRegAllocFast: Remove dead code
2020-06-04 Alexey Bataev[OPENMP]Fix PR45383: type dependent array subscripts...
2020-06-04 Sanjay Patel[x86] add test/code comment for chain value use (PR4619...
2020-06-04 Denis Antrushin[TableGen] Handle (outs variable_ops)
2020-06-04 LLVM GN Syncbot[gn build] Port 48cd9d9dd86
2020-06-04 Pavel Labath[Support] Use outs() in ToolOutputFile
2020-06-04 AndreyChurbanov[openmp] Fixed nonmonotonic schedule implementation.
2020-06-04 Sanjay Patel[x86] add FileCheck / assertions to test; NFC
2020-06-04 Anastasia Stulova[OpenCL] Add cl_khr_extended_subgroup extensions.
2020-06-04 Vince Bridgers[analyzer] Ignore calculated indices of <= 0 in VLASize...
2020-06-04 Sanjay Patel[PhaseOrdering] add more tests for vector reductions...
2020-06-04 Simon Moll[VP][Fix] canIgnoreVectorLength for scalable types
2020-06-04 David Green[ARM] FP16 conversion tests. NFC
2020-06-04 Nico Weber[gn build] port some -Wno flags for gcc from the cmake...
2020-06-04 Eduardo CaldasAdd support for IntegerLiteral in SyntaxTree
2020-06-04 Max Kazantsev[InstCombine][NFC] Factor out constant check
2020-06-04 Max Kazantsev[Test] Add test showing missing opportunity of folding...
2020-06-04 Georgii Rymar[ObjectYAML] - Remove unused function. NFC.
2020-06-04 Paul Walker[FileCheck] Implement equality operators for Expression...
2020-06-04 Yvan Roux[ARM][MachineOutliner] Remove unneeded dynamic allocation.
2020-06-04 Simon Pilgrim[DAG] scalarizeBinOpOfSplats - extract from the source...
2020-06-04 Tim NorthoverRevert "[DAGCombiner] avoid unnecessary indirection...
2020-06-04 Georgii Rymar[yaml2obj] - Add a way to exclude specified sections...
2020-06-04 Djordje Todorovic[CSInfo][MIPS] Describe parameter value loaded by ADDiu
2020-06-04 Florian Hahn[Sema] Remove unused matrix_begin/end helpers (NFC).
2020-06-04 Simon Pilgrim[X86] Add test case for PR46189
2020-06-04 Georgii RymarRevert "[yaml2obj] - Allocate the file space for SHT_NO...
2020-06-04 Esme-Yi[PowerPC][NFC] Testing ROTL of v1i128.
2020-06-04 Kadir Cetinkaya[clangd] Fix build for gcc 7.4
2020-06-04 Vitaly Buka[StackSafety] Rename testing opts
2020-06-04 Vitaly Buka[StackSafety,NFC] Remove SCEVRewriteVisitor
2020-06-04 Jay Foad[AMDGPU] More accurate gfx10 latencies
2020-06-04 Jay Foad[AMDGPU] Introduce new sched classes for transcendental...
2020-06-04 Kazushi (Jam... [VE] Clean SDNodeXForm stuff
2020-06-04 Georgii Rymar[llvm-readelf] - Do not try to read past the end of...
2020-06-04 Dmitri GribenkoMake syntax tree test print the line number when it...
2020-06-04 Qiu Chaofan[PowerPC] Require nsz flag for c-a*b to FNMSUB
2020-06-04 Yevgeny RoubanExtend InvokeInst !prof branch_weights metadata to...
2020-06-04 Raphael Isemann[lldb][NFC] Address some review feedback for D80775...
2020-06-04 Jan KorousRelands "[YAMLVFSWriter][Test][NFC] Add couple tests...
2020-06-04 Gongyu Deng[lldb] tab completion for `command script delete'
2020-06-04 Jan Korous[Support][NFC] Tests for root_name(), root_directory...
2020-06-04 Yevgeny Rouban[Instruction] Remove setProfWeight()
next