platform/upstream/llvm.git
2022-02-08 River Riddle[mlir:ODS] Deprecate Op parser/printer fields in favor...
2022-02-08 Arthur Eubanks[clang] Fix some clang->llvm type cache invalidation...
2022-02-08 Sameer Sahasrabuddhe[AMDGPU] [NFC] refactor the AMDGPU attributor
2022-02-08 Carl Ritson[AMDGPU] Allow hoisting of some VALU compare instructions
2022-02-08 Johannes Doerfert[Attributor][FIX] Do not use assumed information for...
2022-02-08 Johannes Doerfert[MemoryBuiltins][FIX] Adjust index type size properly...
2022-02-08 Sheng[M68k][GlobalISel] Implement lowerCall based on M68k...
2022-02-08 Tue Ly[libc] Return a float NaN for log1pf instead of double...
2022-02-08 Jez Ng[lld-macho] Include address offsets in error messages
2022-02-08 Craig Topper[SystemZ] Remove a superfluous semicolon to fix a gcc...
2022-02-08 Lancelot Six[AMDGPU][NFC] AMDGPUUsage.rst: fix wording.
2022-02-08 Sheng[GlobalISel][Legalizer] Support reducing load/store...
2022-02-08 ShengM68K: Pre-commit test of D116931
2022-02-08 Alex Lorenz[clang][driver] update the darwin driver to point to...
2022-02-08 Vladislav Khmelevsky[BOLT] Fix runtime osx cross-compile build
2022-02-08 Nikolas Klauser[libc++][CI] Put runs into groups
2022-02-08 Vladislav Khmelevsky[BOLT] Add aarch64 support for peephole passes
2022-02-07 Craig Topper[RISCV] Use splat_vector instead of SplatPat in widenin...
2022-02-07 Craig Topper[VP] llvm.vp.fma intrinsic and LangRef
2022-02-07 Nico Weber[gn build] (manually) port 157bbe6aea22e
2022-02-07 Joe Loser[libc++] Mark some members private in experimental...
2022-02-07 Mahesh RavishankarRevert "[mlir][Linalg] NFC: Combine elementwise fusion...
2022-02-07 Louis Dionne[libc++] Remove the ability to use the std::nullptr_t...
2022-02-07 Mahesh Ravishankar[mlir][Linalg] NFC: Combine elementwise fusion test...
2022-02-07 Dave Lee[lldb] Call __lldb_init_module from __init__
2022-02-07 Keith Smiley[llvm-libtool-darwin] Add -warnings_as_errors
2022-02-07 Sanjay Patel[SDAG] try to fold one-demanded-bit-of-multiply
2022-02-07 Ruslan Arutyunyan[libcxx][test][NFC] Add tests for backward iteration...
2022-02-07 Joseph Huber[Libomptarget] Replace Value RAII with default value
2022-02-07 Paul RobinsonFix my email address in CODE_OWNERS.TXT
2022-02-07 Sanjay Patel[x86] avoid compile-time warning for parens; NFC
2022-02-07 Sergei Grechanik[mlir][spirv] Fix verification of nested array constants
2022-02-07 Andrew Browne[Bitstream] Temporarily disable UBSan for invalid bitco...
2022-02-07 Tue Ly[libc] Fix mixed-sign comparison warnings and an out...
2022-02-07 Tue Ly[libc][Obvious] Suppress unused-variable warnings from...
2022-02-07 Tue Ly[libc] Implement log1pf correctly rounded to all roundi...
2022-02-07 Matt Morehouse[HWASan] Use hwasan_memalign for aligned new.
2022-02-07 Elizabeth AndrewsFix address space for function pointers with qualifier
2022-02-07 Sanjay Patel[SDAG] SimplifyDemandedBits - generalize fold for 2...
2022-02-07 Sanjay Patel[AArch64] add tests for demanded bits of multiply; NFC
2022-02-07 Dave Lee[lldb] Print message after loading 'crashlog' command
2022-02-07 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-07 Joseph Huber[Clang][Docs] Fix some typos in offloading design docum...
2022-02-07 serge-sans... Cleanup LLVMBitcode headers
2022-02-07 Joseph Huber[OpenMP] Use executable path when searching for lld
2022-02-07 Jonas Devlieghere[lldb] Fix Lua/watchpoint_callback.test on Apple Silicon
2022-02-07 Nikolas Klauser[libc++][CI] Reorder CI runs
2022-02-07 Fangrui Song[Bazel] Port e8bff9ae54a55b4dbfeb6ba55f723abbd81bf494...
2022-02-07 David Green[LoopVectorizer] Don't perform interleaving of predicat...
2022-02-07 Arjun P[MLIR][Presburger] Add support for piece-wise multi...
2022-02-07 Vang Thao[AMDGPU] Fix debug values in scheduler not placed corre...
2022-02-07 Vladislav Khmelevsky[BOLT] Refactor heatmap to be standalone tool
2022-02-07 Nikolas Klauser[libc++] Disable -Wattributes in GCC
2022-02-07 Florian Mayer[NFC] use Range based any_of for more concise code.
2022-02-07 Fangrui Song[ELF] Move Symbol::needsTlsLd to config->needsTlsLd
2022-02-07 Florian Hahn[LV] Adjust accesses in test to ensure full RT checks...
2022-02-07 Fangrui Song[libc++][docs] Change some words to use reST inline...
2022-02-07 Alexander KornienkoRevert "[ELF] Move Symbol::needsTlsLd to config->needsT...
2022-02-07 Florian Hahn[LV] Use IRBuilderBase in VPlan.h, remove IRBuilder...
2022-02-07 Adrian PrantlRevert "Add llgs category to all tests in TestLldbGdbSe...
2022-02-07 Jonas Devlieghere[lldb] Skip part of TestGdbRemoteMemoryAllocation.py...
2022-02-07 Matthias Springer[mlir][SCF] Further simplify affine maps during `for...
2022-02-07 Sam James[libunwind] Define _Unwind_Backtrace for powerpc, sparc
2022-02-07 Jonas Devlieghere[lldb] Fix a few lldb-server tests on Apple Silicon
2022-02-07 Arthur Eubanks[gn build] Port D119058
2022-02-07 Arthur Eubanks[clang] Cache OpenCL types
2022-02-07 Mariusz CeierFix lld standalone build
2022-02-07 Sanjay Patel[InstCombine] generalize 2 LSB of demanded bits for X*X
2022-02-07 Adrian PrantlAdd llgs category to all tests in TestLldbGdbServer...
2022-02-07 David GoldmanReland "[clangd] Properly compute framework-style inclu...
2022-02-07 Nathan Sidwell[demangler] Stricter NestedName parsing
2022-02-07 Jonas Devlieghere[lldb] Update outdated comment in TestDyldTrieSymbols.py
2022-02-07 Nikita Popov[MatrixBuilder] Require explicit element type in Create...
2022-02-07 Hans WennborgRevert "Remove -Wweak-template-vtables"
2022-02-07 Nikita Popov[mlir] Remove MatrixBuilder template argument
2022-02-07 Nathan Sidwell[demangler] Fix unresolvedname demangling
2022-02-07 Nathan Sidwell[demangler] Remove StdQualifiedName
2022-02-07 Mark Murray[ARM] Undeprecate complex IT blocks
2022-02-07 Nikita Popov[MatrixBuilder] Remove unnecessary IRBuilder template...
2022-02-07 Volodymyr TuranskyyAdd LLVM Embedded Toolchains call to the table of sync...
2022-02-07 Sanjay Patel[x86] avoid false dependency stall on 'sbb' with same...
2022-02-07 Sanjay Patel[InstCombine] add test for demanded 2 low bits of X...
2022-02-07 Matt ArsenaultAMDGPU: Fix clobbering SCC when expanding large offset...
2022-02-07 David Truby[AArch64][NEON][SVE] Lower FCOPYSIGN using AArch64ISD...
2022-02-07 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-07 ksyx[clang-format] Fix DefSeparator empty line issues
2022-02-07 Kim GräsmanReformat CastExpr unittest suite; NFC
2022-02-07 Pavel Labath[lldb/Platform] s/m_name/m_hostname
2022-02-07 Balázs Kéri[clang-tidy] Fixed a compile warning (NFC).
2022-02-07 Sanjay Patel[InstCombine] SimplifyDemandedBits - mul(x,x) is odd...
2022-02-07 Nikita Popov[PPCISelLowering] Avoid use of getPointerElementType()
2022-02-07 Bjorn Pettersson[test] Use -passes=instcombine instead of -instcombine...
2022-02-07 Bjorn Pettersson[test] Use -passes=instsimplify instead of -instsimplif...
2022-02-07 Nikita Popov[OMPIRBuilder] Avoid use of getPointerElementType()
2022-02-07 Roman Lebedev[LV] Remove `LoopVectorizationCostModel::useEmulatedMas...
2022-02-07 Kadir Cetinkaya[clang][Lexer] Fix tests after ff77071a4d67
2022-02-07 Simon Pilgrim[X86][SSE] Add some initial PAVGB/PAVGW tests
2022-02-07 Florian Hahn[LV] Modernize some runtime check tests a bit.
2022-02-07 LLVM GN Syncbot[gn build] Port c63522e6ba77
2022-02-07 Balázs Kéri[clang-tidy] Add new check 'shared-ptr-array-mismatch'.
next