platform/upstream/llvm.git
2022-02-18 David Goldman[clang] Add `ObjCProtocolLoc` to represent protocol...
2022-02-18 Jez Ng[ADT] Have ArrayRef::copy() return a MutableArrayRef
2022-02-18 Shraiysh Vaishay[mlir][OpenMP] Added assemblyformat for TargetOp
2022-02-18 Shraiysh Vaishay[mlir][OpenMP] Remove clauses that are not being handled
2022-02-18 Philip Reames[instsimplify] Simplify HaveNonOverlappingStorage per...
2022-02-18 Fangrui Song[ELF] Change (NOLOAD) section type mismatch error to...
2022-02-18 Alex Brachet[ifs] Add --exclude flag
2022-02-18 Philip Reames[instsimplify] Assume storage for byval args doesn...
2022-02-18 Groverkss[mlir][Presburger] Introduce Domain and Range identifie...
2022-02-18 Philip Reames[SLP] Address post commit comment from 2e50760
2022-02-18 Arthur Eubanks[docs][NewPM] Remove buildDefaultAAPipeline() in example
2022-02-18 Simon Pilgrim[InstCombine] visitCallInst - pull out repeated bswap...
2022-02-18 Simon Pilgrim[clangd] getHover - pass FormatStyle argument by const...
2022-02-18 Simon PilgrimFix Wdocumentation unknown parameter warning
2022-02-18 Nikolas Klauser[libc++] Replace _LIBCPP_INLINE_VISIBILITY with _LIBCPP...
2022-02-18 Jez Ng[lld-macho] Improve hiding of unnamed_addr symbols
2022-02-18 Jonas Devlieghere[dsymutil] Make verification test resilient against...
2022-02-18 Jonas Devlieghere[lldb] Default initialize CommandOptions fields (NFC)
2022-02-18 Sam McCall[clangd] Tweak --query-driver to ignore slash direction...
2022-02-18 Nathan Sidwell[demangler][NFC] Reformatting
2022-02-18 Sanjay Patel[SDAG] fold sub-of-shift to add-of-shift
2022-02-18 Philip Reames[instsimplify] Clarify assumptions about disjoint memor...
2022-02-18 Philip Reames[instsimplify] Add a comment hinting how compares invol...
2022-02-18 Dave Lee[lldb] Add llvm_unreachable in RichManglingContext
2022-02-18 Philip Reames[instsimplify] Add a couple more pointer compare foldin...
2022-02-18 Jay Foad[CodeGen] Remove unneeded regex escaping in FileCheck...
2022-02-18 Carlo Bertolli[OpenMP][libomptarget] Delay restore of shadow pointers...
2022-02-18 William S.... [MLIR][OpenMP][SCF] Mark parallel regions as allocation...
2022-02-18 Philip Reames[instsimplify] Add pointer compare tests for byval...
2022-02-18 Philip Reames[instsimplify] Factor out a helper for alloca bounds...
2022-02-18 Simon PilgrimFix Wdocumentation unknown parameter warning
2022-02-18 Simon PilgrimFix Wdocumentation unknown parameter warning
2022-02-18 Simon PilgrimFix Wdocumentation unknown parameter warning
2022-02-18 Shilei Tian[Clang][OpenMP][Sema] Remove support for floating point...
2022-02-18 Guillaume Chatelet[libc][automemcpy] Discard aggrated samples from JSON
2022-02-18 Shilei Tian[Clang][OpenMP] Add support for compare capture in...
2022-02-18 LLVM GN Syncbot[gn build] Port 57baa14d7442
2022-02-18 Jay Foad[AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFG...
2022-02-18 Simon PilgrimRevert rGc24e197aaad5333717a27f6e4346f97da84821ed ...
2022-02-18 Valentin Clement[flang] Lower basic binary operation for scalars
2022-02-18 Simon Pilgrim[clangd] getHover - pass FormatStyle argument by const...
2022-02-18 Florian Hahn[ConstraintElimination] Remove ConstraintListTy (NFCI).
2022-02-18 Benjamin Kramer[mlir][ODS] Infer return types if the operands are...
2022-02-18 David StoneLambdas are not necessarily locals. This resolves DR48250.
2022-02-18 Sebastian Neubauer[AMDGPU][NFC] Fix typos
2022-02-18 Florian Hahn[ConstraintSystem] Pass ArrayRef instead of full small...
2022-02-18 Sebastian Neubauer[AMDGPU] Fix kill flag on overlapping sgpr copy
2022-02-18 Joseph Huber[OpenMP] Add an option to limit shared memory usage...
2022-02-18 Joseph Huber[OpenMP] Add flag for disabling thread state in runtime
2022-02-18 Luo, Yuanke[X86] Add test cases for sub with select.
2022-02-18 Alexey Bataev[SLP]Fix vectorization of the alternate cmp instruction...
2022-02-18 Simon Moll[VE] Enable v256 fcmp true|false tests
2022-02-18 Simon Moll[VE] Fix vmp0 subregister mapping
2022-02-18 Benjamin Kramer[mlir][Vector] Add return type inference for multi_redu...
2022-02-18 Florian Hahn[MemCpyOpt] Add non-local memcpy test with memory phi.
2022-02-18 Nico Weber[gn build] (manually) port 6c99a3469d9c
2022-02-18 Pavel Labath[lldb] Add support for a "global" lldbinit file
2022-02-18 Simon Pilgrim[X86] combineADC/SBB - pull out repeated getOperand...
2022-02-18 Tres PoppRename PatternRewriteSet::insert to add
2022-02-18 Kadir Cetinkaya[clang][ASTReader] Fix memory leak while reading Friend...
2022-02-18 Simon Pilgrim[clangd] lookupSiblingsWithinContext - remove unnecessa...
2022-02-18 Pavel LabathRevert "Fix race condition when launching and attaching."
2022-02-18 Florian HahnRevert "unbreak Modules/cxx20-export-import.cpp with...
2022-02-18 Florian HahnRevert "Add support for floating-point option `ffp...
2022-02-18 Benjamin Kramer[mlir][Vector] Switch ExtractOp to the declarative...
2022-02-18 Matthias Springer[mlir][bufferize][NFC] Remove obsolete tensor bufferiza...
2022-02-18 Simon Pilgrim[Hexagon] aligned load/store patterns - use cast<>...
2022-02-18 Simon Pilgrim[ARM] ARMAsmPrinter::emitAttributes - remove unnecessar...
2022-02-18 Jay Foad[AMDGPU] Return better Changed status from SIFoldOperands
2022-02-18 Matthias Springer[mlir][bufferize] Support memrefs with non-standard...
2022-02-18 Alexey Lapshin[objcopy][NFC] Add rules to cmake to put files under...
2022-02-18 Jay Foad[AMDGPU] Return better Changed status from SILowerContr...
2022-02-18 Jay Foad[AMDGPU] Return better Changed status from SIOptimizeEx...
2022-02-18 Douglas YungAdd "REQUIRES: asserts" to test misched-predicate-virtr...
2022-02-18 Jay Foad[CodeGen] Return better Changed status from PostRAHazar...
2022-02-18 esmeyiRevert "[XCOFF][llvm-objdump] change the priority of...
2022-02-18 Stephan Herhut[mlir][tensor] Extend reshape utils.
2022-02-18 hyeongyukim[NFC][Clang/test] add target triple to CodeGen/analyze_...
2022-02-18 Alexander Potapenko[asan] Add support for disable_sanitizer_instrumentatio...
2022-02-18 hyeongyukim[NFC] Fix a buildbot failure after b529744
2022-02-18 Tres Popp[mlir] Propagate NaNs in PolynomialApproximation
2022-02-18 hyeongyukim[Clang] Rename `disable-noundef-analysis` flag to ...
2022-02-18 Greg ClaytonFix buildbots after https://reviews.llvm.org/D119797
2022-02-18 Valentin Clement[flang] Lower scalar negation
2022-02-18 LLVM GN Syncbot[gn build] Port 0a4184909a8c
2022-02-18 Snehasish KumarReland "[memprof] Extend the index prof format to inclu...
2022-02-18 fourdim[JITLink][RISCV] fix the extractBits behavior and add...
2022-02-18 Serguei Katkov[MemoryDependency] Simplfy re-ordering condition. Clean...
2022-02-18 esmeyi[XCOFF][llvm-objdump] change the priority of symbols...
2022-02-18 LLVM GN Syncbot[gn build] Port 8e979460bb27
2022-02-18 Konstantin... [libc++][ranges] Implement `std::sortable`.
2022-02-18 LLVM GN Syncbot[gn build] Port eea3d90af181
2022-02-18 Konstantin... [libc++][ranges] Implement `std::mergeable`.
2022-02-18 Kuba Mracek[GlobalDCE] [VFE] Avoid dropping vfunc dependencies...
2022-02-18 Weining Lu[NFC] Add myself to CREDITS.TXT
2022-02-18 Jessica Paquette[MachineOutliner] Add testcase for instruction mapping...
2022-02-18 Jessica Paquette[MachineOutliner] Add statistics for unsigned vector...
2022-02-18 Vitaly Buka[msan] strsignal interceptor
2022-02-18 Weining Lu[LoongArch] Fix several instruction definition errors...
2022-02-18 Weining Lu[LoongArch] Add missing dollar prefix to register name...
next