platform/upstream/llvm.git
2021-03-31 Huihui Zhang[LoopVectorize] Use SetVector to track uniform uses...
2021-03-31 Suraj SudhirMove non-spec TOSA operators into TosaUtilOps.td
2021-03-31 Petr Hosek[Driver] Move detectLibcxxIncludePath to ToolChain
2021-03-31 Thomas Lively[WebAssembly] Implement i64x2 comparisons
2021-03-31 Juneyoung Lee[ValueTracking] Add with.overflow intrinsics to poison...
2021-03-31 Philip Reames[SCEV] Handle unreachable binop when matching shift...
2021-03-31 Craig Topper[X86] Improve SMULO/UMULO codegen for vXi8 vectors.
2021-03-31 Shimin Cui[PowerPC] [MLICM] Enable hoisting of caller preserved...
2021-03-31 Craig Topper[X86] Improve optimizeCompareInstr for signed compariso...
2021-03-31 Wael Yehia[LTO][Legacy] Decouple option parsing from LTOCodeGenerator
2021-03-31 Craig Topper[RISCV] Add RISCVISD opcodes for CLZW and CTZW.
2021-03-31 Jay Foad[AMDGPU] Add some image tests with enable-prt-strict...
2021-03-31 Jay Foad[AMDGPU] Use a common check prefix for some image tests...
2021-03-31 Craig Topper[RISCV] Add isel patterns to select vsub_vx intrinsic...
2021-03-31 Arthur Eubanks[llvm-jitlink] Fix -Wunused-function on Windows
2021-03-31 Heejin Ahn[WebAssembly] Raname a test and fix comments
2021-03-31 Sanjay Patel[InstCombine] fold abs(srem X, 2)
2021-03-31 Sanjay Patel[InstCombine] add tests for srem+abs; NFC
2021-03-31 Bradley Smith[AArch64][SVE] Add tests for UREM/SREM using fixed...
2021-03-31 Timm Bäder[clang][parser] Allow GNU-style attributes in explicit...
2021-03-31 Arthur O'Dwyer[libc++] Mark convert_copy.pass.cpp as UNSUPPORTED...
2021-03-31 Luís Marques[RISCV] Add XFAIL riscv32 for known issue with the...
2021-03-31 Sander de Smalen[SVE] Fix LoopVectorizer test scalalable-call.ll
2021-03-31 Sander de Smalen[CostModel] Align the cost model for intrinsics for...
2021-03-31 Anton Bikineev[C++2b] Support size_t literals
2021-03-31 Joerg Sonnenberger[libc++] Avoid <climits> dependency in <thread>
2021-03-31 Balázs KériRevert "[clang][Checkers] Extend PthreadLockChecker...
2021-03-31 Sander de SmalenNFC: Change getIntrinsicInstrCost to return InstructionCost
2021-03-31 Sander de SmalenNFC: Change getTypeBasedIntrinsicCost to return Instruc...
2021-03-31 Max Kazantsev[Test] Auto-update test checks
2021-03-31 Muhammad Omair... Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authenti...
2021-03-31 Muhammad Omair... Revert "[LLDB] Arm64/Linux test case for MTE and Pointe...
2021-03-31 Liqiang Tao[InlineCost] Remove TODO comment that consider other...
2021-03-31 Roman Lebedev[X86] AMD Zen 3 has macro fusion
2021-03-31 Balazs Benics[ASTImporter][NFC] Fix duplicated symbols in "Improve...
2021-03-31 Fraser Cormack[RISCV] Add support for the stepvector intrinsic
2021-03-31 Muhammad Omair... Revert "[LLDB] Skip TestVSCode_disconnect.test_launch...
2021-03-31 Jay Foad[AMDGPU][GlobalISel] Add support for global atomicrmw...
2021-03-31 Balazs Benics[ASTImporter][NFC] Improve test coverage
2021-03-31 Florian Hahn[AArch64] Avoid SCALAR_TO_VECTOR for single FP constant...
2021-03-31 Sander de SmalenNFC: Change getUserCost to return InstructionCost
2021-03-31 Balázs Kéri[clang][Checkers] Extend PthreadLockChecker state dump...
2021-03-31 Matthias Springer[mlir] Change vector.transfer_read/write "masked" attri...
2021-03-31 Sven van Haastregt[OpenCL] Limit popcount to OpenCL 1.2 and above
2021-03-31 Alex Richardson[TableGen] Emit more helpful error messages on empty...
2021-03-31 Alex Richardson[asan] Remove FreeBSD XFAIL from asan-sigbus.cpp test
2021-03-31 Alex Richardson[WebAssembly] Fix incorrect DW_TAG_pointer_type size...
2021-03-31 Nicolas Vasilache[mlir][Linalg][Python] Create the body of builtin named...
2021-03-31 Alexander BelyaevRevert "Revert "[mlir] Introduce CloneOp and adapt...
2021-03-31 Craig Topper[X86] Add test cases for PR48768 and D94856. NFC
2021-03-31 Craig Topper[X86] Regenerate test to add missing @PLT
2021-03-31 Martin Storsjö[libcxx] [test] Don't add dirs from the LIB env var...
2021-03-31 Martin Storsjö[libcxx] [test] Fix tests of <cuchar> that unexpectedly...
2021-03-31 Jim Lin[RISCV] Refine pre-define macro tests
2021-03-31 Lang Hames[JITLink] Delete copy and move constructors for jitlink...
2021-03-31 Stella Laurenzo[mlir] Add C and python API for is_registered_operation.
2021-03-31 Nathan Chancellorlibc: Default LIBC_INSTALL_PREFIX to ${CMAKE_INSTALL_PR...
2021-03-31 Lang Hames[JITLink] Switch from StringRef to ArrayRef<char>,...
2021-03-31 Chuanqi Xu[Coroutine] [Debug] Insert dbg.declare to entry.resume...
2021-03-31 Zhiwei Chen[Utils][Emacs] Improve syntax highlight
2021-03-31 Fangrui Song[SimpleLoopUnswitch] Fix -Wunused-variable in -DLLVM_EN...
2021-03-31 Craig Topper[RISCV] simm12_plus1 should not inherit from Operand...
2021-03-31 Yang Fan[GlobalISel] Fix Wint-in-bool-context warning (NFC)
2021-03-31 Craig Topper[RISCV] Remove some unused ImmLeafs. NFC
2021-03-31 Juneyoung Lee[LoopUnswitch] Assert that branch condition is either...
2021-03-31 Ta-Wei Tu[clang][Sema] Don't try to initialize implicit variable...
2021-03-31 Walter ErquinigoFix errors in 0b69756110db444282c40ea16929186b2910c3b1
2021-03-31 Lang Hames[JITLink] Add a setProtectionFlags method to jitlink...
2021-03-31 Richard SmithFix test expectations for %diff documentation.
2021-03-31 Craig Topper[StructLayout] Use TrailingObjects to allocate space...
2021-03-31 Nico WeberReland "[gn build] port 48e4b0f (__config_site)"
2021-03-31 Walter Erquinigo[trace][intel-pt] Implement trace start and trace stop
2021-03-31 Richard Smith[www] List both the regular and expanded form of %diff...
2021-03-30 Muhammad Omair... [LLDB] Arm64/Linux test case for MTE and Pointer Authen...
2021-03-30 Muhammad Omair... [LLDB] Arm64/Linux Add MTE and Pointer Authentication...
2021-03-30 Muhammad Omair... [LLDB] Add support for Arm64/Linux dynamic register...
2021-03-30 Heejin Ahn[WebAssembly] Encode numbers in ULEB128 in event section
2021-03-30 Richard SmithDelete checked-in generated copy of diagnostic reference.
2021-03-30 Richard Smith[www] Fix build of attribute documentation.
2021-03-30 Richard SmithFix pluralization error in diagnostic, and move C+...
2021-03-30 Zequan Wu[lld-link] Enable addrsig table in COFF lto
2021-03-30 Richard Smith[www] Color Clang 11 and Clang 12 features as green...
2021-03-30 Mehdi AminiFix deletion of operations through the rewriter in...
2021-03-30 Greg McGary[lld-macho][NFC] Drop unnecessary macho:: namespace...
2021-03-30 Wei Mi[ThinLTO] During module importing, close one source...
2021-03-30 Jon Roelofs[docs] Fix up dead clang-format links after monorepo...
2021-03-30 Mike Rice[OPENMP51]Initial support for the dispatch directive.
2021-03-30 Louis Dionne[libc++] Include <__config_site> from <__config>
2021-03-30 David Green[ARM] Add FeatureHasNoBranchPredictor for Thumb1 cores
2021-03-30 Alexey Bataev[OPENMP]Fix PR48607: Crash during clang openmp codegen...
2021-03-30 Luís Marques[Sanitizer][RISCV][AArch64][Android] Adjust allocator...
2021-03-30 David BlaikieConditionalize the JIT test dependency
2021-03-30 Matheus Izvekov[clang] Use decltype((E)) for compound requirement...
2021-03-30 Fangrui Song[GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASS...
2021-03-30 Sanjay Patel[InstCombine] add fold for demand of low bit of abs()
2021-03-30 Sanjay Patel[InstCombine] add test for abs() demanded bits; NFC
2021-03-30 Huihui Zhang[VPlan] Use SetVector for VPExternalDefs to prevent...
2021-03-30 Amara Emerson[GlobalISel] Implement fewerElements legalization for...
2021-03-30 Amara Emerson[AArch64][GlobalISel] Define some legalization rules...
2021-03-30 Amara Emerson[AArch64][GlobalISel] Combine funnel shifts to rotates.
next