platform/upstream/llvm.git
2020-10-02 Nikita Popov[MemCpyOpt] Avoid double invalidation (NFCI)
2020-10-02 Douglas YungRelax newly added opcode alias check to check only...
2020-10-02 ergawy[MLIR][SPIRV] Add initial support for OpSpecConstantCom...
2020-10-02 Louis Dionne[libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper...
2020-10-02 Louis Dionne[libc++] NFCI: Simplify macro definitions for the debug...
2020-10-02 Evgenii Stepanov[docs] Update ControlFlowIntegrity.rst.
2020-10-02 Fangrui Song[llc] Initialize TargetOptions after Triple is available
2020-10-02 Amara EmersonUpdate legalizer-info-validation.mir test to test all...
2020-10-02 Louis Dionne[libc++] NFCI: Remove _LIBCPP_EXTERN_TEMPLATE2
2020-10-02 Nikita Popov[MemCpyOpt] Add tests from D40802 (NFC)
2020-10-02 Arthur Eubanks[DAE] MarkLive in MarkValue(MaybeLive) if any use is...
2020-10-02 Peter Collingbournescudo: Simplify AtomicOptions::setFillContentsMode...
2020-10-02 Arthur EubanksReland [AlwaysInliner] Update BFI when inlining
2020-10-02 Arthur Eubanks[gn build] Don't define CINDEX_EXPORTS
2020-10-02 Arthur EubanksRevert "[AlwaysInliner] Update BFI when inlining"
2020-10-02 Arthur Eubanks[AlwaysInliner] Update BFI when inlining
2020-10-02 Simon PilgrimRevert rG3d14a1e982ad27 - "[InstCombine] recognizeBSwap...
2020-10-02 Thomas Raoux[mlir][vector] Add canonicalization patterns for extrac...
2020-10-02 Simon Pilgrim[InstCombine] Add trunc(bswap(trunc/zext(x))) vector...
2020-10-02 Louis Dionne[libc++] Remove unnecessary usage of <iostream> in...
2020-10-02 Jonas Devlieghere[lldb] Fix bug in fallback logic for finding the resour...
2020-10-02 Florian Hahn[VPlan] Use isa<> instead of directly checking VPRecipe...
2020-10-02 Nikita Popov[MemCpyOpt] Regnerate test checks (NFC)
2020-10-02 zhanghb97[mlir] Add Float Attribute, Integer Attribute and Bool...
2020-10-02 Stephen Neuendorffer[MLIR] Better message for FuncOp type mismatch
2020-10-02 Sanjay Patel[CostModel] move default handling after switch; NFC
2020-10-02 Stella StamenovaRevert "[WebAssembly] Emulate v128.const efficiently"
2020-10-02 Simon Pilgrim[InstCombine] recognizeBSwapOrBitReverseIdiom - support...
2020-10-02 Simon PilgrimTruncInstCombine.cpp - fix header include ordering...
2020-10-02 Simon PilgrimTruncInstCombine.cpp - use auto * to fix llvm-qualified...
2020-10-02 Vinay Madhusudan[AArch64] Generate dot for v16i8 sum reduction to i32
2020-10-02 Utkarsh Saxena[clangd] Add bencmark for measuring latency of Decision...
2020-10-02 Diego Caballero[mlir] Fix call op conversion in bare-ptr calling conve...
2020-10-02 Nicolas Vasilache[mlir] Attempt to appease gcc-5 const char* -> StringLi...
2020-10-02 serge-sans... Fix interaction between stack alignment and inline...
2020-10-02 Denis Antrushin[Statepoints][ISEL] visitGCRelocate: chain to current...
2020-10-02 Yaxun (Sam... Fix failure in test hip-macros.hip
2020-10-02 Kamil Rytarowski[compiler-rt] [netbsd] Improve the portability of Threa...
2020-10-02 LLVM GN Syncbot[gn build] Port 0c1bb4f8851
2020-10-02 Paul C. Anagnostopoulos[TableGen] New backend to print detailed records.
2020-10-02 Yaxun (Sam... Emit predefined macro for wavefront size for amdgcn
2020-10-02 Haojian Wu[clangd] Extend the rename API.
2020-10-02 Simon Pilgrim[Analysis] Drop local maxAPInt/minAPInt helpers. NFCI.
2020-10-02 Alexandre Ganea[LLD] Fix /time formatting for very long runs. NFC.
2020-10-02 Alexandre Ganea[LLD][COFF] Add more type record information to /summary
2020-10-02 Louis Dionne[libc++] Move the weak symbols list to libc++abi
2020-10-02 Simon PilgrimBlockFrequencyInfoImpl.h - use const references to...
2020-10-02 Simon PilgrimLoopAccessAnalysis.cpp - use const reference in for...
2020-10-02 Florian Hahn[SLP] Add test where reduction result is used in PHI.
2020-10-02 Simon Pilgrim[InstCombine] Add partial bswap vector test from D88578
2020-10-02 Sjoerd Meijer[AArch64] Add CPU Cortex-R82
2020-10-02 Sam McCall[clangd] Make PopulateSwitch a fix.
2020-10-02 Florian Hahn[PhaseOrdering] Add test that requires peeling before...
2020-10-02 Serguei Katkov[GVN LoadPRE] Add test to show an opportunty.
2020-10-02 George Mitenkov[MLIR][LLVM] Fixed `topologicalSort()` to iterative...
2020-10-02 Nicolas Vasilache[mlir] Add subtensor_insert operation
2020-10-02 Kadir Cetinkaya[clangd][lit] Update document-link.test to respect...
2020-10-02 Simon Pilgrim[InstCombine] Add some basic vector bswap tests
2020-10-02 Nicolas Vasilache[mlir] Add canonicalization for the `subtensor` op
2020-10-02 Nicolas Vasilache[mlir] Add a subtensor operation
2020-10-02 Simon Pilgrim[InstCombine] Add partial bswap test from D88578
2020-10-02 Meera Nakrani[ARM] Prevent constants from iCmp instruction from...
2020-10-02 Hsiangkai Wang[RISCV] Support vmsge.vx and vmsgeu.vx pseudo instructi...
2020-10-02 Sam McCall[clangd] Remove Tweak::Intent, use CodeAction kind...
2020-10-02 serge-sans... Fix limit behavior of dynamic alloca
2020-10-02 Georgii Rymar[yaml2obj][elf2yaml] - Add a support for the `EntSize...
2020-10-02 Tres PoppHandle unused variable without asserts
2020-10-02 Sam McCall[clangd] Drop dependence on standard library in check...
2020-10-02 Thomas Lively[WebAssembly] Emulate v128.const efficiently
2020-10-02 David Sherwood[SVE][CodeGen] Fix implicit TypeSize->uint64_t casts...
2020-10-02 David Sherwood[SVE][CodeGen] Add new EVT/MVT getFixedSizeInBits(...
2020-10-02 Martin Storsjö[AArch64] Omit SEH directives for the epilogue if none...
2020-10-02 Stephen Neuendorffer[MLIR] Updates around MemRef Normalization
2020-10-02 Max Kazantsev[SCEV] Limited support for unsigned preds in isImpliedV...
2020-10-02 Philip Reames[gvn] Handle a corner case w/vectors of non-integral...
2020-10-02 Carl Ritson[AMDGPU] SIInsertSkips: Tidy block splitting to use...
2020-10-02 Jason MolendaHave kernel binary scanner load dSYMs as binary+dSYM...
2020-10-02 Carl RitsonCodeGen: Fix livein calculation in MachineBasicBlock...
2020-10-02 Esme-Yi[PowerPC] Put the CR field in low bits of GRC during...
2020-10-02 Joseph Huber[OpenMP] Add Missing Runtime Call for Globalization...
2020-10-02 Valentin Clement[flang][openacc] Update loop construct lowering
2020-10-02 peter klausler[flang] Extend runtime API for PAUSE to allow a stop...
2020-10-02 peter klausler[flang] Fix actions at end of output record
2020-10-02 jasonliu[XCOFF] Enable -fdata-sections on AIX
2020-10-01 peter klausler[flang] Fix buffering read->write transition
2020-10-01 peter klausler[flang][msvc] Rework a MSVC work-around to avoid clang...
2020-10-01 Philip Reames[memcpyopt] Conservatively handle non-integral pointers
2020-10-01 Muhammad Asif... [AArch64][SVE] Add lowering for llvm fabs
2020-10-01 Philip ReamesFix a bug in memset formation with vectors of non-integ...
2020-10-01 Stanislav Mekhanoshin[AMDGPU] Allow SOP asm mnemonic to differ
2020-10-01 peter klausler[flang] Readability improvement in binary->decimal...
2020-10-01 Jessica Paquette[GlobalISel][AArch64] Don't emit cset for G_FCMPs feedi...
2020-10-01 Jessica Paquette[AArch64][GlobalISel] Use emitTestBit in selection...
2020-10-01 Amara Emerson[AArch64][GlobalISel] Alias rules for G_FCMP to G_ICMP.
2020-10-01 Amara Emerson[AArch64][GlobalISel] Make <8 x s8> integer arithmetic...
2020-10-01 Amara Emerson[AArch64][GlobalISel] Make <8 x s8> shifts legal and...
2020-10-01 Amara EmersonRevert "[AArch64][GlobalISel] Make <8 x s8> shifts...
2020-10-01 Amara Emerson[AArch64][GlobalISel] Make <8 x s8> shifts legal.
2020-10-01 Alexandre Ganea[LLD][COFF] Fix crash with /summary and PCH input files
2020-10-01 Raphael Isemann[lldb] Skip unique_ptr import-std-module tests on Linux
next