platform/upstream/llvm.git
2022-08-02 Jason MolendaAllow firmware binaries to be specified only by load...
2022-08-02 Austin Kerbow[AMDGPU] Add llvm_unreachable to switch statement added...
2022-08-02 Mircea Trofin[nfc] Remove unused parameter in TailDuplicator::duplic...
2022-08-02 Ben LangmuirFix use-after-free in clang-apply-replacements
2022-08-02 Austin Kerbow[AMDGPU] Add GCNMaxILPSchedStrategy
2022-08-02 Louis Dionne[libc++] Update documentation on testing libc++
2022-08-02 Slava Gurevich[LLDB][NFC] Fix LLDB_WATCH_TYPE_IS_VALID macro
2022-08-02 Aart Bik[mlir][sparse] enable SDDMM-flavored fusion
2022-08-02 Xiang Li[NFC][DirectX backend] Fix crash when emit_obj for...
2022-08-02 Casey Carter[libcxx][test] Test code should inspect `TEST_STD_VER...
2022-08-02 Roy Jacobson[SemaCXX] Validate destructor is valid for dependent...
2022-08-02 Yuanfang Chen[CodeGen][inlineasm] assume the flag output of inline...
2022-08-02 Aart Bik[mlir][sparse] remove singleton dimension level type...
2022-08-02 Mark de Wever[libc++][format] Exposes basic-format-string
2022-08-02 Sriraman TallamThis patch fixes these errors while building BOLT.
2022-08-02 Michele Scuttari[MLIR] Rename the generic LLVM allocation and deallocat...
2022-08-02 Adrian Vogelsgesang[libc++][doc] Update spaceship status page
2022-08-02 Arthur Eubanks[StandardInstrumentations] Assign names to basic blocks...
2022-08-02 Arthur Eubanks[test] Update BoundsChecking/simple.ll
2022-08-02 Kai Nacke[GIsel] Add missing libcall for G_MUL to LegalizerHelper
2022-08-02 Kai Nacke[GIsel] Add missing space between type and name in...
2022-08-02 Vladislav Dzhidzhoev[AArch64] Treat x18 as callee-saved in functions with...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for Vector...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vmerge...
2022-08-02 Zakk Chen[RISCV][Clang] Support policy functions for vneg, vnot...
2022-08-02 Fangrui Song[test] Remove -fsanitize-coverage-whitelist=
2022-08-02 Andrey Tretyakov[SPIRV] Add tests to improve test coverage
2022-08-02 Vladislav Dzhidzhoev[DebugInfo] Test commit: update irrelevant comments
2022-08-02 Slava Gurevich[LLDB][Reliability] Remove dead code.
2022-08-02 Guozhi Wei[MIPS] Expose the ZERO register as a constant physical...
2022-08-02 Mark de Wever[libc++][format] Improves generated files.
2022-08-02 Mark de Wever[libc++][format] Enables feature-test macro.
2022-08-02 Craig Topper[RISCV] Add scheduler classes to PseudoVMV*R_V.
2022-08-02 Craig Topper[RISCV] Add scheduler class to PseudoReadVLENB.
2022-08-02 Alexander Timofeev[AMDGPU] avoid blind converting to VALU REG_SEQUENCE...
2022-08-02 Jay Foad[AMDGPU] Remove IR SpeculativeExecution pass from codeg...
2022-08-02 John Regehrllvm-reduce: reorder passes to run the ones first that...
2022-08-02 Jay Foad[AMDGPU] Take advantage of VOP3 literals in convertToTh...
2022-08-02 Alok Kumar... [clang][OpenMP][DebugInfo] Mark OpenMP generated functi...
2022-08-02 Philip Reames[LV] Recognize store of invariant value to invariant...
2022-08-02 Peixin Qiao[flang] Add some semantic checks for derived type with...
2022-08-02 Peixin Qiao[flang] Support extention intrinsic ABORT
2022-08-02 Peixin Qiao[flang] Support lowering of intrinsic module procedure...
2022-08-02 Phoebe Wang[X86][FP16] Fix vector_shuffle and lowering without...
2022-08-02 Pavel Labath[lldb] Create an enum to specify the kind of ArchSpec...
2022-08-02 Gabriel Ravier[lld] Fixed a number of typos
2022-08-02 Aaron BallmanRevert "Missing tautological compare warnings due to...
2022-08-02 Simon Tatham[yaml2obj] Add a `-E` flag to preprocess only.
2022-08-02 Jay Foad[IRBuilder] CreateIntrinsic with implicit mangling
2022-08-02 David Green[AArch64] Fold Mul(And(Srl(X, 15), 0x10001), 0xffff...
2022-08-02 Muhammad Omair... [LLDB] Skip buildbot failures AArch64/Windows
2022-08-02 jacquesguan[mlir][Math] Add constant folder for TanhOp.
2022-08-02 David Green[AArch64] Mul fold tests for D130874. NFC
2022-08-02 Alex Zinenko[mlir] add TOC to top-level documents
2022-08-02 Igor Zhukov[libc++] Implement P2499R0 (`string_view` range constru...
2022-08-02 Gabriel Ravier[libcxx] Fixed a number of typos
2022-08-02 Simon Pilgrim[DAG] matchRotateSub - ensure the (pre-extended) shift...
2022-08-02 Adrian Kuegel[mlir] Update comment now that DenseArrayAttr has Tenso...
2022-08-02 Andrzej Warzynski[flang][docs][nfc] Refine FlangOptionsDocs.td
2022-08-02 Dawid Jurczak[NFC] Remove some boilerplate from SmallVector header
2022-08-02 Stephan Herhut[mlir] Use EXPECT_DEBUG_DEATH in unit test
2022-08-02 David Sherwood[AArch64][LoopVectorize] Disable tail-folding for SVE...
2022-08-02 Alex Bradbury[RISCV][NFCI] Set TransientStackAlignment and rely...
2022-08-02 Tim NorthoverOutliner: add "target-cpu" feature from source function...
2022-08-02 wanglian[RISCV][NFC] Use defined variable instead some code.
2022-08-02 Martin Storsjö[OpenMP] Fix warnings about unused expressions when...
2022-08-02 Tom Stellardworkflows: Fix error when searching for backport reviewers
2022-08-02 jacquesguan[LV] Refactor getExtendedAddReductionCost to support...
2022-08-02 Martin Storsjö[mlir] Fix calling the native mlir-tblgen tool when...
2022-08-02 Martin Storsjö[flang] Don't try to run the newly built flang-new...
2022-08-02 Martin Storsjö[lldb] Silence a GCC warning about missing returns...
2022-08-02 Martin Storsjö[OpenMP] Only include CMAKE_DL_LIBS on unix platforms
2022-08-02 Fangrui Song[Driver] Remove Separate form for XRay options
2022-08-02 Nikita Popov[LangRef] Fix typo in GEP docs
2022-08-02 Adrian Kuegel[mlir][Bazel] Fix typo in file name.
2022-08-02 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2022-08-02 Adrian Kuegel[mlir][Bazel] Add yet another missing dependency.
2022-08-02 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2022-08-02 Adrian Kuegel[mlir][Bazel] Update bazel build after 14d79afeae63d78d...
2022-08-02 Purva-ChaudhariHandles failing driver tests of clang
2022-08-02 Adrian Kuegel[mlir][Bazel] Remove reference to deleted header.
2022-08-02 Fangrui Song[ELF] --reproduce: strip directories for --print-archiv...
2022-08-02 Emmmer[LLDB][RISCV] Add riscv register enums
2022-08-02 Konstantin... [libc++][ranges][NFC] Fix a few links on the Ranges...
2022-08-02 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-02 jacquesguan[mlir][Math] Add constant folder for TanOp.
2022-08-02 Chuanqi XuRevert "[C++20] [Modules] Handle initializer for Header...
2022-08-02 Fangrui Song[Driver] Remove deprecated -fsanitize-coverage-{black...
2022-08-02 Fangrui Song[docs] Regenerate clang/docs/ClangCommandLineReference.rst
2022-08-02 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-02 Jeff Niu[mlir] Change DenseArrayAttr to TensorType
2022-08-02 Fangrui Song[sancov] Remove deprecated -blacklist after D113514
2022-08-02 Siva Chandra... [libc] Add GNU extension functions pthread_setname_np...
2022-08-02 Fangrui Song[llvm-cov] Remove deprecated -name-whitelist after...
2022-08-02 Alex Brachet[clang] Only run test on x86
2022-08-02 Sotiris Apostolakis[SelectOpti] Auto-disable other cmov optis when the...
2022-08-01 Craig Topper[RISCV] Simplify test case from D130931. NFC
2022-08-01 Sunho Kim[IntelJITEvents] Add missing include.
next