platform/upstream/llvm.git
2022-02-19 Benjamin Kramer[CodeGen] Make ShapeT::operator== const. NFC.
2022-02-19 Zakk Chen[RISCV][NFC] Remove unused multiclass def.
2022-02-19 Craig Topper[RISCV] Add IsRV32 to the isel pattern for ZIP_RV32...
2022-02-19 Craig Topper[SelectionDAG][X86] Support f16 in getReciprocalOpName.
2022-02-19 Shraiysh Vaishay[mlir][OpenMP] Added assemblyFormat for ParallelOp
2022-02-19 Philip Reames[instcombine] Add/cleanup attributes in a test
2022-02-19 Philip Reames[instcombine] Cleanup foldAllocaCmp slightly [NFC]
2022-02-19 Craig Topper[SelectionDAG] Fix off by one error in range check...
2022-02-19 Weining Lu[LoongArch] Fix atomic instructions operands sequence
2022-02-19 Gulfem Savrun... [gwp_asan] Add missing <algorithm> include
2022-02-19 Gulfem Savrun... [scudo] Add missing <algorithm> include
2022-02-19 Sam Clegg[lld][WebAssembly] Convert a bunch more tests to asm...
2022-02-18 Craig TopperRevert "[SelectionDAG][X86] Support f16 in getReciproca...
2022-02-18 Craig Topper[SelectionDAGBuilder] Remove LegalTypes=false from...
2022-02-18 Craig Topper[SelectionDAG][X86] Support f16 in getReciprocalOpName.
2022-02-18 Philip ReamesRevert "[instsimplify] Simplify HaveNonOverlappingStora...
2022-02-18 Aart Bik[mlir][sparse][pytaco] test with 3-dim tensor and scalar
2022-02-18 Fangrui Song[ELF] Remove .strtab deduplication
2022-02-18 Med Ismail... [lldb/bindings] Expose the progress reporting machinery...
2022-02-18 Snehasish Kumar[memprof] Remove packed qualifier for MemprofRecord...
2022-02-18 Ahmed Bougacha[AArch64][GlobalISel] Constrain the right MOs when...
2022-02-18 Aart Bik[mlir][sparse] provide more types for external to/from...
2022-02-18 Shubham Sandeep... Add a new reflection section for multi-payload enum...
2022-02-18 Whitney Tsang[MemorySSA] Clear VisitedBlocks per query
2022-02-18 Fangrui Song[ELF][test] Avoid non-portable |& in notest.s
2022-02-18 David Goldman[clangd] Use `ObjCProtocolLoc` for generalized ObjC...
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...
next