platform/upstream/llvm.git
2021-02-27 River Riddle[mlir] Simplify various pieces of code now that Identif...
2021-02-27 Rob Suderman[MLIR][TOSA] Resubmit Tosa to Standard/SCF Lowerings...
2021-02-27 Jessica Clarke[clang][NFC] Clean up whitespace in ClangOpcodesEmitter...
2021-02-27 Fangrui Song[test] Add -triple x86_64 to attr-retain.c
2021-02-27 Eric Schweitz[flang][fir] Add remaining Ops. Updates to pre-existing...
2021-02-27 Heejin Ahn[WebAssembly] Fix reverse mapping in WasmEHFuncInfo
2021-02-27 Sam Clegg[lld][WebAssembly] Rename methods/members to match...
2021-02-27 Kevin Zhou[Polly] Refactoring IsInnermostParallel() in ISL to...
2021-02-27 Fangrui SongELF: Create unique SHF_GNU_RETAIN sections for llvm...
2021-02-27 Fangrui SongAdd GNU attribute 'retain'
2021-02-27 Kazu Hirata[Driver] Fix a warning about the the initialization...
2021-02-27 Jianzhou Zhao[msan] Use non-transparent-huge-page at SetShadow
2021-02-27 Jessica Paquette[AArch64][GlobalISel] Import FMOV patterns rather than...
2021-02-27 Fangrui Song[test] Fix PGOProfile/comdat_internal.ll
2021-02-27 Jacques Pienaar[mlir] Add regions to OpAdaptor
2021-02-27 Ryan PrichardReland "[builtins] Define fmax and scalbn inline"
2021-02-27 Vladimir Vereschaka[Driver] Print process statistics report on CC_PRINT_PR...
2021-02-27 Fangrui Song[InstrProfiling] Use llvm.compiler.used instead of...
2021-02-27 Eric Schweitz[flang][fir][NFC] Removes deprecated messages in builds.
2021-02-27 Matheus Izvekov[clang] implicitly delete space ship operator with...
2021-02-26 Rob Suderman[MLIR][TOSA] Lower tosa.identity and tosa.identitiyn...
2021-02-26 Arthur Eubanks[docs] Add documentation on using the new pass manager
2021-02-26 Matt ArsenaultAMDGPU: Use kill instruction to hint soft clause live...
2021-02-26 Craig Topper[DAGCombiner] Optimize SMULO/UMULO if we can prove...
2021-02-26 Peter Steinfeld[flang] Detect circularly defined interfaces of procedures
2021-02-26 George Balatsouras[dfsan] Record dfsan metadata in globals
2021-02-26 Vitaly Buka[sanitizers][NFC] Change typesto avoid warnings
2021-02-26 Vitaly Buka[NFC][libc++] Suppress "warning: ignoring return value"
2021-02-26 Vitaly Buka[NFC] Suppress "warning: ignoring return value"
2021-02-26 Aart Bik[mlir][vector] add higher dimensional support to gather...
2021-02-26 Dan Gohman[WebAssembly] Avoid `bit_cast` when printing f32 and...
2021-02-26 Nico Weber[lld/mac] Add some support for dynamic lookup symbols...
2021-02-26 Casey Carter[libcxx][test] Don't require Container<cv T> extension...
2021-02-26 Heejin Ahn[WebAssembly] Fix remapping branch dests in fixCatchUnw...
2021-02-26 Philip Reames[tests] Precommit for upcoming patch
2021-02-26 Rob Suderman[MLIR][TOSA] Lower tosa.reshape to linalg.reshape
2021-02-26 Stanislav Mekhanoshin[AMDGPU] Avoid second rescheduling for some regions
2021-02-26 Stanislav Mekhanoshin[AMDGPU] Skip unclusterd rescheduling w/o ld/st
2021-02-26 Anirudh Prasad[SystemZ] Introducing assembler dialects for the Z...
2021-02-26 James Y KnightUse getAlign() on atomicrmw/cmpxchg instructions, now...
2021-02-26 Philip Reames[cgp] Minor code improvement - reuse an existing named...
2021-02-26 Jianzhou Zhao[dfsan] Do not test origin-tracking in atomic.cpp
2021-02-26 Craig Topper[RISCV] Call SelectBaseAddr on the base pointer in...
2021-02-26 Philip ReamesBe more mathematicly precise about definition of recurr...
2021-02-26 Leonard Chan[scudo][test] Disable -Wfree-nonheap-object
2021-02-26 Jianzhou Zhao[dfsan] Propagate origins for callsites
2021-02-26 Nathan James[clang-tidy][NFC] Tweak some generation of diag messages
2021-02-26 Fangrui Song[SanitizerCoverage] Clarify llvm.used/llvm.compiler...
2021-02-26 Nathan James[clang-tidy] Remove some test c++ mode restrictions.
2021-02-26 Philip ReamesUse helper introduced in 8020be0b8 to simplify ValueTra...
2021-02-26 Christopher... [libcxx] cleans up __cpp_concepts mess
2021-02-26 Fangrui SongChange some addUsedGlobal to addUsedOrCompilerUsedGlobal
2021-02-26 Philip ReamesAdd a helper for matching simple recurrence cycles
2021-02-26 Louis Dionne[libc++] Make the from-scratch config work on macOS...
2021-02-26 Alexey Bataev[InstCombine][NFC]Add a test for logical reductions.
2021-02-26 Mircea Trofin[NFC][regalloc] const-ed APIs, using MCRegister instead...
2021-02-26 Mircea Trofin[NFC] Const-ed 2 APIs in VirtRegMap
2021-02-26 Louis Dionne[libc++] Allow running CI on macOS when Ninja isn't...
2021-02-26 Mircea Trofin[NFC] MCRegister fixes in RegisterClassInfo, and const...
2021-02-26 Jay Foad[AMDGPU] Add selection pattern for v_xnor_b32
2021-02-26 Geoffrey Martin... [MLIR][linalg] Make integer matmul ops cast before...
2021-02-26 Nico Weber[PDB] Fix unsigned integer overflow
2021-02-26 Simon Pilgrim[X86][AVX] SimplifyDemandedBitsForTargetNode - add...
2021-02-26 Dave Lee[llvm][utils] Fix innocuous off by one in lldb formatters
2021-02-26 James Y KnightFix assert to use getTypeStoreSize instead of getPrimit...
2021-02-26 Jay Foad[AMDGPU] Better codegen for i64 bitreverse
2021-02-26 Dave Lee[llvm][utils] Rename lldb dict variables to internal_dict
2021-02-26 Dave Lee[llvm][utils] Support dereferencing llvm::Optional...
2021-02-26 Dave Lee[lldb] Add deref support to libc++ unique_ptr synthetic
2021-02-26 Vladislav Vinogradov[ADT][NFC] Add extra typedefs to `ArrayRef` and `Mutabl...
2021-02-26 Louis Dionne[libc++] Remove the now unused macos-trunk and macos...
2021-02-26 Hanhan Wang[mlir][linalg] Add pooling ops to Linalg TC ops.
2021-02-26 Simon Pilgrim[Utils] collectBitParts - bail for integers > 128-bits
2021-02-26 Hanhan Wang[mlir][linalg] Allow TC ops taking an unused shaped...
2021-02-26 Benjamin Kramer[mlir] Silence some deprecation warnings after dffc487b...
2021-02-26 Nico Weber[libcxxabi] Fewer assumptions about path from libcxx...
2021-02-26 Kadir Cetinkaya[clangd][remote] Add flag to set idletimeout
2021-02-26 Wang, Pengfei[X86] Allow PTILEZEROV and PTILELOADDV to be rematerial...
2021-02-26 Marius Brehler[mlir] Replace deprecated 'getAttrs'
2021-02-26 Stephen Tozer[InstCombine] Avoid redundant or out-of-order debug...
2021-02-26 Evgeniy BrevnovRevert "[NARY-REASSOCIATE] Support reassociation of...
2021-02-26 Jan Svoboda[clang][cli] Implement '-cuid=' marshalling
2021-02-26 Jan Svoboda[clang][cli] Fix build failure in CompilerInvocation
2021-02-26 Stefan Gränitz[Orc] Use extensible RTTI for the orc::ObjectLayer...
2021-02-26 Simon Pilgrim[X86] Remove unnecessary custom lowering of vXi1 SADDSA...
2021-02-26 Serge Pavlov[Driver] Flush file in locked area
2021-02-26 Stefan Gränitz[docs][JITLink] Few typo fixes in JITLink design/API doc
2021-02-26 Simon Pilgrim[DAG] Fold vXi1 multiplies -> and
2021-02-26 Simon Pilgrim[X86] Remove unnecessary custom lowering of v16i1/v32i1...
2021-02-26 Christian Sigg[mlir] Mark OpState::removeAttr() deprecated.
2021-02-26 Simon Pilgrim[DAG] expandAddSubSat - break if-else chain. NFCI.
2021-02-26 Max Kazantsev[Test] Two more interesting test cases & their codegen...
2021-02-26 Vinayaka Bandishti[MLIR][affine] Certain Call Ops to prevent fusion
2021-02-26 Fraser Cormack[RISCV] Use existing method for the LMUL1 type. NFCI.
2021-02-26 Clement Courbet[llvm-exegesis][X86] Ignore a few unmeasurable opcodes.
2021-02-26 Yang Fan[Sema] Fix MSVC "attribute is not recognized" warning...
2021-02-26 Max Kazantsev[Test] Add one more test with corner cases for non...
2021-02-26 Yang Fan[Basic] Fix Wreturn-type gcc warning (NFC)
2021-02-26 Yu-Hsun Chiang[clang][NFC] Extract Target and AuxTarget creation...
2021-02-26 Jakub Budiský[clang-format] [PR19056] Add support for access modifie...
next