platform/upstream/llvm.git
2022-04-07 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - remove lshr...
2022-04-07 LLVM GN Syncbot[gn build] Port 1306b1025c50
2022-04-07 Nikolas Klauser[libc++][ranges] Implement ranges::count{, _if}
2022-04-07 Jez Ng[lld-macho][nfc] Factor out findSymbolAtOffset
2022-04-07 Simon PilgrimFix MSVC "not all control paths return a value" warning
2022-04-07 Simon Pilgrim[X86] Ensure ZN3Tuning inherits from ZN2Tuning instead...
2022-04-07 Simon Pilgrim[X86] Add test case for PR44795
2022-04-07 Nathan Sidwell[clang] Verify internal entity module mangling
2022-04-07 Antonio FrighettoFix warnings when `-Wdeprecated-enum-enum-conversion...
2022-04-07 Nico Weber[gn build] (manually) port 3031fa88f01e
2022-04-07 Nico Weber[gn build] (manually) port 5390606aa963
2022-04-07 Nico Weber[lld/mac] Don't emit stabs entries for functions folded...
2022-04-07 Nikolas Klauser[libc++] Remove redundant __invoke_constexpr functions
2022-04-07 Nikita Popov[Clang] Remove redundant -no-opaque-pointers flag in...
2022-04-07 Kavitha Natarajan[clang][DebugInfo] Support debug info for alias variable
2022-04-07 Weining Lu[LoongArch] Split asmstr to opcstr and opnstr in LAInst...
2022-04-07 Simon Pilgrim[bugpoint] ReduceCrashingFunctions::TestFuncs - fix...
2022-04-07 Priyansh SinghFix grammar and punctuation across several docs; NFC
2022-04-07 chenglin.bi[AMDGPU] Regenerate xor3-i1-const.ll test(NFC)
2022-04-07 Luís Marques[RISCV] Fix crash for section alignment with .option...
2022-04-07 Chih-Ping Chen[DebugInfo] Use DW_ATE_signed encoding when creating...
2022-04-07 Kirill Bobyrev[clangd] NFC: Fix doc typos
2022-04-07 Nikita Popov[Clang] Add -no-opaque-pointers to more tests (NFC)
2022-04-07 Zi Xuan Wu[CSKY] Support bitcast operation from/to double to...
2022-04-07 Simon Pilgrim[X86] Add Issue #50412 fcmp-logic test case
2022-04-07 Simon PilgrimFix "result of 32-bit shift implicitly converted to...
2022-04-07 Benjamin Kramer[bazel] Port 3031fa88f0
2022-04-07 Nikita Popov[OpaquePtrs][Clang] Add -no-opaque-pointers to tests...
2022-04-07 Nikolas Klauser[libc++][ranges] Add implicit conversion to bool test...
2022-04-07 Mehdi Chinoune[lldb] Fix building standalone LLDB on Windows.
2022-04-07 Lorenzo Chelini[MLIR] Standalone: Fix copy-and-paste typo (NFC)
2022-04-07 Martin Storsjö[lldb] [CMake] Disable GCC's -Wstringop-truncation...
2022-04-07 Balázs Kéri[clang][ASTImporter] Not using consumeError at failed...
2022-04-07 Benjamin Kramer[clang-tidy] Silence unused variable warning in release...
2022-04-07 Weining Lu[LoongArch] Improve td files indentation a little bit...
2022-04-07 Fraser Cormack[RISCV] Select unmasked integer setcc insts via ISel...
2022-04-07 Benjamin Kramer[bazel] Port 5390606aa963
2022-04-07 Benjamin KramerTransforms: Remove unused include
2022-04-07 Florian Hahn[VPlan] Use vector.body as header name in VPlan native...
2022-04-07 Fraser Cormack[RISCV][VP] Add basic RVV codegen for vp.fcmp
2022-04-07 Nikita Popov[lld] Remove support for legacy pass manager
2022-04-07 Nikita Popov[OpaquePtr][Clang] Add CLANG_ENABLE_OPAQUE_POINTERS...
2022-04-07 Valentin Clement[mlir][CSE] Remove duplicated operations with MemRead...
2022-04-07 Wei Xiao[x86] Improve select lowering for smin(x, 0) & smax...
2022-04-07 Nikita Popov[LoopSink] Use MemorySSA with legacy pass manager
2022-04-07 Balázs Kéri[clang-tidy] bugprone-signal-handler: Message improveme...
2022-04-07 Tobias Hieta[LLD][COFF] Fix TypeServerSource matcher with more...
2022-04-07 Stanislav Mekhanoshin[AMDGPU] Fix test difference in debug and release....
2022-04-07 Jason MolendaCorrect debugserver to write xmm/ymm/zmm reg values
2022-04-07 Liqin Weng[RISCV] Add CMOV isel pattern for (select (setgt X...
2022-04-07 Petr Hosek[CMake][Fuchsia] Include bolt
2022-04-07 Fangrui Song[ELF] Ignore --no-add-needed
2022-04-07 Fangrui Song[Driver][test] Fix csky-toolchain.c to be CLANG_DEFAULT...
2022-04-07 Jez Ng[lld-macho][nfc] Rearrange order of statements to clari...
2022-04-07 Fangrui Song[Driver][test] Fix csky-toolchain.c to be CLANG_DEFAULT...
2022-04-07 Fangrui SongReland "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX...
2022-04-07 Fangrui Song[CSKY] Fix some Clang warnings. NFC
2022-04-07 Jun ZhangLink aganist clangSema to fix broken build.
2022-04-07 Matt ArsenaultAMDGPU: Handle private atomics
2022-04-07 Matt ArsenaultAtomicExpand: Add NotAtomic lowering strategy
2022-04-07 Matt ArsenaultAtomicExpand: Change return type for shouldExpandAtomic...
2022-04-07 Lian Wang[RISCV] Supplement patterns for vnsrl.wx/vnsra.wx when...
2022-04-07 Krystian Kuzniarek[clang-format][docs] Fix incorrect 'clang-format 11...
2022-04-07 River Riddle[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser...
2022-04-07 Stanislav Mekhanoshin[AMDGPU] Check SI LDS offset bug in the allowsMisaligne...
2022-04-07 Michael Kruse[libomptarget] Add device RTL to regression test depend...
2022-04-07 LLVM GN Syncbot[gn build] Port 39f156863392
2022-04-07 Matt ArsenaultTransforms: Split LowerAtomics into separate Utils...
2022-04-07 River Riddle[mlir:PDL] Expand how native constraint/rewrite functio...
2022-04-07 Petr Hosek[CMake][compiler-rt] Include the missing variables
2022-04-07 Aart Bik[mlir][sparse] replace stack-based access pattern with...
2022-04-07 Simon Dardis[MIPS] Initial support for MIPS-I load delay slots
2022-04-06 Stanislav Mekhanoshin[AMDGPU] Regenerate global isel lds ops test checks...
2022-04-06 Louis Dionne[libc++abi] Remove XFAIL on arm64
2022-04-06 Alina Sbirlea[MSSA] Print memory phis when inspecting walker.
2022-04-06 Alina SbirleaRevert f7381a795ab235d34c94eaf01dc880eb5b89619d
2022-04-06 Simon Dardis[mips] Remove stale comment (NFC)
2022-04-06 Blue Gaston[Darwin][ASan] Fix "interceptor working?" check for...
2022-04-06 Peter Collingbournegn build: Fix some tests for host_os to instead check...
2022-04-06 Sam McCall[pseudo] Include missing `count` in test deps.
2022-04-06 Craig Topper[AArch64][AMDGPU][WebAssembly] Use static_cast instead...
2022-04-06 Jonas Devlieghere[lldb] Remove duplicate "warning:"
2022-04-06 Sam McCallRemove unused FileEntry::operator<. NFC
2022-04-06 Nathan Sidwell[demangler] Node precision dumper
2022-04-06 Peter CollingbourneReland "gn build: Fix support for building the builtins...
2022-04-06 Peter Collingbournegn build: Use target OS to control whether to use/depen...
2022-04-06 Walter Erquinigo[NFC][trace][intelpt] Remove unneeded import
2022-04-06 John Demme[MLIR] Add block detach func to CAPI and use it in...
2022-04-06 Nathan Sidwell[demangler][NFC] Rename SwapAndRestore to ScopedOverride
2022-04-06 Martin Storsjö[libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME
2022-04-06 Martin Storsjö[Support] [BLAKE3] Fix building for Cygwin
2022-04-06 Martin Storsjö[AArch64] Fix the upper limit for folded address offset...
2022-04-06 Martin Storsjö[lldb] Silence GCC/glibc warnings about ignoring the...
2022-04-06 Martin Storsjö[lldb] Silence GCC warnings about missing returns after...
2022-04-06 Martin Storsjö[lldb] Fix detecting warning options for GCC
2022-04-06 LLVM GN Syncbot[gn build] Port c03d6257c58f
2022-04-06 Sam McCall[pseudo] Rename DirectiveMap -> DirectiveTree. NFC
2022-04-06 Congzhe Cao[LoopInterchange] Try to achieve the most optimal acces...
2022-04-06 Paul Robinson[PS4] Fix a buggy cast
2022-04-06 Walter Erquinigo[trace][intelpt] Introduce instruction Ids
next