platform/upstream/llvm.git
2021-10-07 Adrian PrantlRecognize the Swift compiler in DW_AT_producer
2021-10-07 Vitaly Buka[NFC][sanitizer] Annotate a few branches in StackDepot
2021-10-07 Vitaly Buka[sanitizer] Remove traces from the header
2021-10-07 Vitaly Buka[NFC][sanitizer] Remove global PersistentAllocator
2021-10-07 Vitaly Buka[sanitizer] Uninline slow path of PersistentAllocator...
2021-10-07 peter klausler[flang] Error checking for IBCLR/IBSET and ISHFT/SHIFT...
2021-10-07 Philip Reames[scev] Put comments on the right fields [nfc]
2021-10-07 Jay Foad[AMDGPU] Preserve MachineDominatorTree in SILowerContro...
2021-10-07 Jay Foad[TargetPassConfig] Enable machine verification after...
2021-10-07 Nikita Popov[BasicAA] Use base of decomposed GEP in recursive queri...
2021-10-07 Mark Schimmel[ARC] ARCRegisterInfo cleanup prior to adding core...
2021-10-07 Keith Smiley[clang] Fix darwin REQUIRES test annotation (NFC)
2021-10-07 Nikita Popov[LoopFlatten] Mark loop analyses as preserved
2021-10-07 Geoffrey Martin... [Bazel] Update config for 3b01cf9286
2021-10-07 Louis Dionne[runtimes] Add tests for vendor-specific properties
2021-10-07 Keith Smiley[lld][test] Fix darwin REQUIRES (NFC)
2021-10-07 Jamie SchmeiserRevert "Reland A new option -print-on-crash that prints...
2021-10-07 Jon Chesterfield[libomptarget] Reapply 2bc4d48a78b which was accidental...
2021-10-07 Sanjay Patel[InstCombine] ease use check for fold of bitcasted...
2021-10-07 Jay Foad[TwoAddressInstruction] Enable machine verification...
2021-10-07 Jay Foad[PHIElimination] Enable machine verification after...
2021-10-07 Jay Foad[PHIElimination] Account for INLINEASM_BR when insertin...
2021-10-07 Jay Foad[PHIElimination] Pre-commit a test case for D110834
2021-10-07 Jamie SchmeiserReland A new option -print-on-crash that prints the...
2021-10-07 Kiran Chandramohan[mlir][openmp] Add an interface for Outlineable OpenMP ops
2021-10-07 Stella Laurenzo[mlir][python] Temporarily disable test for converting...
2021-10-07 Jay Foad[X86] Special-case ADD of two identical registers in...
2021-10-07 Jay Foad[X86] Pre-commit a test case for D110829
2021-10-07 Artem Belevich[CUDA] Make sure <string.h> is included with original...
2021-10-07 Amara Emerson[GlobalISel] Port the udiv -> mul by constant combine.
2021-10-07 Craig Topper[RISCV] Correct FileCheck prefixes in rv32zbc-intrinsic...
2021-10-07 Akira HatanakaRefactor code in ObjCARC.cpp. NFC
2021-10-07 Fangrui Song[LangRef] Update ifunc syntax
2021-10-07 Kevin P. Neal[NFC] Rename functions to match our naming scheme.
2021-10-07 Jay Foad[MIRParser] Add support for IsInlineAsmBrIndirectTarget
2021-10-07 Bjorn Pettersson[LoopRotate] Forget SCEV values in RewriteUsesOfClonedI...
2021-10-07 Bjorn Pettersson[test] Pre-commit test case for PR51981. NFC
2021-10-07 Luke DrummondWorkaround build error for mingw-g++
2021-10-07 Kazu Hirata[lldb] Fix a "missing field" warning
2021-10-07 Craig Topper[RISCV] Handle vector of pointer in getTgtMemIntrinsic...
2021-10-07 Corentin JabotAdd information about partially implemented features
2021-10-07 Paul Robinson[PS4][TargetLibraryInfo] Set TLI info correctly for PS4
2021-10-07 Amy Kwan[NFC] Update return type of vec_popcnt to vector unsigned.
2021-10-07 Sanjay Patel[InstSimplify] (x || y) && (x || !y) --> x
2021-10-07 gbreynoo[llvm-readelf][docs] Add missing options and details...
2021-10-07 Mark de Wever[libc++] Use addressof in assignment operator.
2021-10-07 David Spickett[lldb] Mark abort signal test unsupported on AArch64...
2021-10-07 Mark SchimmelC] Add option to ARCOptAddrMode to disable the pass...
2021-10-07 Stella Laurenzo[mlir] Extend C and Python API to support bulk loading...
2021-10-07 Chris Jackson[DebugInfo][LSR] Limit the size of SCEV translated...
2021-10-07 Mark de Wever[libcxx[ Run generate_private_header_tests.py
2021-10-07 Erik Desjardins[Inline] Introduce Constant::hasOneLiveUse, use it...
2021-10-07 gbreynoo[llvm-objdump][docs] Add details to the help output...
2021-10-07 Kazu Hirata[lldb, mlir] Migrate from getNumArgOperands and arg_ope...
2021-10-07 Bradley Smith[AArch64][SVE] Improve VECTOR_SPLICE codegen for VL...
2021-10-07 LLVM GN Syncbot[gn build] Port 7fb9f99f3bb6
2021-10-07 LLVM GN Syncbot[gn build] Port 49e736d845d8
2021-10-07 Mark de Wever[libc++][format] Adds bool formatter.
2021-10-07 Mark de Wever[libc++][format] Adds char formatter.
2021-10-07 LLVM GN Syncbot[gn build] Port 3e9689d72cdf
2021-10-07 Jack Andersen[MachineInstr] Move MIParser's DBG_VALUE RegState:...
2021-10-07 Mark de Wever[libc++][format] Adds integer formatter.
2021-10-07 LLVM GN Syncbot[gn build] Port d550930afcbb
2021-10-07 Mark de Wever[libc++][format] Adds string formatter.
2021-10-07 gbreynoo[llvm-objdump] Fix --prefix and --prefix-strip
2021-10-07 Simon Pilgrim[CostModel][TTI] Replace BAD_ICMP_PREDICATE with ICMP_S...
2021-10-07 Sanjay Patel[PatternMatch] add matchers for commutative logical...
2021-10-07 Sanjay Patel[InstSimplify] add tests for (x || y) && (x || !y)...
2021-10-07 Saiyedul IslamRevert "[Clang][OpenMP] Add partial support for Static...
2021-10-07 Saiyedul IslamRevert "[Clang][OpenMP] Fix windows buildbot failure...
2021-10-07 Saiyedul IslamRevert "[Clang][OpenMP] Fix fat archive tests for Mac...
2021-10-07 Michał Górny[lldb] [DynamicRegisterInfo] Support iterating over...
2021-10-07 Simon PilgrimExecutorProcessControl.h - remove unused Optional.h...
2021-10-07 Simon PilgrimLegalizerInfo.h - remove unused Optional.h + None.h...
2021-10-07 Simon Pilgrim[DebugInfo] Remove unused Optional.h includes
2021-10-07 Matthias Springer[mlir][linalg][bufferize][NFC] Simplify getAliasingOpRe...
2021-10-07 Lei Zhang[mlir][vector] Split populateVectorContractLoweringPatterns
2021-10-07 Saiyedul Islam[Clang][OpenMP] Fix fat archive tests for Mac and Windows
2021-10-07 Matthias Springer[mlir][linalg][bufferize][NFC] Change bufferizableInPla...
2021-10-07 Matthias Springer[mlir][linalg][bufferize] tensor.cast may require a...
2021-10-07 Eugene Zhulenev[mlir] Add alignment attribute to memref.global
2021-10-07 Michael ForsterFix two unused-variable warnings.
2021-10-07 Chen Zheng[PowerPC] refactor rewriteLoadStores for reusing; nfc
2021-10-07 David Spickett[libcxx][pretty printers] Correct tests run detection
2021-10-07 David Green[ARM] Introduce a MQPRCopy
2021-10-07 Carl Ritson[MachineCopyPropagation] Handle propagation of undef...
2021-10-07 Raphael Isemann[lldb] Rewrite/expand TestCppTypedef and document a...
2021-10-07 Pavel Labath[lldb/gdb-remote] Delete SendPacketsAndConcatenateResponses
2021-10-07 Simon PilgrimFunctionLoweringInfo.h - remove unused Optional.h include
2021-10-07 Simon PilgrimTargetSchedule.h - remove unused Optional.h include
2021-10-07 Simon PilgrimMCSchedule.h - remove unused Optional.h include
2021-10-07 Simon Pilgrim[ExecutionEngine] remove unused <string> includes
2021-10-07 Simon PilgrimScalarEvolution.h - remove unused Hashing.h include
2021-10-07 Jon Chesterfield[libomptarget] Move device environment to shared header...
2021-10-07 Balázs Kéri[clang][ASTImporter] Simplify code of attribute import...
2021-10-07 David Green[ARM] Add tests for code that spills in tail predicate...
2021-10-07 David Spickett[libcxx][pretty printers] Report not being able to...
2021-10-07 Pavel LabathRecommit: [lldb] Remove "dwarf dynamic register size...
2021-10-07 Jay Foad[TwoAddressInstruction] Fix ReplacedAllUntiedUses in...
2021-10-07 Jay Foad[TwoAddressInstruction] Pre-commit a test case for...
next