platform/upstream/llvm.git
2021-11-26 Nikita PopovRevert "[SCEV] Fix and validate ValueExprMap/ExprValueM...
2021-11-26 Erik Desjardins[InstSimplify] baseline tests for icmp of lshr/udiv...
2021-11-26 Peter Klausler[flang] Fix reversed comparison in RESHAPE() runtime
2021-11-26 Kazu Hirata[mlir] Fix a warning
2021-11-26 Nikita Popov[DAG] Restore dropped condition
2021-11-26 Nikita Popov[SCEV] Fix and validate ValueExprMap/ExprValueMap consi...
2021-11-26 Fangrui Song[ELF][PPC64] Make --power10-stubs/--no-power10-stubs...
2021-11-26 Arnab Dutta[MLIR] Avoid creation of buggy affine maps when incorre...
2021-11-26 Arnab Dutta[MLIR] Prevent creation of buggy affine map after linea...
2021-11-26 Fangrui Song[ELF] Rename fetch to extract
2021-11-26 Simon Pilgrim[DAG] Pull out repeated isLittleEndian() calls. NFC.
2021-11-26 Chris Jones[MLIR] Allow `Idempotent` trait to be applied to binary...
2021-11-26 Louis Dionne[libc++] Trigger rebuild of the Docker image so we...
2021-11-26 Michal Terepeta[mlir][Vector] Support 0-D vectors in `BroadcastOp`
2021-11-26 Michal Terepeta[mlir][Standard] Support 0-D vectors in `SplatOp`
2021-11-26 Arjun P[MLIR] Simplex: fix a bug when rolling back a Simplex...
2021-11-26 Zarko Todorovski[llvm-cov][NFC] Add missing character to fix docs build...
2021-11-26 Siva Chandra... [libc] Make string entrypoints mutualy exclusive.
2021-11-26 Kazu Hirata[Target] Use range-based for loops (NFC)
2021-11-26 Arjun P[MLIR] Simplex::pivot: also update the redundant rows...
2021-11-26 Zarko Todorovski[LLVM][llvm-cov] Inclusive language: rename option...
2021-11-26 Louis Dionne[libc++] Properly handle errors happening during Lit...
2021-11-26 Louis Dionne[libc++] Add missing __format__ attributes
2021-11-26 David SpickettRevert "Reland "[lldb] Remove non address bits when...
2021-11-26 Kirill Bobyrev[clangd] IncludeCleaner: Attribute symbols from non...
2021-11-26 Alexey Bataev[SLP]Improve analysis/emission of vector operands for...
2021-11-26 Ruslan Arutyunyan[pstl] Fix incorrect usage of std::invoke_result
2021-11-26 Mats Petersson[mlir][OpenMP] Add support for SIMD modifier
2021-11-26 Alexey Bataev[SLP][NFC]Add a test for gathered instructions in loop...
2021-11-26 Venkata Ramanaiah... [Bug 49018][lldb] Fix incorrect help text for 'memory...
2021-11-26 Florian Hahn[SCEV] Turn check in createSimpleAffineAddRec to assert...
2021-11-26 Matthias Springer[mlir][linalg][bufferize][NFC] InsertSliceOp no-copy...
2021-11-26 Kirill Bobyrev[clangd] Record information about non self-contained...
2021-11-26 Benjamin KramerProvide a definition for OperationPosition::kDown
2021-11-26 Benjamin Kramer[PDL] fix unused variable warning in Release builds
2021-11-26 Benjamin Kramer[tsan] Relax atexit5.cpp a bit more so it's not as...
2021-11-26 Jan Svoboda[clang][deps] NFC: Extract function
2021-11-26 Stanislav FuniakAdded line numbers to the debug output of PDL bytecode.
2021-11-26 Stanislav FuniakMulti-root PDL matching using upward traversals.
2021-11-26 Stanislav FuniakImplementation of the root ordering algorithm
2021-11-26 Stanislav FuniakIntroduced iterative bytecode execution.
2021-11-26 Igor Kirillov[AArch64][SVEIntrinsicOpts] Fix: predicated SVE mul...
2021-11-26 Bhumitram Kumar[Docs] Removed /Zd flag still mentioned in documentation
2021-11-26 Stanislav FuniakDefines new PDLInterp operations needed for multi-root...
2021-11-26 Daniel Kiss[libunwind][ARM] Handle end of stack during unwind
2021-11-26 Carl Ritson[AMDGPU] Add SIMemoryLegalizer comments to clarify...
2021-11-26 Abinav Puthan... [GlobalISel] Fold or of shifts to funnel shift.
2021-11-26 David Sherwood[LoopVectorize] When tail-folding, don't always predica...
2021-11-26 Jan Svoboda[clang][deps] NFC: Clean up wording (ignored vs minimized)
2021-11-26 Jan Svoboda[clang][deps] NFC: Remove else after early return
2021-11-26 Bradley Smith[AArch64][SVE] Generate ASRD instructions for power...
2021-11-26 David Green[ARM] Generate VCTP from SETCC
2021-11-26 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - attempt to handle...
2021-11-26 Venkata Ramanaiah... [lldb] Fix 'memory write' to not allow specifying value...
2021-11-26 Mikhail Maltsev[libcxx] Implement three-way comparison for std::revers...
2021-11-26 Kadir Cetinkaya[clang] Fix crash on broken parameter declarators
2021-11-26 David Green[ARM] Add some vctp from setcc tests. NFC
2021-11-26 Kirill Bobyrev[clang] Change ordering of PreableCallbacks to make...
2021-11-26 David Sherwood[CodeGen] Add scalable vector support for lowering...
2021-11-26 Tobias Gysi[mlir][linalg] Simplify the hoist padding tests.
2021-11-26 Balázs Kéri[clang][AST] Check context of record in structural...
2021-11-26 Michal Terepeta[mlir][Vector] Minor formatting fixes in Vector.md
2021-11-26 Dmitry Vyukovtsan: remember and print function that installed at_exi...
2021-11-26 Dmitry Vyukovtsan: add a test for on_exit
2021-11-26 Dmitry Vyukovtsan: add test for __cxa_atexit
2021-11-26 Dmitry Vyukovtsan: check stack in atexit4.cpp test
2021-11-26 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-11-26 Christudasan... [AMDGPU] Make vector superclasses allocatable
2021-11-26 Fangrui Song[ELF] Rename BaseCommand to SectionCommand. NFC
2021-11-26 Jessica Clarke[NFC] Fix typo in 95875d246acb
2021-11-26 Matthias Springer[mlir][linalg][bufferize][NFC] Pass BufferizationState...
2021-11-26 Matthias Springer[mlir][linalg][bufferize] Compose dialect-specific...
2021-11-26 Matthias Springer[mlir][linalg][bufferize][NFC] Allow returning arbitrar...
2021-11-26 Matthias Springer[mlir][linalg][bufferize][NFC] Extract func boundary...
2021-11-26 Fangrui Song[ELF] Make ExprValue smaller. NFC'
2021-11-26 Fangrui Song[ELF] Rename OutputSection::sectionCommands to commands...
2021-11-26 Matthias Springer[mlir][linalg][bufferize][NFC] Move Affine interface...
2021-11-26 Mehdi AminiFix link to the other docs from the Bufferization dialect
2021-11-25 Fangrui Song[ELF] Remove redundant part.dynSymTab creation. NFC
2021-11-25 Fangrui Song[ELF] Simplify GnuHashSection::write. NFC
2021-11-25 Fangrui Song[ELF] Simplify DynamicSection content computation. NFC
2021-11-25 Jeremy Morse[DebugInfo][InstrRef] Add extra indirection for NRVO...
2021-11-25 Zarko Todorovski[clang][NFC] Inclusive terms: rename AccessDeclContextS...
2021-11-25 Quinn Pham[NFC] Inclusive language: rename master flag to main...
2021-11-25 Quinn Pham[NFC][flang] Inclusive language: remove instances of...
2021-11-25 Jeremy Morse[DebugInfo][InstrRef] Avoid some quadratic behaviour...
2021-11-25 Louis Dionne[libunwind] Fix testing with sanitizers enabled
2021-11-25 Florian Hahn[ThreadPool] Use auto again for future with ENABLE_THRE...
2021-11-25 Michal Terepeta[mlir][Vector] Support 0-D vectors in `VectorPrintOpCon...
2021-11-25 Jake Egan[AIX] Disable unsupported offloading gpu tests
2021-11-25 Florian HahnRecommit [ThreadPool] Support returning futures with...
2021-11-25 Jesses Gott[clang-format] Extend AllowShortBlocksOnASingleLine...
2021-11-25 Quinn Pham[NFC][llvm] Inclusive language: replace master in llvm...
2021-11-25 mydeveloperday[clang-format] NFC update LLVM overall clang-formatted...
2021-11-25 Quinn Pham[NFC][compiler-rt] Inclusive language: replace master...
2021-11-25 Uday Bondhugula[MLIR] NFC. Rename MLIR CAPI ExecutionEngine target...
2021-11-25 Amy Kwan[PowerPC] Prevent the optimizer from producing wide...
2021-11-25 Quinn Pham[NFC][llvm] Inclusive language: replace master with...
2021-11-25 Pavel Kosov[LLDB] Provide target specific directories to libclang
2021-11-25 Louis Dionne[libc++] Fix ssize test that made an assumption about...
next