platform/upstream/llvm.git
2021-04-01 qixingxue[GVN][NFC] Refactor analyzeLoadFromClobberingWrite
2021-04-01 Nick DesaulniersRevert "Add support to -Wa,--version in clang"
2021-03-31 Alexander Shaposhnikov[lld][MachO] Refactor handling of subsections
2021-03-31 Philip Reames[ValueTracking] Handle non-zero ashr/lshr recurrences
2021-03-31 Philip Reames[tests] Add tests for ashr/lshr recurrences in isKnownN...
2021-03-31 Jian CaiAdd support to -Wa,--version in clang
2021-03-31 Philip ReamesAdd debug printers for KnownBits [nfc]
2021-03-31 Simonas KazlauskasSupport {S,U}REMEqFold before legalization
2021-03-31 Craig Topper[RISCV] Add UnsupportedSchedZfh multiclass to reduce...
2021-03-31 YangKeao[X86] add dwarf annotation for inline stack probe
2021-03-31 natashaknk[mlir][tosa] Add tosa.reciprocal and tosa.sigmoid lowerings
2021-03-31 Jianzhou Zhao [dfsan] Set sigemptyset's return label to be 0
2021-03-31 Thomas Preud... [test, InferFunctionAttrs] Fix use of var defined in...
2021-03-31 Roman Lebedev[NFC][LoopRotation] Count the number of instructions...
2021-03-31 Philip ReamesRevert "Make TableGenGlobalISel an object library"
2021-03-31 Aaron PuchertMake TableGenGlobalISel an object library
2021-03-31 Alexey Bataev[OPENMP]Fix PR48885: Crash in passing firstprivate...
2021-03-31 Alexey Bataev[OPENMP]Fix PR48658: [OpenMP 5.0] Compiler crash when...
2021-03-31 Philip Reames[tests] Exercise cases where SCEV can use trip counts...
2021-03-31 Jez Ng[lld-macho] Parallelize UUID hash computation
2021-03-31 Jez Ng[lld-macho][nfc] Test that -ObjC will import bitcode...
2021-03-31 Alexey Bataev[SLP]Update test checks, NFC
2021-03-31 Craig Topper[SelectionDAG] Remove unneeded vector resize from the...
2021-03-31 Andrew Young[mlir][cse] do not replace operands in previously simpl...
2021-03-31 George Mitenkov[ConstantFolding] Fixing addo/subo with undef
2021-03-31 Alexey Bataev[SLP]Add a test for the bug in `getVectorElementSize...
2021-03-31 peter klausler[flang] Refine checks for pointer initialization targets
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...
next