platform/upstream/llvm.git
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...
2021-02-26 Christian Sigg[mlir] Remove some rarely used OpState members and...
2021-02-26 Petr Hosek[Driver] Don't pass -ffile-compilation-dir through...
2021-02-26 Craig Topper[RISCV] Add test cases for fixed vector extract element...
2021-02-26 Fangrui Song[MC] Allow .cfi_sections with empty section list
2021-02-26 Petr Hosek[Driver] Rename -fprofile-{prefix-map,compilation-dir...
2021-02-26 Petr Hosek[Driver] Create -ffile-compilation-dir alias
2021-02-26 Bill Wendling[X86] Use correct padding when in 16-bit mode
2021-02-26 Fangrui Song[llvm-dwarfdump] StringMap -> MapVector to make iterati...
2021-02-26 Kazu Hirata[Scalar] Use range-based for loops (NFC)
2021-02-26 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-26 Eric Schweitz[flang][fir] Add array value operations.
2021-02-26 Justin LebarFix signed-compare warning.
2021-02-26 Rob SudermanRevert [MLIR][TOSA] Added Tosa to Standard/SCF Lowering...
2021-02-26 Chen Zheng[debug-info] refactor emitDwarfUnitLength
2021-02-26 Justin Lebar[clang] Print 32 candidates on the first failure, with...
2021-02-26 Peter CollingbourneRevert 7a0da8894348, "scudo: Support memory tagging...
2021-02-26 Craig Topper[RISCV] Support fixed vector extract_element for FP...
2021-02-25 Fangrui Song[ELF] Add -z start-stop-gc to let __start_/__stop_...
2021-02-25 Yonghong SongBPF: Add LLVMTransformUtils in CMakefile LINK_COMPONENTS
2021-02-25 Ryan Prichard[Android] Use -l:libunwind.a with --rtlib=compiler-rt
2021-02-25 Jianzhou Zhao[dfsan] Conservative solution to atomic load/store
2021-02-25 Kostya Kortchinsky[Clang][ASan] Correct AsanDtorKindToString to return...
2021-02-25 James Y KnightAdd Alignment argument to IRBuilder CreateAtomicRMW...
2021-02-25 LLVM GN Syncbot[gn build] Port 4753a69a316b
2021-02-25 Francis Visoiu... [Remarks] Provide more information about auto-init...
2021-02-25 Francis Visoiu... [Remarks] Provide more information about auto-init...
2021-02-25 Francis Visoiu... [Remarks] Emit remarks for "auto-init" !annotations
2021-02-25 Adrian PrantlAdd more historic DWARF vendor extensions
2021-02-25 Zequan Wu[Clang][Attributes] Allow not_tail_called attribute...
2021-02-25 Yonghong SongBPF: Implement TTI.getCmpSelInstrCost() properly
2021-02-25 Richard Smith[www] Add cxx_status tracking for C++23.
2021-02-25 Rob Suderman[MLIR][TOSA] Added Tosa to Standard/SCF Lowerings ...
2021-02-25 Richard SmithFix constructor declarations that are invalid in C...
2021-02-25 Martin Storsjö[libcxx] Use the allocating form of getcwd() on Glibc...
2021-02-25 Martin Storsjö[libcxx] [test] Add a MinGW target
2021-02-25 Martin Storsjö[libcxx] [cmake] Add asm to the runtimes build languages
2021-02-25 Martin Storsjö[libcxx] [test] Ifdef out uses of create_fifo on windows
2021-02-25 Martin Storsjö[libcxx] [test] Use string().c_str() to convert a std...
2021-02-25 Nicolas Guillemot[PM] Show the pass argument in pre/post-pass IR dumps
2021-02-25 AndreyChurbanov[OpenMP] libomp minor cleanup
2021-02-25 Med Ismail... [lldb/Core] Change large function threshold variable...
2021-02-25 Dan Liew[NFC] Switch to auto marshalling infrastructure for...
2021-02-25 AndreyChurbanov[OpenMP] libomp: fix ittnotify stack stitching for...
2021-02-25 Arthur EubanksRewrite MSVC toolchain discovery with VFS
2021-02-25 Vitaly Buka[clang,NFC] Fix typos in file headers
2021-02-25 Kostya Kortchinsky[scudo][standalone] Compact pointers for Caches/Batches
2021-02-25 Akira Hatanaka[CodeGen] Call ConvertTypeForMem instead of ConvertType
2021-02-25 Dan Liew[Clang][ASan] Teach Clang to not emit ASan module destr...
2021-02-25 Dan Liew[Clang][ASan] Introduce `-fsanitize-address-destructor...
2021-02-25 Adrian PrantlAdd a nullptr check.
2021-02-25 Fangrui Song[SanitizerCoverage] Drop !associated on metadata sections
2021-02-25 Louis Dionne[libc++] Fix incorrect forwarding in tuple's assignment...
2021-02-25 Christian Sigg[mlir] Mark OpState::getAttrs() deprecated.
2021-02-25 Christopher... adds more checks to -Wfree-nonheap-object
2021-02-25 Fangrui Song[test] Improve SanitizerCoverage tests
2021-02-25 Peyton, Jonathan L[OpenMP] Fix accidental addition of use omp_lib_kinds
2021-02-25 Jez Ng[lld-macho] Basic support for linkage and visibility...
2021-02-25 Stanislav MekhanoshinOption to ignore llvm[.compiler].used uses in hasAddres...
2021-02-25 Simon Pilgrim[DAG] Move simplification of SADDSAT/SSUBSAT/UADDSAT...
2021-02-25 Stanislav MekhanoshinOption to ignore assume like intrinsic uses in hasAddre...
next