Changes
#27891 (Jan 26, 2021 5:55:02 PM)
- Support for instrumenting only selected files or functions — phosek / detail
- [RISCV] Add rv64 run lines to rv32 MC layer tests for B extension — craig.topper / detail
- [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs` — tianshilei1992 / detail
- [gn build] Port bb9eb1982980 — llvmgnsyncbot / detail
#27890 (Jan 26, 2021 5:14:33 PM)
- Frontend: Fix layering between create{,Default}OutputFile, NFC — Duncan P. N. Exon Smith / detail
- [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures. — vyacheslav.p.zakharin / detail
- llvm-lib: Pull error printing code out of two functions — thakis / detail
- Disable rosegment for old Android versions. — danalbert / detail
- [gn build] restore build command removed in 9595a7ff55b6 for platforms without prebuilts — thakis / detail
- [gn build] fix get.py change — thakis / detail
- [libomptarget][cuda] Handle missing _v2 symbols gracefully — jonathanchesterfield / detail
- [OpenMP] Modify OMP_ALLOCATOR environment variable — nawrin.sultana / detail
- [libc++] Give `MoveOnly` all six comparison operators, not just == and <. — arthur.j.odwyer / detail
#27889 (Jan 26, 2021 3:36:00 PM)
- [GlobalISel] Implement computeKnownBits for G_SEXT_INREG — Jessica Paquette / detail
- Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFC — Duncan P. N. Exon Smith / detail
- [llc] Add reportError helper and canonicalize error messages — i / detail
#27888 (Jan 26, 2021 3:04:18 PM)
- Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStream — Duncan P. N. Exon Smith / detail
- Salvage debug info for function arguments in coro-split funclets. — Adrian Prantl / detail
#27887 (Jan 26, 2021 2:31:19 PM)
- [gn build] Port 1e634f3952aa — llvmgnsyncbot / detail
- [OpenMP][Libomptarget] Fix cmake error on remote plugin — atmndp / detail
- [GlobalISel][IRTranslator] Ignore the llvm.experimental.noalias.scope.decl intrinsic. — Amara Emerson / detail
- [NFC][lit] Cleanup code using string interpolation — julian.lettner / detail
- [X86] In shrinkAndImmediate, place the new constant into the topological sort. — craig.topper / detail
- [NFC] Show instcombine powi simplifications drop FMF — valery.n.dmitriev / detail
- [InstCombine] Preserve FMF for powi simplifications. — valery.n.dmitriev / detail
- [libomptarget][NFC] Use portable printf format specifiers. — vyacheslav.p.zakharin / detail
- [NewPM] Add ExtraVectorizerPasses support — bjorn.a.pettersson / detail
- [ARM] Fix STRT/STRHT/STRBT input/output operands. — chaosdefinition / detail
#27886 (Jan 26, 2021 12:50:42 PM)
- [AMDGPU] Update subtarget features for new target ID support — Austin.Kerbow / detail
- CGDebugInfo: Drop Loc.isInvalid() special case from getLineNumber — i / detail
- CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid location — i / detail
- [flang][openacc][NFC] Organize clause validity tests by directive — clementval / detail
- Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCH — jingham / detail
- Revert "Support for instrumenting only selected files or functions" — phosek / detail
- Add -fbinutils-version= to gate ELF features on the specified binutils version — i / detail
- [libc++] Fix oss-fuzz build — Louis Dionne / detail
- [llvm-elfabi] Support ELF file that lacks .gnu.hash section — haowei / detail
- [OpenMP][Libomptarget] Introduce Remote Offloading Plugin — atmndp / detail
- [libomptarget][cuda] Only run tests when sure there is cuda available — jonathanchesterfield / detail
- [libomptarget][cuda] Gracefully handle missing cuda library — jonathanchesterfield / detail
- [llvm-elfabi] Fix test after D95140 — i / detail
#27885 (Jan 26, 2021 11:23:56 AM)
- [mlir] sret and byval now require a type argument when constructed. — eschweitz / detail
- [RISCV] Have customLegalizeToWOp truncate to the original type instead of i32 now that we use it for i8/i16 as well. — craig.topper / detail
- [ARM] [ELF] Fix ARMMaterializeGV for Indirect calls — adhemerval.zanella / detail
- [clangd] Selection handles CXXBaseSpecifier — n.james93 / detail
- [clangd] FindTarget resolves base specifier — n.james93 / detail
- [libomptarget][devicertl][amdgpu] Fix build, variable renaming error — jonathanchesterfield / detail
- Support for instrumenting only selected files or functions — phosek / detail
- [gn build] Port 4edf35f11a9e — llvmgnsyncbot / detail
- [OpenMP][Libomptarget] Introduce changes to support remote plugin — atmndp / detail
#27884 (Jan 26, 2021 10:47:36 AM)
- [mlir] Set CUDA/ROCm context before creating resources. — csigg / detail
- [lldb][NFC] Another attempt to fix GCC 5.x compilation — Raphael Isemann / detail
- Reland "[lit] Use os.cpu_count() to cleanup TODO" — julian.lettner / detail
#27883 (Jan 26, 2021 10:04:01 AM)
- [mlir] Add Python bindings for IntegerSet — zinenko / detail
- [clangd] Add std::size_t to StdSymbol mapping — kadircet / detail
- [lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC) — davelee.com / detail
- [OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target dependent language — tianshilei1992 / detail
- AMDGPU: Add assertion to determineCalleeSaves — Matthew.Arsenault / detail
- AMDGPU: Fix redundant FP spilling/assert in some functions — Matthew.Arsenault / detail
#27882 (Jan 26, 2021 8:28:15 AM)
- AMDGPU: Clear IsSSA property in SIFormMemoryClauses — Matthew.Arsenault / detail
- [libomptarget][NFC] Fixed obsolete function names in comments — georgios.rokos / detail
- [AMDGPU] Fix null-dereference static analysis warnings. NFCI. — llvm-dev / detail
- [Sema] diagnoseEquivalentInternalLinkageDeclarations - assert for non-null NamedDecl. NFCI. — llvm-dev / detail
- [mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h. — pifon / detail
- [NFC] Disallow unused prefixes under clang/test/CodeGen — mtrofin / detail
- [AMDGPU] HSAMD::fromString - replace std::string arg with StringRef. NFCI. — llvm-dev / detail
- Fix null dereference static analysis warning. NFCI. — llvm-dev / detail
- [LoopUtils] do not initialize Cmp predicate unnecessarily; NFC — spatel / detail
- [LoopVectorize] add test for fmin/fmax FMF propagation; NFC — spatel / detail
#27881 (Jan 26, 2021 7:31:28 AM)
- [AMDGPU] Fix use of HasModifiers in VopProfile — Mirko.Brkusanin / detail
- [AMDGPU] Add IntrWillReturn to three intrinsics — sebastian.neubauer / detail
- [CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrinsicInstrCost — sander.desmalen / detail
- Fix signed/unsigned comparison warning. NFCI. — llvm-dev / detail
- [LoopUnswitch] Add some additional tests. — flo / detail
- [LoopUnswitch] Avoid partially unswitching too aggressively. — flo / detail
#27880 (Jan 26, 2021 6:06:39 AM)
- [LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 relocation — adhemerval.zanella / detail
- [mlir] drop unused statics — zinenko / detail
- [LIBOMPTARGET]FIX define declaration, NFC — noreply / detail
- [JITLink][ELF/x86-64] When building PLT stub, use -4 offset for PCRel32. — Lang Hames / detail
- [ORC] Fix debug logging message. — Lang Hames / detail
- Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code — zarko / detail
- Revert "[flang] Search for #include "file" in right directory" — andrzej.warzynski / detail
- [ORC] Attempt to auto-claim responsibility for weak defs in ObjectLinkingLayer. — Lang Hames / detail
- [Passes] Run peeling as part of simple/full loop unrolling. — flo / detail
#27879 (Jan 26, 2021 3:29:00 AM)
- ClangBuilder: Enable fortran in test-suite — diana.picus / githubweb
#27879 (Jan 26, 2021 3:29:00 AM)
- [clang][cli] Port GPU-related language options to marshalling system — jan_svoboda / detail
- [LLDB][test] - Fix test after yaml2obj change. — grimar / detail
- [update_llc_test_checks] Support AVR — powerman1st / detail
- [llvm-nm] Silence a gcc warning about a stray semicolon. NFC. — martin / detail
- [yaml2obj][obj2yaml] - Improve how we set/dump the sh_entsize field. — grimar / detail
- [mlir:async] Use ODS to define async types — ezhulenev / detail
- Revert "[clang-format] add case aware include sorting" — marek.kurdej / detail
- [SVE] Fix some logical arithmetic tests — david.sherwood / detail
- [mlir] Async: add a separate pass to lower from async to async.coro and async.runtime — ezhulenev / detail
- [AMDGPU][MC] Refactored exp tgt handling — dmitry.preobrazhensky / detail
#27879 (Jan 26, 2021 3:29:00 AM)
- ClangBuilder: Enable fortran in test-suite — diana.picus / detail
#27878 (Jan 26, 2021 1:32:54 AM)
- [clang][cli] NFC: Simplify BoolOption API — jan_svoboda / detail
- [RISCV] Define different pseudo instructions for different FPR. — kai.wang / detail
- [clang][cli] Store LangStandard::Kind in LangOptions — jan_svoboda / detail
- [clang][cli] Port GNU language options to marshalling system — jan_svoboda / detail
- [clang][cli] Accept strings instead of options in ImpliedByAnyOf — jan_svoboda / detail
- [clangd] Fix filename completion at the end of file — kadircet / detail
- [NFC] Refine some uninitialized used variables. — freddy.ye / detail
- [RISCV] Adjust RISCVInstrInfoVSDPatterns.td for different pseudo instructions for different FPR. — craig.topper / detail
- [libObject,llvm-readelf/obj] - Don't use @@ when printing versions of undefined symbols. — grimar / detail
- [clangd] Add include-fixer fixit for no_member_template diagnostic. — hokein.wu / detail
- [llvm-nm][ELF] - Use @@ prefix when printing default versions. — grimar / detail
- [yaml2obj] - Refine how we set the sh_link field. NFCI. — grimar / detail
#27877 (Jan 25, 2021 11:35:57 PM)
- Revert "[WebAssembly] MC layer writes table symbols to object files" — sbc / detail
- Add vp2intersect to AVX512 dialect. — nicolas.vasilache / detail
#27876 (Jan 25, 2021 10:13:11 PM)
- [OpenMP][FIX] Enforce a function boundary for a new data environment — johannes / detail
- [OpenMP] Add source location information to the libomptarget profile — johannes / detail
- [mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule' — zhanghb97 / detail
- [Object][WebAssembly] Update format of error messages — sbc / detail
#27875 (Jan 25, 2021 8:05:40 PM)
- [Test][AArch64] Move overflow add/sub tests to their own file. NFC — code / detail
- [Test][AArch64] Add s32 legalizer test for UADDE/USUBE — code / detail
- Revert "[libomptarget][cuda] Gracefully handle missing cuda library" — jonathanchesterfield / detail
- [OpenMP] Added the support for hidden helper task in RTL — tianshilei1992 / detail
- [TableGen] Use llvm::append_range (NFC) — kazu / detail
- [StackSafety] Use ListSeparator (NFC) — kazu / detail
- [AMDGPU] Forward-declare MachineIRBuilder (NFC) — kazu / detail
- [RISCV] Implement vlsegff intrinsics. — kai.wang / detail
- [RISCV] Update V extension to v1.0-draft 08a0b464. — kai.wang / detail
#27874 (Jan 25, 2021 7:00:46 PM)
- [x86] Fix trivial typo in emmintrin.h — wolfgang_pieb / detail
- [lit] Update lit.py shebang for Python3 — julian.lettner / detail
- [GlobalISel][Localizer] Don't localize phi operands which are used more than once in the phi. — Amara Emerson / detail
- Frontend: Take VFS and MainFileBuffer by reference in PrecompiledPreamble::CanReuse, NFC — Duncan P. N. Exon Smith / detail
- [libcxx] random_device, for OpenBSD specify optimal entropy properties — brad / detail
- Revert "Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT." — richard / detail
- [llvm-link] Fix crash when materializing appending global — serguei.n.dmitriev / detail
- [X86] Correct some cross references in avxintrin.h. — wolfgang_pieb / detail
- [libomptarget][cuda] Gracefully handle missing cuda library — jonathanchesterfield / detail
- [PowerPC] Do not emit HW loop with half precision operations — nemanja.i.ibm / detail
- [JITLink] Disable ELF_ehframe_basic.s test on Windows. — Lang Hames / detail
#27873 (Jan 25, 2021 5:24:14 PM)
- [OpenMP][deviceRTLs] Remove omp_is_initial_device — tianshilei1992 / detail
- [InlineAdvisor] Allow replay of inline decisions for the CGSCC inliner from optimization remarks — modimo / detail
- [lldb/Lua] add support for Lua function breakpoint — pctammela / detail
- [AMDGPU] Added -mcpu=tahiti to 3 tests. NFC. — Stanislav.Mekhanoshin / detail
- [NFC] Disallow unused prefixes in clang/test/Analysis — mtrofin / detail
- [lld-macho] Link against ObjCARCOpts instead of ObjCARC — jezng / detail
- AMDGPU: Reduce the number of expensive calls in SIFormMemoryClause — changpeng.fang / detail
- [RISCV] Add isel patterns to optimize slli.uw patterns without Zba extension. — craig.topper / detail
- Revert "Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo method"" — Amara Emerson / detail
- DebugInfo: Generalize the .debug_addr minimization flag to pave the way for including other strategies — dblaikie / detail
- [libc++] Support immovable return types in std::function. — arthur.j.odwyer / detail
- [TargetLowering][RISCV] Don't transform (seteq/ne (sext_inreg X, VT), C1) -> (seteq/ne (zext_inreg X, VT), C1) if the sext_inreg is cheaper — craig.topper / detail
- ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFC — Duncan P. N. Exon Smith / detail
- [mlir:Async] Use LLVM coro operations in async.coro lowering — ezhulenev / detail
- [JITLink] Re-apply 6884fbc2c4f (ELF eh support) with fix for broken test case. — Lang Hames / detail
- SourceManager: Unify FileEntry/FileEntryRef versions of createFileID — Duncan P. N. Exon Smith / detail
- SourceManager: Migrate to FileEntryRef in getOrCreateContentCache, NFC — Duncan P. N. Exon Smith / detail
#27872 (Jan 25, 2021 3:33:49 PM)
- Add a libc aarch64 worker and a debug builder running on it. — sivachandra / githubweb
#27872 (Jan 25, 2021 3:33:49 PM)
- Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV" — richard / detail
- Recommit "[AArch64][GlobalISel] Implement widenScalar for signed overflow" — code / detail
- [clangd] ignore parallelism level for quick tasks — sam.mccall / detail
- [mlir:Async] Add intermediate async.coro and async.runtime operations to simplify Async to LLVM lowering — ezhulenev / detail
- Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6 — a20012251 / detail
- [RISCV] Add RVV insertelt/extractelt scalable-vector patterns — fraser / detail
- [LSR] Drop potentially invalid nowrap flags when switching to post-inc IV (PR46943) — nikita.ppv / detail
- [clangd] Allow configuration database to be specified in config. — sam.mccall / detail
- Follow on to: f05dc40c31d1883b46b8bb60547087db2f4c03e3 — jingham / detail
- Restore GNU , ## __VA_ARGS__ behavior in MSVC mode — harald / detail
- Fix runInTerminal errors on ARM — a20012251 / detail
- Fix -Wmissing-override in lldb — dblaikie / detail
- Support: Remove duplicated code in {File,clang::ModulesDependency}Collector, NFC — Duncan P. N. Exon Smith / detail
- [clang][Fuchsia] Add relative-vtables + asan multilibs — leonardchan / detail
#27872 (Jan 25, 2021 3:33:49 PM)
- Add a libc aarch64 worker and a debug builder running on it. — sivachandra / detail
#27871 (Jan 25, 2021 1:43:08 PM)
- Revert "[IndirectFunctions] Skip propagating attributes to address taken functions" — kzhuravl_dev / detail
- Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6 — a20012251 / detail
- Revert "[lit] Use os.cpu_count() to cleanup TODO" — julian.lettner / detail
- [YAML I/O] Fix bug in emission of empty sequence — Jonas Devlieghere / detail
- [flang] Search for #include "file" in right directory — pklausler / detail
- [flang] Fix errors in ISO_FORTRAN_ENV module for REAL128 — pklausler / detail
#27870 (Jan 25, 2021 12:56:21 PM)
- Revert "[clangd][NFC] Simplify handing on methods with no params" — keithbsmiley / detail
- [ObjC][ARC] Annotate calls with attributes instead of emitting retainRV — Akira / detail
- [clang-format] [NFC] Use some constexpr StringRef — bjoern / detail
- [clang-format] [NFC] Restructure getLineCommentIndentPrefix — bjoern / detail
- [clang-format] [NFC] Remove unsued arguments — bjoern / detail
- [clang-format] PR16518 Add flag to suppress empty line insertion before access modifier — bjoern / detail
- [clang-format] [NFC] Rerun dump_format_style.py — bjoern / detail
- libcxx: Try to fix build after D92044 — thakis / detail
- [gn build] Port e123cd674c02 — llvmgnsyncbot / detail
- Reland"[clangd][NFC] Simplify handing on methods with no params" — n.james93 / detail
- [vscode] Improve runInTerminal and support linux — a20012251 / detail
- Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT. — jingham / detail
#27869 (Jan 25, 2021 11:56:35 AM)
- [RISCV] Custom type legalize i8/i16 UDIV/UREM/SDIV on RV64 so we can use divuw/remuw/divw. — craig.topper / detail
- [clangd][NFC] Simplify handing on methods with no params — n.james93 / detail
- [OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intrinsics — tianshilei1992 / detail
- [mlir] Add C API for IntegerSet — zinenko / detail
- [GVN] do not repeat PRE on failure to split critical edge — ndesaulniers / detail
- [ThreadPlan] fix exec on Linux — a20012251 / detail
- [VPlan] Replace uses with new value in VPInstructionsToVPRecipe (NFC). — flo / detail
- [lit] Use os.cpu_count() to cleanup TODO — julian.lettner / detail
#27868 (Jan 25, 2021 10:46:10 AM)
- [libc++][doc] Update the release notes. — koraq / detail
- [RISCV] Use sign extend for i32 arguments and returns in makeLibCall on RV64. — craig.topper / detail
- [OpenMP][NFC] Fix SourceInfo.h variable names — huberjn / detail
- [ARM] Use half directly for args/return types in test. NFC — david.green / detail
- [clang-format] add case aware include sorting — marek.kurdej / detail
- [libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right) — arthur.j.odwyer / detail
- [Sema] Fix an assertion failure in -Wcompletion-handler — erik.pilkington / detail
- [libc++] [P0879] constexpr std::reverse, partition, *_permutation. — arthur.j.odwyer / detail
- [clang] Add -fprofile-prefix-map — keithbsmiley / detail
- [mlir] Use more C99 comments in C API header files — zinenko / detail
- [PowerPC] Add missing negate for VPERMXOR on little endian subtargets — nemanja.i.ibm / detail
- [lld] Consistent help text for `--save-temps` — sbc / detail
- [SampleFDO] Report error when reading a bad/incompatible profile instead of — wmi / detail
- [mlir][Affine] Add support for multi-store producer fusion — diego.caballero / detail
- [Win64] Ensure all stack frames are 8 byte aligned — rnk / detail
- [libc++] Fix build after 51faba35fd81fbd3af407a29c136895a718ccd96 — Louis Dionne / detail
#27867 (Jan 25, 2021 9:23:17 AM)
- Revert "Fix unused variable in CoroFrame.cpp when building Release with GCC 10" — lxfind / detail
- [OpenCL] Refactor of targets OpenCL option settings — anton.zabaznov / detail
- [scudo][standalone] Enable death tests on Fuchsia — kostyak / detail
#27866 (Jan 25, 2021 7:38:34 AM)
- [clangd] Fix a crash when indexing invalid ObjC method declaration — adamcz / detail
- [clangd] Allow diagnostics to be suppressed with configuration — sam.mccall / detail
- [Verifier] enable and limit llvm.experimental.noalias.scope.decl dominance checking — jeroen.dobbelaere / detail
- [X86][AVX] Generalize vperm2f128/vperm2i128 patterns to support all legal 256-bit vector types — llvm-dev / detail
- [Verifier] disable llvm.experimental.noalias.scope.decl dominance check. — jeroen.dobbelaere / detail
- [LLDB] Remove leftovers and typos from RegisterInfos_arm64_sve.h — omair.javaid / detail
- [LLDB] Define AUXV_AT_HWCAP2 in AuxVector.h — omair.javaid / detail
- [LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbot — omair.javaid / detail
- Revert "[JITLink] Enable exception handling for ELF." — thakis / detail
- [AMDGPU][MC] Improved errors handling for SDWA operands — dmitry.preobrazhensky / detail
- [libomptarget] Compile with older cuda, revert D95274 — jonathanchesterfield / detail
- [libc++] Implement P0655R1 visit<R>: Explicit Return Type for visit — Louis Dionne / detail
#27865 (Jan 25, 2021 6:52:14 AM)
- [mlir][Linalg] Fix incorrect erase order — nicolas.vasilache / detail
- [NFC] Fix title comment typo and provide description for LLJIT example. — shivam98.tkg / detail
- [mlir] Generalize OpFoldResult usage in ops with offsets, sizes and operands. — nicolas.vasilache / detail
- [VPlan] Handle scalarized values in VPTransformState. — flo / detail
- [Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT — shivam98.tkg / detail
#27864 (Jan 25, 2021 6:07:01 AM)
- Fix Windows-on-Arm buildbots — maxim.kuvyrkov / githubweb
#27864 (Jan 25, 2021 6:07:01 AM)
- [SLPVectorizer] NFC: Migrate getVectorCallCosts to use InstructionCost. — sander.desmalen / detail
- [flang][driver] Update PP tests to use the new driver — faris.rehman / detail
- [mlir][Linalg] Add a hoistPaddingOnTensors transformation — nicolas.vasilache / detail
- Revert "[clang] Fix signedness in vector bitcast evaluation" — sven.vanhaastregt / detail
- [InstCombine] add tests for min/max intrinsics with extended values; NFC — spatel / detail
- [InstCombine] narrow min/max intrinsics with extended inputs — spatel / detail
- Add a --use-color option to clang-query to allow forcing the behavior — aaron / detail
- Revert "[SystemZ][z/OS] Fix No such file or directory expression error matching in lit tests - continued" — Abhina.Sreeskantharajan / detail
- Revert "[SystemZ][z/OS] Fix No such file or directory expression error" — Abhina.Sreeskantharajan / detail
- [X86][AVX] combineX86ShuffleChainWithExtract - widen to at least original root size. NFCI. — llvm-dev / detail
- [mlir][Linalg] Address missed review item — nicolas.vasilache / detail
- [clang] Fix a nullptr dereference bug on invalid code — adamcz / detail
#27864 (Jan 25, 2021 6:07:01 AM)
- Fix Windows-on-Arm buildbots — maxim.kuvyrkov / detail
#27863 (Jan 25, 2021 4:22:19 AM)
- [SelectionDAG] Support scalable-vector splats in more cases — fraser / detail
- [OpenCL][Docs] Describe tablegen BIFs declarations. — anastasia.stulova / detail
- [InstructionCost] Prevent InstructionCost being created with CostState. — sander.desmalen / detail
- [TableGen] RuleMatcher::defineComplexSubOperand avoid std::string copy. NFCI. — llvm-dev / detail
- [X86][AVX] combineX86ShuffleChain - avoid bitcasts around insert_subvector() shuffle patterns. — llvm-dev / detail
- [flang][driver] Remove newline in CompilerInvocation — faris.rehman / detail
- [clang] Fix signedness in vector bitcast evaluation — sven.vanhaastregt / detail
- [X86][AVX] LowerTRUNCATE - avoid bitcasts around extract_subvectors. — llvm-dev / detail
#27862 (Jan 25, 2021 2:54:51 AM)
- [clang] NFC: Remove else if after return — kbobyrev / detail
- [lld][ELF][test] Add testing for IE/LD TLS weak undef references — james.henderson / detail
- [clang-format] [docs] Fix RST indentation. — marek.kurdej / detail
- [yaml2obj, obj2yaml] - Implement section header table as a special Chunk. — grimar / detail
- [clang] NFC: Remove else-after-return pattern from some files — kbobyrev / detail
- [ObjectYAML] - An attempt to fix BB after commit of D95140. — grimar / detail
- [mlir] Perfectly forward ImplicitLocOpBuilder ctors to OpBuilder — benny.kra / detail
- [llvm-dwp] Automatically set the target triple — pfaffe / detail
#27861 (Jan 25, 2021 1:06:19 AM)
- [clang][cli] NFC: Move prefix to the front of BoolOption — jan_svoboda / detail
- [clang][cli] NFC: Pass CC1Option explicitly to BoolOption — jan_svoboda / detail
- Revert "[clang][AVR] Improve avr-ld command line options" — ben.shi / detail
- [clang-format] Add the possibility to align assignments spanning empty lines or comments — marek.kurdej / detail
- Revert "[clang-format] Add the possibility to align assignments spanning empty lines or comments" — marek.kurdej / detail
- [clang-format] Add the possibility to align assignments spanning empty lines or comments — marek.kurdej / detail
- Fix a build-bot failure. — hokein.wu / detail
- [XRay] Make __xray_customevent support non-Linux — i / detail
- [XRay] Support DW_TAG_call_site and delete unneeded PATCHABLE_EVENT_CALL/PATCHABLE_TYPED_EVENT_CALL lowering — i / detail
- [libc++] Set CMAKE_FOLDER. NFC. — marek.kurdej / detail
- [RISCV] Implement new architecture extension macros — simon.cook / detail
- [RISCV] Add attribute support for all supported extensions — simon.cook / detail
- [AArch64] Add Cortex CPU subtarget features for instruction fusion. — sjoerd.meijer / detail
- [mlir][Linalg] Add a padding option to Linalg tiling — nicolas.vasilache / detail
#27860 (Jan 25, 2021 12:06:36 AM)
- [AArch64] Merge [US]MULL with half adds and subs into [US]ML[AS]L — andre.simoesdiasvieira / detail
#27856 (Jan 24, 2021 9:31:34 PM)
- [JITLink] Enable exception handling for ELF. — Lang Hames / detail
#27855 (Jan 24, 2021 8:08:00 PM)
- [clang][AVR] Improve avr-ld command line options — powerman1st / detail
- [NFC] [DAGCombine] Correct the result for sqrt even the iteration is zero — qshanz / detail
#27854 (Jan 24, 2021 6:27:03 PM)
- [PowerPC] support register pressure reduction in machine combiner. — czhengsz / detail
- Fix sign-comparison warnings in unit test EXPECTs — dblaikie / detail
- lldb: Add support for printing variables with DW_AT_ranges on DW_TAG_subprograms — dblaikie / detail
- [mlir][Python] Roll up of python API fixes. — stellaraccident / detail
#27853 (Jan 24, 2021 5:27:03 PM)
#27852 (Jan 24, 2021 4:37:26 PM)
- [AMDGPU] Fix llvm.amdgcn.init.exec and frame materialization — carl.ritson / detail
#27850 (Jan 24, 2021 2:25:30 PM)
- [RISCV] Fix name of Zba extension (NFC) — simon.cook / detail
- [ARM] Extra MVE unaligned VLDn tests. NFC — david.green / detail
- [RISCV] Add test cases for missed opportunities to use fcvt.*.w(u) instructions on RV64 when input is known to be extended from i8/i16. — craig.topper / detail
- [RISCV] Add test cases for missed opportunities to use *W instructions for div/rem when inputs are sign/zero extended from i8/16 instead of i32. — craig.topper / detail
- [RISCV] Use bitsLE instead of strict == MVT::i32 in assertsexti32 and assertzexti32. — craig.topper / detail
- [RISCV] Add support for Zvamo/Zvlsseg to driver — simon.cook / detail
#27849 (Jan 24, 2021 12:05:14 PM)
- [CodeGen] Forward-declare TargetMachine (NFC) — kazu / detail
- [Target] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use pop_back_val (NFC) — kazu / detail
- [lldb] Add -Wl,-rpath to make tests run with fresh built libc++ — i / detail
- Implement vAttachOrWait — pavel / detail
#27848 (Jan 24, 2021 11:19:04 AM)
- [RISCV] Use SRLIWPat in the PACKUW pattern. — craig.topper / detail
#27847 (Jan 24, 2021 10:33:19 AM)
- [OpenMP] Fixed test environment of `check-libomptarget-nvptx` — tianshilei1992 / detail
- [libomptarget][cuda] Fix build, change missed from D95274 — jonathanchesterfield / detail
#27845 (Jan 24, 2021 8:13:20 AM)
- [Utils] Use NoAliasScopeDeclInst in a few more places (NFC) — nikita.ppv / detail
#27844 (Jan 24, 2021 7:19:52 AM)
- [SLP] fix fast-math requirements for fmin/fmax reductions — spatel / detail
- [LTO] Move DisableVerify setting to LTOCodeGenerator class (NFC). — flo / detail
- [CostModel] Tests for showing the cost of intrinsics from the vectorizer. NFC — david.green / detail
#27843 (Jan 24, 2021 5:57:29 AM)
- [LoopUnroll] Use llvm.experimental.noalias.scope.decl for duplicating noalias metadata as needed — jeroen.dobbelaere / detail
- [LoopRotate] Use llvm.experimental.noalias.scope.decl for duplicating noalias metadata as needed — jeroen.dobbelaere / detail
- [InstCombine] Remove unused llvm.experimental.noalias.scope.decl — jeroen.dobbelaere / detail
- [AArch64] Saturating add cost tests. NFC — david.green / detail
- Fix x86 exegesis tests after c042aff8860df3cad2b274bf0a495e83ae36ddee — dave / detail
#27842 (Jan 24, 2021 4:02:42 AM)
- [libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics — jonathanchesterfield / detail
- [examples] Fix "Target does not support MC emission!" in HowToUseJIT example. — Lang Hames / detail
#27841 (Jan 24, 2021 2:11:12 AM)
- [ValueTracking] Don't assume readonly function will return — nikita.ppv / detail
#27840 (Jan 24, 2021 1:35:40 AM)
- [RISCV] Make the code in MatchSLLIUW ignore the lower bits of the AND mask where the shift has guaranteed zeros. — craig.topper / detail
#27836 (Jan 23, 2021 10:07:57 PM)
- [JITLink] Use edge kind names for fixups in EHFrameEdgeFixer. — Lang Hames / detail
#27832 (Jan 23, 2021 8:14:14 PM)
- [OpenMPIRBuilder] Silence compiler warning. NFC. — llvm-project / detail
- [AVR] Optimize 8-bit int shift — powerman1st / detail
#27831 (Jan 23, 2021 6:22:58 PM)
- [OpenMPIRBuilder] Implement tileLoops. — llvm-project / detail
#27830 (Jan 23, 2021 4:59:02 PM)
- [SystemZ][ZOS] Provide PATH_MAX macro for libcxx — zibi / detail
- [RISCV] Group some Zbs isel patterns together and remove a stale comment. NFC — craig.topper / detail
#27829 (Jan 23, 2021 4:14:35 PM)
- [libomptarget][amdgpu][nfc] Update comments — jonathanchesterfield / detail
- [RISCV] Add isel patterns to remove (and X, 31) from sllw/srlw/sraw shift amounts. — craig.topper / detail
- [RISCV] Add test cases for SRO/SLO with shift amounts masked to bitwidth-1. NFC — craig.topper / detail
- [RISCV] Add isel patterns to remove masks on SLO/SRO shift amounts. — craig.topper / detail
#27828 (Jan 23, 2021 2:36:18 PM)
- [NewPM][opt] Make -enable-new-pm default to LLVM_ENABLE_NEW_PASS_MANAGER — aeubanks / detail
- [IR] Add NoAliasScopeDeclInst (NFC) — nikita.ppv / detail
- [NFC][SimplifyCFG] Extract PerformValueComparisonIntoPredecessorFolding() out of FoldValueComparisonIntoPredecessors() — lebedev.ri / detail
- [NFC][SimplifyCFG] Perform early-continue in FoldValueComparisonIntoPredecessors() per-pred loop — lebedev.ri / detail
- [NFC][SimplifyCFG] Extract CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses() out of PerformBranchToCommonDestFolding() — lebedev.ri / detail
- [mlir][CAPI] Add result type inference to the CAPI. — stellaraccident / detail
#27827 (Jan 23, 2021 12:38:33 PM)
- [Clang][OpenMP][NVPTX] Replace `libomptarget-nvptx-path` with `libomptarget-nvptx-bc-path` — tianshilei1992 / detail
- [SimplifyCFG] Regenerate test checks (NFC) — nikita.ppv / detail
- [PhaseOrdering] Add tests for PR44461 and PR48844 (NFC) — nikita.ppv / detail
- [libomptarget][cuda] Call v2 functions explicitly — jonathanchesterfield / detail
- [test] Pin dead-calls-willreturn.ll to legacy PM — aeubanks / detail
#27826 (Jan 23, 2021 10:56:43 AM)
- [llvm] Forward-declare ICFLoopSafetyInfo (NFC) — kazu / detail
- [Target] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use pop_back_val (NFC) — kazu / detail
- [Polly] Gist new access relations using the SCoP context. — llvm-project / detail
- [Polly] Clean up hasFeasibleRuntimeContext. — llvm-project / detail
- [Polly] Allow param sets for dumpPw(). — llvm-project / detail
- [Polly] Track defined behavior for PHI predecessor computation. — llvm-project / detail
- [FuzzMutate] Add mutator to modify instruction flags. — flo / detail
- [libc++] Remove invalid C++20 code from a test. — koraq / detail
- Revert "[Target] Use llvm::append_range (NFC)" — kazu / detail
#27825 (Jan 23, 2021 10:24:03 AM)
#27824 (Jan 23, 2021 9:51:01 AM)
- [SLP] add reduction test with mixed fast-math-flags; NFC — spatel / detail
- [SLP] fix fast-math-flag propagation on FP reductions — spatel / detail
- [AVR] Optimize 16-bit comparison with constant — powerman1st / detail
- [ASan] Fix broken Windows build due to 596d534ac3524052df210be8d3c01a33b2260a42. — Dan Liew / detail
- [libc++] Implements concept destructible — koraq / detail
#27823 (Jan 23, 2021 8:24:03 AM)
- [lldb/Lua] add initial Lua typemaps — pctammela / detail
- [lldb/Lua] add 'Lua' before naming versions — pctammela / detail
- [AVR] Optimize 8-bit logic left/right shifts — powerman1st / detail
- [Local] Treat calls that may not return as being alive. — flo / detail
#27822 (Jan 23, 2021 6:32:51 AM)
- [LSR] Add test for PR46943 (NFC) — nikita.ppv / detail
- [Clang] Move assembler into a separate file — aykevanlaethem / detail
- [gn build] Port 2325157c0568 — llvmgnsyncbot / detail
- [SimplifyCFG] Change 'LoopHeaders' to be ArrayRef<WeakVH>, not a naked set, thus avoiding dangling pointers — lebedev.ri / detail
- Revert "[Clang] Move assembler into a separate file" — aykevanlaethem / detail
- [gn build] Port 0057cc5a215e — llvmgnsyncbot / detail
#27821 (Jan 23, 2021 4:01:55 AM)
- [Support] TrigramIndex::insert - pass std::String argument by const reference. NFCI. — llvm-dev / detail
- [InlineFunction] Use llvm.experimental.noalias.scope.decl for noalias arguments. — jeroen.dobbelaere / detail
- [LTO] Store target attributes as vector of strings (NFC). — flo / detail
#27820 (Jan 23, 2021 2:03:42 AM)
- [llvm-link] Fix for an assertion when linking global with appending linkage — serguei.n.dmitriev / detail
- [RISCV][PrologEpilogInserter] "Float" emergency spill slots to avoid making them immediately unreachable from the stack pointer — roger.ferrer / detail
#27819 (Jan 23, 2021 12:02:38 AM)
- [Analysis] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use isAlpha/isAlnum (NFC) — kazu / detail
- [llvm] Use static_assert instead of assert (NFC) — kazu / detail
- [ASan] Stop blocking child thread progress from parent thread in `pthread_create` interceptor. — Dan Liew / detail
#27818 (Jan 22, 2021 10:24:05 PM)
#27817 (Jan 22, 2021 8:26:22 PM)
#27815 (Jan 22, 2021 5:08:05 PM)
- [RGT][TextAPI] Remove a zero-trip loop and the assertions within it — paul.robinson / detail
- [CodeComplete] Add ranged for loops code pattern. — n.james93 / detail
- PR47682: Merge the DeclContext of a merged FunctionDecl before we inherit — richard / detail
- Change materializeFrameBaseRegister() to return register — Stanislav.Mekhanoshin / detail
- [AMDGPU] Fix FP materialization/resolve with flat scratch — Stanislav.Mekhanoshin / detail
- Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTest — Jason Molenda / detail
- [libomptarget] Build cuda plugin without cuda installed locally — jonathanchesterfield / detail
- ADT: Use 'using' to inherit assign and append in SmallString — Duncan P. N. Exon Smith / detail
- [LoopDeletion] Handle inner loops w/untaken backedges — listmail / detail
- [RISCV] Implement vloxseg/vluxseg intrinsics. — kai.wang / detail
- [RISCV] Add RV32 test cases for vluxseg. — kai.wang / detail
- [RISCV] Add RV64 test cases for vluxseg. — kai.wang / detail
- [RISCV] Add RV32 test cases for vloxseg. — kai.wang / detail
- [RISCV] Add RV64 test cases for vloxseg. — kai.wang / detail
- [RISCV] Implement vsoxseg/vsuxseg intrinsics. — kai.wang / detail
- [RISCV] Add RV32 test cases for vsuxseg. — kai.wang / detail
- [RISCV] Add RV64 test cases for vsuxseg. — kai.wang / detail
- [RISCV] Add RV32 test cases for vsoxseg. — kai.wang / detail
- [RISCV] Add RV64 test cases for vsoxseg. — kai.wang / detail
- [OpenMP] Remove unnecessary pointer checks in a few locations — hansang.bae / detail
- [InstCombine] remove incompatible attribute when simplifying some lib calls — zequanwu / detail
- Recommit "[AArch64][GlobalISel] Make G_USUBO legal and select it." — Amara Emerson / detail
#27814 (Jan 22, 2021 3:12:36 PM)
- [gn build] Port 622eaa4a4cea — llvmgnsyncbot / detail
- [lld-macho] Ignore -lto_library — jezng / detail
- [RISCV] Add B extension tests to make sure RV64 only instructions aren't accepted in RV32. — craig.topper / detail
- [GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo method — Amara Emerson / detail
- [VFS] Fix inconsistencies between relative paths and fallthrough. — Jonas Devlieghere / detail
- [NFC][SimplifyCFG] PerformBranchToCommonDestFolding(): fix instruction name preservation — lebedev.ri / detail
- [NFC][SimplifyCFG] fold-branch-to-common-dest.ll: reduce complexity of @pr48450* test — lebedev.ri / detail
- [NFC][SimplifyCFG] PerformBranchToCommonDestFolding(): move instruction cloning to after CFG update — lebedev.ri / detail
- [SimplifyCFG] FoldBranchToCommonDest(): re-lift restrictions on liveout uses of bonus instructions — lebedev.ri / detail
- Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAddoSubo method" — 31459023+hctim / detail
- Revert "[AArch64][GlobalISel] Implement widenScalar for signed overflow" — 31459023+hctim / detail
- Revert "[AArch64][GlobalISel] Make G_USUBO legal and select it." — 31459023+hctim / detail
- [Matrix] Propagate shape information through fneg — francisvm / detail
- [mlir][Linalg] Make Fill operation work on tensors. — ravishankarm / detail
- [RISCV] Add more cmov isel patterns to handle seteq/ne with a small non-zero immediate. — craig.topper / detail
- [RGT][ADT] Remove test assertion that will not be executed — paul.robinson / detail
- [lldb] FixFileSystem::GetExternalPath for VFS API change — Jonas Devlieghere / detail
- [RGT] Don't use EXPECT* macros in a subprocess that exits by signalling — paul.robinson / detail
#27813 (Jan 22, 2021 1:42:18 PM)
- [Tests] Add willreturn to libcalls in some tests — nikita.ppv / detail
- [RISCV] Rename pcnt->cpop to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Remove addiwu, addwu, subwu, subuw, clmulw, clmulrw, clmulhw to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Swap encodings of max and minu to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Rename mnemonics slliu.w->slli.uw and addu.w->add.uw to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Add Zba feature and move add.uw and slli.uw to it. — craig.topper / detail
- [RISCV] Add SH*ADD(.UW) instructions to Zba extension based on 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Move Shift Ones instructions from Zbb to Zbp to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Rename Zbs instructions to start with just 'b' instead of 'sb' to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Modify add.uw patterns to put the masked operand in rs1 to match 0.93 bitmanip spec. — craig.topper / detail
- [RISCV] Change zext.w to be an alias of add.uw rd, rs1, x0 instead of pack. — craig.topper / detail
- [RISCV] Move pack instructions to Zbp extension only. — craig.topper / detail
- [RISCV] Add zext.h instruction to Zbb. — craig.topper / detail
- [RISCV] Add support for rev8 and orc.b to Zbb. — craig.topper / detail
- [RISCV] Add xperm.* instructions to Zbp extension. — craig.topper / detail
- [RISCV] Update B extension version to 0.93. — craig.topper / detail
- [mlir][Linalg] Disable fusion of tensor_reshape op by expansion when unit-dims are involved — ravishankarm / detail
- [InstSimplify] Add willreturn to more libcall tests (NFC) — nikita.ppv / detail
- [Analysis] Support AIX vec_malloc routines — froese / detail
- [RISCV] Add isel patterns for SH*ADD(.UW) — craig.topper / detail
- [Inline] Precommit tests for dead calls and willreturn. — flo / detail
#27812 (Jan 22, 2021 12:52:22 PM)
- [mlir][Linalg] Extend tile+fuse to work on Linalg operation on tensors. — ravishankarm / detail
- Add more explicit assert for failures — jpienaar / detail
- [libc++] Bring back mach_absolute_time implementation of steady_clock — Louis Dionne / detail
- [SimplifyLibCalls] Skip unused calls in sincos transform — nikita.ppv / detail
- Remove obsolete TODOs — julian.lettner / detail
- [mlir][OpFormatGen] Add support for anchoring optional groups with types — riddleriver / detail
- [CodeGen] Use getCharWidth() more consistently in CGRecordLowering. NFC — bjorn.a.pettersson / detail
- [CGExpr] Use getCharWidth() more consistently in CCGExprConstant. NFC — bjorn.a.pettersson / detail
- [libc++] Introduce __bits — schuett / detail
- [NewPM][AMDGPU] Skip adding CGSCCOptimizerLate callbacks at O0 — aeubanks / detail
#27811 (Jan 22, 2021 11:29:48 AM)
- [llvm-mca] Adding local lit config file for X86 targets — wolfgang_pieb / detail
- [mlir] Add coro intrinsics operations to LLVM dialect — ezhulenev / detail
- [LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOL — Shafik Yaghmour / detail
- [mlir][spirv] Fix script for availability autogen and refresh ops — antiagainst / detail
- [flang] Remove some needless operations in expr rewriting — pklausler / detail
- [mlir][spirv] Define spv.IsNan/spv.IsInf and add lowerings — antiagainst / detail
- [InstCombine] add tests for abs(sext X); NFC — spatel / detail
- [InstCombine] narrow abs with sign-extended input — spatel / detail
- [flang] Correct shape analysis for transformational intrinsic functions — pklausler / detail
- [SystemZ][z/OS] Fix No such file or directory expression error matching in lit tests - continued — Abhina.Sreeskantharajan / detail
- [flang][nfc] Fix comments, remove needless API, tweak script — pklausler / detail
- [CSSPGO] LTO option for pseudo probe — hoy / detail
- [mlir][Linalg] NFC: Refactor LinalgDependenceGraphElem to allow — ravishankarm / detail
- [NFC][libc++] Update the implementation status. — koraq / detail
#27810 (Jan 22, 2021 9:20:59 AM)
- [SystemZ][z/OS] Fix No such file or directory expression error — Abhina.Sreeskantharajan / detail
- [HIP] Support __managed__ attribute — Yaxun.Liu / detail
- [MLIR] Add support for extracting an integer sample point (if one exists) from an unbounded FlatAffineConstraints. — arjunpitchanathan / detail
- [mlir][StandardOps] Fix typos in the td file. — hanchung / detail
- [ELF] --wrap: retain __wrap_foo if foo is defined in an object/bitcode file — i / detail
- [OpenMP] libomp: properly initialize buckets in __kmp_dephash_extend — Andrey.Churbanov / detail
- [libc++] Fix broken build when merging libc++abi into libc++ on Apple — Louis Dionne / detail
#27809 (Jan 22, 2021 8:31:55 AM)
- [coro.async] Make sure we process async coroutines — aschwaighofer / detail
- [LoopUnswitch] Add test cases with atomic loads & call — flo / detail
- [LoopUnswitch] Fix logic to avoid unswitching with atomic loads. — flo / detail
- [flang] Fix typo in error message — psteinfeld / detail
- [X86][AVX] combineTargetShuffle - simplify the X86ISD::VPERM2X128 subvector matching — llvm-dev / detail
- [X86][AVX] canonicalizeLaneShuffleWithRepeatedOps - handle unary vperm2x128(permute/shift(x,c),undef) cases — llvm-dev / detail
- [X86][AVX] canonicalizeLaneShuffleWithRepeatedOps - handle vperm2x128(movddup(x),movddup(y)) cases — llvm-dev / detail
#27808 (Jan 22, 2021 7:09:49 AM)
- [SLP] do not traverse constant uses — spatel / detail
- [X86][AVX] combineX86ShufflesRecursively - attempt to constant fold before widening shuffle inputs — llvm-dev / detail
- [clangd][SwapIndex] ensure that the old index is alive while we are using it via the function returned by `SwapIndex::indexedFiles()` call — platonov.aleksandr / detail
- [clangd] Inject context provider rather than config into ClangdServer. NFC — sam.mccall / detail
- [LTO] Add support for existing Config::Freestanding option. — flo / detail
- Avoid fragile type lookups in GDB pretty printer — sichert / detail
- [ARM] Disable sign extended SSAT pattern recognition. — david.green / detail
- [clang][ASTImporter] Add support for importing CXXFoldExpr. — 1.int32 / detail
- [SimplifyCFG] FoldBranchToCommonDest(): don't deal with unconditional branches — lebedev.ri / detail
- [NFCI-ish][SimplifyCFG] FoldBranchToCommonDest(): really don't deal with uncond branches — lebedev.ri / detail
- [NFC][SimplifyCFG] FoldBranchToCommonDest(): unclutter Cond/CondInPred handling — lebedev.ri / detail
- [NFC][SimplifyCFG] FoldBranchToCommonDest(): somewhat better structure weight updating code — lebedev.ri / detail
- [NFC][SimplifyCFG] FoldBranchToCommonDest(): extract check for destination sharing into a helper function — lebedev.ri / detail
- [NFC][SimplifyCFG] FoldBranchToCommonDest(): extract the actual transform into helper function — lebedev.ri / detail
- [NFC][InstCombine] Extract freelyInvertAllUsersOf() out of canonicalizeICmpPredicate() — lebedev.ri / detail
- [NFC][InstCombine] Add tests for `(~x) &/| y` --> `~(x |/& (~y))` fold — lebedev.ri / detail
- [InstCombine] Fold `(~x) & y` --> `~(x | (~y))` iff it is free to do so — lebedev.ri / detail
- [InstCombine] Fold `(~x) | y` --> `~(x & (~y))` iff it is free to do so — lebedev.ri / detail
- Revert "[NFCI-ish][SimplifyCFG] FoldBranchToCommonDest(): really don't deal with uncond branches" — lebedev.ri / detail
- [libomptarget][devicertl] Drop templated atomic functions — jonathanchesterfield / detail
#27807 (Jan 22, 2021 5:15:23 AM)
- [X86][SSE] Don't fold shuffle(binop(),binop()) -> binop(shuffle(),shuffle()) if the shuffle are splats — llvm-dev / detail
- [DAG] Commute shuffle(splat(A,u), shuffle(C,D)) -> shuffle'(shuffle(C,D), splat(A,u)) — llvm-dev / detail
- [NFC] Add CMakeUserPresets.json filename to .gitignore — benicsbalazs / detail
- Revert "[clang] Suppress "follow-up" diagnostics on recovery call expressions." — hokein.wu / detail
- Don't delete default constructor of PathDiagnosticConsumerOptions — sichert / detail
- [clang][Tooling] Get rid of a hack in SymbolOccurrences, NFCI — mikhail.maltsev / detail
#27806 (Jan 22, 2021 2:31:52 AM)
- [AMDGPU] Fix the inconsistency in soffset for MUBUF stack accesses. — Christudasan.Devadasan / detail
- [APSInt][NFC] Clean up doxygen comments — sven.vanhaastregt / detail
- [SVE] Add support for scalable vectorization of loops with selects and cmps — david.sherwood / detail
- [LegacyPM] Update InversedLastUser on the fly. NFC. — jay.foad / detail
- [JITLink][ELF/x86-64] Add support for weak and hidden symbols. — Lang Hames / detail
- Fix build failure caused by 2e080eb00ad76654313e0e119bb7fa0ffe2f9866 — david.sherwood / detail
- [X86][SSE] Add v16i8 02_20_uu_uu_uu_uu_uu_uu_uu_uu_uu_uu_uu_uu_uu_uu shuffle test — llvm-dev / detail
- [X86][SSE] Add PR48823 HSUB test case — llvm-dev / detail
- [AMDGPU] Implement mir parseCustomPseudoSourceValue — sebastian.neubauer / detail
- [gn build] Port 8214982b5042 — llvmgnsyncbot / detail
- [IR] Optimize adding attribute to AttributeList (NFC) — nikita.ppv / detail
- [ARM] Add new and regenerate SSAT tests. NFC — david.green / detail
- [clangd] Add documentation for building and testing clangd — kadircet / detail
- [ARM] Adjust isSaturatingConditional to return a new SDValue. NFC — david.green / detail
#27805 (Jan 22, 2021 12:37:55 AM)
- [AArch64][GlobalISel] Implement widenScalar for signed overflow — Amara Emerson / detail
- [TargetLowering] Simplify some code in SimplifySetCC that tries to handle SIGN_EXTEND_INREG operand types that should never happen. NFCI — craig.topper / detail
- [AMDGPU] Test clean up (NFC) — Christudasan.Devadasan / detail
- Update filename to workers.py file in documentation — douglas.yung / detail
- NFC: Remove simple_ilist comment mentioning ilist/iplist allocating — nathan / detail
- [TargetLowering] Use getBoolConstant instead of assuming zero or one for boolean contents. — craig.topper / detail
- [clang][cli] Port visibility LangOptions to marshalling system — jan_svoboda / detail
- [RISCV] Fix intrinsic CodeGen test cases for vrgather — shihpo.hung / detail
#27802 (Jan 21, 2021 10:44:59 PM)
- [mlir][Linalg] Introduce linalg.pad_tensor op. — hanchung / detail
- [mlir][StandardToSPIRV] Add support for lowering uitofp to SPIR-V — hanchung / detail
#27798 (Jan 21, 2021 10:04:59 PM)
#27794 (Jan 21, 2021 9:24:59 PM)
- [JITLink][ELF/x86-64] Range check 32-bit relocs. — Lang Hames / detail
- [NewPM][opt] Run the "default" AA pipeline by default — aeubanks / detail
#27792 (Jan 21, 2021 9:04:59 PM)
- [ASTReader] Allow controlling separately whether validation should be disabled for a PCH vs a module file — kyrtzidis / detail
#27790 (Jan 21, 2021 8:44:59 PM)
- [AMDGPU][Inliner] Remove amdgpu-inline and add a new TTI inline hook — aeubanks / detail
- [NFC] Disallow unused prefixes under llvm/test — mtrofin / detail
#27788 (Jan 21, 2021 8:24:59 PM)
- [RISCV] Correct DWARF number for vector registers. — kai.wang / detail
- [NewPM][opt] Run the "default" AA pipeline by default — aeubanks / detail
- [CodeGen] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Don't include StringSwitch.h where unnecessary (NFC) — kazu / detail
- [llvm] Use isDigit (NFC) — kazu / detail
- [mlir] Enable passing crash reproducer stream factory method — jpienaar / detail
- Revert "[NewPM][opt] Run the "default" AA pipeline by default" — aeubanks / detail
#27784 (Jan 21, 2021 7:44:59 PM)
- [RISCV] Don't create LMUL=8 pseudo instructions for ternary widening arithmetic instructions — craig.topper / detail
#27782 (Jan 21, 2021 7:24:59 PM)
- [AArch64][GlobalISel] Make G_USUBO legal and select it. — Amara Emerson / detail
#27780 (Jan 21, 2021 7:04:59 PM)
- [RISCV] Add intrinsics for RVV 1.0 vrgatherei16 — shihpo.hung / detail
- [RISCV] Add intrinsics for vector unordered indexed load in RVV 1.0 — shihpo.hung / detail
- [RISCV] Add intrinsics for RVV1.0 VFRSQRTE7 & VFRECE7 — shihpo.hung / detail
#27778 (Jan 21, 2021 6:44:59 PM)
#27776 (Jan 21, 2021 6:24:59 PM)
- [AMDGPU] Test case demonstrating issues with generation of .debug_frame — VenkataRamanaiah.Nalamothu / detail
- [PowerPC] Duplicate inherited heuristic from base scheduler — qiucofan / detail
#27772 (Jan 21, 2021 5:45:00 PM)
- [RISCV] Add a VL output to vleff intrinsics. — craig.topper / detail
- [llvm-mca] Addressing build failures due to missing override specifiers — wolfgang_pieb / detail
- [mlir] Support FuncOpSignatureConversion for more FunctionLike ops. — mikeurbach / detail
- [CodeGen][ObjC] Fix broken IR generated when there is a nil receiver — Akira / detail
#27770 (Jan 21, 2021 5:24:00 PM)
- [flang] Fix bogus error message with binding — pklausler / detail
- [NFC] [TargetRegisterInfo] add another API to get srcreg through copy. — czhengsz / detail
#27768 (Jan 21, 2021 5:04:00 PM)
#27766 (Jan 21, 2021 4:44:00 PM)
- [llvm-mca] Test case was missing a triple. — wolfgang_pieb / detail
- [flang] Allow NULL() actual argument for pointer dummy — pklausler / detail
#27764 (Jan 21, 2021 4:24:00 PM)
- [RISCV] Use v8-v23 as argument registers to conform to the proposal. — kai.wang / detail
- [flang] Address name resolution problems — pklausler / detail
#27762 (Jan 21, 2021 4:04:00 PM)
- [llvm-mca] Forgot a couple of override specifiers. — wolfgang_pieb / detail
#27760 (Jan 21, 2021 3:44:00 PM)
- [libc++abi] Simplify scan_eh_tab — i / detail
- [gn build] Port d38be2ba0e4e — llvmgnsyncbot / detail
- [libc] Distinguish compiler and run failures — phosek / detail
- [RISCV] New vector load/store in V extension v1.0 — kai.wang / detail
#27758 (Jan 21, 2021 3:24:00 PM)
- [llvm-mca] Initial implementation of serialization using JSON. The views — wolfgang_pieb / detail
#27756 (Jan 21, 2021 3:04:00 PM)
#27754 (Jan 21, 2021 2:44:00 PM)
- Fix crash when emitting NullReturn guards for functions returning BOOL — jonathan_roelofs / detail
#27752 (Jan 21, 2021 2:24:00 PM)
#27750 (Jan 21, 2021 2:04:00 PM)
- Revert [mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers (cf50f4f76456) — csigg / detail
#27748 (Jan 21, 2021 1:44:00 PM)
#27746 (Jan 21, 2021 1:24:28 PM)
- [SLP] rename reduction variable to avoid shadowing; NFC — spatel / detail
- [LV][ARM] Inloop reduction cost modelling — david.green / detail
- [lldb-vscode] improve modules request — a20012251 / detail
#27742 (Jan 21, 2021 12:44:28 PM)
- Remove deprecated methods from OpState. — csigg / detail
- Scalar: Don't visit constants in findInnerReductionPhi in LoopInterchange — Duncan P. N. Exon Smith / detail
#27740 (Jan 21, 2021 12:24:28 PM)
- [SLP] simplify reduction matching — spatel / detail
- Recommit "[RISCV] Legalize select when Zbt extension available" — craig.topper / detail
- ADT: Fix reference invalidation in SmallVector::emplace_back and assign(N,V) — Duncan P. N. Exon Smith / detail
#27738 (Jan 21, 2021 12:04:28 PM)
- [FunctionAttrs] Infer willreturn for functions without loops — nikita.ppv / detail
- [ELF] report section sizes when output file too large — llvm / detail
#27736 (Jan 21, 2021 11:44:28 AM)
- X86: Fix use-after-realloc in X86AsmParser::ParseIntelExpression — Duncan P. N. Exon Smith / detail
#27734 (Jan 21, 2021 11:24:28 AM)
#27732 (Jan 21, 2021 11:04:28 AM)
#27730 (Jan 21, 2021 10:44:28 AM)
#27724 (Jan 21, 2021 9:44:28 AM)
- [NFC][Doc] Mention SystemZ supports StackMap generation — ulrich.weigand / detail
#27722 (Jan 21, 2021 9:24:28 AM)
- [RISCV] Add new V instructions in v1.0-08a0b46. — kai.wang / detail
- [libc++] Use ioctl when available to get random_device entropy. — marek.kurdej / detail
- Revert "[AMDGPU] Implement mir parseCustomPseudoSourceValue" — sebastian.neubauer / detail
- [OpenMP] Add time profiling support in libomp — georgakoudis1 / detail
- [RISCV] Update V instructions constraints to conform to v1.0 — kai.wang / detail
#27720 (Jan 21, 2021 9:04:28 AM)
- [RISCV] Make LMUL field in VTYPE continuous. — kai.wang / detail
- [flang][driver] Move fixed/free from detection out of FrontendAction API — andrzej.warzynski / detail
#27718 (Jan 21, 2021 8:43:57 AM)
- [AMDGPU][GlobalISel] Run SIAddImgInit — jay.foad / detail
- [mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOp — ravishankarm / detail
- [mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard. — ravishankarm / detail
#27717 (Jan 21, 2021 7:57:41 AM)
- [flang][driver] Make the driver report diagnostics from the prescanner — andrzej.warzynski / detail
- [ARM] Fix vector saddsat costs. — david.green / detail
- [AMDGPU] Implement mir parseCustomPseudoSourceValue — sebastian.neubauer / detail
- AArch64/GlobalISel: Factor out parametersInCSRMatch — Matthew.Arsenault / detail
- [OpenMP][NVPTX] Added forward declaration for atomic operations — tianshilei1992 / detail
- AMDGPU: Use more accurate fast f64 fdiv — Matthew.Arsenault / detail
- AMDGPU: Remove v_rsq_f64 patterns — Matthew.Arsenault / detail
#27716 (Jan 21, 2021 6:59:58 AM)
- [lldb][NFC] Fix build with GCC<6 — Raphael Isemann / detail
- AMDGPU: Add occupancy to serialized MachineFunctionInfo — Matthew.Arsenault / detail
- [OpenMP] Add support for mapping names in mapper API — huberjn / detail
#27715 (Jan 21, 2021 6:00:19 AM)
#27714 (Jan 21, 2021 5:24:14 AM)
- Add log1p lowering from standard to NVVM intrinsics — frgossen / detail
- [DAGCombiner] Enable SimplifyDemandedBits vector support for TRUNCATE (REAPPLIED). — llvm-dev / detail
- Add log1p lowering from standard to ROCDL intrinsics — frgossen / detail
- [MC] Use std::make_tuple to make some toolchains happy again — mikael.holmen / detail
- [InstCombine] avoid crashing on attribute propagation — spatel / detail
#27713 (Jan 21, 2021 4:49:05 AM)
- [X86] Avoid a std::string copy by replacing auto with const auto&. NFC. — llvm-dev / detail
- [DAG] CombineToPreIndexedLoadStore - use const APInt& for getAPIntValue(). NFCI. — llvm-dev / detail
- MC: AArch64: Add support for gotpage_lo15 — adhemerval.zanella / detail
- [lldb][import-std-module] Do some basic file checks before trying to import a module — Raphael Isemann / detail
- [lldb] Make TestBSDArchives a no-debug-info-test — Raphael Isemann / detail
- Reland [lldb] Fix TestThreadStepOut.py after "Flush local value map on every instruction" — Raphael Isemann / detail
- [DAG] SimplifyDemandedBits - correctly adjust truncated shift amount type — llvm-dev / detail
- [X86][SSE] Add uitofp(trunc(and(lshr(x,c)))) vector test — llvm-dev / detail
#27712 (Jan 21, 2021 2:52:03 AM)
- [mlir] Remove complex ops from Standard dialect. — pifon / detail
- [LoopUnswitch] Implement first version of partial unswitching. — flo / detail
- [clangd] Fix a missing override keyword, NFC. — hokein.wu / detail
- Revert "[X86][AMX] Fix tile config register spill issue." — yuanke.luo / detail
#27711 (Jan 21, 2021 1:20:29 AM)
#27710 (Jan 21, 2021 12:32:17 AM)
- [yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections. — grimar / detail
- [X86][AMX] Fix tile config register spill issue. — yuanke.luo / detail
- [llvm-nm][ELF] - Make -D display symbol versions. — grimar / detail
#27709 (Jan 20, 2021 11:56:26 PM)
- [IndirectFunctions] Skip propagating attributes to address taken functions — Madhur.Amilkanthwar / detail
#27708 (Jan 20, 2021 10:22:05 PM)
- [X86] Add experimental option to separately tune alignment of innermost loops — mkazantsev / detail
- [llvm] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [Transforms] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use hasSingleElement (NFC) — kazu / detail
#27707 (Jan 20, 2021 8:42:42 PM)
- [RISCV] Implement vsseg intrinsics. — kai.wang / detail
- [RISCV] Implement vlsseg intrinsics. — kai.wang / detail
- [RISCV] Implement vssseg intrinsics. — kai.wang / detail
#27706 (Jan 20, 2021 7:49:54 PM)
- [lldb] Upstream eCore_arm_arm64e enum value in ArchSpec — Jonas Devlieghere / detail
#27705 (Jan 20, 2021 7:15:40 PM)
- Use CXX_SOURCES and point to the right source file. — jingham / detail
- [dsymutil] Compare object modification times using second precision — Jonas Devlieghere / detail
- [RISCV] Use update_llc_test_checks.py to regenerate check lines in vleff-rv32.ll and vleff-rv64.ll. — craig.topper / detail
#27704 (Jan 20, 2021 6:36:37 PM)
- [DAGCombiner] Precommit test case for D95086 — carrot / detail
- [Clang][OpenMP] Use `clang_cc1` test for `declare_target_device_only_compilation.cpp` — tianshilei1992 / detail
- [lld-macho] Add dependency on ObjCARC to fix shared build — jezng / detail
- Fix a bug with setting breakpoints on C++11 inline initialization statements. — jingham / detail
- [MSan] Move origins for overlapped memory transfer — jianzhouzh / detail
#27703 (Jan 20, 2021 5:01:46 PM)
- [NFC] Minor cleanup for ValueHandle code. — varun_gandhi / detail
- [mlir] Add an interface for Cast-Like operations — riddleriver / detail
- [mlir] Add a new builtin `unrealized_conversion_cast` operation — riddleriver / detail
- [mlir] Make MLIRContext::getOrLoadDialect(StringRef, TypeID, ...) public — joker.eph / detail
- [mlir][OpFormatGen] Fix incorrect kind used for RegionsDirective — riddleriver / detail
#27702 (Jan 20, 2021 4:25:05 PM)
#27701 (Jan 20, 2021 3:43:13 PM)
- [mlir] NFC - Fix unused variable in non-debug mode — nicolas.vasilache / detail
- Makefile.rules: Avoid redundant .d generation (make restart) and inline archive rule to the only test — i / detail
- D94954: Fixes Snapdragon Kryo CPU core detection — david.green / detail
- [mlir][sparse] add asserts on reading in tensor data — ajcbik / detail
- Revert "[mlir][Affine] Add support for multi-store producer fusion" — diego.caballero / detail
- [RISCV] Add addu.w and slliu.w test that uses getelementptr with zero extended indices. — craig.topper / detail
- [RISCV] Add another isel pattern for slliu.w. — craig.topper / detail
- [BuildLibcalls, Attrs] Support more variants of C++'s new, add attributes for C++'s delete — Dávid Bolvanský / detail
- [libc][NFC] add "LlvmLibc" as a prefix to all test names — michaelrj / detail
#27700 (Jan 20, 2021 2:23:56 PM)
- [NFC] Move ImportedFunctionsInliningStatistics to Analysis — mtrofin / detail
- [gn build] Port 95ce32c7878d — llvmgnsyncbot / detail
- [mlir:async] Fix data races in AsyncRuntime — ezhulenev / detail
- Reland "[NPM][Inliner] Factor ImportedFunctionStats in the InlineAdvisor" — mtrofin / detail
- [hip] Fix `<complex>` compilation on Windows with VS2019. — michael.hliao / detail
- [NFC][AMDGPU] Document target ID syntax for code object V2 to V3 — Tony.Tye / detail
#27699 (Jan 20, 2021 1:20:49 PM)
- [EXTINT][OMP] Fix _ExtInt type checking in device code — erich.keane / detail
- [flang][driver] Refactor one unit-test case to use fixtures (nfc) — andrzej.warzynski / detail
- [PredicateInfo] Generalize processing of conditions — nikita.ppv / detail
- [libomptarget][devicertl][nfc] Remove some cuda intrinsics, simplify — jonathanchesterfield / detail
- [COFF] Fix relocation offsets in pdb-file-statics test input — rnk / detail
- Revert "[lldb] Re-enable TestPlatformProcessConnect on macos" — pavel / detail
- [libomptarget][devicertl][nfc] Simplify target_atomic abstraction — jonathanchesterfield / detail
- [mlir][Linalg] NFC - Expose getSmallestBoundingIndex as an utility function — nicolas.vasilache / detail
- Reland "[PDB] Defer relocating .debug$S until commit time and parallelize it" — rnk / detail
- [PredicateInfo][SCCP][NewGVN] Add tests for logical and/or (NFC) — nikita.ppv / detail
- [lldb/Commands] Align process launch --plugin with process attach (NFC) — medismail.bennani / detail
- [PredicateInfo] Handle logical and/or — nikita.ppv / detail
- [mlir] Fix SubTensorInsertOp semantics — nicolas.vasilache / detail
- [mlir] Add ComplexDialect to SCF->GPU pass. — pifon / detail
- [mlir][Linalg] NFC - Fully compose map and operands when creating AffineMin in tiling. — nicolas.vasilache / detail
- [flang] Infrastructure improvements in utility routines — pklausler / detail
- [CodeView] Emit function types in -gline-tables-only. — akhuang / detail
- [OpenMP][NVPTX] Added forward declaration to pave the way for building deviceRTLs with OpenMP — tianshilei1992 / detail
- [flang] Fix creation of deferred shape arrays by POINTER statement — psteinfeld / detail
#27698 (Jan 20, 2021 11:34:31 AM)
- Revert "[NPM][Inliner] Factor ImportedFunctionStats in the InlineAdvisor" — mtrofin / detail
- [lld-macho][easy] Create group for LLD-specific CLI flags — jezng / detail
- [lld-macho] Run ObjCContractPass during LTO — jezng / detail
- [NFC][AMDGPU] Split AMDGPUSubtarget.h to R600 and GCN subtargets — dfukalov / detail
- [mlir][Linalg] NFC - getAssumedNonShapedOperands now returns OperandRange — nicolas.vasilache / detail
- [WebAssembly] Prototype new f64x2 conversions — tlively / detail
#27697 (Jan 20, 2021 11:24:31 AM)
#27696 (Jan 20, 2021 11:14:35 AM)
- [X86][AVX] Handle vperm2x128 shuffling of a subvector splat. — llvm-dev / detail
- [RISCV] Remove unnecessary APInt copy. NFC — craig.topper / detail
- [BuildLibcalls] Mark some libcalls with inaccessiblememonly and inaccessiblemem_or_argmemonly — Dávid Bolvanský / detail
- [COFF] Use range for on relocations, NFC — rnk / detail
- Revert "[clang] Change builtin object size when subobject is invalid" — George Burgess IV / detail
- Revert "[DAGCombiner] Enable SimplifyDemandedBits vector support for TRUNCATE" — hans / detail
- [NPM][Inliner] Factor ImportedFunctionStats in the InlineAdvisor — mtrofin / detail
#27695 (Jan 20, 2021 10:23:34 AM)
- [RISCV] Add way to mark CompressPats that should only be used for compressing. — craig.topper / detail
- Avoid unused variable warning in opt mode — jpienaar / detail
- [mlir] fix the rocm runtime wrapper to account for cuda / rocm api differences — tobias.gysi / detail
- [lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC) — medismail.bennani / detail
- [PowerPC][Power10] Exploit splat instruction xxsplti32dx in Power10 — conanap / detail
- [MLIR][Standard] Add log1p operation to std — frgossen / detail
- [AArch64] Fix -Wunused-but-set-variable in GCC -DLLVM_ENABLE_ASSERTIONS=off build — i / detail
#27694 (Jan 20, 2021 9:46:30 AM)
- [OpenMP][NVPTX] Replaced CUDA builtin vars with LLVM intrinsics — tianshilei1992 / detail
- [mlir][Affine] Add support for multi-store producer fusion — diego.caballero / detail
#27693 (Jan 20, 2021 9:06:00 AM)
- [DAGCombiner] Enable SimplifyDemandedBits vector support for TRUNCATE — llvm-dev / detail
- Make it possible to store a ASTNodeKind in VariantValue — steveire / detail
- [libc++] Split re.alg tests into locale-dependent and independent tests — Alexander.Richardson / detail
- [libomptarget][devicertl] Wrap source in declare target pragmas — jonathanchesterfield / detail
- Implement dynamic mapAnyOf in terms of ASTNodeKinds — steveire / detail
- Loop peeling: check that latch is conditional branch — jotrem / detail
- [docs] Fix overly specific link to uploading patches on Phabricator — Louis Dionne / detail
- [SLP] move reduction createOp functions; NFC — spatel / detail
- [SLP] refactor more reduction functions; NFC — spatel / detail
- [SLP] reduce reduction code for checking vectorizable ops; NFC — spatel / detail
- [AMDGPU] pin lit test divergent-unswitch.ll to the old pass manager — sameer.sahasrabuddhe / detail
#27692 (Jan 20, 2021 7:18:15 AM)
- [AArch64] Add support for the GNU ILP32 ABI — amanieu / detail
- [TableGen] Improve algorithm for inheriting class template args and fields — paul / detail
- [X86][AVX] Fold extract_subvector(VSRLI/VSHLI(x,32)) -> VSRLI/VSHLI(extract_subvector(x),32) — llvm-dev / detail
- Revert "[TableGen] Improve algorithm for inheriting class template args and fields" — paul / detail
- Revert "Following up on PR48517, fix handling of template arguments that refer" — hans / detail
#27691 (Jan 20, 2021 5:40:35 AM)
- [PM] Avoid duplicates in the Used/Preserved/Required sets — bjorn.a.pettersson / detail
- [SCEV] Add a test with wrong exit counts. (NFC) — chenmindong1 / detail
#27690 (Jan 20, 2021 4:47:32 AM)
- [AMDGPU][GlobalISel] Avoid selecting S_PACK with constants — Mirko.Brkusanin / detail
- [Coroutine] Remain alignment information when merging frame variables — yedeng.yd / detail
- [PostRASched] Regenerate Whole Test with update_llc_test_checks.py — quic_arangasa / detail
- [mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers. — csigg / detail
- Added check if there are regions that do not implement the RegionBranchOpInterface. — julian.gross / detail
- [LLD][ELF] Correct test temporary file paths — jeremy.morse / detail
- [LV] Add test cases with multiple exits which require versioning. — flo / detail
- [llvm-symbolizer][doc] Reorder --relativenames in options list — james.henderson / detail
- [clangd] Fix division by zero when computing scores — kadircet / detail
- [AArch64] Add missing "pauth" feature to the .arch_extension directive. — mark.murray / detail
- [AArch64] Add missing "flagm" feature to the .arch_extension directive. — mark.murray / detail
- Fix cuda-runner tests. — csigg / detail
- [clangd] Extend find-refs to include overrides. — hokein.wu / detail
#27689 (Jan 20, 2021 2:58:12 AM)
- [GlobalISel] Add missing operand update when copy is required — mikael.holmen / detail
- [AMDGPU][MC] Add tfe disassembler support MIMG opcodes — petar.avramovic / detail
- [clang][cli] Port more options to new parsing system — jan_svoboda / detail
- [Test Commit] This is a test commit for https://reviews.llvm.org/D94904 — quic_arangasa / detail
- [clangd] Allow CDBs to have background work to block on. — sam.mccall / detail
- [clangd] Move DirBasedCDB broadcasting onto its own thread. — sam.mccall / detail
- [clangd] Remove the recovery-ast options. — sam.mccall / detail
- [clangd] Retire some flags for uncontroversial, stable features. — sam.mccall / detail
#27688 (Jan 20, 2021 1:38:24 AM)
- [NFC][InstructionCost] Use InstructionCost in lib/Transforms/IPO/IROutliner.cpp — david.sherwood / detail
- [lldb][docs] Expand CSS fix for LLDB doc tables — Raphael Isemann / detail
#27686 (Jan 20, 2021 12:21:38 AM)
- [X86] Add segment and address-size override prefixes — isanbard / detail
- [lldb][docs] Remove -webkit-hyphens in table cells so that table widths are correct on Safari — Raphael Isemann / detail
- [lldb][docs] Filter out 'thisown' attribute and inheritance boilerplate — Raphael Isemann / detail
#27685 (Jan 19, 2021 10:45:27 PM)
#27683 (Jan 19, 2021 9:39:21 PM)
- [ELF][test] Improve --wrap tests — i / detail
- [ELF] --wrap: Produce a dynamic symbol for undefined __wrap_ — i / detail
#27682 (Jan 19, 2021 9:00:42 PM)
- [SimplifyCFG] Reapply update_test_checks.py (NFC) — aqjune / detail
- [llvm] Use llvm::find (NFC) — kazu / detail
- [llvm] Use llvm::any_of (NFC) — kazu / detail
- [llvm] Use llvm::all_of (NFC) — kazu / detail
- [mlir][sparse] add narrower choices for pointers/indices — ajcbik / detail
#27681 (Jan 19, 2021 7:25:58 PM)
- Allow nonnull/align attribute to accept poison — aqjune / detail
- [RISCV] refactor VPatBinary (NFC) — shihpo.hung / detail
#27680 (Jan 19, 2021 6:48:39 PM)
#27679 (Jan 19, 2021 6:11:06 PM)
- [llvm-link] Improve link time for bitcode archives [NFC] — serguei.n.dmitriev / detail
#27677 (Jan 19, 2021 5:04:52 PM)
- [xray] Honor xray-never function-instrument attribute — ianlevesque / detail
- [gn build] (manually) port 933518fff82c — thakis / detail
- [gn build] fix libcxx gn file with libcxx_abi_namespace set — thakis / detail
- [mlir][python] Swap shape and element_type order for MemRefType. — stellaraccident / detail
#27676 (Jan 19, 2021 3:34:31 PM)
- Add API to retrieve a clade kind from ASTNodeKind — steveire / detail
- Revert "[WebAssembly] call_indirect issues table number relocs" — sbc / detail
- Implement constant folding for DivFOp — joker.eph / detail
- [SampleFDO] Add the support to split the function profiles with context into — wmi / detail
- Fix Wmissing-field-initializers warnings. — wmi / detail
#27675 (Jan 19, 2021 2:56:11 PM)
- [ASTMatchers] Allow use of mapAnyOf in more contexts — steveire / detail
- [RISCV] Remove NotHasStdExtZbb predicate from zext.h/sext.b/sext.h InstAliases. NFC — craig.topper / detail
- [msabi] Mangle a template argument referring to array-to-pointer decay — richard / detail
- Remove TypedMatcherOps from VariantValue — steveire / detail
- Remove unused functions. — echristo / detail
#27674 (Jan 19, 2021 2:15:00 PM)
- [lld][WebAssembly] Don't defined indirect function table in relocatable output — sbc / detail
- [mlir][python] Add facility for extending generated python ODS. — stellaraccident / detail
- [ASTMatchers] NFC Rearrange declarations to allow more arg adapting — steveire / detail
- [mlir][splitting std] move 2 more ops to `tensor` — silvasean / detail
- [lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir_by_id on Windows — stilis / detail
#27673 (Jan 19, 2021 1:13:31 PM)
- [llvm] Protect signpost map with a mutex — Jonas Devlieghere / detail
- [ELF] Improve R_PPC64_ADDR* relocation tests — i / detail
- [ELF] Error for out-of-range R_PPC64_ADDR16_HA, R_PPC64_ADDR16_HI and their friends — i / detail
- [ELF] Support R_PPC64_ADDR16_HIGH — i / detail
- [flang] Refine WhyNotModifiable() — pklausler / detail
- Revert "[PDB] Defer relocating .debug$S until commit time and parallelize it" — 31459023+hctim / detail
- [NFC] cleanup noalias2.ll test — jeroen.dobbelaere / detail
- Revert "[SLP]Merge reorder and reuse shuffles." — alexey.bataev / detail
- [NFC] Disallow unused prefixes under Other — mtrofin / detail
- [polly][NewPM][test] Fix polly tests under -enable-new-pm — aeubanks / detail
- [OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives. — alexey.bataev / detail
- [libc] Extend the current fenv functions to aarch64. — sivachandra / detail
- Ensure we don't strip the ConstantExpr carrying a non-type template — richard / detail
- Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not — richard / detail
#27672 (Jan 19, 2021 11:43:38 AM)
- [AMDGPU] Simpler names for arch-specific ttmp registers. NFC. — jay.foad / detail
- [clangd] Use ASTSignals in Heuristics CC Ranking. — usx / detail
- [Hexagon] Fix segment start to adjust for gaps between segments — kparzysz / detail
- [www] Fix background color in table cell. — richard / detail
- [noalias.decl] Look through llvm.experimental.noalias.scope.decl — jeroen.dobbelaere / detail
- Consider ASan messages interesting for creduce — rnk / detail
- Add bounds checking assertions to APValue, NFC — rnk / detail
- [libc++] Unbreak the debug mode — Louis Dionne / detail
- [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent — Louis Dionne / detail
- [Clang][OpenMP] Fixed an issue that clang crashed when compiling OpenMP program in device only mode without host IR — tianshilei1992 / detail
- [RISCV] Add DAG combine to turn (setcc X, 1, setne) -> (setcc X, 0, seteq) if we can prove X is 0/1. — craig.topper / detail
- [wasm][LLD] Rename --lto-new-pass-manager to --no-lto-legacy-pass-manager — aeubanks / detail
- [InstCombine] Add additional tests for select operand replacement (NFC) — nikita.ppv / detail
- Reapply [InstCombine] Replace one-use select operand based on condition — nikita.ppv / detail
- [ScalarizeMaskedMemIntrin] Add missing dependency — mariya.podchishchaeva / detail
- [libc++][P1679] add string contains — Louis Dionne / detail
#27671 (Jan 19, 2021 10:50:10 AM)
- [RISCV] Add ISel patterns for scalable mask exts & truncs — fraser / detail
- [GlobalISel] Combine (a[0]) | (a[1] << k1) | ...| (a[m] << kn) into a wide load — Jessica Paquette / detail
- Fix buildbot after cfc60730179042a93cb9cb338982e71d20707a24 — Jessica Paquette / detail
#27670 (Jan 19, 2021 10:14:18 AM)
- [mlir][python] Factor out standalone OpView._ods_build_default class method. — stellaraccident / detail
- [flang][driver] Move isFixedFormSuffix and isFreeFormSuffix to flangFrontend — andrzej.warzynski / detail
- [lldb][docs] Add a doc page for enums and constants — Raphael Isemann / detail
- [ARM] Expand vXi1 VSELECT's — david.green / detail
- [lldb][docs] Update .htaccess to redirect from old SB API documentation to new one — Raphael Isemann / detail
- [Polly] Update isl to isl-0.23-61-g24e8cd12. — llvm-project / detail
- [SystemZ][z/OS] Fix Permission denied pattern matching — Abhina.Sreeskantharajan / detail
#27669 (Jan 19, 2021 9:39:21 AM)
- [RISCV] Extend RVV VType info with the type's AVL (NFC) — fraser / detail
- [OpenMP] Fix atomic entries for captured logical operation — hansang.bae / detail
- [AMDGPU] Simplify test case for D94010 — jay.foad / detail
- [MLIR][SPIRV] Add `SignedOp` trait. — kareem.ergawy / detail
- [AMDGPU] Fix test case for D94010 — jay.foad / detail
- [ValueTracking] Strengthen impliesPoison reasoning — nikita.ppv / detail
- [clang-format] Apply Allman style to lambdas — bjoern / detail
#27668 (Jan 19, 2021 7:47:34 AM)
- [ThinLTO] Also prune Thin-* files from the ThinLTO cache — hans / detail
- [mlir][Affine] Revisit and simplify composeAffineMapAndOperands. — nicolas.vasilache / detail
- AArch64: add apple-a14 as a CPU — Tim Northover / detail
- [mlir][spirv] Define spv.GLSL.Fma and add lowerings — antiagainst / detail
- [lldb] Fix two documentation typos — Raphael Isemann / detail
- [X86] Regenerate fmin/fmax reduction tests — llvm-dev / detail
- [Flang][OpenMP] Add semantic checks for OpenMP Workshare Construct — praveen / detail
- [LoopRotate] Calls not lowered to calls should not block rotation. — flo / detail
- [libc++] Sync TEST_HAS_TIMESPEC_GET and _LIBCPP_HAS_TIMESPEC_GET on FreeBSD — Alexander.Richardson / detail
- [ARM] Expand add.sat/sub.sat cost checks. NFC — david.green / detail
- [WebAssembly][lld] Fix call-indirect.s test to validate — wingo / detail
- [clangd] Index local classes, virtual and overriding methods. — usx / detail
- [CMake] Remove dead code setting policies to NEW — raul / detail
- [PowerPC] Fix the check for the instruction using FRSP/XSRSP output register — wei.huang / detail
- [flang][directive] Get rid of flangClassValue in TableGen — clementval / detail
- [ARM] Add MVE add.sat costs — david.green / detail
#27667 (Jan 19, 2021 5:54:34 AM)
- [llvm/Orc] Fix ExecutionEngine module build breakage — medismail.bennani / detail
#27665 (Jan 19, 2021 5:34:34 AM)
- [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable. — Andrey.Churbanov / detail
- [flang][driver] Add standard macro predefinitions for compiler version — andrzej.warzynski / detail
#27663 (Jan 19, 2021 5:14:35 AM)
- [flang][driver] Add support for fixed form detection — andrzej.warzynski / detail
- [DebugInfo][dexter] Tweak dexter test for merged values — orlando.hyams / detail
#27662 (Jan 19, 2021 5:04:35 AM)
#27661 (Jan 19, 2021 4:54:35 AM)
#27659 (Jan 19, 2021 4:34:35 AM)
- [SystemZ][z/OS] Fix No such file or directory expression error — Abhina.Sreeskantharajan / detail
#27656 (Jan 19, 2021 4:04:35 AM)
- [AArch64][SVE]Add cost model for vector reduce for scalable vector — caroline.concatto / detail
#27654 (Jan 19, 2021 3:44:35 AM)
- [DebugInfo][dexter] Add dexter tests for merged values — orlando.hyams / detail
#27653 (Jan 19, 2021 3:34:35 AM)
- [flang][driver] Add support for `-I` in the new driver — andrzej.warzynski / detail
#27652 (Jan 19, 2021 3:24:35 AM)
#27651 (Jan 19, 2021 3:14:35 AM)
- [X86][SSE] combineVectorSignBitsTruncation - fold trunc(srl(x,c)) -> packss(sra(x,c)) — llvm-dev / detail
#27650 (Jan 19, 2021 3:06:34 AM)
- [AMDGPU] Simplify AMDGPUInstPrinter::printExpSrcN. NFC. — jay.foad / detail
- Revert 5238e7b302 "[InstCombine] Replace one-use select operand based on condition" — hans / detail
#27649 (Jan 19, 2021 2:34:23 AM)
- [ARM][MachineOutliner] Add stack fixup feature — yvan.roux / detail
- [lldb] Re-enable TestPlatformProcessConnect on macos — pavel / detail
- [LLDB] Add support to resize SVE registers at run-time — omair.javaid / detail
- [LLDB] Test SVE dynamic resize with multiple threads — omair.javaid / detail
- [LoopRotate] Add PrepareForLTO stage, avoid rotating with inline cands. — flo / detail
#27648 (Jan 19, 2021 2:04:35 AM)
- [lldb] Fix crash in "help memory read" — david.spickett / detail
#27646 (Jan 19, 2021 1:44:35 AM)
- [llvm] Prevent infinite loop in InstCombine of select statements — tpopp / detail
- [RISCV] Add scalable-vector integer extension patterns — fraser / detail
#27645 (Jan 19, 2021 1:34:35 AM)
- [llvm][nvptx] add atomicity to counter in ISelLowering — tpopp / detail
- [ORC] Move LookupRequest from OrcShared to Orc. — Lang Hames / detail
- [lit] Harmonize lit and llvm versionning — sguelton / detail
#27643 (Jan 19, 2021 1:17:47 AM)
- [clang][cli] Parse Lang and CodeGen options separately — jan_svoboda / detail
- [X86][AMX] Fix the typo. — yuanke.luo / detail
- [NFC] Make remaining cost functions in LoopVectorize.cpp use InstructionCost — david.sherwood / detail
#27642 (Jan 19, 2021 12:54:35 AM)
#27641 (Jan 19, 2021 12:44:40 AM)
#27640 (Jan 19, 2021 12:36:36 AM)
- [libc][NFC] Remove dead code — gchatelet / detail
- [libc][NFC] remove dependency on non standard ssize_t — gchatelet / detail
- [clang][driver][NFC][obvious] Remove obsolete unistd.h include — tbaeder / detail
#27638 (Jan 18, 2021 11:37:15 PM)
- [RISCV] Add intrinsics for vector AMO operations — shihpo.hung / detail
- [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. — marek.kurdej / detail
#27633 (Jan 18, 2021 10:32:24 PM)
- [ORC] Move OrcError.h to include/llvm/ExecutionEngine/Orc/Shared. — Lang Hames / detail
- [libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv/exception_status_test — sivachandra / detail
- Fix a few GCC compiler warnings (NFC) — joker.eph / detail
- [libc][NFC][Obvious] Add a missing dep. — sivachandra / detail
- [NFC][AIX][XCOFF] Fix compile warning on strncpy — nullptr.cpp / detail
#27632 (Jan 18, 2021 9:17:41 PM)
- DR2064: decltype(E) is only a dependent type if E is type-dependent, not — richard / detail
- PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of — richard / detail
- Following up on PR48517, fix handling of template arguments that refer — richard / detail
- [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. — richard / detail
#27630 (Jan 18, 2021 7:47:27 PM)
- [X86] Fix tile spill merge issue. — yuanke.luo / detail
- PR48763: Better handling for classes that inherit a default constructor. — richard / detail
- [PowerPC] Sign extend comparison operand for signed atomic comparisons — nemanja.i.ibm / detail
- [X86][AMX] Clear AMX lit test case. — yuanke.luo / detail
#27629 (Jan 18, 2021 6:46:52 PM)
#27626 (Jan 18, 2021 5:10:07 PM)
#27625 (Jan 18, 2021 4:34:29 PM)
- [SimplifyCFG] Update SimplifyBranchOnICmpChain to recognize select form of and/or — aqjune / detail
- [OpenMP][Docs] Fix typos in FAQ (NFC) — kkwli0 / detail
- Regenerate the feature test macro unit-tests. NFCI. — arthur.j.odwyer / detail
- [InstCombine,InstSimplify] Optimize select followed by and/or/xor — aqjune / detail
#27624 (Jan 18, 2021 3:19:43 PM)
- [SLP] match maxnum/minnum intrinsics as FP reduction ops — spatel / detail
- [libc++] NFCI: Refactor allocator_traits — Louis Dionne / detail
- [x86] add cast to avoid compile-time warning; NFC — spatel / detail
- [LoopInfo] Fix a typo in compareLoops — kazu / detail
#27623 (Jan 18, 2021 2:40:14 PM)
- [RISCV] Remove empty Sched instantiations from the end of InstAlias defs. NFCI — craig.topper / detail
#27621 (Jan 18, 2021 1:33:33 PM)
- [OpenMP][NFC] Fix test — Andrey.Churbanov / detail
- [PredicateInfo] Add more and/or tests (NFC) — nikita.ppv / detail
#27620 (Jan 18, 2021 12:52:44 PM)
- [libc++] improve feature test macro script — Louis Dionne / detail
- NFC: Document current MLIR Python ODS conventions. — stellaraccident / detail
#27619 (Jan 18, 2021 12:15:05 PM)
- [clang] Allow LifetimeExtendedTemporary to have no access specifier — adamcz / detail
- [RISCV] Add a test of vector sadd.overflow to demonstrate intrinsics with multiple scalable vector results. — craig.topper / detail
- Revert "[RISCV] Add a test of vector sadd.overflow to demonstrate intrinsics with multiple scalable vector results." — craig.topper / detail
- Recommit "[RISCV] Add a test of vector sadd.overflow to demonstrate intrinsics with multiple scalable vector results." — craig.topper / detail
- [libc++] Rename check-cxx-deps to cxx-test-depends for consistency — Louis Dionne / detail
- [NFC] Update some mlir python documentation. — stellaraccident / detail
#27618 (Jan 18, 2021 10:30:09 AM)
- [LLD][ELF][AArch64] Set _GLOBAL_OFFSET_TABLE_ at the start of .got — adhemerval.zanella / detail
- [AArch64] Revert back to Intrinsic<> for TME instructions. — flo / detail
- [lldb][docs] Use 'any' as the default role in LLDB's sphinx project — Raphael Isemann / detail
- [llvm] Populate std::vector at construction time (NFC) — kazu / detail
- [STLExtras] Add a default value to drop_begin — kazu / detail
- [llvm] Use the default value of drop_begin (NFC) — kazu / detail
#27617 (Jan 18, 2021 9:51:10 AM)
- [ARM] Don't handle low overhead branches in AnalyzeBranch — david.green / detail
- [MLIR] NFC: simplify PresburgerSet::isEqual — arjunpitchanathan / detail
- [AArch64] Add test to check the attributes for some intrinsics. — flo / detail
- [SLP] add more FMF tests for fmax/fmin reductions; NFC — spatel / detail
- [RISCV][NFC] Increase test coverage of Zbt extension — sam / detail
- [AArch64] Make target intrinsics DefaultAttrIntrinsics. — flo / detail
#27616 (Jan 18, 2021 9:15:38 AM)
- [ARM] Update test target triple. NFC — david.green / detail
- [clangd] Derive new signals in CC from ASTSignals. — usx / detail
- [Coroutine] Do not CoroElide if there are musttail calls — lxfind / detail
#27615 (Jan 18, 2021 8:37:00 AM)
- [X86][AVX] IsElementEquivalent - add matchShuffleWithUNPCK + VBROADCAST/VBROADCAST_LOAD handling — llvm-dev / detail
- [WebAssembly] Add support for table linking to wasm-ld — wingo / detail
- [WebAssembly] MC layer writes table symbols to object files — wingo / detail
- [AArch64] Further restricts when a dup(*ext) can be rearranged — nicholas.guy / detail
- Reland "[AArch64] Attempt to sink mul operands"" — nicholas.guy / detail
- [MLIR] Support checking if two FlatAffineConstraints are equal — arjunpitchanathan / detail
#27614 (Jan 18, 2021 7:58:24 AM)
- [AMDGPU][MC] Refactored parsing of dpp ctrl — dmitry.preobrazhensky / detail
- [LoopRotate] Precommit test for prepare-for-lto handling. — flo / detail
- Fix for sanitizer issue in 55c557a — dmitry.preobrazhensky / detail
#27613 (Jan 18, 2021 7:16:26 AM)
- [SLP] reduce opcode API dependency in reduction cost calc; NFC — spatel / detail
- [SLP] rename reduction query for min/max ops; NFC — spatel / detail
#27612 (Jan 18, 2021 6:41:53 AM)
- [InferAttrs] Mark some library functions as willreturn. — flo / detail
- [PowerPC][AIX]Do not emit xxspltd mnemonic on AIX. — sd.fertile / detail
- [CSInfo][MIPS] Update CSInfo in delay slot filler — djolertrk / detail
#27611 (Jan 18, 2021 6:05:27 AM)
- [SystemZ][z/OS] Fix No such file or directory expression error matching in lit tests — Abhina.Sreeskantharajan / detail
- [Statepoint] Handle `undef` operands in statepoint. — dantrushin / detail
- [Doc] Fix example in codegen doc. — kai / detail
- [NFC]Migrate VectorCombine.cpp to use InstructionCost — caroline.concatto / detail
#27610 (Jan 18, 2021 4:17:00 AM)
- [DAG] SimplifyDemandedBits - use KnownBits comparisons to remove ISD::UMIN/UMAX ops — llvm-dev / detail
- [mlir] Fix cross-compilation (Linalg ODS gen) — zinenko / detail
- Revert "[PowerPC] support register pressure reduction in machine combiner." — tpopp / detail
- [VectorUtils] Do not try to add indices matching tombstone/empty values. — flo / detail
- Revert "[OpenMP] Added the support for hidden helper task in RTL" — tianshilei1992 / detail
- [AMDGPU][MC][GFX10] Improved dpp8 errors handling — dmitry.preobrazhensky / detail
#27609 (Jan 18, 2021 2:28:46 AM)
- [Object, llvm-readelf] - Move the API for retrieving symbol versions to ELF.h — grimar / detail
- [clang-format] Fix documentation of bcc1dee600 — bjoern / detail
- [lldb][docs] Use inline literals for code/paths instead of rendering it with the default role — Raphael Isemann / detail
- [X86][SSE] isHorizontalBinOp - reuse any existing horizontal ops. — llvm-dev / detail
- [RISCV] Add scalable vector truncate patterns — fraser / detail
#27608 (Jan 18, 2021 1:53:59 AM)
- [RISCV] Use tail agnostic policy for instructions with tied defs if the use operand is IMPLICIT_DEF. — craig.topper / detail
- [lldb][docs] Resolve the remaining sphinx formatter warnings in the SB API docs — Raphael Isemann / detail
#27607 (Jan 18, 2021 12:19:03 AM)
- [IR] Allow scalable vectors in structs to support intrinsics returning multiple values. — craig.topper / detail
#27604 (Jan 17, 2021 10:30:57 PM)
#27602 (Jan 17, 2021 9:09:56 PM)
- [test] pre commit a couple more tests for vectorizing multiple exit loops — listmail / detail
- [JITLink][ELF] New ELF skip-debug-sections test requires asserts. — Lang Hames / detail
- [PowerPC] support register pressure reduction in machine combiner. — czhengsz / detail
#27601 (Jan 17, 2021 8:34:26 PM)
- [Legalizer] Promote result type in expanding FP_TO_XINT — qiucofan / detail
- [test] Autogen a loop vectorizer test to make future changes visible — listmail / detail
#27600 (Jan 17, 2021 7:55:52 PM)
#27598 (Jan 17, 2021 6:20:02 PM)
- Makefile.rules: Make HOST_OS/OS simply expanded variable to avoid excess uname -s invocations — i / detail
- [JITLink][ELF] Skip DWARF sections in ELF objects. — Lang Hames / detail
- [InstCombine] more tests for D94861 (NFC) — aqjune / detail
#27597 (Jan 17, 2021 5:15:20 PM)
#27596 (Jan 17, 2021 4:31:54 PM)
#27592 (Jan 17, 2021 1:47:26 PM)
#27589 (Jan 17, 2021 11:46:52 AM)
- [SimplifyCFG] Add test for PR48778 (NFC) — nikita.ppv / detail
- [ValueTracking] Fix isSafeToSpeculativelyExecute for sdiv (PR48778) — nikita.ppv / detail
- [lldb] Skip TestPlatformProcessConnect on windows and darwin — pavel / detail
#27588 (Jan 17, 2021 10:58:00 AM)
- [llvm] Use llvm::sort (NFC) — kazu / detail
- [IRBuilder] "Zero"-initialize SmallVector (NFC) — kazu / detail
- [TableGen] Drop redundant const from return types (NFC) — kazu / detail
- NFC: Minor cleanup of function calls — steveire / detail
#27585 (Jan 17, 2021 9:00:16 AM)
- [lldb][docs] Fix some RST formatting errors related to code examples. — Raphael Isemann / detail
#27584 (Jan 17, 2021 8:15:17 AM)
- [InstSimplify] Add tests for x*C1/C2<=x (NFC) — nikita.ppv / detail
- [InstSimplify] Fold x*C1/C2 <= x (PR48744) — nikita.ppv / detail
- [lldb][docs] Cleanup the Python doc strings for SB API classes — Raphael Isemann / detail
- [Tests] Add test for PR45691 — Dávid Bolvanský / detail
- [InstCombine] Transform abs pattern using multiplication to abs intrinsic (PR45691) — Dávid Bolvanský / detail
#27583 (Jan 17, 2021 6:51:01 AM)
- [clangd] Use empty() instead of size()>0 — usx / detail
- [clangd] Use !empty() instead of size()>0 — usx / detail
#27581 (Jan 17, 2021 3:18:20 AM)
- [BasicAA] Move assumption tracking into AAQI — nikita.ppv / detail
- Reapply [BasicAA] Handle recursive queries more efficiently — nikita.ppv / detail
- [clang-format] Revert e9e6e3b34a8e — mydeveloperday / detail
- Reland [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference — Raphael Isemann / detail
- [clang-format] PR48594 BraceWrapping: SplitEmptyRecord ignored for templates — mydeveloperday / detail
#27580 (Jan 17, 2021 12:27:31 AM)
#27579 (Jan 16, 2021 10:57:29 PM)
#27578 (Jan 16, 2021 10:09:00 PM)
- [RISC] Replace dyn_casts that are only checked by an assert with a cast. NFC — craig.topper / detail
- [RISCV] Simplify mergeCondAndCode in RISCVCompressInstEmitter.cpp. NFC — craig.topper / detail
- [RISCV] Few more minor cleanups to RISCVCompressInstEmitter. NFC — craig.topper / detail
- [RISCV] Remove an extra map lookup from RISCVCompressInstEmitter. NFC — craig.topper / detail
#27576 (Jan 16, 2021 8:39:14 PM)
- [RISCV] Remove unneeded StringRef to std::string conversions in RISCVCompressInstEmitter. NFC — craig.topper / detail
#27573 (Jan 16, 2021 4:35:36 PM)
#27571 (Jan 16, 2021 3:02:32 PM)
- [ARM] Test for aligned blocks. NFC — david.green / detail
- [ARM] Align blocks that are not fallthough targets — david.green / detail
- [SimplifyCFG] markAliveBlocks(): catchswitch: preserve PostDomTree — lebedev.ri / detail
- [InstCombine] Replace one-use select operand based on condition — nikita.ppv / detail
#27570 (Jan 16, 2021 2:13:23 PM)
- [NFC] Removed extra text in comments — Dávid Bolvanský / detail
#27568 (Jan 16, 2021 12:46:46 PM)
#27567 (Jan 16, 2021 11:59:57 AM)
- [InstSimplify] Precommit new testcases; NFC — Dávid Bolvanský / detail
- [ARM] Remove LLC tests from transform/hardware loop tests. — david.green / detail
- [ARM] Add low overhead loops terminators to AnalyzeBranch — david.green / detail
- [InstSimplify] Handle commutativity for 'and' and 'outer or' for (~A & B) | ~(A | B) --> ~A — Dávid Bolvanský / detail
- [SLP] remove unnecessary use of 'OperationData' — spatel / detail
- [SLP] fix typos; NFC — spatel / detail
- [SLP] remove opcode field from reduction data class — spatel / detail
- [OpenMP] Added the support for hidden helper task in RTL — tianshilei1992 / detail
#27566 (Jan 16, 2021 9:50:48 AM)
- [LTO] Remove options to disable inlining, vectorization & GVNLoadPRE. — flo / detail
- [StringExtras] Fix comment typos (NFC) — kazu / detail
- [llvm] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [llvm] Use *::empty (NFC) — kazu / detail
#27565 (Jan 16, 2021 8:00:15 AM)
- Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyable — alexandre.ganea / detail
- [Tests] Added tests for new instcombine or simplification; NFC — Dávid Bolvanský / detail
- [InstSimplify] Add (~A & B) | ~(A | B) --> ~A — Dávid Bolvanský / detail
- [RISCV] Correct alignment settings for vector registers. — kai.wang / detail
- [InstSimplify] Update comments, remove redundant tests — Dávid Bolvanský / detail
#27564 (Jan 16, 2021 6:37:43 AM)
- [LegalizeDAG] Handle NeedInvert when expanding BR_CC — bjorn.a.pettersson / detail
- [ASTMatchers] Add binaryOperation matcher — steveire / detail
- [ASTMatchers] Add support for CXXRewrittenBinaryOperator — steveire / detail
#27563 (Jan 16, 2021 4:57:06 AM)
- [InstCombine] Add more tests for select operand replacement (NFC) — nikita.ppv / detail
- [ASTMatchers] Add mapAnyOf matcher — steveire / detail
- [ASTMatchers] Make cxxOperatorCallExpr matchers API-compatible with n-ary operators — steveire / detail
#27562 (Jan 16, 2021 2:57:35 AM)
- [InstCombine] Add a test file that contains safe select transforms (NFC) — aqjune / detail
- [InstCombine] Add more tests to select-safe-transforms.ll (NFC) — aqjune / detail
#27561 (Jan 16, 2021 12:53:15 AM)
- Introduce llvm.noalias.decl intrinsic — jeroen.dobbelaere / detail
#27560 (Jan 15, 2021 10:35:31 PM)
- [utils] Use llvm::sort (NFC) — kazu / detail
- [AMDGPU] Use llvm::is_contained (NFC) — kazu / detail
- [StringExtras] Rename SubsequentDelim to ListSeparator — kazu / detail
- [NFC] Add -std=c11 to attr-availability.c — douglas.yung / detail
- [NPM][Inliner] Temporarily remove inline_stats test case for always — mtrofin / detail
- AArch64: fix regression introduced by fcmp immediate selection. — Amara Emerson / detail
#27559 (Jan 15, 2021 8:55:41 PM)
#27557 (Jan 15, 2021 7:07:03 PM)
- [NewPM][Inliner] Move the 'always inliner' case in the same CGSCC pass as 'regular' inliner — mtrofin / detail
#27555 (Jan 15, 2021 5:54:45 PM)
- [debugserver] Fix inverted if block that resulted in us using the private entitlements — Jonas Devlieghere / detail
#27554 (Jan 15, 2021 5:44:45 PM)
- [mlir] Fixing potential build break in my previous commit — thomasraoux / detail
#27552 (Jan 15, 2021 5:24:45 PM)
- [mlir][NFC] Move helper substWithMin into Affine utils — thomasraoux / detail
- [mlir][AsmPrinter] Properly escape strings when printing locations — riddleriver / detail
#27550 (Jan 15, 2021 5:04:45 PM)
#27546 (Jan 15, 2021 4:28:33 PM)
- Revert "[WebAssembly] MC layer writes table symbols to object files" — dschuff / detail
- Revert "[WebAssembly] Add support for table linking to wasm-ld" — dschuff / detail
- hwasan: Update register-dump-read.c test to reserve x23 instead of x20. — peter / detail
- [NFC] Disallow unused prefixes under MC/RISCV — mtrofin / detail
#27545 (Jan 15, 2021 2:46:40 PM)
- Revert "Revert "ADT: Fix reference invalidation in SmallVector..."" — Duncan P. N. Exon Smith / detail
- [AArch64][GlobalISel] Select immediate fcmp if the zero is on the LHS. — Amara Emerson / detail
- [ADT][Support] Fix C4146 error from MSVC — dblaikie / detail
- [SimplifyCFG] Optimize CFG when null is passed to a function with nonnull argument — Dávid Bolvanský / detail
#27544 (Jan 15, 2021 2:21:46 PM)
- BreakCriticalEdges: do not split the critical edge from a CallBr indirect successor — ndesaulniers / detail
- [mlir][Linalg] Add missing check to canonicalization of GenericOp that are identity ops. — ravishankarm / detail
- Skip 'g' packet tests when running on darwin; debugserver doesn't impl — Jason Molenda / detail
- [SLP] remove dead code in reduction matching; NFC — spatel / detail
#27543 (Jan 15, 2021 1:54:45 PM)
#27541 (Jan 15, 2021 1:34:45 PM)
#27540 (Jan 15, 2021 1:26:04 PM)
- [GWP-ASan] Add inbuilt options parser. — 31459023+hctim / detail
#27539 (Jan 15, 2021 12:44:46 PM)
- [CodeView][DebugInfo] Add test case to show that linkage names are not — akhuang / detail
- Revert "[BasicAA] Handle recursive queries more efficiently" — rnk / detail
- [NFC][SimplifyCFG] Add testcase showing that we fail to preserve DomTree in switchToSelect() — lebedev.ri / detail
- [Utils] splitBlockBefore() always operates on DomTreeUpdater, so take it, not DomTree — lebedev.ri / detail
- [Utils][SimplifyCFG] Port SplitBlock() to DomTreeUpdater — lebedev.ri / detail
- [SimplifyCFG] Port SplitBlockAndInsertIfThen() to DomTreeUpdater — lebedev.ri / detail
- [SimplifyCFG][BasicBlockUtils] Port SplitBlockPredecessors()/SplitLandingPadPredecessors() to DomTreeUpdater — lebedev.ri / detail
- [SimplifyCFG] switchToSelect(): don't forget to insert DomTree edge iff needed — lebedev.ri / detail
#27536 (Jan 15, 2021 12:14:46 PM)
#27535 (Jan 15, 2021 12:04:46 PM)
- [CodeGen] Removes unwanted optimisation for TargetConstantFP — craig.topper / detail
#27534 (Jan 15, 2021 11:54:46 AM)
- GetMacosAlignedVersion() fails if sysctl is not setup — julian.lettner / detail
- Fix libc++ clang-cl build, swap attribute order — rnk / detail
#27531 (Jan 15, 2021 11:24:46 AM)
- [RISCV] Add implementation of targetShrinkDemandedConstant to optimize AND immediates. — craig.topper / detail
#27530 (Jan 15, 2021 11:14:46 AM)
#27526 (Jan 15, 2021 10:24:46 AM)
- [ARM] Tail predication with constant loop bounds — david.green / detail
- [MIPatternMatch] Add m_OneNonDBGUse — Jessica Paquette / detail
#27525 (Jan 15, 2021 10:14:46 AM)
- [ARM] Constant tripcount tail predication loop tests. NFC — david.green / detail
#27521 (Jan 15, 2021 9:36:33 AM)
#27520 (Jan 15, 2021 9:28:24 AM)
- [flang][driver] Copy test file into a temp dir when testing (nfc) — andrzej.warzynski / detail
- [clangd] Update CC Ranking model with better sampling. — usx / detail
- [OpenCL][Docs] Fixed cross-section reference in OpenCLSupport — anastasia.stulova / detail
#27519 (Jan 15, 2021 9:17:46 AM)
- [TargetLowering] Don't speculatively call ComputeNumSignBits. NFC — craig.topper / detail
#27518 (Jan 15, 2021 8:18:31 AM)
- [X86][SSE] Attempt to fold shuffle(binop(),binop()) -> binop(shuffle(),shuffle()) — llvm-dev / detail
- [flang] Disallow INTENT attribute on procedure dummy arguments — psteinfeld / detail
#27516 (Jan 15, 2021 7:54:46 AM)
- [clang][cli] NFC: Add PIE parsing for precompiled input and IR — jan_svoboda / detail
- [clang][cli] NFC: Parse some LangOpts after the defaults are set — jan_svoboda / detail
- [clang][cli] NFC: Promote ParseLangArgs and ParseCodeGenArgs to members — jan_svoboda / detail
- [ARM][Block placement] Check the predecessor exists before processing it — samuel.tebbs / detail
#27515 (Jan 15, 2021 7:44:46 AM)
- [mlir] Add better support for f80 and f128 — clementval / detail
- [libc] CopyAlignedBlocks can now specify alignment on top of block size — gchatelet / detail
- [RISCV][NFC] Fix order of parameters in cmov ge/le tests — selliott / detail
#27512 (Jan 15, 2021 7:14:01 AM)
- Set option default for enabling memory ssa for new pass manager loop sink pass to true. — schmeise / detail
- [DAG] visitVECTOR_SHUFFLE - MergeInnerShuffle - improve shuffle(shuffle(x,y),shuffle(x,y)) merging — llvm-dev / detail
#27511 (Jan 15, 2021 6:54:46 AM)
- [clang][cli] Parse & generate options necessary for LangOptions defaults manually — jan_svoboda / detail
- [X86] Add umin knownbits/demandedbits ult test for D94532 — llvm-dev / detail
#27509 (Jan 15, 2021 6:34:46 AM)
- [OpenCL][Docs] Fixed malformed table in OpenCLSupport — anastasia.stulova / detail
#27508 (Jan 15, 2021 6:24:46 AM)
#27507 (Jan 15, 2021 6:14:46 AM)
- [ARM] Don't run the block placement pass at O0 — samuel.tebbs / detail
- [mlir][linalg] Support generating builders for named op attributes — antiagainst / detail
#27506 (Jan 15, 2021 6:05:14 AM)
- [X86][AVX] combineHorizOpWithShuffle - support target shuffles in HOP(SHUFFLE(X,Y),SHUFFLE(X,Y)) -> SHUFFLE(HOP(X,Y)) — llvm-dev / detail
- [WebAssembly] MC layer writes table symbols to object files — wingo / detail
#27504 (Jan 15, 2021 5:51:26 AM)
- [lldb][docs] Translate ASCII art to restructured text formatting — Raphael Isemann / detail
#27503 (Jan 15, 2021 5:42:37 AM)
#27502 (Jan 15, 2021 5:33:46 AM)
#27501 (Jan 15, 2021 5:24:43 AM)
- Revert "[lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference" — Raphael Isemann / detail
#27500 (Jan 15, 2021 5:04:23 AM)
- [Orc][NFC] Turn LLJIT member ObjTransformLayer into unique_ptr — Stefan Gränitz / detail
- [Orc] Allow LLJITBuilder's CreateObjectLinkingLayer to return errors — Stefan Gränitz / detail
- [NFC][RISCV] Remove useless code in RISCVRegisterInfo.td. — kai.wang / detail
- [lldb][docs] Use sphinx instead of epydoc to generate LLDB's Python reference — Raphael Isemann / detail
- [Orc] Fix OrcV2Examples after D94690 — Stefan Gränitz / detail
#27499 (Jan 15, 2021 3:41:04 AM)
- [clangd] exclude symbols from document outline which do not originate from the main file — ilya.golovenko / detail
- [LLDB] Add per-thread register infos shared pointer in gdb-remote — omair.javaid / detail
- DynamicRegisterInfo calculate offsets in separate function — omair.javaid / detail
- [RISCV] Optimize Branch Comparisons — selliott / detail
- [SVE] Restrict the usage of REINTERPRET_CAST. — paul.walker / detail
#27498 (Jan 15, 2021 1:50:36 AM)
- Revert "Reapply "ADT: Fix reference invalidation in SmallVector::push_back and single-element insert"" — nikita.ppv / detail
- [Clang] Mutate long-double math builtins into f128 under IEEE-quad — qiucofan / detail
- [llvm-readobj] - Fix the compilation with GCC < 7.0. — grimar / detail
- [AArch64][GlobalISel] Fix fallbacks introduced for G_SITOFP in 8f283cafddfa8d6d01a94b48cdc5d25817569e91 — Amara Emerson / detail
- [libcxx testing] Fix UB in tests for std::lock_guard — ikudrin / detail
- [Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_pointer — AlokKumar.Sharma / detail
- [llvm-nm] - Move MachO specific logic out from the dumpSymbolNamesFromObject(). NFC. — grimar / detail
- [libc] Allow customization of memcpy via flags. — gchatelet / detail
- [llvm-nm] - Simplify the code in dumpSymbolNamesFromObject. NFC. — grimar / detail
- [ARM][GISel] Treat calls as variadic even if only fixed arguments provided — oliver.stannard / detail
- [yaml2obj/obj2yaml] - Refine handling of SHT_GNU_verdef sections. — grimar / detail
- [llvm-readobj][test] - Remove excessive YAML fields from tests. — grimar / detail
#27497 (Jan 15, 2021 12:29:21 AM)
- [clang][cli] NFC: Decrease the scope of ParseLangArgs parameters — jan_svoboda / detail
- [clang][cli] NFC: Decrease the scope of ParseCodeGenArgs parameters — jan_svoboda / detail
- [clang][cli] Specify KeyPath prefixes via TableGen classes — jan_svoboda / detail
- [AArch64] Add Fujitsu A64FX scheduling model — t-kawashima / detail
- [WebAssembly] Add support for table linking to wasm-ld — wingo / detail
#27495 (Jan 14, 2021 10:54:47 PM)
#27492 (Jan 14, 2021 10:24:47 PM)
- Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions on single directive and firstprivate clause. — yhegde / detail
#27483 (Jan 14, 2021 8:44:48 PM)
- [CodeGen, Transforms] Use llvm::sort (NFC) — kazu / detail
- [llvm] Use llvm::drop_begin (NFC) — kazu / detail
- [llvm] Remove redundant return and continue statements (NFC) — kazu / detail
#27479 (Jan 14, 2021 8:14:06 PM)
- [libc] Add memmove implementation. — chennngwang / detail
#27478 (Jan 14, 2021 7:34:48 PM)
- [AArch64][GlobalISel] Add selection support for fpr bank source variants of G_SITOFP and G_UITOFP. — Amara Emerson / detail
#27477 (Jan 14, 2021 7:24:48 PM)
#27471 (Jan 14, 2021 6:24:48 PM)
- [libomptarget][nvptx] Reduce calls to cuda header — jonathanchesterfield / detail
#27469 (Jan 14, 2021 6:04:48 PM)
#27461 (Jan 14, 2021 4:47:45 PM)
- [flang] Fix use-associated procedure in generic — tkeith / detail
- [AArch64][GlobalISel] Assign FPR banks to loads which are used by integer->float conversions. — Amara Emerson / detail
#27460 (Jan 14, 2021 4:34:48 PM)
- [libomptarget][nvptx][nfc] Move target_impl functions out of header — jonathanchesterfield / detail
#27459 (Jan 14, 2021 4:24:48 PM)
- [OpenMP] Remove omptarget-nvptx from deps as it is no longer a valid target — tianshilei1992 / detail
- [mlir][Linalg] Add canonicalization of linalg op -> dim op. — ravishankarm / detail
- [mlir][Linalg] NFC: Verify tiling on linalg.generic operation on tensors. — ravishankarm / detail
#27454 (Jan 14, 2021 3:39:22 PM)
#27453 (Jan 14, 2021 3:30:16 PM)
- [RISCV][NFC] Regenerate Calling Convention Tests — selliott / detail
- [mlir] Remove over specified memory effects — youngar17 / detail
- [clangd] Reduce logspam for CDB scanning — sam.mccall / detail
- [mlir][Linalg] Add canonicalization to remove no-op linalg operations. — ravishankarm / detail
#27452 (Jan 14, 2021 2:17:35 PM)
- Re-land [Support] On Windows, take the affinity mask into account — alexandre.ganea / detail
- [LTO] Test format fix (NFC) — tejohnson / detail
#27451 (Jan 14, 2021 1:19:38 PM)
- [PowerPC] Only use some extend mne if assembler is modern enough — Jinsong Ji / detail
- [gn build] (manually) port 387d3c24792f — thakis / detail
- [libc] Use #undef isascii in specific header — mcgrathr / detail
- Add -fexceptions to test as it uses them and fails on platforms where it is not on by default (like the PS4). — douglas.yung / detail
- [RISCV] Optimize select_cc after fp compare expansion — craig.topper / detail
#27449 (Jan 14, 2021 12:39:44 PM)
- [mlir][ODS] Add new RangedTypesMatchWith operation predicate — riddleriver / detail
- [mlir][OpFormatGen] Format enum attribute cases as keywords when possible — riddleriver / detail
- [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for IR input — i / detail
- [RISCV] Merge Utils library into MCTargetDesc — craig.topper / detail
- [mlir][PatternRewriter] Add a new hook to selectively replace uses of an operation — riddleriver / detail
- [mlir] Remove TosaToLinalg dependency on all Passes — tpopp / detail
- [clang] Do not crash when CXXRecordDecl has a non-CXXRecordDecl base. — adamcz / detail
- [mlir][docs] Bring bufferization docs up to date. — silvasean / detail
#27448 (Jan 14, 2021 11:44:49 AM)
- [BasicAA] Handle recursive queries more efficiently — nikita.ppv / detail
#27447 (Jan 14, 2021 11:34:49 AM)
- [openacc] Rename generated file from ACC.cpp.inc to ACC.inc to match D92955 — clementval / detail
- [NFC] Update test to not check for 'opaque' in the file name. — erich.keane / detail
- [MLIR][TOSA] First lowerings from Tosa to Linalg — rob.suderman / detail
- Add newline to terminate debug message (NFC) — joker.eph / detail
#27446 (Jan 14, 2021 11:24:49 AM)
- [GWP-ASan] Minor refactor of optional components. — 31459023+hctim / detail
#27444 (Jan 14, 2021 11:05:44 AM)
- [OpenMP] Dropped unnecessary define when compiling deviceRTLs for NVPTX — tianshilei1992 / detail
#27443 (Jan 14, 2021 10:55:12 AM)
#27442 (Jan 14, 2021 10:44:49 AM)
- Support emptiness checks for unbounded FlatAffineConstraints. — zinenko / detail
- [OpenMP] Drop the static library libomptarget-nvptx — tianshilei1992 / detail
- [clang][MSVC] Fix missing MSInheritanceAttr in template specialization. — zequanwu / detail
#27441 (Jan 14, 2021 10:34:54 AM)
#27440 (Jan 14, 2021 10:24:49 AM)
- [libomptarget][amdgpu] Fix kernel launch tracing to match previous behavior — jonathanchesterfield / detail
- [SelectionDAG] Remove an early-out from computeKnownBits for smin/smax — jay.foad / detail
- [LLDB] MinidumpParser: Prefer executable module even at higher address — jotrem / detail
#27438 (Jan 14, 2021 10:04:49 AM)
- [NewPM] Fix placement of LoopFlatten — aeubanks / detail
- [X86][AVX] Adjust unsigned saturation downconvert negative test — llvm-dev / detail
#27437 (Jan 14, 2021 9:54:49 AM)
- [clangd] Trivial: Documentation fix in ASTSignals. — usx / detail
- [gn build] Port 2f395b7092bd — llvmgnsyncbot / detail
- [flang] Fix some module file issues exposed by Whizard — pklausler / detail
- [NFC] Disallow unused prefixes under MC/AArch64 — mtrofin / detail
#27436 (Jan 14, 2021 9:44:49 AM)
- [NFC] Disallow unused prefixes under MC/ARM — mtrofin / detail
- [clangd] Make AST-based signals available to runWithPreamble. — usx / detail
#27432 (Jan 14, 2021 9:06:23 AM)
- [clangd] Remove another option that was effectively always true. NFC — sam.mccall / detail
- Revert "[RISCV] Legalize select when Zbt extension available" — selliott / detail
- [flang][driver] Use __FLANG_VERISION__ in f18.cpp (nfc) — andrzej.warzynski / detail
#27431 (Jan 14, 2021 7:56:08 AM)
- [Support] Remove redundant sign bit tests from KnownBits::getSignedMinValue/getSignedMaxValue — llvm-dev / detail
- [SystemZ] misched-cutoff tests can only be tested on non-NDEBUG (assertion) builds — llvm-dev / detail
#27429 (Jan 14, 2021 7:40:49 AM)
#27428 (Jan 14, 2021 7:30:46 AM)
#27427 (Jan 14, 2021 7:21:14 AM)
#27426 (Jan 14, 2021 7:10:57 AM)
- [OpenCL] Improve online documentation. — anastasia.stulova / detail
- [mlir][linalg] Add docstring support for named op spec — antiagainst / detail
#27425 (Jan 14, 2021 6:52:13 AM)
- [clang-tidy] Use DenseSet<SourceLocation> in UpgradeDurationConversionsCheck, NFCI — mikhail.maltsev / detail
- [flang][driver] Unify f18_version.h.in and Version.inc.in — andrzej.warzynski / detail
- [InferFunctionAttrs] Improve CHECK variable names (NFC). — flo / detail
- [SelectionDAG] Make use of KnownBits::commonBits. NFC. — jay.foad / detail
- [Analysis,CodeGen] Make use of KnownBits::makeConstant. NFC. — jay.foad / detail
- [Support] Simplify KnownBits::icmp helpers. NFC. — jay.foad / detail
- [Support] Add KnownBits::sextInReg exhaustive tests — llvm-dev / detail
- [docs] Update DebuggingJITedCode page after fix in LLDB — Stefan Gränitz / detail
- [Support] Ensure KnownBits::sextInReg can handle the src == dst sext-in-reg case. — llvm-dev / detail
- [flang] Fix dangling pointer in LabelEnforce — tkeith / detail
#27424 (Jan 14, 2021 5:44:49 AM)
- Revert "Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyable" — alexandre.ganea / detail
#27418 (Jan 14, 2021 4:41:00 AM)
- [clangd] Add main file macros into the main-file index. — platonov.aleksandr / detail
- Change XCore code owner. — nigelp / detail
- [clang][cli] NFC: Remove SSPBufferSize assignment — jan_svoboda / detail
- [clang][cli] Port more CodeGenOptions to marshalling infrastructure — jan_svoboda / detail
#27417 (Jan 14, 2021 4:14:30 AM)
- [clang] Use SourceLocations in unions [NFCI] — mikhail.maltsev / detail
- [DAG] visitVECTOR_SHUFFLE - pull out shuffle merging code into lambda helper. NFCI. — llvm-dev / detail
- [X86] Improve sum-of-reductions v4f32 test coverage — llvm-dev / detail
- [lldb/test] Ensure launched processes are ready to be attached — pavel / detail
- [DAG] visitVECTOR_SHUFFLE - MergeInnerShuffle - reset shuffle ops and reorder early-out and second op matching. NFCI. — llvm-dev / detail
#27416 (Jan 14, 2021 2:52:52 AM)
- [LTO] Expose opt() in LTOBackend (NFC). — flo / detail
- [lld][WebAssembly] Add support for handling table symbols — wingo / detail
- [SLP] Don't vectorize stores of non-packed types (like i1, i2) — bjorn.a.pettersson / detail
#27415 (Jan 14, 2021 1:54:50 AM)
- [AArch64] Adding ACLE intrinsics for the LS64 extension — lucas.prates / detail
#27412 (Jan 14, 2021 1:24:19 AM)
- [NFC][AsmPrinter] Windows warning: Use explicit cast — david.stuttard / detail
#27409 (Jan 14, 2021 12:59:02 AM)
#27408 (Jan 14, 2021 12:24:03 AM)
- Implement vAttachWait in lldb-server — pavel / detail
- [mlir] Update doc to omit the usage of LLVMIntegerType — zinenko / detail
#27406 (Jan 14, 2021 12:04:50 AM)
#27405 (Jan 13, 2021 11:54:50 PM)
- Add func call so we don't instruction-step into the builtin_trap — Jason Molenda / detail
#27400 (Jan 13, 2021 11:04:50 PM)
#27395 (Jan 13, 2021 9:19:56 PM)
- ADT: Fix reference invalidation in N-element SmallVector::append and insert — Duncan P. N. Exon Smith / detail
- [NFC] Fix -Wsometimes-uninitialized — rupprecht / detail
- ADT: Fix reference invalidation in SmallVector::resize — Duncan P. N. Exon Smith / detail
- ADT: Reduce code duplication in SmallVector::resize by using pop_back_n, NFC — Duncan P. N. Exon Smith / detail
- ADT: Reduce code duplication in SmallVector by reusing reserve, NFC — Duncan P. N. Exon Smith / detail
- [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for -fthinlto-index= — i / detail
- ADT: Reduce code duplication in SmallVector by calling reserve and clear, NFC — Duncan P. N. Exon Smith / detail
#27394 (Jan 13, 2021 8:12:07 PM)
- [NFC] Remove unused entry in PassRegistry.def — aeubanks / detail
- Revert "ADT: Fix reference invalidation in SmallVector::push_back and single-element insert" — Duncan P. N. Exon Smith / detail
- [llvm] Use *Set::contains (NFC) — kazu / detail
- [llvm] Use llvm::stable_sort (NFC) — kazu / detail
- [llvm] Use std::any_of (NFC) — kazu / detail
- Reapply "ADT: Fix reference invalidation in SmallVector::push_back and single-element insert" — Duncan P. N. Exon Smith / detail
#27393 (Jan 13, 2021 7:04:51 PM)
- ADT: Fix reference invalidation in SmallVector::push_back and single-element insert — Duncan P. N. Exon Smith / detail
#27391 (Jan 13, 2021 6:16:57 PM)
- [Support] On Windows, take the affinity mask into account — alexandre.ganea / detail
- [PowerPC] Try to fold sqrt/sdiv test results with the branch. — esme.yi / detail
- Revert "[Support] On Windows, take the affinity mask into account" — alexandre.ganea / detail
#27390 (Jan 13, 2021 5:50:50 PM)
#27389 (Jan 13, 2021 5:43:18 PM)
- [libunwind] Unwind through aarch64/Linux sigreturn frame — rprichard / detail
- [flang] Add tests for procedure arguments with implicit interfaces — psteinfeld / detail
- [RISCV] Custom lower ISD::VSCALE. — craig.topper / detail
#27388 (Jan 13, 2021 4:42:04 PM)
- [NFC] Rename ThinLTOPhase to ThinOrFullLTOPhase and move it from PassBuilder.h — wmi / detail
- [SystemZ] Clear Available set in SystemZPostRASchedStrategy::initialize(). — paulsson / detail
#27387 (Jan 13, 2021 3:34:51 PM)
#27385 (Jan 13, 2021 3:14:51 PM)
- [SPARC] Fix fp128 load/stores — craig.topper / detail
#27384 (Jan 13, 2021 3:04:51 PM)
#27382 (Jan 13, 2021 2:44:51 PM)
#27381 (Jan 13, 2021 2:34:51 PM)
- [test] Add Clang side tests for -fdebug-info-for-profiling — i / detail
- [NFC] Fix build break by a initializer list converting error — wlei / detail
#27379 (Jan 13, 2021 2:14:51 PM)
#27378 (Jan 13, 2021 2:04:51 PM)
#27376 (Jan 13, 2021 1:44:51 PM)
- Fix the warnings on unused variables (NFC) — kazu / detail
- [FuncAttrs] Add additional willreturn tests (NFC) — nikita.ppv / detail
#27375 (Jan 13, 2021 1:34:51 PM)
#27372 (Jan 13, 2021 1:04:51 PM)
#27371 (Jan 13, 2021 12:54:52 PM)
#27366 (Jan 13, 2021 11:38:40 AM)
- [NFC] fix missing SectionName declaration — wlei / detail
- [mlir] Correct 2 places that result in corrupted conversion rollbacks — tpopp / detail
- [LLD][COFF] Avoid std::vector resizes during type merging — alexandre.ganea / detail
- [NFC] Use correct ssa.copy spelling when referring to the intrinsic — jeroen.dobbelaere / detail
- [mlir][sparse] add vectorization strategies to sparse compiler — ajcbik / detail
#27365 (Jan 13, 2021 11:14:52 AM)
- [flang] Do not create HostAssoc symbols in derived type scopes — pklausler / detail
- [CSSPGO][llvm-profgen] Pseudo probe decoding and disassembling — wlei / detail
- [CSSPGO][llvm-profgen] Refactor to unify hashable interface for trace sample and context-sensitive counter — wlei / detail
- [CSSPGO][llvm-profgen] Virtual unwinding with pseudo probe — wlei / detail
#27362 (Jan 13, 2021 10:44:52 AM)
- [Hexagon] Improve legalizing of ISD::SETCC result — kparzysz / detail
- [SLP] simplify type check for reductions — spatel / detail
#27359 (Jan 13, 2021 10:14:52 AM)
#27356 (Jan 13, 2021 9:44:52 AM)
- [ARM] Add a pass that re-arranges blocks when there is a backwards WLS branch — samuel.tebbs / detail
- [gn build] Port 60fda8ebb6d — llvmgnsyncbot / detail
#27355 (Jan 13, 2021 9:34:52 AM)
- [X86][SSE] canonicalizeShuffleMaskWithHorizOp - simplify shuffle(HOP(HOP(X,Y),HOP(Z,W))) style chains. — llvm-dev / detail
- [X86][AVX] Add test for another 'reverse HADD' pattern mentioned in PR41813 — llvm-dev / detail
- [DAG] visitVECTOR_SHUFFLE - use all_of to check for all-undef shuffle mask. NFCI. — llvm-dev / detail
#27354 (Jan 13, 2021 9:24:52 AM)
- [IROutliner] Adapting to hoisted bitcasts in CodeExtractor — andrew.litteken / detail
- [dsymutil] Warn on timestmap mismatch between object file and debug map — Jonas Devlieghere / detail
#27353 (Jan 13, 2021 9:14:52 AM)
- [clangd] Remove some old CodeCompletion options that are never (un)set. NFC — sam.mccall / detail
#27352 (Jan 13, 2021 9:04:52 AM)
#27351 (Jan 13, 2021 8:54:52 AM)
- [clangd] Avoid reallocating buffers for each message read: — sam.mccall / detail
- [SLP] add reduction test for FMF; NFC — spatel / detail
- [InstCombine] Fold select -> and/or using impliesPoison — nikita.ppv / detail
#27349 (Jan 13, 2021 8:41:24 AM)
- [OpenMP] Fix hierarchical barrier — nawrin.sultana / detail
- [clangd] Explicitly avoid background-indexing the same file twice. — sam.mccall / detail
#27348 (Jan 13, 2021 8:14:56 AM)
- [lld][WebAssembly] Fix for TLS + --relocatable — sbc / detail
- [Frontend] Add pragma align natural and sort out pragma pack stack effect — Xiangling.Liao / detail
- [OpenMP] Add documentation for error messages and release notes — jhuber6 / detail
#27347 (Jan 13, 2021 7:54:52 AM)
- GlobalISel: Do not set observer of MachineIRBuilder in LegalizerHelper — Matthew.Arsenault / detail
- [NFC][RISCV] Add double type in RISC-V V CodeGen test cases for RV32. — kai.wang / detail
- [AArch64][GlobalISel] Add support for FCONSTANT of FP128 type — muhammad.asif.manzoor / detail
#27345 (Jan 13, 2021 7:34:52 AM)
- [clangd] Split out a base class for delegating GlobalCompilationDatabases. NFC — sam.mccall / detail
- [AArch64] Attempt to sink mul operands — nicholas.guy / detail
#27343 (Jan 13, 2021 7:14:52 AM)
- [mlir][linalg] Use attributes in named ops' indexing maps — antiagainst / detail
#27342 (Jan 13, 2021 7:04:52 AM)
- [OpenCL] Improve OpenCL operator tests — sven.vanhaastregt / detail
- [X86] Add tests for rv_marker lowering. — flo / detail
#27337 (Jan 13, 2021 5:52:08 AM)
- [ValueTracking] Fix one s/dyn_cast/dyn_cast_or_null/ — markus.lavin / detail
- Revert "Hwasan InitPrctl check for error using internal_iserror" — thakis / detail
- [Tests] Added test for memcpy loop idiom recognization — Dávid Bolvanský / detail
- [X86] canonicalizeShuffleMaskWithHorizOp - minor refactor to support multiple src ops. NFCI. — llvm-dev / detail
- [libc] Refresh benchmark progress bar when needed. — gchatelet / detail
#27336 (Jan 13, 2021 4:44:41 AM)
- [SVE] Add ISel pattern for addvl — cullen.rhodes / detail
- Hwasan InitPrctl check for error using internal_iserror — matthew.malcomson / detail
- [ADT] Fix join_impl using the wrong size when calculating total length — n.james93 / detail
- [LTO] Add test to ensure objc-arc-contract is executed. — flo / detail
- Fix build errors after ceb9379a9 — n.james93 / detail
- Revert "[dsymutil] Warn on timestmap mismatch between object file and debug map" — dave / detail
- [SVE][CodeGen] CTLZ, CTTZ & CTPOP operations (predicates) — kerry.mclaughlin / detail
#27335 (Jan 13, 2021 3:25:01 AM)
- [X86][AVX] combineVectorSignBitsTruncation - limit AVX512 truncations to 128-bits (PR48727) — llvm-dev / detail
#27333 (Jan 13, 2021 1:57:56 AM)
#27332 (Jan 13, 2021 1:48:57 AM)
- [LTO] Replace anonymous namespace with static functions (NFC). — flo / detail
- [NFC][InstructionCost] Use InstructionCost in Transforms/Scalar/RewriteStatepointsForGC.cpp — david.sherwood / detail
#27331 (Jan 13, 2021 1:34:53 AM)
- [clang][driver] Restore the original help text for `-I` — andrzej.warzynski / detail
#27327 (Jan 13, 2021 1:04:51 AM)
- [ARM] Update isVMOVNOriginalMask to handle single input shuffle vectors — david.green / detail
- [obj2yaml,yaml2obj] - Refine how we set/dump the sh_entsize field. — grimar / detail
#27326 (Jan 13, 2021 12:44:53 AM)
- [ARM] Additional tests for different interleaving patterns. NFC — david.green / detail
- [llvm-readelf/obj] - Add support of multiple SHT_SYMTAB_SHNDX sections. — grimar / detail
#27324 (Jan 13, 2021 12:24:53 AM)
- [Verifier] Add tied-ness verification to statepoint intsruction — serguei.katkov / detail
#27319 (Jan 12, 2021 11:06:43 PM)
- [MSan] Partially revert some changes from D94552 — jianzhouzh / detail
#27318 (Jan 12, 2021 10:20:25 PM)
- [dsymutil] Add preliminary support for DWARF 5. — Jonas Devlieghere / detail
#27317 (Jan 12, 2021 9:54:53 PM)
- [llvm] Remove redundant string initialization (NFC) — kazu / detail
- [CodeGen] Remove unused function isRegLiveInExitBlocks (NFC) — kazu / detail
- [llvm] Use Optional::getValueOr (NFC) — kazu / detail
#27314 (Jan 12, 2021 9:14:54 PM)
- [Verifier] Extend statepoint verifier to cover more constants — serguei.katkov / detail
#27312 (Jan 12, 2021 8:54:54 PM)
- [Statepoint Lowering] Add an option to allow use gc values in regs for landing pad — serguei.katkov / detail
#27311 (Jan 12, 2021 8:44:54 PM)
- [AMDGPU] Add SI_EARLY_TERMINATE_SCC0 for early terminating shader — carl.ritson / detail
#27309 (Jan 12, 2021 8:24:54 PM)
- [dsymutil] Fix spurious space in REQUIRES: line — Jonas Devlieghere / detail
#27307 (Jan 12, 2021 8:04:54 PM)
- [dsymutil] s/dwarfdump/llvm-dwarfdump/ in test — Jonas Devlieghere / detail
#27306 (Jan 12, 2021 7:56:42 PM)
- [dsymutil] Copy eh_frame content into the dSYM companion file. — Jonas Devlieghere / detail
- [libomptarget][nvptx] Include omp_data.cu in bitcode deviceRTL — jonathanchesterfield / detail
#27305 (Jan 12, 2021 7:51:01 PM)
- [InlineSpiller] Re-tie operands if folding failed — serguei.katkov / detail
#27304 (Jan 12, 2021 7:34:54 PM)
- [Orc] Add a unit test for asynchronous definition generation. — Lang Hames / detail
#27302 (Jan 12, 2021 7:04:54 PM)
- [NFC] Use generic name for scalable vector stack ID. — kai.wang / detail
- [dsymutil] Warn on timestmap mismatch between object file and debug map — Jonas Devlieghere / detail
#27300 (Jan 12, 2021 6:44:54 PM)
- [gn build] Reorganize libcxx/include/BUILD.gn a bit — thakis / detail
- [libc++] Give extern templates default visibility on gcc — smeenai / detail
- [OpenMP] Use persistent memory for omp_large_cap_mem — hansang.bae / detail
#27299 (Jan 12, 2021 6:34:54 PM)
- [OpenMP] Update allocator trait key/value definitions — hansang.bae / detail
#27295 (Jan 12, 2021 5:54:54 PM)
- [Coroutine] Update promise object's final layout index — Yuanfang Chen / detail
- [PDB] Defer relocating .debug$S until commit time and parallelize it — rnk / detail
#27294 (Jan 12, 2021 5:44:54 PM)
- [mlir][Python] Add checking process before create an AffineMap from a permutation. — zhanghb97 / detail
- [X86][AMX] Prohibit pointer cast on load. — yuanke.luo / detail
#27293 (Jan 12, 2021 5:36:41 PM)
#27292 (Jan 12, 2021 5:31:43 PM)
- [MSan] Tweak CopyOrigin — jianzhouzh / detail
#27291 (Jan 12, 2021 5:10:34 PM)
#27290 (Jan 12, 2021 4:30:01 PM)
- [libc][NFC] Use more specific comparison macros in LdExpTest.h. — sivachandra / detail
- [LangRef] State that a nocapture pointer cannot be returned — aqjune / detail
#27288 (Jan 12, 2021 4:04:04 PM)
- [ELF][NFCI] small cleanup to OutputSections.h — llvm / detail
- Add sample-profile-suffix-elision-policy attribute with -funique-internal-linkage-names. — hoy / detail
- [MIPatternMatch] Add matcher for G_PTR_ADD — Jessica Paquette / detail
- [Sanitizer][Darwin] Fix test for macOS 11+ point releases — julian.lettner / detail
- [NFC] Disallow unused prefixes under MC/AMDGPU — mtrofin / detail
- Delete unused function (was breaking the -Werror build) — dblaikie / detail
- [AMDGPU] Add _e64 suffix to VOP3 Insts — Joseph.Nash / detail
- [libc] add isascii and toascii implementations — michaelrj / detail
#27287 (Jan 12, 2021 2:54:54 PM)
- [ADT][NFC] Use empty base optimisation in BumpPtrAllocatorImpl — n.james93 / detail
- [RISCV] Remove '.mask' from vcompress intrinsic name. NFC — craig.topper / detail
#27285 (Jan 12, 2021 2:36:49 PM)
- [AArch64] [Windows] Properly add :lo12: reloc specifiers when generating assembly — martin / detail
- [libcxx] Avoid overflows in the windows __libcpp_steady_clock_now() — martin / detail
- [OpenMP] Fixed a typo in openmp/CMakeLists.txt — tianshilei1992 / detail
- AMDGPU: Remove wrapper only call limitation — Matthew.Arsenault / detail
- [Driver] Fix assertion failure when -fprofile-generate -fcs-profile-generate are used together — i / detail
- [NFC] Disallow unused prefixes in MC/AMDGPU — mtrofin / detail
#27284 (Jan 12, 2021 1:54:54 PM)
- [Inliner] Change inline remark format and update ReplayInlineAdvisor to use it — modimo / detail
- [OpenMP] Fixed the link error that cannot find static data member — tianshilei1992 / detail
#27283 (Jan 12, 2021 1:44:54 PM)
- [InstCombine] Handle logical and/or in assume optimization — nikita.ppv / detail
- [mlir] Update LLVM dialect type documentation — zinenko / detail
#27282 (Jan 12, 2021 1:34:54 PM)
#27281 (Jan 12, 2021 1:28:31 PM)
- [InstCombine] Add tests for logical and/or poison implication (NFC) — nikita.ppv / detail
#27280 (Jan 12, 2021 1:20:41 PM)
- [RISCV] Add double test cases to vfmerge-rv32.ll. NFC — craig.topper / detail
#27279 (Jan 12, 2021 1:14:00 PM)
- [IR] move nomerge attribute from function declaration/definition to callsites — zequanwu / detail
- [clang-tidy] Add test for Transformer-based checks with diagnostics. — yitzhakm / detail
- [InstCombine] Regenerate test checks (NFC) — nikita.ppv / detail
- [LV] Relax assumption that LCSSA implies single entry — listmail / detail
- Fix for crash in __builtin_return_address in template context. — sunil.srivastava / detail
- [InstCombine] Duplicate tests for logical and/or (NFC) — nikita.ppv / detail
- [LV] Weaken spuriously strong assert in LoopVersioning — listmail / detail
- [SLP] reduce code duplication while matching reductions; NFC — spatel / detail
- [SLP] reduce code duplication in processing reductions; NFC — spatel / detail
- [SLP] rename variable to improve readability; NFC — spatel / detail
- [SLP] reduce code duplication while processing reductions; NFC — spatel / detail
#27278 (Jan 12, 2021 12:14:55 PM)
#27276 (Jan 12, 2021 11:54:55 AM)
- [libomptarget][amdgpu][nfc] Fix build on centos — jonathanchesterfield / detail
- [clang][aarch64] Precondition isHomogeneousAggregate on isCXX14Aggregate — david.truby / detail
#27275 (Jan 12, 2021 11:44:55 AM)
- [OpenMP] Fixed include directories for OpenMP when building OpenMP with LLVM_ENABLE_RUNTIMES — tianshilei1992 / detail
#27274 (Jan 12, 2021 11:34:55 AM)
- [libcxx] Port to OpenBSD — brad / detail
- [InstSimplify] Don't fold gep p, -p to null — nikita.ppv / detail
#27273 (Jan 12, 2021 11:24:55 AM)
- [RISCV] Use vmerge.vim for llvm.riscv.vfmerge with a 0.0 scalar operand. — craig.topper / detail
- [FunctionAttrs] Precommit tests for willreturn inference. — flo / detail
- [libc++] Add a missing `<_Compare>` template argument. — arthur.j.odwyer / detail
#27272 (Jan 12, 2021 11:14:55 AM)
#27271 (Jan 12, 2021 11:04:55 AM)
- [LegalizeDAG][RISCV][PowerPC][AMDGPU][WebAssembly] Improve expansion of SETONE/SETUEQ on targets without SETO/SETUO. — craig.topper / detail
- [clangd] Avoid recursion in TargetFinder::add() — zeratul976 / detail
#27269 (Jan 12, 2021 10:49:39 AM)
- [llvm] [cmake] Remove obsolete /usr/local hack for *BSD — mgorny / detail
- [Tests] Add tests for new InstCombine OR transformation, NFC — Dávid Bolvanský / detail
- [instCombine] Add (A ^ B) | ~(A | B) -> ~(A & B) — Dávid Bolvanský / detail
- [Flang][openmp][openacc] Extend CheckNoBranching to handle branching provided by LabelEnforce. — joshisameeran17 / detail
#27268 (Jan 12, 2021 10:31:26 AM)
- [AMDGPU] Regenerate umax crash test — llvm-dev / detail
- [SVE][NFC] Regenerate a few CodeGen tests — cullen.rhodes / detail
- Add -ansi option to CompileOnly group — aaron / detail
- [doc] Place sha256 in lld/README.md into backticks — smeenai / detail
- Return false from __has_declspec_attribute() if not explicitly enabled — aaron / detail
#27267 (Jan 12, 2021 10:04:55 AM)
#27264 (Jan 12, 2021 9:34:55 AM)
#27262 (Jan 12, 2021 9:22:07 AM)
- [MLIR] Disallow `sym_visibility`, `sym_name` and `type` attributes in the parsed attribute dictionary. — jurahul / detail
#27260 (Jan 12, 2021 8:34:01 AM)
- Reland "[mlir][linalg] Support parsing attributes in named op spec" — antiagainst / detail
- [mlir][CAPI] Fix inline function declaration — zinenko / detail
- [mlir] Fix for LIT tests — zinenko / detail
- [libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v. — marek.kurdej / detail
- [mlir][spirv] NFC: split deserialization into multiple source files — antiagainst / detail
- [PowerPC][NFCI] PassSubtarget to ASMWriter — Jinsong Ji / detail
#27259 (Jan 12, 2021 7:43:51 AM)
- [X86][SSE] combineSubToSubus - add v16i32 handling on pre-AVX512BW targets. — llvm-dev / detail
- [X86][SSE] getFauxShuffleMask - handle PACKSS(SRAI(),SRAI()) shuffle patterns. — llvm-dev / detail
- [mlir][Linalg] NFC - Refactor fusion APIs — nicolas.vasilache / detail
- [TableGen] Improve error message for semicolon after braced body. — paul / detail
- [mlir][openacc] Use TableGen information for default enum — clementval / detail
- [X86] Improved lowering for saturating float to int. — bjorn.a.pettersson / detail
- [VE] Update VELIntrinsic tests — marukawa / detail
- [mlir][spirv] NFC: place ops in the proper file for their categories — antiagainst / detail
- [SLP] Add test case showing a bug when dealing with padded types — bjorn.a.pettersson / detail
- [PowerPC] Add support for embedded devices with EFPU2 — nemanja.i.ibm / detail
#27258 (Jan 12, 2021 5:05:43 AM)
- [SlotIndexes] Fix and simplify basic block splitting — jay.foad / detail
- [AMDGPU][GlobalISel] Remove some duplicate RUN lines — jay.foad / detail
- [obj2yaml,yaml2obj] - Fix issues with creating/dumping group sections. — grimar / detail
- [obj2yaml] - Don't crash when an object has an empty symbol table. — grimar / detail
- Revert "[Test] Add failing test for PR48725" — thakis / detail
- Change the LLVM_ATTRIBUTE_DEPRECATED macro to use C++14 attribute. — csigg / detail
- [RISCV] Improve scalable-vector shift tests (NFC) — fraser / detail
- [X86][SSE] combineSubToSubus - remove SSE2 early-out. — llvm-dev / detail
- [Fixed Point] Add codegen for conversion between fixed-point and floating point. — bjorn.a.pettersson / detail
#27257 (Jan 12, 2021 2:55:36 AM)
- [LiveDebugValues] Fix comparison operator in VarLocBasedImpl — sander.desmalen / detail
- [AMDGPU] Fix failing assert with scratch ST mode — sebastian.neubauer / detail
- [clang][cli] Remove -f[no-]trapping-math from -cc1 command line — jan_svoboda / detail
- [mlir] use built-in vector types instead of LLVM dialect types when possible — zinenko / detail
- [Test] Add failing test for PR48725 — mkazantsev / detail
- [WebAssembly] Remove more unnecessary brs in CFGStackify — aheejin / detail
- [llvm-readef/obj] - Change the design structure of ELF dumper. NFCI. — grimar / detail
- [llvm-readobj] - Add 'override' to fix build bots. — grimar / detail
- [llvm-readobj] - An attempt to fix BB. — grimar / detail
- [mlir][openmp][NFCI] Rename `continuationIP` to `continuationBlock` — SourabhSingh.Tomar / detail
- [llvm-readobj] - One more attempt to fix BB. — grimar / detail
- [clang][AST] Get rid of an alignment hack in DeclObjC.h [NFCI] — mikhail.maltsev / detail
#27256 (Jan 12, 2021 12:43:56 AM)
- [SelectionDAG] Make isConstantIntBuildVectorOrConstantInt and isConstantFPBuildVectorOrConstantFP methods const. — craig.topper / detail
- [CMake] Split the target side of runtimes build — phosek / detail
- [DAGCombiner] Replace static helper function isConstantFPBuildVectorOrConstantFP with the identical version in SelectionDAG. NFC — craig.topper / detail
- [ELF] Drop .rel[a].debug_gnu_pub{names,types} for --gdb-index --emit-relocs — i / detail
- [WebAssembly] Misc. refactoring in CFGStackify (NFC) — aheejin / detail
- Adapt CastExpr::getSubExprAsWritten to ConstantExpr — sbergman / detail
#27252 (Jan 11, 2021 10:34:56 PM)
- Add unconditional logging to debugserver for launch/attach processes — Jason Molenda / detail
#27239 (Jan 11, 2021 8:24:57 PM)
- [CodeGen] Try to make the print of memory operand alignment a little more user friendly. — craig.topper / detail
#27236 (Jan 11, 2021 7:04:32 PM)
- [WebAssembly] Ensure terminate pads are a single BB — aheejin / detail
- [NFC][LICM] Minor improvements to debug output — qcolombet / detail
- [OpenMP] Move memory manager to plugin and make it a common interface — tianshilei1992 / detail
- [llvm] Use llvm::find_if (NFC) — kazu / detail
- [llvm] Use *Set::contains (NFC) — kazu / detail
- [llvm] Simplify string comparisons (NFC) — kazu / detail
#27235 (Jan 11, 2021 5:57:41 PM)
- [MC] Make getEHFrameSection const like every other getter (NFC) — Jonas Devlieghere / detail
- [JITLink] Add a new PostAllocationPasses list. — Lang Hames / detail
- [VE][compiler-rt] Add VE as a target of crt — marukawa / detail
#27234 (Jan 11, 2021 4:57:48 PM)
- [RISCV] Define the vfclass RVV intrinsics — evandro.menezes / detail
- NFC: Pre-commit test: -Wpointer-sign with plain char to [un]signed char — hubert.reinterpretcast / detail
- [clang] Fix message text for `-Wpointer-sign` to account for plain char — hubert.reinterpretcast / detail
- [github] Move repo lockdown config into llvm-project repo — tstellar / detail
- [MLIR][Linalg] Refactor transforms to use linalg::getDynOperands helper — rob.suderman / detail
#27233 (Jan 11, 2021 3:44:57 PM)
- ADT: Fix pointer comparison UB in SmallVector — Duncan P. N. Exon Smith / detail
#27231 (Jan 11, 2021 3:26:25 PM)
- [OpenMP] Take elf_common.c as a interface library — tianshilei1992 / detail
- [RISCV] Add scalable vector vselect ISel patterns — fraser / detail
- clang: Always pass PowerPC endian information to GNU as — ndesaulniers / detail
- Update syntax for tensor and memref types to match parser. — joker.eph / detail
- [RISCV] Use vmv.v.i vd, 0 instead of vmv.v.x vd, x0 for llvm.riscv.vfmv.v.f with 0.0 — craig.topper / detail
- [SimplifyCFG] SwitchToLookupTable(): don't insert a DomTree edge that already exists — lebedev.ri / detail
- [SimplifyCFG] SimplifyBranchOnICmpChain(): don't insert a DomTree edge that already exists — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): don't insert a DomTree edge if it already exists — lebedev.ri / detail
- [NFCI][Utils/Local] removeUnreachableBlocks(): cleanup support for lazy DomTreeUpdater — lebedev.ri / detail
- [SimplifyCFGPass] mergeEmptyReturnBlocks(): skip blocks scheduled for removal as per DomTreeUpdater — lebedev.ri / detail
- [SimplifyCFGPass] iterativelySimplifyCFG(): support lazy DomTreeUpdater — lebedev.ri / detail
#27230 (Jan 11, 2021 2:19:06 PM)
- [libc][NFC] Make __support/common.h an in tree header. — sivachandra / detail
- [c++20] Don't consider string literal operator templates for numeric — richard / detail
- Add an assert to CGDebugInfo::getTypeOrNull — i / detail
- [RISCV] Add scalable vector fadd/fsub/fmul/fdiv ISel patterns — fraser / detail
- [mlir][vector] verify memref of vector memory ops — ajcbik / detail
- [PredicateInfo] Add test for one unknown condition in and/or (NFC) — nikita.ppv / detail
- [SCCP] Fix misclassified conditions in test (NFC) — nikita.ppv / detail
- CGDebugInfo: Delete unused parameters — i / detail
- Rename debug linkage name with -funique-internal-linkage-names — hoy / detail
#27229 (Jan 11, 2021 1:06:29 PM)
- [RISCV] Add scalable vector fcmp ISel patterns — fraser / detail
- [libc++] Turn off auto-formatting of generated files. NFC. — marek.kurdej / detail
- [NFC][AMDGPU] Clarify memory model support for volatile — Tony.Tye / detail
- [mlir][ODS] Add a C++ abstraction for OpBuilders — riddleriver / detail
- [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef — riddleriver / detail
- [mlir][IR][NFC] Move the definitions of Complex/Function/Integer/Opaque/TupleType to ODS — riddleriver / detail
- [ADT] Add makeIntrusiveRefCnt helper function — n.james93 / detail
- [tools] Mark output of tools as text if it is really text — Abhina.Sreeskantharajan / detail
- [NFC] Disallow unused prefixes under llvm/test/CodeGen — mtrofin / detail
- [mlir][vector] Add side-effect information to different load/store ops — thomasraoux / detail
- Enable python bindings for tensor, shape and linalg dialects. — stellaraccident / detail
- [mlir][CAPI] Introduce standard source layout for mlir-c dialect registration. — stellaraccident / detail
- Revert "[mlir][linalg] Support parsing attributes in named op spec" — joker.eph / detail
- [InstCombine] reduce icmp(ashr X, C1), C2 to sign-bit test — spatel / detail
- [GlobalISel] Map extractelt to G_EXTRACT_VECTOR_ELT — bjorn.a.pettersson / detail
#27228 (Jan 11, 2021 11:43:26 AM)
- [SystemZ][z/OS] Fix Permission denied pattern matching — Abhina.Sreeskantharajan / detail
- [mlir] Add structural conversion to async dialect lowering. — csigg / detail
#27227 (Jan 11, 2021 11:34:58 AM)
#27226 (Jan 11, 2021 11:24:58 AM)
- -funique-internal-linkage-names appends a hex md5hash suffix to the symbol name which is not demangler friendly, convert it to decimal. — tmsriram / detail
- Introduce new quiet mode and new option handling for -print-changed. — schmeise / detail
#27225 (Jan 11, 2021 11:14:58 AM)
- [flang][openxx][NFC] Remove duplicated function to check required clauses — clementval / detail
#27223 (Jan 11, 2021 11:04:16 AM)
- [AMDGPU] Deduplicate VOP tablegen asm & ins — Joseph.Nash / detail
- [mlir] Add Python bindings for AffineExpr — zinenko / detail
- [mlir] More Python bindings for AffineMap — zinenko / detail
- [mlir] Expose MemRef layout in Python bindings — zinenko / detail
#27222 (Jan 11, 2021 10:34:58 AM)
- [attributes] Add a facility for enforcing a Trusted Computing Base. — Artem Dergachev / detail
- [Hexagon] Custom-widen SETCC's operands — kparzysz / detail
#27221 (Jan 11, 2021 10:24:58 AM)
#27219 (Jan 11, 2021 9:54:58 AM)
- [SystemZ] Minor NFC fix in SchedModels. — paulsson / detail
- [FastISel] NFC: Clean up unnecessary bookkeeping — paul.robinson / detail
#27218 (Jan 11, 2021 9:44:58 AM)
- [FastISel] NFC: Remove obsolete -fast-isel-sink-local-values option — paul.robinson / detail
- [ELF] --exclude-libs: localize defined libcall symbols referenced by lto.tmp — i / detail
#27217 (Jan 11, 2021 9:34:58 AM)
- [mlir][Linalg] Fold init_tensor -> linalg.tensor_reshape. — ravishankarm / detail
- [Clang][Docs] Fix ambiguity in clang-offload-bundler docs — scott.linder / detail
- [NFC] Disallow unused prefixes in CodeGen/PowerPC tests. — mtrofin / detail
- [mlir][vector] Add memory effects to transfer_read transfer_write ops — thomasraoux / detail
- [mlir][Linalg] Fix reshape fusion to reshape the outs instead of creating new tensors. — ravishankarm / detail
#27215 (Jan 11, 2021 9:14:58 AM)
#27213 (Jan 11, 2021 8:44:58 AM)
- [FastISel] Flush local value map on every instruction — paul.robinson / detail
#27212 (Jan 11, 2021 8:34:58 AM)
- NFC: Use -LABEL more — paul.robinson / detail
#27211 (Jan 11, 2021 8:24:58 AM)
#27210 (Jan 11, 2021 8:14:58 AM)
- [OpenMPOpt][WIP] Expand parallel region merging — georgakoudis1 / detail
#27207 (Jan 11, 2021 7:52:27 AM)
- [X86] Extend lzcnt-cmp tests to test on non-lzcnt targets — llvm-dev / detail
- [ARM] Update existing test case with +pauth targets — ranjeet.singh / detail
- [clangd] Fix -check mode doesn't respect any tidy configs. — hokein.wu / detail
#27206 (Jan 11, 2021 7:23:54 AM)
- Revert "[attributes] Add a facility for enforcing a Trusted Computing Base." — thakis / detail
- [mlir] Fix gpu-to-llvm lowering for gpu.alloc with dynamic sizes. — csigg / detail
- [X86] Add nounwind to lzcnt-cmp tests — llvm-dev / detail
#27205 (Jan 11, 2021 6:54:58 AM)
- [attributes] Add a facility for enforcing a Trusted Computing Base. — Artem Dergachev / detail
- [VPlan] Unify value/recipe printing after VPDef transition. — flo / detail
#27202 (Jan 11, 2021 6:24:58 AM)
- [mlir][linalg] Support permutation when lowering to loop nests — antiagainst / detail
- [DAGCombiner] Use getVectorElementCount inside visitINSERT_SUBVECTOR — joe.ellis / detail
#27201 (Jan 11, 2021 6:17:22 AM)
- [mlir][linalg] Support parsing attributes in named op spec — antiagainst / detail
#27200 (Jan 11, 2021 6:11:53 AM)
- [flang][driver] Copy input files into a temp dir when testing — andrzej.warzynski / detail
#27199 (Jan 11, 2021 6:00:02 AM)
- [ARM] Add uses for locals introduced for debug messages. NFC. — herhut / detail
- [AMDGPU] Fix a urem combine test to test what it was supposed to — jay.foad / detail
- [mlir] Remove unnecessary llvm.mlir.cast in AsyncToLLVM lowering. — csigg / detail
- [mlir] Make GpuAsyncRegion pass depend on async dialect. — csigg / detail
#27198 (Jan 11, 2021 5:04:41 AM)
- [VE] Support intrinsic to isnert/extract_subreg of v512i1 — marukawa / detail
- [VE] Support additional VMRGW and VMV intrinsic instructions — marukawa / detail
- [obj2yaml] - Fix the crash in getUniquedSectionName(). — grimar / detail
- [clang][AArch64][SVE] Avoid going through memory for coerced VLST return values — joe.ellis / detail
- [llvm-readelf/obj] - Index phdrs and relocations from 0 when reporting warnings. — grimar / detail
- [VPlan] Move initial quote emission from ::print to ::dumpBasicBlock. — flo / detail
- [obj2yaml][test] - Improve and fix section-group.yaml test. — grimar / detail
- [lldb] Disable PipeTest.OpenAsReader on windows — pavel / detail
- [X86][SSE] Add 'vectorized sum' test patterns — llvm-dev / detail
#27197 (Jan 11, 2021 3:45:21 AM)
- [X86] Fix tile register spill issue. — yuanke.luo / detail
- Require chained analyses in BasicAA and AAResults to be transitive — bjorn.a.pettersson / detail
- [SVE][CodeGen] Fix legalisation of floating-point masked gathers — kerry.mclaughlin / detail
- Revert rGd43a264a5dd3 "Revert "[X86][SSE] Fold unpack(hop(),hop()) -> permute(hop())"" — llvm-dev / detail
- [X86][SSE] Add missing SSE test coverage for permute(hop,hop) folds — llvm-dev / detail
#27196 (Jan 11, 2021 2:23:36 AM)
- [NFC][InstructionCost] Change LoopVectorizationCostModel::getInstructionCost to return InstructionCost — david.sherwood / detail
- [ARM] Add debug messages for the load store optimizer. NFC — david.green / detail
- [clangd] Add metrics for go-to-implementation. — hokein.wu / detail
#27195 (Jan 11, 2021 1:14:59 AM)
- [ARM] Update trunc costs — david.green / detail
- [NFC] Remove min/max functions from InstructionCost — david.sherwood / detail
- Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system" — jan_svoboda / detail
#27194 (Jan 11, 2021 1:04:59 AM)
- [clang-format] Find main include after block ended with #pragma hdrstop — marek.kurdej / detail
#27193 (Jan 11, 2021 12:54:59 AM)
- [clang-format] turn on formatting after "clang-format on" while sorting includes — marek.kurdej / detail
#27192 (Jan 11, 2021 12:44:59 AM)
- [clang-format] Skip UTF8 Byte Order Mark while sorting includes — marek.kurdej / detail
- [ARM] Additional trunc cost tests. NFC — david.green / detail
#27191 (Jan 11, 2021 12:34:59 AM)
#27187 (Jan 11, 2021 12:00:59 AM)
- [RISCV] Clear isCodeGenOnly flag on VMSGE(U) pseudo instructions. Remove InstAliases that duplicate the asm strings in the pseudos. — craig.topper / detail
- Remove redundant casts. — akuegel / detail
#27186 (Jan 10, 2021 11:44:59 PM)
- [JITLink] Rename PostAllocationPasses to PreFixupPasses. — Lang Hames / detail
#27183 (Jan 10, 2021 11:14:59 PM)
- [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation. — kareem.ergawy / detail
- [NFC][AsmPrinter] Make comments for spill/reload more precise. — kai.wang / detail
#27179 (Jan 10, 2021 10:34:59 PM)
- CGDebugInfo: Delete redundant test — i / detail
- CGDebugInfo: Delete unneeded UnwrapTypeForDebugInfo — i / detail
#27172 (Jan 10, 2021 9:24:59 PM)
#27164 (Jan 10, 2021 8:04:00 PM)
#27162 (Jan 10, 2021 7:44:00 PM)
- [LoopUnroll] Fix a crash — serguei.katkov / detail
#27160 (Jan 10, 2021 7:24:00 PM)
- [RISCV] Convert most of the information about RVV Pseudos into bits in TSFlags. — craig.topper / detail
#27156 (Jan 10, 2021 6:44:00 PM)
#27149 (Jan 10, 2021 5:34:15 PM)
#27143 (Jan 10, 2021 4:14:15 PM)
#27140 (Jan 10, 2021 3:51:44 PM)
#27139 (Jan 10, 2021 2:44:15 PM)
#27134 (Jan 10, 2021 1:54:16 PM)
- [LLVM] Added OpenMP to `LLVM_ALL_RUNTIMES` — tianshilei1992 / detail
- [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM — tianshilei1992 / detail
#27133 (Jan 10, 2021 1:44:15 PM)
- [NFCI][SimplifyCFG] Prefer to add Insert edges before Delete edges into DomTreeUpdater, if reasonable — lebedev.ri / detail
#27130 (Jan 10, 2021 1:14:16 PM)
#27128 (Jan 10, 2021 12:54:16 PM)
#27127 (Jan 10, 2021 12:44:16 PM)
#27126 (Jan 10, 2021 12:34:16 PM)
- [Tests] Auto update a vectorizer test to simplify future diff — listmail / detail
- [test] Improve CodeGenCXX/difile_entry.cpp — i / detail
#27115 (Jan 10, 2021 10:30:13 AM)
- [SLP] put verifyFunction call behind EXPENSIVE_CHECKS — spatel / detail
- [SLP] fix typo in assert — spatel / detail
#27114 (Jan 10, 2021 9:34:16 AM)
- [CodeGen, DebugInfo] Use llvm::find_if (NFC) — kazu / detail
- [MemorySSA] Remove unused dominatesUse (NFC) — kazu / detail
- [llvm] Ensure newlines at the end of files (NFC) — kazu / detail
#27110 (Jan 10, 2021 9:02:53 AM)
- [ConstantFold] Add tests for fptoi.sat (NFC) — nikita.ppv / detail
- [ConstantFold] Fold fptoi.sat intrinsics — nikita.ppv / detail
#27109 (Jan 10, 2021 7:54:16 AM)
#27102 (Jan 10, 2021 6:44:16 AM)
#27099 (Jan 10, 2021 6:14:16 AM)
- [mlir] NFC - Drop spurious assertion on symbols during `promoteComposedSymbolsAsDims` — nicolas.vasilache / detail
#27086 (Jan 10, 2021 1:14:17 AM)
- [CodeGen] Update transformations to use poison for shufflevector/insertelem's initial vector elem — aqjune / detail
#27079 (Jan 10, 2021 12:04:17 AM)
#27064 (Jan 9, 2021 8:34:18 PM)
- [RISCV] Change ConstraintMask in RISCVII enum to be shifted left. NFC — craig.topper / detail
#27059 (Jan 9, 2021 7:44:18 PM)
- [RISCV] Use uint16_t instead of unsigned for opcodes in the RVV pseudo instruction table. — craig.topper / detail
#27052 (Jan 9, 2021 6:34:18 PM)
#27049 (Jan 9, 2021 6:04:18 PM)
#27044 (Jan 9, 2021 4:51:36 PM)
- [CodeGenModule] Drop dso_local on function declarations for ELF -fno-pic -fno-direct-access-external-data — i / detail
#27026 (Jan 9, 2021 1:14:19 PM)
- [SelectionDAG] Teach isConstOrConstSplat about ISD::SPLAT_VECTOR — fraser / detail
- [RISCV] Add scalable vector icmp ISel patterns — fraser / detail
#27024 (Jan 9, 2021 12:54:19 PM)
#27019 (Jan 9, 2021 12:04:19 PM)
- [NFC] Disallow unused prefixes in CodeGen/X86 tests. — mtrofin / detail
- [clang] Add llvm-strip to test dependencies — smeenai / detail
#27018 (Jan 9, 2021 11:54:19 AM)
#27015 (Jan 9, 2021 11:24:19 AM)
#27014 (Jan 9, 2021 11:14:19 AM)
#27012 (Jan 9, 2021 10:28:52 AM)
- [lld-macho] Remove unnecessary llvm:: namespace prefixes — jezng / detail
- [OpenMP] Remove copy constructor of `RTLInfoTy` — tianshilei1992 / detail
#27011 (Jan 9, 2021 9:48:19 AM)
- [SCEV] Remove unused getOrInsertCanonicalInductionVariable (NFC) — kazu / detail
- [Transforms] Use llvm::find_if (NFC) — kazu / detail
- [llvm] Drop unnecessary make_range (NFC) — kazu / detail
#27010 (Jan 9, 2021 9:24:19 AM)
#27009 (Jan 9, 2021 9:14:19 AM)
- [OpenMP] Added the support for cache line size 256 for A64FX — tianshilei1992 / detail
#27008 (Jan 9, 2021 9:04:19 AM)
- [RISCV] Do not grow the stack a second time when we need to realign the stack — roger.ferrer / detail
#27006 (Jan 9, 2021 8:44:19 AM)
#26992 (Jan 9, 2021 6:24:19 AM)
- [clang][Sema] Compare SourceLocations directly [NFCI] — mikhail.maltsev / detail
#26987 (Jan 9, 2021 5:44:17 AM)
- [mlir][spirv] Replace SPIRVOpLowering with OpConversionPattern — antiagainst / detail
#26986 (Jan 9, 2021 3:34:26 AM)
- [WebAssembly] Remove exnref and br_on_exn — aheejin / detail
- [mlir] AsyncRuntime: use LLVM ThreadPool to run async tasks — ezhulenev / detail
- [WebAssembly] Update InstPrinter support for EH — aheejin / detail
- [Test][FileCheck] Fix use of undef var — thomasp / detail
- [RISCV] Add tests for scalable constant-folding (NFC) — fraser / detail
- [WebAssembly] Remove unreachable EH pads — aheejin / detail
#26984 (Jan 9, 2021 1:59:24 AM)
#26981 (Jan 9, 2021 1:31:22 AM)
#26980 (Jan 9, 2021 12:42:38 AM)
- [WebAssembly] Update WasmEHPrepare for the new spec — aheejin / detail
- Add -f[no-]direct-access-external-data to supersede -mpie-copy-relocations — i / detail
- Make -fno-pic respect -fno-direct-access-external-data — i / detail
#26979 (Jan 8, 2021 11:34:20 PM)
#26977 (Jan 8, 2021 11:14:54 PM)
- PR47391: Canonicalize DIFiles — dblaikie / detail
- This adds a new test checking llvm-symbolizer with an object built with basic block sections. — tmsriram / detail
- Revert "This adds a new test checking llvm-symbolizer with an object built with basic block sections." — tmsriram / detail
#26966 (Jan 8, 2021 7:12:54 PM)
- [clangd][NFC] Remove unnecessary copy in CodeComplete — n.james93 / detail
- [RISCV] Optimize multiplication with constant — powerman1st / detail
- [Target, Transforms] Use *Set::contains (NFC) — kazu / detail
- [Tablegen] Use llvm::find_if (NFC) — kazu / detail
- [SCEV] Remove unused getExactExistingExpansion (NFC) — kazu / detail
- [DWARFLinker] Print the unsupport DWARF form as part of the warning — Jonas Devlieghere / detail
- [debugserver] Various plist changes — Jonas Devlieghere / detail
- [DWARFLinker] Link against BinaryFormat — Jonas Devlieghere / detail
#26965 (Jan 8, 2021 6:28:03 PM)
- [X86] Remove IntrArgMemOnly from ldmxcsr intrinsic. — craig.topper / detail
#26964 (Jan 8, 2021 5:04:45 PM)
- Attempt to complete an incomplete expression type when considering a — richard / detail
- Update the maximum integer bitwidth in MLIR. — andrew / detail
- [NewPM] Run ObjC ARC passes — aeubanks / detail
- [lld-macho] Fix TLV data initialization — jezng / detail
- [libc] Switch to use a macro which does not insert a section for every libc function. — michaelrj / detail
- [libc][NFC] add includes for internal headers to all libc functions — michaelrj / detail
- Never call a destroying operator delete when cleaning up from an — richard / detail
- [AMDGPU] Add volatile support to SIMemoryLegalizer — Tony.Tye / detail
#26963 (Jan 8, 2021 3:20:18 PM)
- [mlir][PassManager] Properly set the initialization generation when cloning a pass manager — riddleriver / detail
- [libc++] NFC: Document the Differential queries to avoid duplicating work — Louis Dionne / detail
- [InitLLVM] Ensure SIGPIPE handler installed before sigaction() — Vedant Kumar / detail
#26962 (Jan 8, 2021 2:39:35 PM)
- [mlir] Add a hook for initializing passes before execution and use it in the Canonicalizer — riddleriver / detail
- [mlir][vector] generalized masked l/s and compressed l/s with indices — ajcbik / detail
- [mlir] AsyncRuntime: disable mlir-runner init/disable for WIN32 — ezhulenev / detail
- [libc++/abi] Re-remove unnecessary null pointer checks from operator delete — Louis Dionne / detail
- Re-enable __cpp_lib_constexpr_functional. — arthur.j.odwyer / detail
- [libc++] Mark [P0475] "LWG2511: guaranteed copy elision for piecewise construction" as Complete. — arthur.j.odwyer / detail
- [libc++] Mark [P0809] "LWG2831: Comparing Unordered Containers" as Nothing To Do. — arthur.j.odwyer / detail
#26961 (Jan 8, 2021 1:36:11 PM)
- [compiler-rt] [sanitizer] Silence -Wframe-larger-than= for a few windows functions with large stack buffers — martin / detail
- [Driver] Add DWARF64 flag: -gdwarf64 — hoy / detail
- [mlir:JitRunner] Use custom shared library init/destroy functions if available — ezhulenev / detail
- Don't take the address of a temporary — Adrian Prantl / detail
#26960 (Jan 8, 2021 12:56:30 PM)
- [NFC] Specify C11 in loop-opt-setup.c — matthew.voss / detail
- [mlir][PDL] Use ODS for defining PDL types — riddleriver / detail
- APINotes: annotate dump methods (NFC) — Saleem Abdulrasool / detail
#26959 (Jan 8, 2021 12:18:14 PM)
- [RISCV] Cleanup a few section comments in RISCVInstrInfoVPseudos.td. NFC — craig.topper / detail
- [NFC] Disallow unused prefixes in CodeGen/AMDGPU — mtrofin / detail
- [mlir][Linalg] NFC: Refactor fusion of LinalgOp with TensorReshapeOp by expansion. — ravishankarm / detail
- [clangd] Add go-to-def metric. — hokein.wu / detail
#26958 (Jan 8, 2021 11:40:34 AM)
- [Signal] Re-raise SIGPIPE if the handler is uninstalled — Vedant Kumar / detail
- [CMake] Fix incorrect rpath for tests if LLVM_LOCAL_RPATH isn't set — raul / detail
#26957 (Jan 8, 2021 11:01:37 AM)
- [flang] Fix bogus message on internal subprogram with alternate return — psteinfeld / detail
- [ARM] Custom lower i1 vector truncates — david.green / detail
- [TableGen] Fix use of *CurRec when CurRec is null. — paul / detail
- Re-land "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath" — raul / detail
- [mlir][Linalg] Add verification checks to disallow illegal reshape ops. — ravishankarm / detail
#26956 (Jan 8, 2021 10:18:44 AM)
- [VPlan] Move reduction start value creation to widenPHIRecipe. — flo / detail
- Revert "[CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath" — raul / detail
- [libc++] Add basic support for -std=c++2b. — marek.kurdej / detail
- [libc++] LWG2070: Use Allocator construction for objects created with allocate_shared — Louis Dionne / detail
- [lldb] Remove stale LLDB-Info.plist — Jonas Devlieghere / detail
#26955 (Jan 8, 2021 9:14:35 AM)
- [clangd] Fix type printing in the presence of qualifiers — adamcz / detail
- [ConstProp] Constant propagation for get.active.lane.mask instrinsics — david.green / detail
- [clangd] Add missing "override" to fix the build. — adamcz / detail
- [mlir] replace LLVM dialect float types with built-ins — zinenko / detail
- [libc++] Update generate_feature_test_macro_components.py to match SD-6. — arthur.j.odwyer / detail
- [lldb] Bump the required SWIG version to 3 — Jonas Devlieghere / detail
- [X86] Add TLBSYNC, INVLPGB and SNP instructions — Ganesh.Gopalasubramanian / detail
#26954 (Jan 8, 2021 8:04:28 AM)
- [X86][SSE] Add tests for unpack(hop(),hop()) — llvm-dev / detail
- [NFC] Renaming PackStack to AlignPackStack — Xiangling.Liao / detail
- [SLP][NFC]Add a test for reused shrink check, NFC. — a.bataev / detail
- [X86][SSE] Add vphaddd/vphsubd unpack(hop(),hop()) tests — llvm-dev / detail
- [MLIR][OpenMP] Attribute to include WsLoop upperbound — kiran.chandramohan / detail
- [TableGen] Add the assert statement, step 1 — paul / detail
- [ARM] Update and regenerate test checks. NFC — david.green / detail
- [WebAssembly] Rename wasm_rethrow_in_catch intrinsic/builtin — aheejin / detail
- [TableGen] Remove unused declaration that caused build failures. — paul / detail
- [mlir:JitRunner] Use custom shared library init/destroy functions if available — ezhulenev / detail
- [ARM][LV] Additional loop invariant reduction test. NFC — david.green / detail
- [X86][SSE] Fold unpack(hop(),hop()) -> permute(hop()) — llvm-dev / detail
- Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if available" — ezhulenev / detail
#26953 (Jan 8, 2021 6:15:15 AM)
- [clangd] NFC, avoid potential ODR violation. — hokein.wu / detail
- [clangd] Cleanup a remaining Optional<SymbolID> usage, NFC. — hokein.wu / detail
- [VE][NFC] Clean ISel patterns for LSV and LVS — marukawa / detail
- [compiler-rt] Implement __atomic_is_lock_free — Alexander.Richardson / detail
- [libc++] Add missing XFAIL to tests that need __atomic_* libcalls — Alexander.Richardson / detail
- [clangd] go-to-implementation on a base class jumps to all subclasses. — hokein.wu / detail
- [SLP] limit verifyFunction to debug build (PR48689) — spatel / detail
- Revert "Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""""" — pifon / detail
- [AArch64] Add +pauth archictecture option, allowing the v8.3a pointer authentication extension. — mark.murray / detail
- [AArch64] Add +flagm archictecture option, allowing the v8.4a flag modification extension. — mark.murray / detail
- [MLIR][NFC] remove unnecessary includes form tablegen command — zinenko / detail
- [lldb][NFC] Refactor setup code for Clang diagnostics — Raphael Isemann / detail
- [VP] ISD helper functions [VE] isel for vp_add, vp_and — simon.moll / detail
- [gn build] Port 9c4b2225b24 — llvmgnsyncbot / detail
- Revert "[SLP]Need shrink the load vector after reordering." — pifon / detail
- [OpenCL] Documentation for experimental C++ libs — anastasia.stulova / detail
- [WebAssembly] Change label numbers to variables in test — aheejin / detail
- [VE] Support pack_f32p and pack_f32a intrinsic instructions — marukawa / detail
- [MLIR][SPIRV] Add `UsableInSpecConstantOp` trait. — kareem.ergawy / detail
#26952 (Jan 8, 2021 4:16:08 AM)
- Fix two pessimizing moves. — csigg / detail
- [VE] Extract & insert vector element isel — simon.moll / detail
- [VE] Expand single-element BUILD_VECTOR to INSERT_VECTOR_ELT — simon.moll / detail
- [LV] Legalize scalable VF hints — cullen.rhodes / detail
- [SVE] Add support to vectorize_width loop pragma for scalable vectors — david.sherwood / detail
- [AArch64] Fix crash caused by invalid vector element type — nicholas.guy / detail
#26951 (Jan 8, 2021 2:19:51 AM)
- [AArch64][SVE] Add lowering for llvm abs intrinsic — david.sherwood / detail
- [MachineLoop] New helper isLoopInvariant() — sjoerd.meijer / detail
- [clang][cli] Port DiagnosticOpts to new option parsing system — jan_svoboda / detail
- [VE] Add SVOB intrinsic instruction — marukawa / detail
- [LV] Don't sink into replication regions — david.green / detail
- Revert "[clang][cli] Port DiagnosticOpts to new option parsing system" — jan_svoboda / detail
- [NFC] Update some PPC tests marked as auto-generated — qiucofan / detail
#26950 (Jan 8, 2021 12:57:30 AM)
- [X86] Correct the comments about comparison intrinsics. NFCI. — pengfei.wang / detail
- [llvm-readobj] [ARMWinEH] Clearly print an invalid case of packed unwind info as such — martin / detail
#26949 (Jan 7, 2021 11:33:53 PM)
- [CMake] Don't enable BUILD_WITH_INSTALL_RPATH when using custom build rpath — raul / detail
- [NewPM] Don't error when there's an unrecognized pass name — aeubanks / detail
#26948 (Jan 7, 2021 10:27:10 PM)
- [lldb] Access the ModuleList through iterators where possible (NFC) — Jonas Devlieghere / detail
- [lldb] Make DoReadMemory a protected method. — Jonas Devlieghere / detail
- AMDGPU/GlobalISel: Enable sret demotion — Christudasan.Devadasan / detail
#26947 (Jan 7, 2021 8:57:15 PM)
- Revert "Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis."""" — Artem Dergachev / detail
- [gn build] Port 6b0ee02747e — llvmgnsyncbot / detail
- [CodeGen] Remove unused function isCallerPreservedOrConstPhysReg (NFC) — kazu / detail
- [llvm] Use *Set::contains (NFC) — kazu / detail
- [Target] Use llvm::find_if (NFC) — kazu / detail
#26946 (Jan 7, 2021 8:23:25 PM)
- Fix subprogram_ranges.test by explicitly using lld — dblaikie / detail
- Fix print-dot-ddg.ll so it doesn't try to write to the source tree (& uses the test temp paths instead) — dblaikie / detail
- lldb subprogram_ranges.test - remove dependence on temp file name — dblaikie / detail
#26945 (Jan 7, 2021 7:46:18 PM)
- [gn build] (manually) merge a whole bunch of libc++ header files — thakis / detail
- Fix MLIR DRR matching when attributes are interleaved with operands — joker.eph / detail
- [LLD][COFF] Simplify function. NFC. — alexandre.ganea / detail
#26944 (Jan 7, 2021 6:38:47 PM)
- [builtins] Add COMPILER_RT_BUILTINS_HIDE_SYMBOLS — rprichard / detail
- Revert "Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis.""" — dblaikie / detail
- [gn build] Port b12f26733a4 — llvmgnsyncbot / detail
#26943 (Jan 7, 2021 5:59:52 PM)
- [Cloning] Copy metadata of global declarations — ruiling.song / detail
- [clang] Add powerpc64le-none-linux-gnu to gnu toolchain for PPC64 — clementval / detail
#26942 (Jan 7, 2021 4:16:37 PM)
- [LLD][COFF] When using PCH.OBJ, ensure func_id records indices are remapped under /DEBUG:GHASH — alexandre.ganea / detail
- lldb: Add support for DW_AT_ranges on DW_TAG_subprograms — dblaikie / detail
- [libc++] Fix typo in run-buildbot — Louis Dionne / detail
- GlobalISel: Fail legalization on narrowing extload below memory size — Matthew.Arsenault / detail
- [hip] Enable HIP compilation with `<complex`> on MSVC. — michael.hliao / detail
- [OpenMP] Always print error messages in libomptarget CUDA plugin — huberjn / detail
- [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection — luismarques / detail
- [NewPM][Hexagon] Fix HexagonVectorLoopCarriedReusePass position in pipeline — aeubanks / detail
- [libc++] Alphabetize generate_feature_test_macro_components.py. NFCI. — arthur.j.odwyer / detail
- [NewPM][NVPTX] Port NVPTX opt passes — aeubanks / detail
- [NFC][SimplifyCFG] Add a test with cond br on constant w/ identical destinations — lebedev.ri / detail
- [SimplifyCFG] ConstantFoldTerminator(): handle matching destinations of condbr earlier — lebedev.ri / detail
- [SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates in `SwitchInst` handling — lebedev.ri / detail
- [NFC][SimlifyCFG] Add some indirectbr-of-blockaddress tests — lebedev.ri / detail
- [SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates in `indirectbr` handling — lebedev.ri / detail
- [SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [NFC][SimplifyCFG] Add test with an unreachable block with two identical successors — lebedev.ri / detail
- [SimplifyCFG] removeUnreachableBlocks(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [NFC][SimplifyCFG] Add a test with an undef cond branch to identical destinations — lebedev.ri / detail
- [SimplifyCFG] changeToUnreachable(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] MergeBlockIntoPredecessor(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] DeleteDeadBlocks(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] changeToCall(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] removeUnwindEdge(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] markAliveBlocks(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [RISCV] Define the vfsqrt RVV intrinsics — evandro.menezes / detail
- Fix build after eaadb41db6233cf1c9e882d74a31c1f9d6e211ff when the MSVC libs are not in PATH. — alexandre.ganea / detail
#26941 (Jan 7, 2021 2:28:01 PM)
- Fix include path for check-gdb-mlir-support to include the MLIR binary dir — joker.eph / detail
- Fix check-gdb-mlir-support build after MLIR API changed to take Context as first argument — joker.eph / detail
- GlobalISel: Add combine for G_UREM by power of 2 — Matthew.Arsenault / detail
- [NFC] clang/test/openMP/target_codegen.cpp should not depend on ssa name — tianshilei1992 / detail
- [libc++abi] Simplify __gxx_personality_v0 — i / detail
- [test] Move coro-retcon-unreachable.ll into llvm/test — aeubanks / detail
- [CoroSplit][NewPM] Don't call LazyCallGraph functions to split when no clones — aeubanks / detail
- Fixup Asserts+!AbiBreakingChecks fallout from db33f85c7124 — dblaikie / detail
- [TableGen] Make CodeGenDAGPatterns::getSDNodeNamed take a StringRef instead of const std::string &. — craig.topper / detail
#26940 (Jan 7, 2021 1:21:24 PM)
- [OpenMP][Docs] Add remarks intro section — johannes / detail
- [OpenMP][Fix] Make the arch selector for x86_64 work — johannes / detail
- [OpenMP][FIX] Ensure the isa trait is evaluated last — johannes / detail
- [clang] Change builtin object size when subobject is invalid — George Burgess IV / detail
- [OpenMP][Docs] Mark finished features as done — johannes / detail
- [llvm-pdbutil] Don't crash when printing unknown CodeView type records — alexandre.ganea / detail
- [mlir] Adds argument attributes for using LLVM's sret and byval attributes — eschweitz / detail
- [OpenMP][FIX] Avoid string literal comparison, use `StringRef::equal` — johannes / detail
#26939 (Jan 7, 2021 12:36:17 PM)
- [OpenMP] Add example in Libomptarget Information docs — jhuber6 / detail
- Fix gcc5 build failure (NFC) — joker.eph / detail
- [Clang][Driver] Fix read-after-free when using /clang: — alexandre.ganea / detail
#26938 (Jan 7, 2021 11:36:08 AM)
- Fix GCC5 build, require explicit this->... in this call inside a lambda (NFC) — joker.eph / detail
- [NFC] Removed unused prefixes from CodeGen/AMDGPU — mtrofin / detail
- Silence warning: comparison of integers of different signs: 'const unsigned int' and 'const long' [-Wsign-compare] — alexandre.ganea / detail
- [PGO][PGSO] Let unroll hints take precedence over PGSO. — yamauchi / detail
- CodeGen: Refactor regallocator command line and target selection — Matthew.Arsenault / detail
- [WebAssembly] Fixed byval args missing DWARF DW_AT_LOCATION — aardappel / detail
- [mlir] replace LLVMIntegerType with built-in integer type — zinenko / detail
- [mlir] don't match the text produced only in debug mode in Python tests — zinenko / detail
- [SLP] remove opcode identifier for reduction; NFC — spatel / detail
- Simplify vectorcall argument classification of HVAs, NFC — rnk / detail
- [NFC][AMDGPU] Reduce include files dependency. — dfukalov / detail
#26937 (Jan 7, 2021 9:48:53 AM)
- [NFC] Removed unused prefixes in CodeGen/AMDGPU — mtrofin / detail
- [IR] Use LLVM_ENABLE_ABI_BREAKING_CHECKS to guard ABI changes. — varun_gandhi / detail
- Adds argument attributes for using LLVM's sret and byval attributes to — eschweitz / detail
- [NFC] make clang/test/CodeGen/arm_neon_intrinsics.c resistent to function attribute id changes — lucas.prates / detail
- [mlir] NFC: fix trivial typos — ishizaki / detail
- [AST][NFC] Silence GCC warning about multiline comments — thomasp / detail
- Add element-type to the Vector TypeLoc types. — erich.keane / detail
- [Coverage] Refactor three tests from commit rG9f2967bcfe2f — a-phipps / detail
- [mlir] revert 82f5ee3c3e601daad5 — eschweitz / detail
#26936 (Jan 7, 2021 8:23:14 AM)
- [Analysis] MemoryDepChecker::couldPreventStoreLoadForward - remove dead store. NFCI. — llvm-dev / detail
- [AArch64] SVEIntrinsicOpts - use range loop and cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. — llvm-dev / detail
- [flang][openacc] Enforce delcare directive restriction — clementval / detail
- [TableGen] Add field kind to the RecordVal class. — paul / detail
- [SplitEdge] Add new parameter to SplitEdge to name the newly created basic block — sidharth.baveja / detail
- [llvm-reduce] ReduceGlobalVarInitializers delta pass: fix handling of globals w/ comdat/non-external linkage — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): drop reachable errneous assert — lebedev.ri / detail
- [DDG] Fix duplicate edge removal during pi-block formation — bmahjour / detail
- AMDGPU/GlobalISel: Start cleaning up calling convention lowering — Matthew.Arsenault / detail
- [DDG] Data Dependence Graph - DOT printer tests — bmahjour / detail
- [SVE] Add unpacked scalable floating point ZIP/UZP/TRN patterns — mcinally / detail
#26935 (Jan 7, 2021 6:21:59 AM)
- [CompilationDatabase] Pass Twine by const reference instead of by value. NFCI. — llvm-dev / detail
- [DWARF] DWARFDebugLoc::dumpRawEntry - remove dead stores. NFCI. — llvm-dev / detail
- [llvm-objdump] Pass Twine by const reference instead of by value. NFCI. — llvm-dev / detail
- [mlir] Add fastmath flags support to some LLVM dialect ops — zinenko / detail
- [clang][cli] NFC: Ensure non-null DiagnosticsEngine in ParseDiagnosticArgs — jan_svoboda / detail
- [clang][cli] NFC: Move parseSimpleArgs — jan_svoboda / detail
- [mlir] remove a use of deprecated OpState::setAttr — zinenko / detail
- [clang][cli] NFC: Make parsing macro reusable — jan_svoboda / detail
- [AArch64][CostModel]Fix gather scatter cost model — caroline.concatto / detail
- [flang][driver] Rename driver tests (nfc) — andrzej.warzynski / detail
#26934 (Jan 7, 2021 4:12:57 AM)
- Reapply "[clang][cli] Allow users to specify a conditional to prevent parsing options with MarshallingInfo" — jan_svoboda / detail
- [clang][ASTImporter] Fix a possible assertion failure `NeedsInjectedClassNameType(Decl)'. — 1.int32 / detail
- [lldb][ARM/AArch64] Update disasm flags to latest v8.7a ISA — david.spickett / detail
- [clang][cli] Port a CommaJoined option to the marshalling infrastructure — jan_svoboda / detail
- [flang][driver] Add support for `-c` and `-emit-obj` — andrzej.warzynski / detail
- [clang][cli] Port getAllArgumentValues to the marshalling infrastructure — jan_svoboda / detail
- [libc++] [CI] Install Tip-of-Trunk clang. — marek.kurdej / detail
- [clang][cli] Report the actual argument parsing result — jan_svoboda / detail
- [DAG] Simplify OR(X,SHL(Y,BW/2)) eq/ne 0/-1 'all/any-of' style patterns — llvm-dev / detail
- [libcxx] Mark a test as unsupported for C++03 — mikhail.maltsev / detail
- [libc++] Use c++20 instead of c++2a consistently. — marek.kurdej / detail
- [mlir] Refactor translation of OpenMP dialect ops to LLVM IR — zinenko / detail
- [clangd] Add server capability advertising hot-reloading of CDBs. — sam.mccall / detail
- [SLP]Need shrink the load vector after reordering. — a.bataev / detail
#26933 (Jan 7, 2021 2:15:08 AM)
- [clang][cli] Allow users to specify a conditional to prevent parsing options with MarshallingInfo — jan_svoboda / detail
- [clang][cli] Implement ContainsN Google Test matcher — jan_svoboda / detail
- Revert "[clang][cli] Allow users to specify a conditional to prevent parsing options with MarshallingInfo" — jan_svoboda / detail
- Revert "[llvm] Use BasicBlock::phis() (NFC)" — oliver.stannard / detail
- [RISCV] Add vector mask arithmetic ISel patterns — fraser / detail
#26932 (Jan 7, 2021 12:59:39 AM)
- [LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linker — martin / detail
- [libcxx] Handle backslash as path separator on windows — martin / detail
- [mlir] Mark methods from mlir::OpState that just forward to mlir::Operation as deprecated. — csigg / detail
- Revert "Revert "[analyzer] NFC: Move path diagnostic consumer implementations to libAnalysis."" — Artem Dergachev / detail
- [gn build] Port d2ddc694ff9 — llvmgnsyncbot / detail
#26931 (Jan 6, 2021 11:37:53 PM)
- [mlir][ODS] Fix missed rename of TypeParameter 'description' to 'summary' — riddleriver / detail
- [LV] Merge tests into a single file (NFC) — gil.rapaport / detail
#26930 (Jan 6, 2021 9:53:46 PM)
- [debuginfo-test] Fix -Wunused-value — i / detail
- [AsmPrinter] Make OpAsmPrinter::printFunctionalType be resilient to null values. — clattner / detail
- Update for review feedback: Inline var declaration and expand names. — clattner / detail
- [PowerPC] Delete remnant isOSDarwin references — i / detail
- [PowerPC] Delete remnant Darwin ISelLowering code — i / detail
- [PowerPC] Delete dead Lower* — i / detail
- [VE][NFC] Update comments to match the generated instructions — marukawa / detail
- [X86] Update tests for znver3 — Ganesh.Gopalasubramanian / detail
#26929 (Jan 6, 2021 8:02:40 PM)
- [llvm] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use BasicBlock::phis() (NFC) — kazu / detail
- [llvm] Use llvm::all_of (NFC) — kazu / detail
- [clangd][NFC] Use PathRef for getCorrespondingHeaderOrSource — n.james93 / detail
- [NFC] Don't copy MachineFrameInfo on each invocation of HasAlias — sanjoy / detail
#26928 (Jan 6, 2021 5:58:38 PM)
- [analyzer] Update Fuchsia checker to catch releasing unowned handles. — haowei / detail
- [Constant] Update ConstantVector::get to return poison if all input elems are poison — aqjune / detail
- [lldb/Lua] add support for multiline scripted breakpoints — pctammela / detail
- [RISCV] Fix a few section number comments in RISCVInstrInfoVPseudos.td to match the V extension 1.0 draft spec. NFC — craig.topper / detail
- [NFC] Move readAPValue/writeAPValue up the inheritance hierarchy — varun_gandhi / detail
- [Constant] Add tests for ConstantVector::get (NFC) — aqjune / detail
- [InstSimplify] Fold insertelement vec, poison, idx into vec — aqjune / detail
- [lldb] [debugserver] Add stN aliases for stmmN for compatibility — mgorny / detail
- [lldb] Skip scoped enum checks with Dwarf <4 — Jonas Devlieghere / detail
#26927 (Jan 6, 2021 3:22:42 PM)
- [mlir][vector] Support unrolling for transfer ops using tensors — thomasraoux / detail
- [hip] Fix HIP version parsing. — michael.hliao / detail
- [OpenMP] Fixed the test environment when building along with LLVM — tianshilei1992 / detail
- [OpenMP] Fixed an issue that wrong LLVM headers might be included when building libomptarget — tianshilei1992 / detail
- [libc] Add implementation of fmaf. — lntue / detail
- [mlir][ODS] Rename several uses of 'description' to 'summary' — riddleriver / detail
- [mlir][ODS] Fix the use of cppClassName in Type constraints for TypeDefs — riddleriver / detail
- [mlir] Add hoisting transformation for transfer ops on tensor — thomasraoux / detail
- [OpenMP] Use c_int/c_size_t in Fortran target memory routine interface — hansang.bae / detail
- [DominatorTree] Add support for mixed pre/post CFG views. — asbirlea / detail
- Fix failing triple test for macOS 11 with non-zero minor versions. — Amara Emerson / detail
- [mlir][TypeDefGen] Remove the need to define parser/printer for singleton types — riddleriver / detail
- [libc] Use a wrapper for rand instead of calling std::rand in fma tests. — sivachandra / detail
- [mlir][vector] Support transfer op on tensor optimizations — thomasraoux / detail
- [Support] Untie the llvm::Signpost interface from llvm::Timer — Jonas Devlieghere / detail
- [lldb] Ad os_signpost support to lldb_private::Timer — Jonas Devlieghere / detail
- [libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls. — arthur.j.odwyer / detail
- [PPC] Remove old PPCSubTarget variable. — kbarton / detail
#26926 (Jan 6, 2021 1:44:45 PM)
- [InstSimplify] Fold call null/undef to poison — nikita.ppv / detail
- [InstSimplify] Canonicalize non-demanded shuffle op to poison (NFCI) — nikita.ppv / detail
- [mlir] Remove a number of methods from mlir::OpState that just forward to mlir::Operation. All call sites have been converted in previous changes. — csigg / detail
- [OpenCL] Add clang extension for function pointers. — anastasia.stulova / detail
- [OpenCL] Add clang extension for variadic functions. — anastasia.stulova / detail
- [BasicAA] Fix BatchAA results for phi-phi assumptions — nikita.ppv / detail
- [clang-offload-bundler] Add option -list — Yaxun.Liu / detail
#26925 (Jan 6, 2021 12:20:00 PM)
- [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl — i / detail
- [lld-macho] Fix GCC -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build — i / detail
- [flang][openacc] Add more parsing/sema tests for init and shutdown directives — clementval / detail
- [CGSCC][Coroutine][NewPM] Properly support function splitting/outlining — aeubanks / detail
- [SLP] reduce code for propagating flags on reductions; NFC — spatel / detail
- [SLP] use reduction kind's opcode to create new instructions; NFC — spatel / detail
- [GVN] Regenerate test checks (NFC) — nikita.ppv / detail
- [InstSimplify] Fold out-of-bounds shift to poison — nikita.ppv / detail
- Fix non-assert builds after D93828 — aeubanks / detail
- [test] Pin AMDGPU/opt-pipeline.ll to legacy PM — aeubanks / detail
- [RISCV] Return a vXi1 vector type from getSetCCResultType if V extension is enabled. — craig.topper / detail
- [test] Pin partial-unswitch.ll to legacy PM — aeubanks / detail
- [NFC] Test case refactor — n.james93 / detail
- [PowerPC] Avoid call to undef in test (NFC) — nikita.ppv / detail
#26924 (Jan 6, 2021 10:57:33 AM)
- AMDGPU/GlobalISel: Update fdiv lowering for denormal/ulp interaction — Matthew.Arsenault / detail
- [NFC] Removed unused prefixes from CodeGen/AMDGPU — mtrofin / detail
- [mlir] NFC: fix trivial typos — ishizaki / detail
- Nit: fix spacing — sanjoy / detail
- Remove allow-unregistered-dialect from some tests that don't need it — sanjoy / detail
- [X86] Remove [ER]SP from all CSR lists — rnk / detail
- [Clang] Remove unnecessary Attr.isArgIdent checks. — flo / detail
- [X86] Add commuted patterns test coverage for D93599 — llvm-dev / detail
- [NFC] Removed unused prefixes in CodeGen/AMDGPU — mtrofin / detail
- [NVPTX] Fix debugging information being added to NVPTX target if remarks are enabled — huberjn / detail
#26923 (Jan 6, 2021 8:42:04 AM)
- [Driver][MachineOutliner] Support outlining option with LTO — yvan.roux / detail
- Fix MaterializeTemporaryExpr's type when its an incomplete array. — erich.keane / detail
- [mlir][spirv] Update pass docs — antiagainst / detail
- [Hexagon] Wrap functions only used in asserts in ifndef NDEBUG — kparzysz / detail
- [X86] Add icmp ne/eq (srl (ctlz x), log2(bw)) test coverage. — llvm-dev / detail
- Remove some unused <vector> includes. NFCI. — llvm-dev / detail
- [AArch64] Rearrange mul(dup(sext/zext)) to mul(sext/zext(dup)) — nicholas.guy / detail
- [TargetLowering] Add icmp ne/eq (srl (ctlz x), log2(bw)) vector support. — llvm-dev / detail
- [flang][driver] Add support for `-D`, `-U` — andrzej.warzynski / detail
- AMDGPU: Explicitly use SelectionDAG in legacy intrinsic tests — Matthew.Arsenault / detail
- AMDGPU/GlobalISel: Add baseline IR tests for fdiv — Matthew.Arsenault / detail
- [InstCombine] Update valueCoversEntireFragment to use TypeSize — peter.waller / detail
- [llvm][NFC] Disallow all warnings in TypeSize tests — peter.waller / detail
#26922 (Jan 6, 2021 7:04:15 AM)
- [OpenCL][NFC] Improve OpenCL test file naming — sven.vanhaastregt / detail
- [ProfileData] Pass Twine by const reference instead of by value. — llvm-dev / detail
- [MIPS] MipsAsmParser - Pass Twine by const reference instead of by value. NFCI. — llvm-dev / detail
- [TableGen] RegisterBankEmitter - Pass Twine by const reference instead of by value. NFCI. — llvm-dev / detail
- [MLIR][SPIRV] Add `UnsignedOp` trait. — kareem.ergawy / detail
- [lldb] Simplify some lldb-server tests — pavel / detail
- [LoopDeletion] Also consider loops with subloops for deletion. — flo / detail
#26921 (Jan 6, 2021 5:52:11 AM)
- [PowerPC] Fix issue where vsrq is given incorrect shift vector — stefanp / detail
- [X86] Add scalar/vector test coverage for D93599 — llvm-dev / detail
- [libc] remove modulo from CircularArrayRef iterator — gchatelet / detail
- [libc] Align src buffer instead of dst buffer — gchatelet / detail
- [AArch64] Add BRB IALL and BRB INJ instructions — tomas.matheson / detail
- Reapply multiple "[clang][cli]" patches — jan_svoboda / detail
- [Hexagon] Regenerate zext-v4i1.ll tests — llvm-dev / detail
#26920 (Jan 6, 2021 3:55:06 AM)
- Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl" — oliver.stannard / detail
- [AArch64] Handle any extend whilst lowering addw/addl/subw/subl — david.green / detail
- [flang][driver] Update error messages (nfc) — andrzej.warzynski / detail
- Fix test failure in a7e3339f3b0eb71e43d44e6f59cc8db6a7b110bf — sander.desmalen / detail
- [VPlan] Use public VPValue constructor in VPPRedInstPHIRecipe (NFC). — flo / detail
- [ARM] Handle any extend whilst lowering mull — david.green / detail
- [RISCV][NFC] Add new test cases for mul — powerman1st / detail
- [mlir] Use thread_local stack in LLVM dialect type parsing and printing — zinenko / detail
- [VPlan] Add getLiveInIRValue accessor to VPValue. — flo / detail
- [ARM] Handle any extend whilst lowering addw/addl/subw/subl — david.green / detail
- [LiveDebugValues] Handle spill locations with a fixed and scalable component. — sander.desmalen / detail
- [ValueTypes] Fix formatting on scalable vector warning (NFC) — fraser / detail
- [AArch64][SVE] Emit DWARF location expr for SVE (dbg.declare) — sander.desmalen / detail
- [VPlan] Keep start value in VPWidenIntOrFpInductionRecipe (NFC). — flo / detail
#26919 (Jan 6, 2021 2:28:16 AM)
- [AArch64] Use faddp to implement fadd reductions. — sander.desmalen / detail
- [AArch64][SVE] Emit DWARF location expression for SVE stack objects. — sander.desmalen / detail
- [AArch64] Handle any extend whilst lowering mull — david.green / detail
- [flang][driver] Add checks for errors from `Prescan` and `Parse` — andrzej.warzynski / detail
#26918 (Jan 6, 2021 1:01:30 AM)
- [clangd][fuzzyFind] Do not show stale symbols in the result. — platonov.aleksandr / detail
- [RISCV] Add vector integer mul/mulh/div/rem ISel patterns — fraser / detail
- [MC][WebAssembly] Avoid recalculating indexes in -gsplit-dwarf mode — sbc / detail
#26917 (Jan 6, 2021 12:15:00 AM)
- [libc] Add implementations of nextafter[f|l] functions. — sivachandra / detail
- [OpenMP][AMDGPU] Use AMDGPU_KERNEL calling convention for entry function — Pushpinder.Singh / detail
#26916 (Jan 5, 2021 10:23:22 PM)
- [tools] Use llvm::append_range (NFC) — kazu / detail
- [MachineSink] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [llvm] Use llvm::lower_bound and llvm::upper_bound (NFC) — kazu / detail
- [libc] Add implementations of nearbyint[f|l]. — sivachandra / detail
#26915 (Jan 5, 2021 9:21:23 PM)
- [-Wcalled-once-parameter][NFC] Fix operator precedence warning — nullptr.cpp / detail
- [NFC] Removed unused prefixes in CodeGen/AMDGPU — mtrofin / detail
- [GlobalISel] Base implementation for sret demotion. — Christudasan.Devadasan / detail
#26914 (Jan 5, 2021 7:58:48 PM)
- [Constant] Add containsPoisonElement — aqjune / detail
- [mlir] Print the correct tool name in mlirTranslateMain — youngar17 / detail
- [NFC] Removed unused prefixes in test/CodeGen/AMDGPU — mtrofin / detail
- ELF: Teach the linker about the 'B' augmentation string character. — peter / detail
- scudo: Update a comment to match the Linux kernel behavior. NFCI. — peter / detail
#26913 (Jan 5, 2021 6:38:19 PM)
- [Sema] Fix deleted function problem in implicitly movable test — nullptr.cpp / detail
- [mlir] Fix MathJax rendering in Affine doc — joker.eph / detail
- [SLP,LV] Use poison constant vector for shufflevector/initial insertelement — aqjune / detail
- [X86] Update X86InstCombineIntrinsic to use CreateShuffleVector with one vector — aqjune / detail
#26912 (Jan 5, 2021 5:42:34 PM)
- [sanitizer][Darwin] Suppress -Wno-non-virtual-dtor warning — julian.lettner / detail
- Suppress GCC Wdangling-else warning on gtest macros — rnk / detail
#26911 (Jan 5, 2021 4:59:21 PM)
- [libomptarget] Allow calls to omp_target_memcpy with 0 size. — georgios.rokos / detail
- Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl"" — i / detail
- DebugInfo: Add support for always using ranges (rather than low/high pc) in DWARFv5 — dblaikie / detail
- Make DWARFUnit use the dwo_id from the DWARF5 CU header. — jgorbe / detail
#26910 (Jan 5, 2021 4:00:28 PM)
- [mlir][sparse] adjust output shape inference to new tensor abstraction — ajcbik / detail
- Allow dependent alias template specializations in the preferred_name — richard / detail
- [mlir] Fully specify removeAttr return type — tpopp / detail
#26909 (Jan 5, 2021 3:24:12 PM)
- AMDGPU: Annotate amdgpu.noclobber for global loads only — changpeng.fang / detail
- [SimplifyCFG] simplifyUnreachable(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [NFC][SimplifyCFG] Add a test with same-destination condidional branch — lebedev.ri / detail
- [SimplifyCFG] simplifyUnreachable(): fix handling of degenerate same-destination conditional branch — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): deal with each predecessor only once — lebedev.ri / detail
- [NFC][SimplifyCFG] SwitchToLookupTable(): pull out SI->getParent() into a variable — lebedev.ri / detail
- [SimplifyCFG] SwitchToLookupTable(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [NFC][SimplifyCFG] Add a test where SimplifyEqualityComparisonWithOnlyPredecessor() deletes existing edge — lebedev.ri / detail
- [SimplifyCFG] SimplifyEqualityComparisonWithOnlyPredecessor(): really don't delete DomTree edges multiple times — lebedev.ri / detail
#26908 (Jan 5, 2021 2:47:49 PM)
- [NFC] Removed unused prefixes in CodeGen/AMDGPU/GlobalISel — mtrofin / detail
- scudo: Fix compilation for non-Linux aarch64 — mcgrathr / detail
- [FuncAttrs] Infer noreturn — aeubanks / detail
- [ASTMatchers] Fix child traversal over range-for loops — steveire / detail
- [NFC] Removed unused prefixes in CodeGen/AMDGPU — mtrofin / detail
- [NFC] Removed unused prefixes in test/CodeGen/AMDGPU — mtrofin / detail
- [SLP] reduce code for finding reduction costs; NFC — spatel / detail
#26907 (Jan 5, 2021 1:08:19 PM)
- [WebAssembly] Prototype prefetch instructions — tlively / detail
- [Coverage] Fix test failures from commit rG9f2967bcfe2f — a-phipps / detail
- [RISCV] Move shift ComplexPatterns and custom isel to PatFrags with predicates — craig.topper / detail
- [LoopDeletion] Allows deletion of possibly infinite side-effect free loops — atmndp / detail
- [LoopNest] Remove unused include. — whitneyt / detail
- [Hexagon] Silence unused function warning with gcc10, NFC — kparzysz / detail
- [SLP] reduce code duplication; NFC — spatel / detail
- [SLP] use reduction kind's opcode for cost model queries; NFC — spatel / detail
- [DAGCombiner] Don't speculatively create an all ones constant in visitREM that might not be used. — craig.topper / detail
- [Inliner] Compute the full cost for the cost benefit analsysis — kazu / detail
- [Coverage] Fix Profile test failures from commit rG9f2967bcfe2f — a-phipps / detail
- [android] Fix some tests for AOSP-master devices. — 31459023+hctim / detail
#26906 (Jan 5, 2021 11:33:06 AM)
- [SLP] delete unused pairwise reduction option — spatel / detail
- [RISCV] Don't print zext.b alias. — craig.topper / detail
- [NFC] Fix -Wrange-loop-analysis warnings. — joker.eph / detail
- [LoopNest] Allow empty basic blocks without loops — whitneyt / detail
- [mlir] Gen removeAttr methods with tablegen — joker.eph / detail
- [RISCV] Don't parse 'vmsltu.vi v0, v1, 0' as 'vmsleu.vi v0, v1, -1' — craig.topper / detail
- [NFC] Rename registerAliasAnalyses -> registerDefaultAliasAnalyses — aeubanks / detail
- [clang][cli] Specify correct integer width for -fbuild-session-timestamp — jan_svoboda / detail
#26905 (Jan 5, 2021 10:36:58 AM)
- [ARM][AArch64] Some extra test to show anyextend lowering. NFC — david.green / detail
- [ASTMatchers] Omit methods from explicit template instantations — steveire / detail
- [mlir][Linalg] Add a test case that consumer has "reduction" loops. — hanchung / detail
- [lldb] Add timers to Reproducer::Keep and Reproducer::Discard — Jonas Devlieghere / detail
- [libTooling] Add support for smart pointers to relevant Transformer `Stencil`s. — yitzhakm / detail
- GlobalISel: Add isKnownToBeAPowerOfTwo helper function — Matthew.Arsenault / detail
- [llvm-link] fix linker behavior when linking archives with --only-needed option — serguei.n.dmitriev / detail
- [RISCV] Match vmslt(u).vx intrinsics with a small immediate to vmsle(u).vx. — craig.topper / detail
#26904 (Jan 5, 2021 9:20:44 AM)
- [gn build] Port fec1a442e3b — llvmgnsyncbot / detail
- [clang-tidy] Add extra tests — steveire / detail
- [Coverage] Add support for Branch Coverage in LLVM Source-Based Code Coverage — a-phipps / detail
- [Clang] Add AArch64 VCMLA LANE variants. — flo / detail
- [RegisterClassInfo] Return non-zero for RC without allocatable reg — Jinsong Ji / detail
- [mlir] Remove LLVMType, LLVM dialect types now derive Type directly — zinenko / detail
- [clang-tidy] Update uses of deprecated Transformer APIs in StringFindStrContainsCheck. — yitzhakm / detail
- [AMDGPU] Remove deprecated V_MUL_LO_I32 from GFX10 — Joseph.Nash / detail
- CGExpr - EmitMatrixSubscriptExpr - fix getAs<> null-dereference static analyzer warning. NFCI. — llvm-dev / detail
#26903 (Jan 5, 2021 7:41:32 AM)
- [X86][AVX] combineVectorSignBitsTruncation - use PACKSS/PACKUS in more AVX cases — llvm-dev / detail
- [VPlan] Re-add interleave group members to plan. — flo / detail
- [LoopNest] Allow empty basic blocks without loops — whitneyt / detail
- [clang][AArch64][SVE] Avoid going through memory for coerced VLST arguments — joe.ellis / detail
- [ASTMatchers] Fix traversal matchers with explicit and defaulted methods — steveire / detail
- [-Wcalled-once-parameter] Introduce 'called_once' attribute — vsavchenko / detail
- [AArch64][SVE] Add optimization to remove redundant ptest instructions — bradley.smith / detail
#26902 (Jan 5, 2021 6:54:38 AM)
- [mlir] Add canonicalization pattern out_tensor->linalg->dim to out_tensor->dim. — pifon / detail
- [ASTMatchers] Ensure that we can match inside lambdas — steveire / detail
- [ASTMatchers] Fix build when no targets are enabled — steveire / detail
#26901 (Jan 5, 2021 6:11:03 AM)
- [CodeGen] Format SelectionDAG::getConstant methods (NFC) — fraser / detail
- [VE] Change clang to support SjLj Lowering — marukawa / detail
- [X86] getMemoryOpCost - use dyn_cast_or_null<StoreInst>. NFCI. — llvm-dev / detail
- [OpenCL] Restrict pointer to member functions. — anastasia.stulova / detail
#26900 (Jan 5, 2021 4:26:13 AM)
- [Coroutines] checkAsyncFuncPointer - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. — llvm-dev / detail
- [SimplifyIndVar] createWideIV - make WideIVInfo arg a const ref. NFCI. — llvm-dev / detail
- [LV] Simplify lambda in all_of to directly return hasVF() result. (NFC) — flo / detail
- [SVE] Lower vector CTLZ, CTPOP and CTTZ operations. — paul.walker / detail
- [IR] Add ConstantInt::getBool helpers to wrap getTrue/getFalse. — llvm-dev / detail
- [VE] Support SJLJ exception related instructions — marukawa / detail
- [OpenCL] Warn about side effects for unevaluated vec_step arg — sven.vanhaastregt / detail
- [clangd] When querying drivers by binary, look in PATH too — sam.mccall / detail
- [AMDGPU] Split out new helper function macToMad in SIFoldOperands. NFC. — jay.foad / detail
- [AMDGPU] Precommit test case for D94010 — jay.foad / detail
- [AMDGPU] Handle v_fmac_legacy_f32 in SIFoldOperands — jay.foad / detail
#26899 (Jan 5, 2021 2:32:44 AM)
- [GlobalISel][TableGen] Fix ConstrainOperandRC bug — mikael.holmen / detail
- [VE] Support llvm.eh.sjlj.lsda — marukawa / detail
- [RISCV] Add vector integer min/max ISel patterns — fraser / detail
- Sema::BuildCallExpr - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. — llvm-dev / detail
- SystemZTargetLowering::lowerDYNAMIC_STACKALLOC - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. — llvm-dev / detail
- MemProfiler::insertDynamicShadowAtFunctionEntry - use cast<> instead of dyn_cast<> for dereferenced pointer. NFCI. — llvm-dev / detail
- Inform the consumer on invalid template instantiations. — v.g.vassilev / detail
- [VE][NFC] Fix typo in comments — marukawa / detail
- [WebAssembly] call_indirect causes indirect function table import — wingo / detail
- [DebugInfo] Avoid LSR crash on large integer inputs — jeremy.morse / detail
#26897 (Jan 4, 2021 11:11:01 PM)
- [compiler-rt] [windows] Add UNUSED attributes on variables/functions only used for 64 bit targets — martin / detail
#26895 (Jan 4, 2021 8:52:14 PM)
- [llvm/Orc] Fix ExecutionEngine module build breakage — medismail.bennani / detail
#26894 (Jan 4, 2021 8:34:33 PM)
#26889 (Jan 4, 2021 7:45:10 PM)
- [NFC] [PowerPC] Update vec_constants test to reflect more patterns — qiucofan / detail
- [NFC] [PowerPC] Remove dead code in BUILD_VECTOR peephole — qiucofan / detail
#26888 (Jan 4, 2021 7:34:33 PM)
#26883 (Jan 4, 2021 6:44:33 PM)
- [RISCV] Rename RVV intrinsics class (NFC) — evandro.menezes / detail
#26882 (Jan 4, 2021 6:34:33 PM)
#26880 (Jan 4, 2021 6:14:33 PM)
- [InstSimplify] add a test for gep with poison operand (NFC) — aqjune / detail
- [InstSimplify] gep with poison operand is poison — aqjune / detail
#26871 (Jan 4, 2021 4:44:33 PM)
#26868 (Jan 4, 2021 4:14:33 PM)
#26858 (Jan 4, 2021 2:35:19 PM)
- [clang] - Also look for devtoolset-10 — phosek / detail
- [NFCI] DwarfEHPrepare: update DomTree in non-permissive mode, when present — lebedev.ri / detail
- [NFCI] SimplifyCFG: switch to non-permissive DomTree updates, where possible — lebedev.ri / detail
- [SimplifyCFGPass] mergeEmptyReturnBlocks(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] simplifyIndirectBr(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] SimplifyEqualityComparisonWithOnlyPredecessor(): switch to non-permissive DomTree updates — lebedev.ri / detail
- [SimplifyCFG] SimplifyCondBranchToTwoReturns(): switch to non-permissive DomTree updates — lebedev.ri / detail
#26857 (Jan 4, 2021 2:30:26 PM)
- Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" — schuett / detail
#26856 (Jan 4, 2021 2:14:33 PM)
#26855 (Jan 4, 2021 2:04:46 PM)
- [NewPM][AMDGPU] Pass TargetMachine to AMDGPUSimplifyLibCallsPass — aeubanks / detail
- [ValueTracking] isGuaranteedNotToBePoison should return true on undef — aqjune / detail
- [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) — schuett / detail
#26852 (Jan 4, 2021 1:16:04 PM)
#26851 (Jan 4, 2021 1:10:15 PM)
- [LoopUtils] reorder logic for creating reduction; NFC — spatel / detail
- [LoopUtils] reduce code for creatng reduction; NFC — spatel / detail
#26850 (Jan 4, 2021 12:54:34 PM)
- Revert "[LoopNest] Allow empty basic blocks without loops" — whitneyt / detail
- [FPEnv][AMDGPU] Disable FSUB(-0,X)->FNEG(X) DAGCombine when subnormals are flushed — mcinally / detail
#26849 (Jan 4, 2021 12:45:29 PM)
#26847 (Jan 4, 2021 12:34:17 PM)
- [flang][openmp] Make Reduction clause part of OmpClause — clementval / detail
- [RISCV] Remove unused method RISCVInstPrinter::printSImm5Plus1. NFC — craig.topper / detail
- [NewPM][AMDGPU] Port amdgpu-printf-runtime-binding — aeubanks / detail
- [NewPM][AMDGPU] Port amdgpu-always-inline — aeubanks / detail
#26845 (Jan 4, 2021 12:13:55 PM)
- [NewPM][AMDGPU] Port amdgpu-propagate-attributes-early/late — aeubanks / detail
- [NewPM][AMDGPU] Port amdgpu-unify-metadata — aeubanks / detail
- [LoopNest] Allow empty basic blocks without loops — whitneyt / detail
- Switching Clang UniqueInternalLinkageNamesPass scheduling to using the LLVM one with newpm. — hoy / detail
#26844 (Jan 4, 2021 11:54:34 AM)
- [llvm] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [DebugInfo] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use llvm::any_of (NFC) — kazu / detail
#26843 (Jan 4, 2021 11:44:34 AM)
#26839 (Jan 4, 2021 11:04:34 AM)
- [RISCV] Replace i32 with XLenVT in (add AddrFI, simm12) isel patterns. — craig.topper / detail
#26837 (Jan 4, 2021 10:44:34 AM)
#26833 (Jan 4, 2021 10:04:34 AM)
- Revert "[LoopDeletion] Break backedge of loops when known not taken" — listmail / detail
- CodeGen: Use Register — Matthew.Arsenault / detail
#26830 (Jan 4, 2021 9:34:34 AM)
#26828 (Jan 4, 2021 9:14:34 AM)
#26827 (Jan 4, 2021 9:04:34 AM)
- [libomptarget][amdgpu] Call into deviceRTL instead of ockl — jonathanchesterfield / detail
- [ProfileData] GCOVFile::readGCNO - silence undefined pointer warning. NFCI. — llvm-dev / detail
#26826 (Jan 4, 2021 8:54:34 AM)
#26825 (Jan 4, 2021 8:44:34 AM)
#26822 (Jan 4, 2021 8:14:34 AM)
- [InterleavedAccess] Return correct 'modified' status. — flo / detail
- [RISCV][NFC] Add additional cmov tests — selliott / detail
#26819 (Jan 4, 2021 7:47:58 AM)
- DeclCXX - Fix getAs<> null-dereference static analyzer warnings. NFCI. — llvm-dev / detail
- [IR] CallBase::getBundleOpInfoForOperand - ensure Current iterator is defined. NFCI. — llvm-dev / detail
#26813 (Jan 4, 2021 6:30:02 AM)
- [Sparc] SparcMCExpr::printVariantKind - fix Wcovered-switch-default gcc warning. NFCI. — llvm-dev / detail
- [OpenMP] Add definition/interface for target memory routines — hansang.bae / detail
#26812 (Jan 4, 2021 6:14:34 AM)
- [AArch64][SVE]Add cost model for masked gather and scatter for scalable vector. — caroline.concatto / detail
#26811 (Jan 4, 2021 6:04:34 AM)
#26807 (Jan 4, 2021 5:14:35 AM)
#26805 (Jan 4, 2021 4:54:35 AM)
- [ARM] Extend lowering for i64 reductions — david.green / detail
#26803 (Jan 4, 2021 4:34:35 AM)
#26801 (Jan 4, 2021 4:14:35 AM)
- [docs] Release notes for IsDecl in DIModule. — chih-ping.chen / detail
#26798 (Jan 4, 2021 3:44:35 AM)
- [AArch64] Attempt to fix Mac tests with a more specific triple. NFC — david.green / detail
#26796 (Jan 4, 2021 3:24:35 AM)
#26794 (Jan 4, 2021 3:07:51 AM)
- [AARCH64] Improve accumulator forwarding for Cortex-A57 model — david.green / detail
#26792 (Jan 4, 2021 2:32:33 AM)
#26788 (Jan 4, 2021 1:34:35 AM)
- Revert "[Sema] Fix deleted function problem in implicitly movable test" — nullptr.cpp / detail
#26787 (Jan 4, 2021 1:24:35 AM)
- [SVE] Fix inline assembly parsing crash — david.sherwood / detail
- [VE] Remove VA.needsCustom checks — marukawa / detail
#26781 (Jan 4, 2021 12:24:35 AM)
- [RISCV] Remove unused method isUImm5NonZero() from RISCVAsmParser.cpp. NFC — craig.topper / detail
#26780 (Jan 4, 2021 12:14:35 AM)
- [benchmark] Fixed a build error when using CMake 3.15.1 + NDK-R20 — lebedev.ri / detail
#26779 (Jan 4, 2021 12:04:35 AM)
- [PowerPC] Do not fold `cmp(d|w)` and `subf` instruction to `subf.` if `nsw` is not present — lkail / detail
#26769 (Jan 3, 2021 10:24:35 PM)
- [IROutliner] Refactoring errors in the cost model from past patches. — andrew.litteken / detail
#26765 (Jan 3, 2021 9:44:35 PM)
- [IROutliner] Removing a duplicate addition, causing overestimates in IROutliner. — andrew.litteken / detail
#26753 (Jan 3, 2021 7:44:36 PM)
- [Flang][openmp][5.0] Add task_reduction clause. — joshisameeran17 / detail
#26746 (Jan 3, 2021 6:34:36 PM)
- [compiler-rt] [Sanitizers] Extend ThreadDescriptorSize() for glibc-2.32-2.fc33.x86_64+i686 — jan.kratochvil / detail
#26736 (Jan 3, 2021 4:54:36 PM)
#26720 (Jan 3, 2021 2:14:36 PM)
- [NFC][SimplifyCFG] Add a test where we fail to preserve DomTree validity — lebedev.ri / detail
- [NFC][SimplifyCFG] SimplifyTerminatorOnSelect(): pull out OldTerm->getParent() into a variable — lebedev.ri / detail
- [SimplifyCFG] SimplifyTerminatorOnSelect(): fix/tune DomTree updates — lebedev.ri / detail
- [NFC][SimplifyCFG] Hoist 'original' DomTree verification from simplifyOnce() into run() — lebedev.ri / detail
#26714 (Jan 3, 2021 1:14:36 PM)
- [InstSimplify] Fold nnan/ninf violation to poison — nikita.ppv / detail
#26712 (Jan 3, 2021 12:54:36 PM)
#26707 (Jan 3, 2021 12:04:37 PM)
- [InstSimplify] Fold division by zero to poison — nikita.ppv / detail
#26695 (Jan 3, 2021 10:04:37 AM)
- [InstSimplify] Fix addo/subo with undef (PR43188) — nikita.ppv / detail
- [Target] Use llvm::append_range (NFC) — kazu / detail
- [Target] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [llvm] Call *(Set|Map)::erase directly (NFC) — kazu / detail
#26691 (Jan 3, 2021 9:24:37 AM)
- [InstSimplify] Regenerate test checks (NFC) — nikita.ppv / detail
- [X86] Make deinterleave8bitStride3 use unary CreateShuffleVector — aqjune / detail
- [InstSimplify] Return poison for out of bounds extractelement — nikita.ppv / detail
#26682 (Jan 3, 2021 7:54:37 AM)
#26681 (Jan 3, 2021 7:44:37 AM)
- [Scalarizer] Use poison as insertelement's placeholder — aqjune / detail
- [ArgPromotion] Add test with dead GEP when promoting. — flo / detail
#26670 (Jan 3, 2021 5:54:37 AM)
- Update *-inseltpoison.ll tests at Transforms/InstCombine/X86 by replacing undef with poison (NFC) — aqjune / detail
#26662 (Jan 3, 2021 4:14:38 AM)
- [SCEV] Simplify trunc to zero based on known bits — gil.rapaport / detail
#26661 (Jan 3, 2021 4:04:38 AM)
- [dsymutil][DWARFLinker][NFC] Refactor usages of UniquingStringPool. — a.v.lapshin / detail
#26594 (Jan 2, 2021 4:14:39 PM)
- Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl" — thakis / detail
#26590 (Jan 2, 2021 3:34:39 PM)
- [RuntimeDyld] Fix dangling reference in RuntimeDyldELF. — Lang Hames / detail
#26587 (Jan 2, 2021 3:04:39 PM)
- [gn build] Port 5799fc79c3f — llvmgnsyncbot / detail
#26586 (Jan 2, 2021 2:54:39 PM)
- [SimplifyCFG][AMDGPU] AMDGPUUnifyDivergentExitNodes: SimplifyCFG isn't ready to preserve PostDomTree — lebedev.ri / detail
- [llvm-reduce] Fix removal of unused llvm intrinsics declarations — lebedev.ri / detail
- [llvm-reduce] Refactor global variable delta pass — lebedev.ri / detail
- [NFC][SimplifyCFG] Add test for switch creation where we fail to maintain DomTree — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): fine-tune/fix DomTree preservation — lebedev.ri / detail
- [NFC][SimplifyCFG] Add another test for switch creation where we fail to maintain DomTree — lebedev.ri / detail
- [SimplifyCFG] FoldValueComparisonIntoPredecessors(): fine-tune/fix DomTree preservation, take 2 — lebedev.ri / detail
#26584 (Jan 2, 2021 2:34:39 PM)
#26569 (Jan 2, 2021 12:04:40 PM)
#26561 (Jan 2, 2021 10:34:40 AM)
- [PowerPC] Add the LLVM triple for powerpcle [1/5] — bdragon / detail
- [PowerPC] Support powerpcle target in LLVMObject [2/5] — bdragon / detail
- [PowerPC] Support powerpcle target in Clang [3/5] — bdragon / detail
- [PowerPC] Support powerpcle target in LLD [4/5] — bdragon / detail
- [PowerPC] Enable OpenMP for powerpcle target. [5/5] — bdragon / detail
- [PowerPC] NFC: Apply minor clang-format fix — bdragon / detail
#26560 (Jan 2, 2021 10:24:40 AM)
#26556 (Jan 2, 2021 9:44:40 AM)
- [lldb/test] Deduplicate the rest of TestLldbGdbServer.py — pavel / detail
- [lldb] Deduplicate more lldb-server tests — pavel / detail
#26555 (Jan 2, 2021 9:34:40 AM)
- [TableGen] Use llvm::append_range (NFC) — kazu / detail
- [llvm] Use llvm::erase_value and llvm::erase_if (NFC) — kazu / detail
- [Transforms] Construct SmallVector with iterator ranges (NFC) — kazu / detail
#26551 (Jan 2, 2021 8:54:40 AM)
#26523 (Jan 2, 2021 4:14:41 AM)
- [NFCI][CodeGen] DwarfEHPrepare: don't actually pass DTU into simplifyCFG by default — lebedev.ri / detail
- [SimplifyCFG] Don't actually take DomTreeUpdater unless we intend to maintain DomTree validity — lebedev.ri / detail
- [LV] Add missed optimization fold-tail test — gil.rapaport / detail
#26480 (Jan 1, 2021 8:34:42 PM)
#26477 (Jan 1, 2021 8:04:41 PM)
#26474 (Jan 1, 2021 7:34:42 PM)
#26473 (Jan 1, 2021 7:24:42 PM)
#26470 (Jan 1, 2021 6:54:42 PM)
- [CodeGen][NFC] Fix a build warning due to an extra semicolon — nullptr.cpp / detail
#26465 (Jan 1, 2021 5:44:42 PM)
#26462 (Jan 1, 2021 5:14:42 PM)
#26448 (Jan 1, 2021 2:54:42 PM)
#26444 (Jan 1, 2021 2:14:42 PM)
- [SimplifyCFGPass] Ensure that DominatorTreeWrapperPass is init'd before SimplifyCFG — lebedev.ri / detail
- [SimplifyCFG] Teach tryWidenCondBranchToCondBranch() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach eliminateDeadSwitchCases() to preserve DomTree, part 2 — lebedev.ri / detail
- [IR] PassManagerTest: Register DominatorTreeAnalysis before running SimplifyCFGPass — lebedev.ri / detail
- [Utils] LocalTest: fix SimplifyCFGWithNullAC test to work with `-simplifycfg-require-and-preserve-domtree=1` — lebedev.ri / detail
- [NFC] clang-format the entire DwarfEHPrepare.cpp — lebedev.ri / detail
- [NFC][CodeGen] Split DwarfEHPrepare pass into an actual transform and an legacy-PM wrapper — lebedev.ri / detail
- [NFC][CodeGen][Tests] Mark all tests that fail to preserve DomTree for SimplifyCFG as such — lebedev.ri / detail
- [CodeGen][SimplifyCFG] Teach DwarfEHPrepare to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach removeUndefIntroducingPredecessor to preserve DomTree — lebedev.ri / detail
- [AMDGPU][SimplifyCFG] Teach AMDGPUUnifyDivergentExitNodes to preserve {,Post}DomTree — lebedev.ri / detail
- [compiler-rt][test] Suppress stderr of ldd output — i / detail
#26436 (Jan 1, 2021 12:54:42 PM)
- [SSAUpdater] Remove unused code InstrIsPHI (NFC) — kazu / detail
- [llvm] Use *Map::lookup (NFC) — kazu / detail
- [llvm] Use isa instead of dyn_cast (NFC) — kazu / detail
#26424 (Jan 1, 2021 10:54:43 AM)
#26418 (Jan 1, 2021 9:54:43 AM)
- [Analysis] fix typo in code comment; NFC — spatel / detail
- [Analysis] flatten enums for recurrence types — spatel / detail
#26412 (Jan 1, 2021 8:54:43 AM)
#26408 (Jan 1, 2021 8:14:43 AM)
- [InstSimplify] Add tests for gep p, -p without inbounds (NFC) — nikita.ppv / detail
#26406 (Jan 1, 2021 7:54:43 AM)
- [CVP] Add tests for union of conditions (NFC) — nikita.ppv / detail
- [LVI] Handle unions of conditions — nikita.ppv / detail
#26404 (Jan 1, 2021 7:34:43 AM)
#26395 (Jan 1, 2021 6:04:43 AM)
- [LV] Fix crash when generating remarks with multi-exit loops. — flo / detail
- [LAA] Add tests with uncomputable BTCs. — flo / detail
- [LoopLoadElim] Add tests with uncomputable BTCs. — flo / detail
- [LoopDistribute] Add tests with uncomputable BTCs. — flo / detail
#26393 (Jan 1, 2021 5:44:43 AM)
#26364 (Jan 1, 2021 12:13:45 AM)
- [Sema] Fix deleted function problem in implicitly movable test — nullptr.cpp / detail
- [clang-tidy][NFC] Fix a build warning due to an extra semicolon — nullptr.cpp / detail
#26354 (Dec 31, 2020 9:44:44 PM)
- [IRSim][IROutliner] Allowing call instructions to be outlined. — andrew.litteken / detail
#26338 (Dec 31, 2020 7:04:45 PM)
- [IRSim] Letting call instructions be legal for similarity identification. — andrew.litteken / detail
#26323 (Dec 31, 2020 4:34:45 PM)
- [SimplifyCFG] Teach FoldValueComparisonIntoPredecessors() to preserve DomTree, part 1 — lebedev.ri / detail
- [SimplifyCFG] Teach FoldBranchToCommonDest() to preserve DomTree, part 2 — lebedev.ri / detail
- [SimplifyCFG] Teach simplifyIndirectBr() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyPredecessor() to preserve DomTree, part 3 — lebedev.ri / detail
- [SimplifyCFG] Teach eliminateDeadSwitchCases() to preserve DomTree, part 1 — lebedev.ri / detail
- [SimplifyCFG] Teach FoldValueComparisonIntoPredecessors() to preserve DomTree, part 2 — lebedev.ri / detail
- [SimplifyCFG] Teach tryToSimplifyUncondBranchWithICmpInIt() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] SUCCESS! Teach createUnreachableSwitchDefault() to preserve DomTree — lebedev.ri / detail
#26316 (Dec 31, 2020 3:24:45 PM)
- [IRSim][IROutliner] Allowing GEP instructions to be outlined. — andrew.litteken / detail
#26313 (Dec 31, 2020 2:54:45 PM)
#26311 (Dec 31, 2020 2:32:02 PM)
#26310 (Dec 31, 2020 2:14:45 PM)
- [test] Make ELF tests immune to dso_local/dso_preemptable/(none) differences — i / detail
- Refactor how -fno-semantic-interposition sets dso_local on default visibility external linkage definitions — i / detail
#26305 (Dec 31, 2020 1:24:45 PM)
- Revert "remove pessimizing moves (reported by gcc 10)" — andrew.litteken / detail
#26303 (Dec 31, 2020 1:10:25 PM)
#26302 (Dec 31, 2020 12:54:46 PM)
- [IRSim] Letting gep instructions be legal for similarity identification. — andrew.litteken / detail
#26301 (Dec 31, 2020 12:44:45 PM)
- remove pessimizing moves (reported by gcc 10) — nunoplopes / detail
#26296 (Dec 31, 2020 12:01:40 PM)
#26295 (Dec 31, 2020 11:44:46 AM)
#26290 (Dec 31, 2020 11:02:18 AM)
#26289 (Dec 31, 2020 10:44:46 AM)
- [IROutliner] Adding consistent function attribute merging — andrew.litteken / detail
#26286 (Dec 31, 2020 10:14:46 AM)
#26284 (Dec 31, 2020 9:54:46 AM)
- [llvm-objcopy] Use llvm::erase_if (NFC) — kazu / detail
- [CodeGen] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [MemorySSA, BPF] Use isa instead of dyn_cast (NFC) — kazu / detail
#26283 (Dec 31, 2020 9:44:46 AM)
- [ThinLTO][test] Specify -enable-import-metadata to make !thinlto_src_module available in -DLLVM_ENABLE_ASSERTIONS=off mode — i / detail
#26281 (Dec 31, 2020 9:24:46 AM)
#26262 (Dec 31, 2020 6:15:49 AM)
- [NFC] Added/adjusted tests for PR48604; second pattern — Dávid Bolvanský / detail
- [InstCombine] Transform (A + B) - (A & B) to A | B (PR48604) — Dávid Bolvanský / detail
#26256 (Dec 31, 2020 5:14:46 AM)
- [NFC] Added tests for PR48604 — Dávid Bolvanský / detail
- [InstCombine] Transform (A + B) - (A | B) to A & B (PR48604) — Dávid Bolvanský / detail
#26248 (Dec 31, 2020 3:54:47 AM)
- Revert "[ThinLTO][test] Add visibility related tests" — sureyeaah / detail
- Revert "[LoopDeletion] Allows deletion of possibly infinite side-effect free loops" — sureyeaah / detail
#26246 (Dec 31, 2020 3:36:25 AM)
- LangRef: fix significand bits of fp128 — nunoplopes / detail
#26238 (Dec 31, 2020 1:04:47 AM)
#26237 (Dec 31, 2020 12:54:47 AM)
- [sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detection and support musl — i / detail
#26235 (Dec 31, 2020 12:34:47 AM)
- [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences — i / detail
#26234 (Dec 31, 2020 12:24:47 AM)
- [mlir][python] Fix python extension building on windows. — stellaraccident / detail
- Update inselt tests at llvm/test/Analysis to have poison as shufflevector's placeholder (NFC) — aqjune / detail
- [test] Fix -triple and delete UNSUPPORTED: system-windows — i / detail
#26230 (Dec 30, 2020 11:44:47 PM)
- [mlir][python] Tweaks to make python extensions packagable/distributable. — stellaraccident / detail
#26229 (Dec 30, 2020 11:34:47 PM)
#26218 (Dec 30, 2020 9:44:47 PM)
- Support tilezero intrinsic and c interface for AMX. — yuanke.luo / detail
#26214 (Dec 30, 2020 9:04:47 PM)
- [test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) differences — i / detail
- [CodeGenModule] Set dso_local for Mach-O GlobalValue — i / detail
#26209 (Dec 30, 2020 8:10:25 PM)
- [RISCV] Define vector widening type-convert intrinsic. — monk.chiang / detail
- [RISCV] Define vector narrowing type-convert intrinsic. — monk.chiang / detail
- [RISCV] Define vector single-width type-convert intrinsic. — monk.chiang / detail
#26205 (Dec 30, 2020 7:24:48 PM)
- [lsan] Ignore inderect leaks referenced by suppressed blocks — Vitaly Buka / detail
- Add intrinsic testcase for some missing widening reduction. — monk.chiang / detail
#26202 (Dec 30, 2020 6:54:48 PM)
- [LoopDeletion] Allows deletion of possibly infinite side-effect free loops — atmndp / detail
- [X86] Don't fold negative offset into 32-bit absolute address (e.g. movl $foo-1, %eax) — i / detail
#26197 (Dec 30, 2020 6:05:49 PM)
#26196 (Dec 30, 2020 5:54:48 PM)
- [ARM] Declare Op within an if statement (NFC) — kazu / detail
- [PGO] Use isa instead of dyn_cast (NFC) — kazu / detail
- [Analysis] Remove unused code recursivelySimplifyInstruction (NFC) — kazu / detail
#26191 (Dec 30, 2020 5:04:48 PM)
- [test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
- [TargetMachine] Drop implied dso_local for definitions in ELF static relocation model/PIE — i / detail
- [ThinLTO][test] Add visibility related tests — i / detail
#26187 (Dec 30, 2020 4:24:48 PM)
#26184 (Dec 30, 2020 3:54:48 PM)
- [ORC] Remove some stale debugging output. — Lang Hames / detail
- [test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
#26182 (Dec 30, 2020 3:34:48 PM)
- [ARM][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
- [SystemZ][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
- [RISCV][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
#26180 (Dec 30, 2020 3:14:48 PM)
- [AArch64][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
#26178 (Dec 30, 2020 2:54:48 PM)
- [X86][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
- [test] Fix linux-preemption.ll — i / detail
#26175 (Dec 30, 2020 2:24:48 PM)
#26172 (Dec 30, 2020 1:59:34 PM)
- [PowerPC] Add addtional test that retroactively catches PR47259 — bdragon / detail
- [OpenMP] libomp: Handle implicit conversion warnings — Andrey.Churbanov / detail
#26170 (Dec 30, 2020 1:14:48 PM)
- [SimplifyCFG] Teach SimplifyBranchOnICmpChain() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach switchToSelect() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach SwitchToLookupTable() to preserve DomTree — lebedev.ri / detail
- [LoopIdiom] 'left-shift until bittest': don't forget to check that PHI node is in loop header — lebedev.ri / detail
- [libc][NFC] Use ASSERT_FP_EQ to compare nan values in tests. — sivachandra / detail
#26167 (Dec 30, 2020 12:44:48 PM)
- [LoopUtils] reduce FMF and min/max complexity when forming reductions — spatel / detail
- [update_llc_test_checks] Support Windows .seh_proc for x86 — i / detail
- [RISCV] Cleanup some V intrinsic names used in tests to match the type overloads used. Add some missing double tests on rv32. NFC — craig.topper / detail
#26166 (Dec 30, 2020 12:34:48 PM)
#26163 (Dec 30, 2020 12:04:49 PM)
- [update_llc_test_checks] Support .Lfunc$local for x86 -relocation-model=pic dsolocal tests — i / detail
#26158 (Dec 30, 2020 11:04:49 AM)
- Fix `LLVM_ENABLE_MODULES=On` build — Yuanfang Chen / detail
- [gn build] Switch copy_bundle_data from pax to cpio — thakis / detail
#26157 (Dec 30, 2020 10:54:49 AM)
#26156 (Dec 30, 2020 10:44:49 AM)
- [PowerPC][test] Add explicit dso_local to definitions in ELF static relocation model tests — i / detail
#26155 (Dec 30, 2020 10:34:49 AM)
- [IROutliner] Adding option to enable outlining from linkonceodr functions — andrew.litteken / detail
- [compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::array — mmoroz / detail
#26150 (Dec 30, 2020 9:44:49 AM)
#26148 (Dec 30, 2020 9:24:49 AM)
#26146 (Dec 30, 2020 9:04:49 AM)
- [mlir] Fix indexing of first offset operand in ops that implement OffsetSizeAndStrideOpInterface — nicolas.vasilache / detail
#26145 (Dec 30, 2020 8:54:49 AM)
- [mlir] NFC - Fix SubViewOp printing — nicolas.vasilache / detail
#26144 (Dec 30, 2020 8:44:49 AM)
#26134 (Dec 30, 2020 7:04:49 AM)
- Remove functions from *-inseltpoison.ll tests if unnecessary — aqjune / detail
- [IR] remove 'NoNan' param when creating FP reductions — spatel / detail
- Fixes warning 'enumeration value not handled in switch'. — jpienaar / detail
#26132 (Dec 30, 2020 6:44:49 AM)
- [X86][AMX] Fix compilation warning introduced by 981a0bd8. — pengfei.wang / detail
#26129 (Dec 30, 2020 6:14:49 AM)
- Use unary CreateShuffleVector if possible — aqjune / detail
- clang-format, address warnings — aqjune / detail
#26126 (Dec 30, 2020 5:44:49 AM)
#26125 (Dec 30, 2020 5:34:49 AM)
- [libc++] [docs] Mark contract-related papers as removed from C++20. — marek.kurdej / detail
#26124 (Dec 30, 2020 5:24:49 AM)
#26120 (Dec 30, 2020 4:44:50 AM)
#26108 (Dec 30, 2020 2:48:11 AM)
#26092 (Dec 29, 2020 11:54:50 PM)
- [X86] Refactor AMX test case, remove unnecessary code. — yuanke.luo / detail
#26091 (Dec 29, 2020 11:44:50 PM)
- Move -fno-semantic-interposition dso_local logic from TargetMachine to Clang CodeGenModule — i / detail
#26089 (Dec 29, 2020 11:24:50 PM)
- [IROutliner] Adding support for swift errors — andrew.litteken / detail
- Revert "[IROutliner] Adding support for swift errors" — andrew.litteken / detail
- [IROutliner] Adding support for swift errors in the IROutliner — andrew.litteken / detail
#26088 (Dec 29, 2020 11:14:50 PM)
#26084 (Dec 29, 2020 10:34:50 PM)
- [libc] Add implementations of rounding functions which depend rounding mode. — sivachandra / detail
#26081 (Dec 29, 2020 10:04:50 PM)
- [X86] Add x86_amx type for intel AMX. — yuanke.luo / detail
#26080 (Dec 29, 2020 9:54:50 PM)
#26078 (Dec 29, 2020 9:34:50 PM)
- [Verifier] Remove declaration of method that was removed 8.5 years ago. NFC — craig.topper / detail
#26073 (Dec 29, 2020 8:44:50 PM)
#26071 (Dec 29, 2020 8:24:51 PM)
- [mlir][python] Install generated dialect sources. — stellaraccident / detail
#26066 (Dec 29, 2020 7:34:51 PM)
- [Analysis] Use llvm::append_range (NFC) — kazu / detail
- [Transforms/Utils] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [Analysis, IR] Use *Map::lookup (NFC) — kazu / detail
#26062 (Dec 29, 2020 6:54:51 PM)
- [RISCV] Add intrinsics for vcompress instruction — shihpo.hung / detail
#26060 (Dec 29, 2020 6:34:51 PM)
- [PowerPC] Add mir test to show effect of `optimizeCompareInstr` when `equalityOnly` is true. NFC. — lkail / detail
#26057 (Dec 29, 2020 6:07:33 PM)
- [PowerPC] Remaining KnownBits should be constant when performing non-sign comparison — lkail / detail
#26056 (Dec 29, 2020 6:01:05 PM)
- [gn build] Port 16c8f6e9134 — llvmgnsyncbot / detail
- Reland "[NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline" (again) — Yuanfang Chen / detail
- [gn build] Port 480936e741d — llvmgnsyncbot / detail
- [RISCV] Define vsext/vzext intrinsics. — zakk.chen / detail
- Revert "[llvm-elfabi] Add flag to preserve timestamp when output is the same" — haowei / detail
- [lsan] Parse suppressions just before leak reporting — Vitaly Buka / detail
- [NFC][lsan] Extract PrintResults function — Vitaly Buka / detail
- [mlir][python] Aggressively avoid name collisions in generated python ODS code. — stellaraccident / detail
- [ORC] Move Orc RPC code into Shared, rename some RPC types. — Lang Hames / detail
#26055 (Dec 29, 2020 4:34:51 PM)
- Fix DRR pattern when attributes and operands are interleaved and a dag subtree appears in the rewrite — joker.eph / detail
- Revert "Reland "[NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline"" — Yuanfang Chen / detail
#26049 (Dec 29, 2020 3:40:36 PM)
#26048 (Dec 29, 2020 3:34:24 PM)
- [mlir] Add error message when failing to add pass — jpienaar / detail
- CrashReason: Add MTE tag check faults to the list of crash reasons. — peter / detail
- [llvm-elfabi] Add flag to preserve timestamp when output is the same — haowei / detail
- Reland "[NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline" — Yuanfang Chen / detail
- [gn build] Port 21314940c48 — llvmgnsyncbot / detail
#26047 (Dec 29, 2020 2:22:42 PM)
- [SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyPredecessor() to preserve DomTree, part 1 — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyPredecessor() to preserve DomTree, part 2 — lebedev.ri / detail
- [SimplifyCFG] Teach HoistThenElseCodeToIf() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach SinkCommonCodeFromPredecessors() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach FoldCondBranchOnPHI() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach mergeConditionalStoreToAddress() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyCondBranchToCondBranch() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyTerminatorOnSelect() to preserve DomTree — lebedev.ri / detail
- [IROutliner] Adding OptRemarks to the IROutliner Pass — andrew.litteken / detail
- [mlir] Skip empty op-pipelines in inliner textual opt parsing — jpienaar / detail
- [tsan] Remove stdlib.h from dd_interceptors.cpp — Vitaly Buka / detail
- [NFC][sanitizer] Simplify InternalLowerBound — Vitaly Buka / detail
- [NFC][sanitizer] Add SortAndDedup function — Vitaly Buka / detail
- [NFC][lsan] Add nested leak in test — Vitaly Buka / detail
- [mlir][python] Add Operation.verify(). — stellaraccident / detail
- [mlir][Python] Add an Operation.name property — stellaraccident / detail
#26046 (Dec 29, 2020 1:43:34 PM)
- [mlir][python] Add FlatSymbolRef attribute. — stellaraccident / detail
- [Utils] reduce code in createTargetReduction(); NFC — spatel / detail
- Copy demangle changes from libcxxabi to llvm with cp_to_llvm.sh. — jyknight / detail
#26045 (Dec 29, 2020 12:27:35 PM)
- [IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as placeholder — aqjune / detail
- [RISCV] Fill out basic integer RVV ISel patterns — fraser / detail
- [SLP] replace local reduction enum with RecurrenceKind; NFCI — spatel / detail
#26044 (Dec 29, 2020 11:17:37 AM)
- [RISCV] Don't use tail agnostic policy on instructions where destination is tied to source — craig.topper / detail
- [IROutliner] Adding a cost model, and debug option to turn the model off. — andrew.litteken / detail
#26043 (Dec 29, 2020 10:35:54 AM)
- [RISCV] Add earlyclobber of destination register to vmsbf.m/vmsif.m/vmsof.m instructions — craig.topper / detail
- [MSSAUpdater] Skip renaming when inserting def in unreachable block. — flo / detail
- [NewPM][AMDGPU] Port amdgpu-lower-kernel-attributes — aeubanks / detail
#26042 (Dec 29, 2020 9:59:20 AM)
#26041 (Dec 29, 2020 9:21:22 AM)
- [mlir][linalg] Add vectorization for linalg on tensor ops — thomasraoux / detail
#26038 (Dec 29, 2020 7:11:43 AM)
- RegionInfo: use a range-based for loop [NFCI] — nicolai.haehnle / detail
#26036 (Dec 29, 2020 6:02:01 AM)
- [InstCombine] 'hoist xor-by-constant from xor-by-value': completely give up on constant exprs — lebedev.ri / detail
#26035 (Dec 29, 2020 5:27:33 AM)
- [PowerPC] Provide patterns for permuted scalar to vector for pre-P8 — nemanja.i.ibm / detail
#26034 (Dec 29, 2020 4:54:43 AM)
- [PowerPC] Disable CTR loops containing operations on half-precision — nemanjai / detail
- [RISCV] Rewrite and simplify helper function. NFC. — fraser / detail
#26033 (Dec 29, 2020 2:59:08 AM)
- [ARM][AArch64] Add Cortex-A78C Support for Clang and LLVM — mark.murray / detail
#26032 (Dec 29, 2020 1:07:06 AM)
- [lldb] Fix logging in lldb-server tests — pavel / detail
- [LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead of multiple types definitions. NFCI. — grimar / detail
- Precommit tests that have poison as shufflevector's placeholder — aqjune / detail
- [lldb] Deduplicate some tests in TestLldbGdbServer — pavel / detail
#26017 (Dec 28, 2020 8:44:53 PM)
#26015 (Dec 28, 2020 8:24:53 PM)
- [NewPM] Port infer-address-spaces — aeubanks / detail
- [test] Fix conditional-temporaries.cpp — aeubanks / detail
#26013 (Dec 28, 2020 8:04:54 PM)
- [CodeGen] Use llvm::append_range (NFC) — kazu / detail
- [Scalar] Construct SmallVector with iterator ranges (NFC) — kazu / detail
- [CFGPrinter] Use succ_empty (NFC) — kazu / detail
- [asan][test] Annotate glibc specific tests with REQUIRES: glibc-2.27 — i / detail
#26009 (Dec 28, 2020 7:24:54 PM)
- [IROutliner] Merging identical output blocks for extracted functions. — andrew.litteken / detail
#26007 (Dec 28, 2020 7:04:54 PM)
- [UpdateTestChecks] Fix update_analyze_test_checks.py failure — aqjune / detail
- [RISCV] Define vmclr.m/vmset.m intrinsics. — zakk.chen / detail
#26005 (Dec 28, 2020 6:44:54 PM)
- [PowerPC] Do not emit HW loop when TLS var accessed in PHI of loop exit — nemanja.i.ibm / detail
#26001 (Dec 28, 2020 6:04:54 PM)
- [NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline — Yuanfang Chen / detail
- Revert "[NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline" — Yuanfang Chen / detail
- [AMDGPU][NewPM] Port amdgpu-promote-alloca(-to-vector) — aeubanks / detail
#25995 (Dec 28, 2020 5:04:54 PM)
#25989 (Dec 28, 2020 4:04:54 PM)
- [libc++] Fix a test failure in 7b00e9fae3 (D93815). — arthur.j.odwyer / detail
#25987 (Dec 28, 2020 3:44:54 PM)
#25983 (Dec 28, 2020 3:04:54 PM)
#25979 (Dec 28, 2020 2:24:54 PM)
- [WebAssembly][NFC] Finish cleaning up SIMD tablegen — tlively / detail
- [NewPM] Fix CGSCCOptimizerLateEPCallbacks place in pipeline — aeubanks / detail
- [WebAssembly] Prototype extending pairwise add instructions — tlively / detail
- [MLIR][NFC] Change FunctionLike::setAllArgAttrs/setAllResultAttrs to do a one-shot attribute update. — jurahul / detail
- [IROutliner] Adding support for consolidating functions with different output arguments. — andrew.litteken / detail
#25977 (Dec 28, 2020 2:04:54 PM)
- [InstCombine] Disable unsafe select transform behind a flag — nikita.ppv / detail
- [ValueTracking] Implement impliesPoison — aqjune / detail
#25975 (Dec 28, 2020 1:44:54 PM)
- [NFC][sanitizer] Remove unused typedef — Vitaly Buka / detail
#25973 (Dec 28, 2020 1:24:54 PM)
- [InstSimplify] add tests for ctpop; NFC (PR48608) — spatel / detail
- [InstSimplify] remove ctpop of 1 (low) bit — spatel / detail
#25971 (Dec 28, 2020 1:04:54 PM)
#25969 (Dec 28, 2020 12:44:54 PM)
- [PowerPC] Parse and ignore .machine — i / detail
- [SimplifyCFG] FoldBranchToCommonDest: gracefully handle unreachable code () — lebedev.ri / detail
#25967 (Dec 28, 2020 12:24:54 PM)
- [AMDGPU][MC][NFC] Added more tests for flat_global — dmitry.preobrazhensky / detail
#25965 (Dec 28, 2020 12:04:55 PM)
- [RISCV] Adjust tested vor ops for more stable tests. NFC. — fraser / detail
- [CodeGen][ObjC] Destroy callee-destroyed arguments in the caller — Akira / detail
#25963 (Dec 28, 2020 11:44:55 AM)
#25959 (Dec 28, 2020 11:04:55 AM)
- [libc++] Fix a test failure in 7b00e9fae3 (D93815). — arthur.j.odwyer / detail
#25957 (Dec 28, 2020 10:44:55 AM)
- [libc++] Constexpr-proof some machinery in not_fn.pass.cpp. NFCI. — arthur.j.odwyer / detail
- [libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default_searcher. — arthur.j.odwyer / detail
- [NewPM][AMDGPU] Port amdgpu-simplifylib/amdgpu-usenative — aeubanks / detail
#25955 (Dec 28, 2020 10:24:55 AM)
- Revert "[LV] Vectorize (some) early and multiple exit loops" — aeubanks / detail
- Reapply "[LV] Vectorize (some) early and multiple exit loops"" w/fix for builder — listmail / detail
#25953 (Dec 28, 2020 10:04:55 AM)
- [ValueTracking] Fix isKnownNonEqual() with constexpr mul — nikita.ppv / detail
- [LV] Vectorize (some) early and multiple exit loops — listmail / detail
#25951 (Dec 28, 2020 9:44:55 AM)
- [AMDGPU][MC][NFC] Split large asm tests into smaller chunks — dmitry.preobrazhensky / detail
#25949 (Dec 28, 2020 9:24:55 AM)
- [MIRPrinter] Fix incorrect output of unnamed stack names — mikael.holmen / detail
- [InstCombine] 'hoist xor-by-constant from xor-by-value': ignore constantexprs — lebedev.ri / detail
- [TableGen] Fix bug in !interleave operator — paul / detail
- Revert "[benchmark] Fixed a build error when using CMake 3.15.1 + NDK-R20" — lebedev.ri / detail
#25947 (Dec 28, 2020 9:04:55 AM)
- [MachO] Fix enum-int mismatch warning — mikael.holmen / detail
- [flang] Fix bugs in .mod file for abstract interface — tkeith / detail
#25939 (Dec 28, 2020 7:44:55 AM)
- [PowerPC] Remove redundant COPY_TO_REGCLASS introduced by 8a58f21f5b6c — nemanja.i.ibm / detail
#25937 (Dec 28, 2020 7:24:55 AM)
#25933 (Dec 28, 2020 6:44:55 AM)
- [AMDGPU] Split edge to make si_if dominate end_cf — Alexander Timofeev / detail
- [clangd] Add error handling (elog) in code completion. — adamcz / detail
#25931 (Dec 28, 2020 6:24:55 AM)
#25925 (Dec 28, 2020 5:24:55 AM)
- [AMDGPU][MC][NFC] Parser refactoring — dmitry.preobrazhensky / detail
- [AMDGPU][MC] Improved errors handling for v_interp* operands — dmitry.preobrazhensky / detail
#25897 (Dec 28, 2020 12:44:56 AM)
- [benchmark] Fixed a build error when using CMake 3.15.1 + NDK-R20 — lebedev.ri / detail
#25889 (Dec 27, 2020 11:24:56 PM)
#25883 (Dec 27, 2020 10:24:56 PM)
#25881 (Dec 27, 2020 10:04:56 PM)
#25879 (Dec 27, 2020 9:44:56 PM)
#25873 (Dec 27, 2020 8:44:56 PM)
- [MachineSink] add threshold in machinesink pass to reduce compiling time. — czhengsz / detail
- [asan][memprof] Declare _DYNAMIC and fix -Wparentheses — i / detail
#25871 (Dec 27, 2020 8:24:56 PM)
#25845 (Dec 27, 2020 4:04:57 PM)
#25843 (Dec 27, 2020 3:44:57 PM)
#25833 (Dec 27, 2020 2:04:57 PM)
#25831 (Dec 27, 2020 1:44:57 PM)
#25825 (Dec 27, 2020 12:44:57 PM)
- [GVN] Use m_LogicalAnd/Or to propagate equality from branch conditions — aqjune / detail
- [EarlyCSE] Use m_LogicalAnd/Or matchers to handle branch conditions — aqjune / detail
#25817 (Dec 27, 2020 11:24:58 AM)
#25815 (Dec 27, 2020 11:04:58 AM)
#25813 (Dec 27, 2020 10:44:58 AM)
#25811 (Dec 27, 2020 10:24:58 AM)
- [llvm-cov] Use is_contained (NFC) — kazu / detail
- [CodeGen, Transforms] Use *Map::lookup (NFC) — kazu / detail
- [Transforms] Use llvm::append_range (NFC) — kazu / detail
#25803 (Dec 27, 2020 9:04:58 AM)
- [PatternMatch][LVI] Handle select-form and/or in LVI — nikita.ppv / detail
#25801 (Dec 27, 2020 8:44:58 AM)
- [AArch64] Fix legalization of i128 ctpop without neon — nikita.ppv / detail
#25783 (Dec 27, 2020 5:44:58 AM)
- [AArch64] Add some anyextend testing. NFC — david.green / detail
#25781 (Dec 27, 2020 5:24:58 AM)
- [lldb] Surpress "ingoring result" warning in reproducer_handler — pavel / detail
- [lldb/test] Automatically skip remote lldb-server tests when applicable — pavel / detail
- [ARM] Add some NEON anyextend testing. NFC — david.green / detail
#25751 (Dec 27, 2020 12:24:59 AM)
- [GlobalISel] Fix assertion failures after "GlobalISel: Return APInt from getConstantVRegVal" landed. — Amara Emerson / detail
#25749 (Dec 27, 2020 12:04:59 AM)
- [X86] Remove X86Fmadd SDNode from tablegen. Use standard fma instead. NFC — craig.topper / detail
#25727 (Dec 26, 2020 8:19:13 PM)
- [RISCV] Improve VMConstraint checking on more unary and nullary instructions. — craig.topper / detail
#25716 (Dec 26, 2020 2:00:26 PM)
- [test] Pin some tests to legacy PM — aeubanks / detail
- [ODS] Make the getType() method on a OneResult instruction return a specific type. — clattner / detail
#25715 (Dec 26, 2020 1:20:06 PM)
- [CVP] Add tests for select form of and/or (NFC) — nikita.ppv / detail
#25714 (Dec 26, 2020 12:34:03 PM)
- [llvm-pdbutil] Use llvm::is_contained (NFC) — kazu / detail
- [TableGen] Use llvm::erase_if (NFC) — kazu / detail
- [llvm-cov, llvm-symbolizer] Use llvm::erase_if (NFC) — kazu / detail
#25710 (Dec 26, 2020 10:21:10 AM)
#25707 (Dec 26, 2020 8:36:29 AM)
- [SLP] use switch to improve readability; NFC — spatel / detail
- [SLP] rename reduction variables for readability; NFC — spatel / detail
#25706 (Dec 26, 2020 7:58:21 AM)
- [clang-format] PR48569 clang-format fails to align case label with `switch` with Whitesmith Indentation — mydeveloperday / detail
#25705 (Dec 26, 2020 7:20:09 AM)
- [ValueTracking] Add more known non zero tests (NFC) — nikita.ppv / detail
- [ValueTracking] Handle more non-trivial conditions in isKnownNonZero() — nikita.ppv / detail
#25704 (Dec 26, 2020 6:02:57 AM)
- [RISCV] Define vector widening reduction intrinsic. — monk.chiang / detail
#25679 (Dec 25, 2020 10:22:20 AM)
- [llvm-nm, llvm-objdump] Use llvm::is_contained (NFC) — kazu / detail
- [BasicAA] Pass AC/DT to isKnownNonEqual() — nikita.ppv / detail
- [Local] Remove unused function RemovePredecessorAndSimplify (NFC) — kazu / detail
- [llvm-objcopy] Use llvm::erase_if (NFC) — kazu / detail
#25678 (Dec 25, 2020 8:20:15 AM)
- [InstCombine] Add additional tests for known non zero (NFC) — nikita.ppv / detail
- [InstCombine] Generalize icmp handling in isKnownNonZero() — nikita.ppv / detail
#25676 (Dec 25, 2020 5:17:59 AM)
- [BasicAA] Pass context instruction to isKnownNonZero() — nikita.ppv / detail
#25675 (Dec 25, 2020 3:18:44 AM)
- [Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastprivate clauses. — praveen / detail
- [mlir] Async: lowering async.value to LLVM — ezhulenev / detail
- [mlir] Async: add support for lowering async value operands to LLVM — ezhulenev / detail
- [BasicAA] Make sure context instruction is symmetric — nikita.ppv / detail
#25674 (Dec 25, 2020 1:20:29 AM)
- [AArch64][GlobalISel] Notify observer of mutated instruction for shift custom legalization. — Amara Emerson / detail
- [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTypes.h). — grimar / detail
- [llvm-readelf/obj] - Improve the warning reported when unable to read the stack size. — grimar / detail
- [obj2yaml] - Dump the content of a broken hash table properly. — grimar / detail
#25671 (Dec 24, 2020 9:01:01 PM)
- [Target] Use llvm::any_of (NFC) — kazu / detail
- [RISCV] Define vpopc/vfirst intrinsics. — zakk.chen / detail
#25670 (Dec 24, 2020 7:38:28 PM)
- [RISCV] Add intrinsics for vrgather instruction — shihpo.hung / detail
- [RISCV] Define vector mask-register logical intrinsics. — zakk.chen / detail
#25669 (Dec 24, 2020 6:13:29 PM)
- [RISCV] Define vector single-width reduction intrinsic. — monk.chiang / detail
#25658 (Dec 24, 2020 10:46:16 AM)
- [NFC] SimplifyCFGOpt::simplifyUnreachable(): pacify unused variable warning — lebedev.ri / detail
- [IR][InstCombine] Add m_ImmConstant(), that matches on non-ConstantExpr constants, and use it — lebedev.ri / detail
- [NFC][InstCombine] Autogenerate check lines in vec_shuffle.ll test — lebedev.ri / detail
- [NFC][InstCombine] Add test for `a & ~(a ^ b)` pattern — lebedev.ri / detail
- [InstCombine] Fold `a & ~(a ^ b)` to `x & y` — lebedev.ri / detail
- [NFC][InstCombine] Add test coverage for `(x ^ C) ^ y` pattern — lebedev.ri / detail
- [InstCombine] Hoist xor-by-constant from xor-by-value — lebedev.ri / detail
- [NFC][LoopIdiom] Improve test coverage for 'left-shift-until-bittest' pattern — lebedev.ri / detail
- [LoopIdiom] 'left-shift-until-bittest': keep no-wrap flags on shift, fix edge-case miscompilation for %x.next — lebedev.ri / detail
#25657 (Dec 24, 2020 9:59:06 AM)
#25656 (Dec 24, 2020 9:22:37 AM)
#25653 (Dec 24, 2020 6:44:59 AM)
- [Support] Explicitly state that KnownBits::getMinValue/getMaxValue are UNSIGNED values. NFCI. — llvm-dev / detail
- [Support] Add KnownBits::getSignedMinValue/getSignedMaxValue helpers. — llvm-dev / detail
- [InstCombine] foldICmpUsingKnownBits - use KnownBits signed/unsigned getMin/MaxValue helpers. NFCI. — llvm-dev / detail
#25652 (Dec 24, 2020 6:13:31 AM)
#25651 (Dec 24, 2020 4:21:27 AM)
- [CodeGen] Add "noreturn" attirbute to _Unwind_Resume — ybrevnov / detail
- Revert "[InstCombine] Check inbounds in load/store of gep null transform (PR48577)" — nikita.ppv / detail
#25650 (Dec 24, 2020 2:27:47 AM)
#25649 (Dec 24, 2020 1:52:43 AM)
- Revert "[InstCombine] Fold gep inbounds of null to null" — nikita.ppv / detail
#25647 (Dec 24, 2020 12:42:15 AM)
#25645 (Dec 23, 2020 10:20:24 PM)
- [ExecutionEngine, Linker] Use erase_if (NFC) — kazu / detail
- [Analysis] Remove spliceFunction (NFC) — kazu / detail
#25641 (Dec 23, 2020 7:43:38 PM)
#25640 (Dec 23, 2020 7:11:39 PM)
#25639 (Dec 23, 2020 5:59:58 PM)
- [mlir] Add tensor passes to passes.md — jpienaar / detail
- [DAGCombiner] Don't create sexts of deleted xors when they were in-visit replaced — rupprecht / detail
- [Clang] Reverse test to save on indentation. NFC. — alexandre.ganea / detail
- [IRSim] Adding support for isomorphic predicates — andrew.litteken / detail
#25638 (Dec 23, 2020 4:04:18 PM)
- Basic: Add native support for stdin to SourceManager and FileManager — Duncan P. N. Exon Smith / detail
#25637 (Dec 23, 2020 2:52:29 PM)
- [clangd] Fix case mismatch crash on in CDB on windows after 92dd077af1ff8 — sam.mccall / detail
- [lldb] Simplify ObjectFile::FindPlugin (NFC) — Jonas Devlieghere / detail
- Fix lldb test failure due to D93082. — tmsriram / detail
- [lld][test] Relax test assertion of cmake defaults appearing in --version output. — rupprecht / detail
- [AMDGPU] Fix adjustWritemask subreg handling — Stanislav.Mekhanoshin / detail
- Basic: Support named pipes natively in SourceManager and FileManager — Duncan P. N. Exon Smith / detail
#25636 (Dec 23, 2020 1:39:06 PM)
- [InstCombine] Handle different pointer types when folding gep of null — nikita.ppv / detail
- [IRSim] Adding commutativity matching to structure checking — andrew.litteken / detail
- [IRSim] Adding support for isomorphic predicates — andrew.litteken / detail
- [InstCombine] canonicalizeAbsNabs(): don't propagate NSW flag for NABS patter — lebedev.ri / detail
- [clang-format] Fix handling of TextProto comments — bjoern / detail
- [clang-format] Add SpaceBeforeCaseColon option — bjoern / detail
- Revert "[IRSim] Adding support for isomorphic predicates" — andrew.litteken / detail
#25635 (Dec 23, 2020 1:01:59 PM)
- [mlir][vector] Add more vector Ops canonicalization — thomasraoux / detail
- clang: Build and run FrontendTests with CLANG_ENABLE_STATIC_ANALYZER=OFF too — thakis / detail
- [LoopIdiom] Introduce 'left-shift until bittest' idiom — lebedev.ri / detail
- [LoopIdiom] 'left-shift until bittest' idiom: support constant bit mask — lebedev.ri / detail
- [LoopIdiom] 'left-shift until bittest' idiom: support canonical sign bit mask — lebedev.ri / detail
- [LoopIdiom] 'left-shift until bittest' idiom: support rewriting loop as countable, allow extra cruft — lebedev.ri / detail
- [mlir][spirv] Create a pass for testing SCFToSPIRV patterns — antiagainst / detail
- Append ".__part." to every basic block section symbol. — tmsriram / detail
- [mlir][spirv] NFC: rename SPIR-V conversion files for consistency — antiagainst / detail
- [IROutliner] Use isa instead of dyn_cast where the casted value isn't used. NFC — craig.topper / detail
- [mlir][spirv] De-template deserialization — antiagainst / detail
- [mlir][spirv] De-template serialization — antiagainst / detail
- [InstCombine] Add tests for PR48577 (NFC) — nikita.ppv / detail
- [InstCombine] Check inbounds in load/store of gep null transform (PR48577) — nikita.ppv / detail
- [RISCV] Add ISel support for RVV vector/scalar forms — fraser / detail
- [format][NFC] Use unsigned char as the base of all enums in FormatStyle — n.james93 / detail
- [InstCombine] Add tests for gep of null (NFC) — nikita.ppv / detail
- [InstCombine] Fold gep inbounds of null to null — nikita.ppv / detail
#25634 (Dec 23, 2020 11:30:15 AM)
- Revert 741978d727 and things that landed on top of it. — thakis / detail
- [mlir][spirv] Convert functions returning one value — antiagainst / detail
- [lldb] Don't instrument demangling. — Jonas Devlieghere / detail
- [lldb] Refactor and simplify GetCommandSPExact interface — Jonas Devlieghere / detail
- [RISCV] Add intrinsics for vfmv.v.f — craig.topper / detail
- This is a test commit — a-phipps / detail
- Updated GettingInvolved.md to reflect Flang Biweekly Call changes — aperry / detail
- [IROutliner] Adding support for elevating constants that are not the same in each region to arguments — andrew.litteken / detail
- Revert "This is a test commit" — a-phipps / detail
- Revert more changes that landed on top of 741978d727 — thakis / detail
#25633 (Dec 23, 2020 9:38:51 AM)
- [lld-macho] Simulator & DriverKit executables should always be PIE — jezng / detail
- [OpenMP] Fixing typo on memory size in Documenation — jhuber6 / detail
#25632 (Dec 23, 2020 7:46:34 AM)
- [clangd] Do not take stale definition from the static index. — platonov.aleksandr / detail
- [BPI] Improve static heuristics for "cold" paths. — ybrevnov / detail
- [TableGen] Add the !substr() bang operator — paul / detail
#25631 (Dec 23, 2020 7:13:30 AM)
- [ARM] Add bank conflict hazarding — david.green / detail
- [OpenMP] Fixing Typo in Documentation — jhuber6 / detail
- [clang-format] PR48535 clang-format Incorrectly Removes Space After C Style Cast When Type Is Not a Pointer — mydeveloperday / detail
- [clang-format] PR48539 ReflowComments breaks Qt translation comments — mydeveloperday / detail
- [MLIR][SPIRV] Add rewrite pattern to convert select+cmp into GLSL clamp. — kareem.ergawy / detail
#25630 (Dec 23, 2020 5:58:07 AM)
- [format] Add overload to parseConfiguration that accept llvm::MemoryBufferRef — n.james93 / detail
- [mlir] Remove static constructors from LLVMType — zinenko / detail
- [VE] Vector 'and' isel and tests — simon.moll / detail
- [NFC] Uniquify 'const' in TargetTransformInfoImpl.h — simon.moll / detail
#25629 (Dec 23, 2020 3:51:14 AM)
- [mlir] NFC: Remove ConvertToLLVMPattern::getDataPtr(). All call sites use getStridedElementPtr() now. — csigg / detail
- [mlir] Add translation of omp.wsloop to LLVM IR — zinenko / detail
- [mlir] Rename ConvertToLLVMPattern::isSupportedMemRefType() to isConvertibleAndHasIdentityMaps(). — csigg / detail
- Revert "PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of" — akuegel / detail
#25628 (Dec 23, 2020 1:57:30 AM)
- [RISCV] Add intrinsics for vfwmacc, vfwnmacc, vfwmsac, vfwnmsac instructions — shihpo.hung / detail
- [AMDGPU][GlobalISel] Fold flat vgpr + constant addresses — sebastian.neubauer / detail
- [mlir] Modernize std-to-llvm operation conversion doc — zinenko / detail
#25627 (Dec 23, 2020 12:41:17 AM)
- [RISCV] Define vmerge/vfmerge intrinsics. — zakk.chen / detail
- [llvm-readobj] - Dump the ELF file type better. — grimar / detail
#25625 (Dec 22, 2020 10:50:26 PM)
- [NewPM] Fix objc-arc-apelim pass typo — aeubanks / detail
- [RISCV] Define the vfmin, vfmax RVV intrinsics — evandro.menezes / detail
#25624 (Dec 22, 2020 8:59:43 PM)
- [MemorySSA] Use is_contained (NFC) — kazu / detail
- [WebAssembly][NFC] Refactor SIMD load/store tablegen defs — tlively / detail
- [NewGVN] Remove for_each_found (NFC) — kazu / detail
#25623 (Dec 22, 2020 7:12:13 PM)
- VirtRegMap: Use Register — Matthew.Arsenault / detail
- AMDGPU: Fix assert when checking for implicit operand legality — Matthew.Arsenault / detail
- [RISCV] Add intrinsics for vslide1up/down, vfslide1up/down instruction — shihpo.hung / detail
- [RISCV] Add intrinsics for vwmacc[u|su|us] instructions — shihpo.hung / detail
- [RISCV] Add intrinsics for vf[n]macc/vf[n]msac/vf[n]madd/vf[n]msub instructions — shihpo.hung / detail
- AMDGPU: Add spilled CSR SGPRs to entry block live ins — Matthew.Arsenault / detail
- AMDGPU: Use Register — Matthew.Arsenault / detail
- [lld/mac] Add --version flag — thakis / detail
- GlobalISel: Return APInt from getConstantVRegVal — Matthew.Arsenault / detail
#25622 (Dec 22, 2020 5:39:35 PM)
- scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI. — peter / detail
- scudo: Move the management of the UseMemoryTagging bit out of the Primary. NFCI. — peter / detail
- Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. NFC. — arthur.j.odwyer / detail
#25621 (Dec 22, 2020 4:56:02 PM)
- [AMDGPU] Support unaligned flat scratch in TLI — Stanislav.Mekhanoshin / detail
- [AMDGPU][GlobalISel] GlobalISel for flat scratch — Stanislav.Mekhanoshin / detail
#25619 (Dec 22, 2020 3:52:34 PM)
- [clangd] Release notes for b8c37153d5393aad96 — sam.mccall / detail
- [WebAssembly][SIMD] Rename shuffle, swizzle, and load_splats — tlively / detail
- [mlir] Remove instance methods from LLVMType — zinenko / detail
- [OpenMP] Add OpenMP Documentation for Libomptarget environment variables — jhuber6 / detail
- [IR] Add an ImplicitLocOpBuilder helper class for building IR with the same loc. — clattner / detail
- scudo: Move the configuration for the primary allocator to Config. NFCI. — peter / detail
#25618 (Dec 22, 2020 1:57:20 PM)
- Try to fix build on Windows — steveire / detail
- glld/mac] Don't add names of unreferenced symbols to string table — thakis / detail
- [SLP] use operand index abstraction for number of operands — spatel / detail
- [SLP] add reduction tests for maxnum/minnum intrinsics; NFC — spatel / detail
- [clangd] Use atomics instead of locks to track periodic memory trimming — sam.mccall / detail
- [mlir] Lower gpu.memcpy to GPU runtime calls. — csigg / detail
#25617 (Dec 22, 2020 11:50:46 AM)
- [ADT] Fix some tests after 5d10b8ad — n.james93 / detail
- [lldb] Add SBType::IsScopedEnumerationType method — Jonas Devlieghere / detail
- [lldb] Add SBType::GetEnumerationIntegerType method — Jonas Devlieghere / detail
- [OpenMP][Docs] Updated the faq about building an OpenMP offloading capable compiler — tianshilei1992 / detail
- Revert "Fix memory leak complicated non-type template arguments." — aeubanks / detail
- Revert "Fix MSVC "not all control paths return a value" warnings. NFCI." — aeubanks / detail
- Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type." — aeubanks / detail
- Revert "Following up on PR48517, fix handling of template arguments that refer" — aeubanks / detail
- Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, not" — aeubanks / detail
- Revert "[Flang][openmp][5.0] Add task_reduction clause." — joshisameeran17 / detail
- Revert "[clangd] zap a few warnings" — aeubanks / detail
- Revert "[LLDB] Unbreak the build after recent clang changes" — aeubanks / detail
- [clang-tidy] Handle template instantiations in container size check — steveire / detail
- [AMDGPU] Folding of FI operand with flat scratch — Stanislav.Mekhanoshin / detail
- Add a llvm.coro.end.async intrinsic — aschwaighofer / detail
- [OpenMP][Docs] Add FAQ entry about math and complex on GPUs — johannes / detail
- [OpenMP][Docs] Fixed a typo in the doc that can mislead users to a CMake error — tianshilei1992 / detail
- [OpenMP][Docs] Fix Typo — johannes / detail
- [RISCV] Remove unneeded !eq comparing a single bit value to 0/1 in RISCVInstrInfoVPseudos.td. NFC — craig.topper / detail
#25616 (Dec 22, 2020 10:06:28 AM)
- [PowerPC][Power10] Exploit store rightmost vector element instructions — conanap / detail
- [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC) — Jonas Devlieghere / detail
- Fix some misnamed variables in sve-fixed-length-int-minmax.ll. — paul.walker / detail
- [ADT] Add resize_for_overwrite method to SmallVector. — n.james93 / detail
- [tests] precommit a test mentioned in review for D93317 — listmail / detail
- [LoopDeletion] Add test case where outer loop needs to be deleted. — flo / detail
#25615 (Dec 22, 2020 9:10:01 AM)
- [MLIR] Fix lowering of affine operations with return values — uday / detail
- [mlir] Add gpu.memcpy op. — csigg / detail
- [SVE] Lower vector BITREVERSE and BSWAP operations. — paul.walker / detail
- [Flang][openmp][5.0] Add task_reduction clause. — joshisameeran17 / detail
#25614 (Dec 22, 2020 7:49:33 AM)
- [MCInstrDesc] [TableGen] Reduce size of MCOperandInfo instances. — paul / detail
- [LV] Use ScalarEvolution::getURemExpr to reduce duplication. — flo / detail
- [openacc][openmp][NFC] Fix typo in comments — clementval / detail
- [RISCV] Basic jump table lowering — n / detail
#25613 (Dec 22, 2020 6:08:09 AM)
- [ASTMatchers] Traverse-ignore range-for implementation details — steveire / detail
- [AArch64] Add a test for MachineLICM SinkIntoLoop. NFC. — sjoerd.meijer / detail
- [clang-format] NFC keep the code clang-formatted — mydeveloperday / detail
- [flang][driver] Refactor unit tests for frontend actions (nfc) — andrzej.warzynski / detail
- [clang][cli] Implement `getAllArgValues` marshalling — jan_svoboda / detail
- [flang][driver] Fix formatting in a test (nfc) — andrzej.warzynski / detail
- [clang] NFC: Refactor custom class into a lambda in CompilerInvocation — jan_svoboda / detail
#25612 (Dec 22, 2020 4:14:18 AM)
- -fstack-clash-protection: Return an actual error when used on unsupported OS — sylvestre / detail
- [llvm][Arm/AArch64] Format extension flags in CPU test failures — david.spickett / detail
- [clangd] Reuse buffer for JSONTransport::sendMessage — n.james93 / detail
- [gn build] (manually) port b8c37153d5393 — thakis / detail
- [PowerPC] Restore stack ptr from base ptr when available — nemanja.i.ibm / detail
- Revert "-fstack-clash-protection: Return an actual error when used on unsupported OS" — thakis / detail
- [libc++] Add a 'is-lockfree-runtime-function' lit feature — Alexander.Richardson / detail
- [compiler-rt] Fix atomic_test.c on macOS — Alexander.Richardson / detail
#25611 (Dec 22, 2020 2:10:09 AM)
- [LV] Avoid needless fold tail — gil.rapaport / detail
- [Flang][openmp][4/5] Make nowait clause part of OmpClause — joshisameeran17 / detail
- [mlir] remove deprecated string-based OpBuilder from ODS — zinenko / detail
- [Flang][openmp][5/5] Make dist_schedule clause part of OmpClause — joshisameeran17 / detail
- [llvm][ARM/AArch64] Convert Target Parser CPU tests to fixtures — david.spickett / detail
- [lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server tests — pavel / detail
- [DebugInfo] Don't use DW_OP_implicit_value for fragments — pavel / detail
- [MachineLICM] Add llvm debug messages to SinkIntoLoop. NFC. — sjoerd.meijer / detail
- [VPlan] Make VPInstruction a VPDef — flo / detail
- Fold comparison of __builtin_object_size expression with -1 for non-const size — sguelton / detail
#25610 (Dec 21, 2020 11:42:02 PM)
- [RISCV] Define vector compare intrinsics. — kai.wang / detail
- [Flang][openmp][1/5] Make Allocate clause part of OmpClause — joshisameeran17 / detail
- [Flang][openmp][2/5] Make Default clause part of OmpClause — joshisameeran17 / detail
- [clangd] Trim memory periodically when using glibc malloc — sam.mccall / detail
- [Flang][openmp][3/5] Make ProcBind clause part of OmpClause — joshisameeran17 / detail
#25609 (Dec 21, 2020 10:22:29 PM)
#25608 (Dec 21, 2020 9:48:03 PM)
- [LegalizeType] When LegalizeType procedure widens a masked_gather, set MemoryType's EltNum equal to Result's EltNum — bing1.yu / detail
#25606 (Dec 21, 2020 8:42:51 PM)
- scan-view: Remove Reporter.py and associated AppleScript files — tstellar / detail
- [CSKY 3/n] Add bare-bones C-SKY MCTargetDesc — zixuan.wu / detail
#25605 (Dec 21, 2020 6:46:20 PM)
- Revert "[mlir] Add SmallVector sizes" — tpopp / detail
- [RISCV] Add intrinsics for vmacc/vnmsac/vmadd/vnmsub instructions — shihpo.hung / detail
- [lld/mac] Implement support for private extern symbols — thakis / detail
#25604 (Dec 21, 2020 5:00:09 PM)
- [InstCombine] Add check of i1 types in select-to-zext/sext transformation — congzhecao / detail
- [mlir] Add SmallVector sizes — tpopp / detail
- [RISCV] Update vmv.v.v-rv32.ll and vmv.v.v-rv64.ll to test the correct intrinsics. — craig.topper / detail
- [RISCV] Use more precise type constraints for the vmv.v.v and vmv.v.x intrinsics. — craig.topper / detail
- [LoopNest] Extend `LPMUpdater` and adaptor to handle loop-nest passes — tu.da.wei / detail
- [MC][test] Reorganize .cfi_* tests — i / detail
#25603 (Dec 21, 2020 3:45:06 PM)
- [mlir][sparse] adjust output tensor to synthetic tensor — ajcbik / detail
- [RISCV] Define the vand, vor and vxor RVV intrinsics — evandro.menezes / detail
- [NFC] Remove unused function — aeubanks / detail
- [MLIR][SPIRVToLLVM] Updated documentation on spirv-cpu-runner — georgemitenk0v / detail
- llvm-profgen: Parse command line arguments after initializing targets — tstellar / detail
- HowToReleaseLLVM: Update document to match the current release process — tstellar / detail
- [Driver] Default Generic_GCC ppc/ppc64/ppc64le to -fasynchronous-unwind-tables — i / detail
#25602 (Dec 21, 2020 2:11:27 PM)
- [lldb] [Process/FreeBSDRemote] Remove anonymous namespace — mgorny / detail
- [MLIR][Docs] Fix a small typo in documentation. — kareem.ergawy / detail
- [mlir][vector] Extend vector unroll to all element-wise ops — thomasraoux / detail
- Revert "[AMDGPU][HIP] Switch default DWARF version to 5" — scott.linder / detail
- [NewPM] Add TargetMachine method to add alias analyses — aeubanks / detail
- Migrate MCContext::createTempSymbol call sites to AlwaysAddSuffix=true — i / detail
- [MC] Split MCContext::createTempSymbol, default AlwaysAddSuffix to true, and add comments — i / detail
#25601 (Dec 21, 2020 12:41:27 PM)
- scudo: Remove ANDROID_EXPERIMENTAL_MTE macro. — peter / detail
- Update references to 'master' branch. — abidh / detail
- [AA] byval argument is identified function local — nikita.ppv / detail
- [clangd][NFC] Improve clangd status messages — sam.mccall / detail
- [lldb] Remove anonymous namespace from NativeRegisterContextLinux_x86_64 — pavel / detail
- [lld-macho][nfc] Clean up tests — jezng / detail
- [lld-macho][nfc] Remove %T from headerpad.s — jezng / detail
- [openacc] Use TableGen enum for default clause value — clementval / detail
- [mlir][Linalg] Revisit the Linalg on tensors abstraction — ravishankarm / detail
#25600 (Dec 21, 2020 10:49:15 AM)
#25600 (Dec 21, 2020 10:49:15 AM)
- [cuda][hip] Fix typoes in header wrappers. — michael.hliao / detail
#25600 (Dec 21, 2020 10:49:15 AM)
#25599 (Dec 21, 2020 9:31:18 AM)
- [clang] Fix expected errors in plugin attribute example — david.spickett / detail
- [mlir[[vector] Extend Transfer read/write ops to support tensor types. — thomasraoux / detail
- [AMDGPU][MC][NFC] Lit tests cleanup — dmitry.preobrazhensky / detail
- [AMDGPU][MC][NFC] Parser refactoring — dmitry.preobrazhensky / detail
- [AMDGPU][MC][NFC] Fix for sanitizer error in 8ab5770 — dmitry.preobrazhensky / detail
#25598 (Dec 21, 2020 8:53:40 AM)
- [AggressiveInstCombine] Generalize foldGuardedRotateToFunnelShift to generic funnel shifts (REAPPLIED) — llvm-dev / detail
- Remove unused variables. — tpopp / detail
- Revert "[TableGen] Add the !substr() bang operator" — paul / detail
- [ELF][PPC64] Detect missing R_PPC64_TLSGD/R_PPC64_TLSLD and disable TLS relaxation — i / detail
- [ELF] Reject local-exec TLS relocations for -shared — i / detail
#25597 (Dec 21, 2020 6:50:37 AM)
- [Statepoints] Disable VReg lowering for values used on exception path of invoke. — dantrushin / detail
- [VPlan] Make VPRecipeBase inherit from VPDef. — flo / detail
- [VE] Correct VMP allocation in calling conv — marukawa / detail
- [InstSimplify] add tests for inverted logic operands; NFC — spatel / detail
- [InstSimplify] reduce logic with inverted add/sub ops — spatel / detail
- [TableGen] Add the !substr() bang operator — paul / detail
#25596 (Dec 21, 2020 4:49:49 AM)
- [clang][cli] Streamline MarshallingInfoFlag description — jan_svoboda / detail
- [clang][cli] Let denormalizer decide how to render the option based on the option class — jan_svoboda / detail
- [clang] Use enum for LangOptions::SYCLVersion instead of unsigned — jan_svoboda / detail
- [VP][NFC] ISD::VP_Sub -> ISD::VP_SUB — simon.moll / detail
- [VPlan] Use VPDef for VPInterleaveRecipe. — flo / detail
- [VE] Support RETURNADDR — marukawa / detail
- [VE] Support STACKSAVE and STACKRESTORE — marukawa / detail
- [flang][driver] Make the names of files created in unit tests unique (nfc) — andrzej.warzynski / detail
- [TableGen] NFC: Switch to range-based for loops in OptParserEmitter — jan_svoboda / detail
- [TableGen] NFC: Rename variables in OptParserEmitter — jan_svoboda / detail
- [VE] Optimize LEA combinations — marukawa / detail
- Refactoring the attribute plugin example to fit the new API — aaron / detail
#25594 (Dec 21, 2020 1:49:33 AM)
- [MLIR][SPIRVToLLVM] Updated documentation on entry points and not supported ops — georgemitenk0v / detail
- [NFC][InstructionCost] Remove isValid() asserts in SLPVectorizer.cpp — david.sherwood / detail
#25593 (Dec 21, 2020 12:25:22 AM)
- [RISCV] Define the remaining vector fixed-point arithmetic intrinsics. — monk.chiang / detail
- [FastRA] Fix handling of bundled MIs — Pushpinder.Singh / detail
- MCContext::reportError: don't call report_fatal_error — i / detail
- [AsmPrinter] Replace a reachable report_fatal_error with MCContext::reportError — i / detail
#25592 (Dec 20, 2020 10:55:41 PM)
- [MC][ELF] Drop MCSymbol::isExternal call sites — i / detail
- [PowerPC] Materialize i64 constants by enumerated patterns. — esme.yi / detail
- [MC][ELF] Remove unneeded MCSymbol::setExternal calls — i / detail
- [PowerPC][NFC] Added assertion of shift exponent is too large for 'uint64_t'. — esme.yi / detail
- [AsmParser] make .ascii support spaces as separators — caij2003 / detail
#25591 (Dec 20, 2020 8:31:22 PM)
- [lld-macho] Fix memcpy ub after D93267 — i / detail
- [llvm-reduce][test] Make remove-alias.ll CHECK patterns more specific after D90302 — i / detail
- [MC] Report locations for .symver errors — i / detail
#25589 (Dec 20, 2020 7:11:27 PM)
#25588 (Dec 20, 2020 6:26:06 PM)
- [Target] Use llvm::erase_if (NFC) — kazu / detail
- [RISCV][NFC] Add tests for multiplication with constant — powerman1st / detail
#25587 (Dec 20, 2020 5:40:23 PM)
- [MachineLICM] delete dead flag if the duplicated def outside of loop is dead. — czhengsz / detail
- [PowerPC] add has side effect for SAT bit clobber intrinsics/instructions — czhengsz / detail
- [test] Fix new-pass-manager-opt-bisect.c — aeubanks / detail
#25586 (Dec 20, 2020 4:17:36 PM)
- [OpenMP] Fixed the issue that CMake variables for OpenMP were not passed through when building OpenMP with LLVM_ENABLE_RUNTIMES — tianshilei1992 / detail
- [test] Fix reg-usage.ll under NPM — aeubanks / detail
#25585 (Dec 20, 2020 1:36:16 PM)
- [BasicAA] Add test for byval argument (NFC) — nikita.ppv / detail
- [ARM] Extra vecreduce tests with smaller than legal types. NFC — david.green / detail
- Make NPM OptBisectInstrumentation use global singleton OptBisect — aeubanks / detail
- [MC] Reject byte alignment if larger than or equal to 2**32 — i / detail
#25582 (Dec 20, 2020 11:11:42 AM)
- [PGO] Remove dead member variable InstrumentFuncEntry (NFC) — kazu / detail
- [Object] Fix LFFile<ELFT>::getEntry on sizeof(size_t)==4 platforms — i / detail
- [lld-macho][nfc] Use split-file in order file test — jezng / detail
- [lld-macho] Support Obj-C symbols in order files — jezng / detail
- [lld-macho] Have order files support filtering by archive member paths — jezng / detail
#25581 (Dec 20, 2020 9:46:50 AM)
#25580 (Dec 20, 2020 7:35:34 AM)
- [MemLoc] Fix debug print for LocationSize — nikita.ppv / detail
#25579 (Dec 20, 2020 6:08:27 AM)
- [RISCV] Define vslideup/vslidedown intrinsics — shihpo.hung / detail
#25578 (Dec 20, 2020 4:08:50 AM)
- [lldb] [test] Update test status for NetBSD — mgorny / detail
- [clang-tidy] cppcoreguidelines-pro-type-member-init: suppress warning for default member funcs — malcolm.parsons / detail
- Fix MSVC "not all control paths return a value" warnings. NFCI. — llvm-dev / detail
#25577 (Dec 20, 2020 2:08:20 AM)
- [lldb/test] Enable reverse-connect on windows too — pavel / detail
- [RISCV] Define vector vfmul/vfdiv/vfrdiv intrinsics. — kai.wang / detail
- [RISCV] Define vector vfsgnj/vfsgnjn/vfsgnjx intrinsics. — kai.wang / detail
- [RISCV] Define vector vfwadd/vfwsub intrinsics. — kai.wang / detail
- [RISCV] Define vector vfwmul intrinsics. — kai.wang / detail
#25571 (Dec 19, 2020 9:19:02 PM)
#25568 (Dec 19, 2020 5:46:06 PM)
#25567 (Dec 19, 2020 5:01:44 PM)
- Revert "[IROutliner] Deduplicating functions that only require inputs." — andrew.litteken / detail
- [IROutliner] Deduplicating functions that only require inputs. — andrew.litteken / detail
#25566 (Dec 19, 2020 3:36:25 PM)
- Handle overflow beyond the 127 common encodings limit — gkm / detail
- [TableGen][ARM][X86] Detect combining IntrReadMem and IntrWriteMem. — craig.topper / detail
- [IROutliner] Deduplicating functions that only require inputs. — andrew.litteken / detail
#25565 (Dec 19, 2020 1:40:07 PM)
- [NFCI][SimlifyCFG] simplifyOnce(): also perform DomTree validation — lebedev.ri / detail
- [SimplifyCFG] Teach FoldTwoEntryPHINode() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach removeEmptyCleanup() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach simplifyCommonResume() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach simplifySingleResume() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] simplifySingleResume(): FoldReturnIntoUncondBranch() already knows how to preserve DomTree — lebedev.ri / detail
- [NFCI][SimplifyCFG] SimplifyCondBranchToTwoReturns(): pull out BI->getParent() into a variable — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyCondBranchToTwoReturns() to preserve DomTree, part 1 — lebedev.ri / detail
- [SimplifyCFG] Teach SimplifyCondBranchToTwoReturns() to preserve DomTree, part 2 — lebedev.ri / detail
- [SimplifyCFG] Teach TryToMergeLandingPad() to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach FoldBranchToCommonDest() to preserve DomTree, part 1 — lebedev.ri / detail
#25564 (Dec 19, 2020 11:22:26 AM)
- [Target, Transforms] Use contains (NFC) — kazu / detail
- [Analysis] Remove dead function getInstTypePair (NFC) — kazu / detail
- [X86] Teach assembler to accept vmsave/vmload/vmrun/invlpga/skinit with or without the fixed register operands — craig.topper / detail
- [IRSim][IROutliner] Limit to extracting regions that only require — andrew.litteken / detail
#25561 (Dec 19, 2020 9:19:59 AM)
#25560 (Dec 19, 2020 7:22:01 AM)
- [RISCV] Define vlxe/vsxe/vsuxe intrinsics. — zakk.chen / detail
- [NFC][libc++] Fixes swapped comments. — koraq / detail
#25559 (Dec 19, 2020 6:05:06 AM)
- [ARM] Implement harden-sls-retbr for ARM mode — kristof.beyls / detail
- [gn build] Port 195f44278c4 — llvmgnsyncbot / detail
- [ARM] Implement harden-sls-retbr for Thumb mode — kristof.beyls / detail
- [ARM] Harden indirect calls against SLS — kristof.beyls / detail
- [ARM] harden-sls-blr: avoid r12 and lr in indirect calls. — kristof.beyls / detail
- [ARM] Add clang command line support for -mharden-sls= — kristof.beyls / detail
#25550 (Dec 18, 2020 7:48:49 PM)
#25549 (Dec 18, 2020 6:56:36 PM)
- [lldb] Simplify the is_finalized logic in process and make it thread safe. — Jonas Devlieghere / detail
#25548 (Dec 18, 2020 6:22:35 PM)
#25547 (Dec 18, 2020 5:49:46 PM)
- [HotColdSplit] Reflect full cost of parameters in split penalty — 1894981+hiraditya / detail
- [clangd] Fix windows path handling in .clang-tidy parsing — sam.mccall / detail
- [FileCheck] Add a literal check directive modifier — jpienaar / detail
#25546 (Dec 18, 2020 5:12:17 PM)
- [ObjC][ARC] Fix a bug where the inline-asm retain/claim RV marker wasn't — Akira / detail
- [clangd] Don't cancel requests based on "updates" with same content — sam.mccall / detail
#25545 (Dec 18, 2020 4:38:06 PM)
- [clangd] Make our printing policies for Hover more consistent, especially tags — sam.mccall / detail
- [VE] Support copy of vector mask registers — marukawa / detail
#25544 (Dec 18, 2020 4:04:03 PM)
#25542 (Dec 18, 2020 1:49:19 PM)
- [RISCV] Add intrinsics for vsetvli instruction — craig.topper / detail
- Rename files with same (case insensitive) name — chih-ping.chen / detail
- [RISCV] Assume no-op addrspacecasts by default — fraser / detail
- [c++20] Mark class type NTTPs as done and start defining the feature test macro. — richard / detail
- Add tests for the absence of feature test macros for features we don't — richard / detail
- [c++2b] Add tests for feature test macros. — richard / detail
- Fix memory leak complicated non-type template arguments. — richard / detail
- [SLP] fix typo; NFC — spatel / detail
- [RISCV] Address clang-tidy warnings in RISCVTargetMachine. NFC. — fraser / detail
- [www] Remove '$Date$' marker from cxx_dr_status. — richard / detail
#25541 (Dec 18, 2020 12:34:33 PM)
- [RISCV] Add intrinsics for vfmv.f.s and vfmv.s.f — craig.topper / detail
- Revert "[RISCV] Add intrinsics for vfmv.f.s and vfmv.s.f" — craig.topper / detail
- Recommit "[RISCV] Add intrinsics for vfmv.f.s and vfmv.s.f" — craig.topper / detail
- [DSE] Use correct memory location for read clobber check — nikita.ppv / detail
- [RISCV] Sign extend constant arguments to V intrinsics when promoting to XLen. — craig.topper / detail
- [InstCombine] Regenerate test checks (NFC) — nikita.ppv / detail
- [TableGen] Fix D90844 introduced non-determinism due to iteration over a std::map over allocated object pointers — i / detail
#25540 (Dec 18, 2020 10:52:36 AM)
- [X86] Avoid std::string creation in RecognizableInstr constructor. NFCI. — llvm-dev / detail
- PEI: Only call updateLiveness once per function — Matthew.Arsenault / detail
- Cleanup coro-inline.ll — lxfind / detail
- [ARM] Match dual lane vmovs from insert_vector_elt — david.green / detail
- [mlir][Linlag] Reflow Linalg.md - NFC — nicolas.vasilache / detail
- [ELF] Rename R_TLS to R_TPREL and R_NEG_TLS to R_TPREL_NEG. NFC — i / detail
- [SROA] Remove Dead Instructions while creating speculative instructions — congzhecao / detail
- [RegisterScavenging] Fix assert in scavengeRegisterBackwards — simon.cook / detail
- [MCA, ExecutionEngine, Object] Use llvm::is_contained (NFC) — kazu / detail
- Ensure SplitEdge to return the new block between the two given blocks — whitneyt / detail
- Revert "Revert "[FPEnv] Teach the IRBuilder about invoke's correct use of the strictfp attribute."" — kevin.neal / detail
- [RISCV] Add intrinsics for vmv.v.v, vmv.v.x, and vmv.x.i — craig.topper / detail
- Revert "[BasicAA] Handle two unknown sizes for GEPs" — flo / detail
- [AIX] Change the code based on https://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20201214/864235.html — diggerlin / detail
- [clang-format][NFC] Expand BreakBeforeBraces examples — bjoern / detail
- [DebugInfo] Support Fortran 'use <external module>' statement. — chih-ping.chen / detail
- [NFC][InstSimplify] Add miscompiled testcase from D87188/D87197 — lebedev.ri / detail
- [InstSimplify] Don't miscompile `X == 0 ? abs(X) : -abs(X) --> -abs(X)` xform — lebedev.ri / detail
- [InstCombine] Canonicalize SPF to abs intrinsic — lebedev.ri / detail
- [GVNHoist] Remove successorDominate (NFC) — kazu / detail
- [RISCV] Add intrinsics for vmv.x.s and vmv.s.x — craig.topper / detail
- [NFC][InstCombine] Fixup check lines for prof md in select_meta.ll test — lebedev.ri / detail
#25539 (Dec 18, 2020 8:00:55 AM)
- [clangd] Smarter hover on auto and decltype — sam.mccall / detail
- [clangd] zap a few warnings — sam.mccall / detail
- [flang][driver] Rename unittest file (nfc) — andrzej.warzynski / detail
- [X86][AVX] Remove X86ISD::SUBV_BROADCAST (PR38969) — llvm-dev / detail
- [AArch64] Add support for ls64 to the .arch_extension asm directive — lucas.prates / detail
- [AArch64] Updating .arch_extension negative tests — lucas.prates / detail
#25538 (Dec 18, 2020 7:10:33 AM)
- [clangd] Fix broken JSON test on windows — sam.mccall / detail
- [VectorCombine] allow peeking through GEPs when creating a vector load — spatel / detail
#25537 (Dec 18, 2020 6:08:11 AM)
- [lldb/test] Reduce boilerplate in lldb-server tests — pavel / detail
- [clangd] Ignore the static index refs from the dynamic index files. — platonov.aleksandr / detail
- new altera single work item barrier check — aaron / detail
- [LLDB] Unbreak the build after recent clang changes — dave / detail
- No longer reject tag declarations in the clause-1 of a for loop. — aaron / detail
- [gn build] Port e69e551e0e5 — llvmgnsyncbot / detail
- [NFC][SVE] Clean up bfloat isel patterns that emit non-bfloat instructions. — paul.walker / detail
- [AArch64] Fix Copy Elemination for negative values — paul.walker / detail
- Revert "[ARM] Match dual lane vmovs from insert_vector_elt" — david.green / detail
- [libObject, llvm-readobj] - Reimplement `ELFFile<ELFT>::getEntry`. — grimar / detail
#25536 (Dec 18, 2020 4:03:26 AM)
- [IndVars] A test for adding trunc instructions to unwind blocks — yrouban / detail
- Add intrinsics for saturating float to int casts — bjorn.a.pettersson / detail
- [clangd] Add hot-reload of compile_commands.json and compile_flags.txt — sam.mccall / detail
- [TTI] Add supportsScalableVectors target hook — cullen.rhodes / detail
- [AMDGPU][NFC] Document high parameter of f16 interp intrinsics — carl.ritson / detail
- [AArch64] Add support for the Branch Record Buffer extension — lucas.prates / detail
- [AArch64] Add support for the SPE-EEF feature — lucas.prates / detail
- [AMDGPU][NFC] Remove unused Hi16Elt definition — carl.ritson / detail
- [X86][AVX] Replace extract_subvector(broadcast(), 0) folds with generic SimplifyDemandedVectorEltsForTargetNode handling. — llvm-dev / detail
- [SVE][CodeGen] Vector + immediate addressing mode for masked gather/scatter — kerry.mclaughlin / detail
#25535 (Dec 18, 2020 1:29:37 AM)
- Following up on PR48517, fix handling of template arguments that refer — richard / detail
- [clang][cli] Convert Analyzer option string based options to new option parsing system — jan_svoboda / detail
- [libc][NFC] Use `#include <math.h>` in utils/FPUtil/ManipulationFunctions.h. — sivachandra / detail
- [clang][cli] Port HeaderSearch simple string options to new option parsing system — jan_svoboda / detail
- [InlineCost] Implement cost-benefit-based inliner — kazu / detail
- [clang][cli] Port TargetOpts simple string based options to new option parsing system — jan_svoboda / detail
- [clang][cli] Port LangOpts simple string based options to new option parsing system — jan_svoboda / detail
- [clang][cli] Port PreprocessorOpts simple string based options to new option parsing system — jan_svoboda / detail
- [clang][cli] Port FrontendOpts simple string based options to new option parsing system — jan_svoboda / detail
- [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. — richard / detail
- Make Expr::HasSideEffect more precise for instantiation-dependent — richard / detail
- [libcxx] Make filesystem::path::value_type wchar_t on windows — martin / detail
- [libcxx] Reorder the two u8path functions, to make the following diff more readable. NFC. — martin / detail
- [libcxx] Convert paths to/from the right narrow code page for narrow strings on windows — martin / detail
- [libcxx] Fix the preexisting directory_iterator code for windows — martin / detail
- [clang][cli] Port CodeGenOpts simple string flags to new option parsing system — jan_svoboda / detail
- [flang][driver] Add support for `-fsyntax-only` — andrzej.warzynski / detail
#25534 (Dec 17, 2020 11:36:41 PM)
- [LLD] Rename lld port driver entry function to a consistent name — Reshabhkumar.Sharma / detail
- [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests. — sivachandra / detail
- DR2064: decltype(E) is only a dependent type if E is type-dependent, not — richard / detail
- Where possible, don't try to ask whether a template argument is — richard / detail
- Ensure that we transform types into the current instantiation even if — richard / detail
- [PowerPC] Select the D-Form load if we know its offset meets the requirement — qshanz / detail
#25533 (Dec 17, 2020 10:40:00 PM)
- PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of — richard / detail
- [IndVars] Fix adding trunc instructions to unwind blocks — yrouban / detail
- [NFC][utils] Factor remaining APIs under FunctionTestBuilder — mtrofin / detail
#25532 (Dec 17, 2020 9:27:15 PM)
- [IVDescriptors] Remove getConsecutiveDirection (NFC) — kazu / detail
- [lld-macho][nfc] Refactor to accommodate paired relocs — gkm / detail
#25531 (Dec 17, 2020 8:11:41 PM)
- [IR][PGO] Add hot func attribute and use hot/cold attribute in func section — xur / detail
- [flang] Fix -intrinsic-module-directory in flang script — tkeith / detail
- Fix clang-ppc64le-rhel buildbot build error — xur / detail
- [RISCV] Remove NoVReg to avoid compile warning messages. — kai.wang / detail
- [Transforms] Use llvm::erase_if (NFC) — kazu / detail
#25530 (Dec 17, 2020 6:50:18 PM)
- [IRSim][IROutliner] Adding InstVisitor to disallow certain operations. — andrew.litteken / detail
- [lld-macho] Implement option: -undefined TREATMENT — gkm / detail
- [clangd] Print .clang-tidy configuration parsing errors using [ev]?log. — n.james93 / detail
- [DAGCombiner] Improve shift by select of constant — qshanz / detail
- [RISCV] Define vsadd/vsaddu/vssub/vssubu intrinsics. — kai.wang / detail
#25529 (Dec 17, 2020 5:31:40 PM)
- [RISCV] Define vlse/vsse intrinsics. — zakk.chen / detail
- [mlir] Remove the MutableDictionaryAttr class — riddleriver / detail
#25528 (Dec 17, 2020 4:58:13 PM)
- Revert "[sanitizer-common] Pickup llvm-symbolizer from $OUT/bin IFF exists." — 31459023+hctim / detail
- Revert "[sanitizer-common] Force pickup of llvm-symbolizer from new binaries." — 31459023+hctim / detail
#25527 (Dec 17, 2020 4:20:56 PM)
- Workaround around clang 5.0 bug by including SmallVector.h in LLVM.h (PR41549) — joker.eph / detail
- [mlir] Move `std.tensor_cast` -> `tensor.cast`. — silvasean / detail
- Remove unneeded header include (NFC) — joker.eph / detail
- [mlir][sparse] scalarize reductions in for-loops during sparse codegen — ajcbik / detail
#25525 (Dec 17, 2020 3:15:31 PM)
- [SimplifyCFG] DeleteDeadBlock() already knows how to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] ConstantFoldTerminator() already knows how to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach simplifyUnreachable() to preserve DomTree — lebedev.ri / detail
- [VectorCombine] add tests for gep load with cast; NFC — spatel / detail
- CodeGen: Improve generated IR for __builtin_mul_overflow(uint, uint, int) — tstellar / detail
- [DSE] Add test for potential caching bug (NFC) — nikita.ppv / detail
- [mlir] Add canonicalization from `tensor_cast` to `dim` op. — ravishankarm / detail
- [mlir][Linalg] Define a linalg.init_tensor operation. — ravishankarm / detail
#25524 (Dec 17, 2020 1:37:55 PM)
#25524 (Dec 17, 2020 1:37:55 PM)
- [AttrDocs] document always_inline — ndesaulniers / detail
- [OpenMP][NFC] Provide a new remark and documentation — johannes / detail
- [gn build] Link with -Wl,--gdb-index when linking with LLD — thakis / detail
- clang-cl: Remove /Zd flag — thakis / detail
- [mlir] Partially update the conversion-to-llvm document — zinenko / detail
- Revert "Ensure SplitEdge to return the new block between the two given blocks" — whitneyt / detail
- [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list — riddleriver / detail
- lld: Replace some lld::outs()s with message() — thakis / detail
- [libc++] Fix extern C for __sanitizer_annotate_contiguous_container() (for gcc) — Louis Dionne / detail
- Fix -Wno-error= parsing in clang-format. — joachim / detail
#25524 (Dec 17, 2020 1:37:55 PM)
#25523 (Dec 17, 2020 12:37:44 PM)
- Attempt to fix Python 3 issues in annotated scripts — rnk / githubweb
- Put back missing strip in annotated script — rnk / githubweb
- Fix next Python 3 Unicode issue, the gift that will keep giving for the next 20 years — rnk / githubweb
#25523 (Dec 17, 2020 12:37:44 PM)
- [OpenMP] Add definitions for 5.1 interop to omp.h — hansang.bae / detail
- [WebAssembly][lld] Don't mark a file live from an undefine symbol — dschuff / detail
- [openmp] Remove clause from OMPKinds.def and use OMP.td info — clementval / detail
- [mlir][LLVMIR] Add 'llvm.switch' op — modocache / detail
- [NFC][AMDGPU] Reorganize description of scratch handling — Tony.Tye / detail
- Fix NDEBUG build after https://reviews.llvm.org/D93005. — csigg / detail
- [test] Factor out creation of copy of SCC Nodes into function — aeubanks / detail
- [DSE] Add more tests for read clobber location (NFC) — nikita.ppv / detail
- [gn build] (manually) merge f4c8b8031800 — thakis / detail
- [mlir][ArmSVE] Add documentation generation — ajcbik / detail
#25523 (Dec 17, 2020 12:37:44 PM)
- Attempt to fix Python 3 issues in annotated scripts — rnk / detail
- Put back missing strip in annotated script — rnk / detail
- Fix next Python 3 Unicode issue, the gift that will keep giving for the next 20 years — rnk / detail
#25522 (Dec 17, 2020 11:04:14 AM)
- [gn build] Add symbol_level to adjust debug info level — aeubanks / detail
- [IRSim][IROutliner] Adding the extraction basics for the IROutliner. — andrew.litteken / detail
- [gn build] Port dae34463e3e — llvmgnsyncbot / detail
- Add call site location getter to C API — 989903+GeorgeLyon / detail
- [scudo][standalone] Allow the release of smaller sizes — kostyak / detail
- [PowerPC] Rename the vector pair intrinsics and builtins to replace the _mma_ prefix by _vsx_ — conanap / detail
- Add brief description of dialects doc section. — joker.eph / detail
- scudo: Adjust test to use correct check for primary allocations. — peter / detail
#25521 (Dec 17, 2020 9:21:54 AM)
- [Clang] Make nomerge attribute a function attribute as well as a statement attribute. — zequanwu / detail
- [flang][openacc] Update serial construct clauses for OpenACC 3.1 — clementval / detail
- [SampleFDO] Fix uninitialized field warnings. NFCI. — llvm-dev / detail
- [llvm-symbolizer][Windows] Add start line when searching in line table sections. — akhuang / detail
- Ensure SplitEdge to return the new block between the two given blocks — whitneyt / detail
- [mlir][spirv] NFC: Shuffle code around to better follow convention — antiagainst / detail
- [amdgpu] Default to code object v3 — jonathanchesterfield / detail
- [PowerPC][NFC] Cleanup PPCCTRLoopsVerify pass — Jinsong Ji / detail
- [DebugInfo] Avoid re-ordering assignments in LCSSA — jeremy.morse / detail
- [flang][openacc] Enforce restriction on routine directive and clauses — clementval / detail
- Detect section type conflicts between functions and variables — aaron / detail
- Revert "[lldb] Make CommandInterpreter's execution context the same as debugger's one." — pavel / detail
- [libc] Refactor WrapperGen to make the flow cleaner. — sivachandra / detail
- [libc] Add python3 to libc buildbot depedencies. — paulatoth / detail
- [lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCount() — mgorny / detail
- [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC] — mgorny / detail
- [libc][Obvious] Fix typo is wrappergen unittest. — sivachandra / detail
- [LangRef] Update new ssp/sspstrong/sspreq semantics after D91816 — i / detail
#25520 (Dec 17, 2020 7:46:22 AM)
- [InstCombine] Remove scalable vector restriction in InstCombineCasts — JunMa / detail
- [SimplifyCFG] Preserve !annotation in FoldBranchToCommonDest. — flo / detail
- [clang-tidy][NFC] Reduce copies of Intrusive..FileSystem — n.james93 / detail
- [obj2yaml][yaml2obj] - Add AArch64 STO_AARCH64_VARIANT_PCS support — adhemerval.zanella / detail
- [llvm-readobj/elf] - AArch64: Handle AARCH64_VARIANT_PCS for GNUStyle — adhemerval.zanella / detail
- [lld] [ELF] AArch64: Handle DT_AARCH64_VARIANT_PCS — adhemerval.zanella / detail
- Remove Python2 fallback and only advertise Python3 in the doc — sguelton / detail
- Fix dead link — noreply / detail
- [TableGen] Make InstrMap::getFilterClass() const. NFCI. — llvm-dev / detail
- [ARM][MachineOutliner] Fix costs model. — yvan.roux / detail
- [InstCombine] Preserve !annotation on newly created instructions. — flo / detail
- [TableGen] Return const std::string& in InstrMap getName()/getFilterClass() methods. NFCI. — llvm-dev / detail
#25519 (Dec 17, 2020 6:03:35 AM)
- [DebugInfo] Fix MSVC build by adding back necessary reverse_iterator != operator — llvm-dev / detail
- [LV] Disable epilogue vectorization for scalable VFs — cullen.rhodes / detail
- [lldb] [unittests] Add tests for NetBSD register offsets/sizes — mgorny / detail
- [lldb] [unittests] Filter FreeBSD through CMake rather than #ifdef — mgorny / detail
- [mlir] Fix syntax error in markdown documentation — zinenko / detail
- [lldb-vscode] Speculative fix for raciness in TestVSCode_attach — pavel / detail
- [libc] revamp memory function benchmark — gchatelet / detail
- [IRBuilder] Generalize debug loc handling for arbitrary metadata. — flo / detail
- [NFC][AArch64] Move AArch64 MSR/MRS into a new decoder namespace — lucas.prates / detail
- [NFC][AArch64] Capturing multiple feature requirements in AsmParser messages — lucas.prates / detail
- [ARM][AArch64] Adding basic support for the v8.7-A architecture — lucas.prates / detail
- [AArch64] Add a GPR64x8 register class — lucas.prates / detail
- [AArch64] Adding the v8.7-A LD64B/ST64B Accelerator extension — lucas.prates / detail
- [ARM][AAarch64] Initial command-line support for v8.7-A — lucas.prates / detail
- [ARM] Adding v8.7-A command-line support for the ARM target — lucas.prates / detail
- [lld-macho] Add support for weak references — jezng / detail
- [lld-macho] Use LC_LOAD_WEAK_DYLIB for dylibs with only weakrefs — jezng / detail
#25518 (Dec 17, 2020 4:06:50 AM)
- [libc] add back math.h #include utils/FPUtil/ManipulationFunctions.h — krasimir / detail
- [X86] Add X86ISD::SUBV_BROADCAST_LOAD and begin removing X86ISD::SUBV_BROADCAST (PR38969) — llvm-dev / detail
- Make LLVM build in C++20 mode — nunoplopes / detail
- [lldb] Add std::array to the supported template list of the CxxModuleHandler — Raphael Isemann / detail
- fix a -Wunused-variable warning in release build — krasimir / detail
- [X86] Remove extract_subvector(subv_broadcast_load()) fold. — llvm-dev / detail
- [NFC] Reduce include files dependency and AA header cleanup (part 2). — dfukalov / detail
- [SVE][CodeGen] Add bfloat16 support to scalable masked gather — kerry.mclaughlin / detail
- [mlir] partially update LLVM dialect documentation — zinenko / detail
- [mlir] Move LLVM Dialect Op documentation to ODS — zinenko / detail
- [libcxx] Remove ifdefs in the message to static_assert. NFC. — martin / detail
- [AArch64] Renamed sve-masked-scatter-legalise.ll. NFC. — kerry.mclaughlin / detail
- [clangd] Add llvm:: qualifier to work around GCC bug. NFC — sam.mccall / detail
#25517 (Dec 17, 2020 2:11:55 AM)
- [mlir] Support index and memref types in llvm.mlir.cast — zinenko / detail
- [lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hit — mgorny / detail
- [lldb] [POSIX-DYLD] Update the cached exe path after attach — mgorny / detail
- [clang][nfc] Update comment to match the opening `{` — andrzej.warzynski / detail
- [InstCombine] Preserve !annotation for newly created instructions. — flo / detail
- [llvm][AArch64] Actually check expected FPU for CPUs — david.spickett / detail
- [clang-format] PR35514 brace-init member initializers in function-try-blocks are not formatted correctly — mydeveloperday / detail
- [Flang][openmp]Fix crash in OpenMP semantic check( bug 48308) — joshisameeran17 / detail
- [lldb] Unify the two CreateTypedef implementations in TypeSystemClang — Raphael Isemann / detail
#25516 (Dec 17, 2020 12:17:32 AM)
- Use basic_string::find(char) instead of basic_string::find(const char *s, size_type pos=0) — i / detail
- Expand the fp_to_int/int_to_fp/fp_round/fp_extend as libcall for fp128 — qshanz / detail
#25515 (Dec 16, 2020 9:59:07 PM)
- [RISCV] Infer mask type for vector intrinsics from the data type — craig.topper / detail
- [mlir][NFC] Remove StandardTypes.h now that all usages point to BuiltinTypes.h — riddleriver / detail
- [RISCV] Infer mask type from data type for vector vle and vse intrinsics. — craig.topper / detail
- [NFC] factor update test function test builder as a class — mtrofin / detail
- [IR, CodeGen] Use llvm::is_contained (NFC) — kazu / detail
- [GCN] Remove unused function handleNewInstruction (NFC) — kazu / detail
- [Debugify] Support checking Machine IR debug info — xiang1.zhang / detail
- [NFC][SampleFDO] Preparation to support multiple sections with the same type — wmi / detail
#25514 (Dec 16, 2020 8:22:51 PM)
- [RISCV] Define vector mul/div/rem intrinsics. — kai.wang / detail
- [RISCV] Define vector widening mul intrinsics. — kai.wang / detail
- Revert "[Debugify] Support checking Machine IR debug info" — xiang1.zhang / detail
#25513 (Dec 16, 2020 7:50:41 PM)
- AMDGPU: Remove SGPRSpillVGPRDefinedSet hack — Matthew.Arsenault / detail
- [RISCV] V does not imply F. — kai.wang / detail
#25512 (Dec 16, 2020 6:16:03 PM)
- [gn build] (manually) port ddffcdf0a66 — thakis / detail
- [OpenMP] Add initial support for `omp [begin/end] assumes` — johannes / detail
- [Debugify] Support checking Machine IR debug info — xiang1.zhang / detail
- [RISCV] Define vle/vse intrinsics. — zakk.chen / detail
#25511 (Dec 16, 2020 4:39:21 PM)
- [CSSPGO] Consume pseudo-probe-based AutoFDO profile — hoy / detail
- [OpenMP][Libomptarget][NFC] Use CMake Variables — atmndp / detail
- [gn build] Port ac068e014b2 — llvmgnsyncbot / detail
- [mlir] Modify linalg loops test to have nested regions — tpopp / detail
- [clang-tidy] Add a diagnostic callback to parseConfiguration — n.james93 / detail
- [test] Cleanup some CGSCCPassManager tests — aeubanks / detail
#25510 (Dec 16, 2020 3:59:19 PM)
- Test commit: add valid punctuation to a comment. NFC. — tmroeder / detail
- [ASTImporter] Add support for importing GenericSelectionExpr AST nodes. — tmroeder / detail
- Disable Jump Threading for the targets with divergent control flow — Alexander Timofeev / detail
- [MBP] Add whole chain to BlockFilterSet instead of individual BB — carrot / detail
#25509 (Dec 16, 2020 3:26:53 PM)
- Improve the verifier diagnostic on dominance error — joker.eph / detail
- Revert "[mlir] Lookup the latest value with a legal type when remapping values." — pifon / detail
- [Test] Fix undef var in catch-undef-behavior.c — thomasp / detail
- [X86] Avoid %fs:(%eax) references in x32 mode — harald / detail
- [IR] Fixed the typo in attributes test — haowei / detail
#25508 (Dec 16, 2020 2:11:31 PM)
- Fix XCore test on Windows, the register order is reversed, for reasons unknown — rnk / detail
- [libc++] Install git-clang-format on CI nodes. — Louis Dionne / detail
- [PGO] Use the sum of profile counts to fix the function entry count — xur / detail
- Fix split-debug.c test on Windows — rnk / detail
- [libc++] Fix CI Dockerfile — Louis Dionne / detail
- [AArch64InstPrinter] Use * 4096 instead of << 12 — i / detail
- [NFCI][SimplifyCFG] Mark all the SimplifyCFG tests that already don't invalidate DomTree as such — lebedev.ri / detail
- [SimplifyCFG] removeUnreachableBlocks() already knows how to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] MergeBlockIntoPredecessor() already knows how to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock() already knows how to preserve DomTree — lebedev.ri / detail
- [SimplifyCFG] Teach mergeEmptyReturnBlocks() to preserve DomTree — lebedev.ri / detail
#25507 (Dec 16, 2020 1:37:43 PM)
- [libc++abi] Remove redundant null pointer check in operator delete — i / detail
- [VectorCombine] adjust test alignments for better coverage; NFC — spatel / detail
#25506 (Dec 16, 2020 1:04:35 PM)
- [VectorCombine] optimize alignment for load transform — spatel / detail
- [NFC] Remove unused prefixes in llvm/test/CodeGen/X86 — mtrofin / detail
- [DSE] Pass MemoryLocation by const ref (NFC) — nikita.ppv / detail
#25505 (Dec 16, 2020 12:28:50 PM)
- [jenkins] Fix typo in the host-compiler path used by lldb-cmake-matrix — Jonas Devlieghere / githubweb
- Start Docker-izing sanitizer-windows — rnk / githubweb
#25505 (Dec 16, 2020 12:28:50 PM)
- [SimplifyCFG] Precommit test for preserving !annotation. — flo / detail
- [lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`) — rupprecht / detail
- [flang] Handle undeclared names in EQUIVALENCE statements — psteinfeld / detail
- [mlir] AsyncRuntime: mode runtime declarations to mlir::runtime namespace — ezhulenev / detail
- [mlir] Async: re-enable tests after fixing fkakines — ezhulenev / detail
- Mark implicit coroutine variables as being implicit — aaron / detail
- [clang-offload-bundler] Add option -allow-missing-bundles — Yaxun.Liu / detail
- [sanitizer-common] Pickup llvm-symbolizer from $OUT/bin IFF exists. — 31459023+hctim / detail
- PR47474: Add test for Clang's current behavior. — richard / detail
- Print source location in the error message when parens are missing around sizeof typename and the expression is inside macro expansion — richard / detail
#25505 (Dec 16, 2020 12:28:50 PM)
- [jenkins] Fix typo in the host-compiler path used by lldb-cmake-matrix — Jonas Devlieghere / detail
- Start Docker-izing sanitizer-windows — rnk / detail
#25504 (Dec 16, 2020 10:48:08 AM)
- Remove spurious MLIRLLVMConversionsIncGen dependency from LLVM Dialect (NFC) — joker.eph / detail
- [DDG] Data Dependence Graph - DOT printer - recommit — bmahjour / detail
- [gn build] Port 6eff12788ee — llvmgnsyncbot / detail
- [mlir] Fix for gpu-async-region pass. — csigg / detail
- [Go] Fix bindings/go/llvm/IRBindings.cpp — i / detail
#25503 (Dec 16, 2020 9:34:08 AM)
- [ELF] --emit-relocs: fix a crash if .rela.dyn is an empty output section — i / detail
- [NFC] Use regex for code object version in hip tests — jonathanchesterfield / detail
- [LoopNest] Handle loop-nest passes in LoopPassManager — whitneyt / detail
- Revert "[PowerPC] Extend folding RLWINM + RLWINM to post-RA." — esme.yi / detail
- [AArch64InstPrinter] Change printADRPLabel to print the target address in hexadecimal form — i / detail
- [VectorCombine] loosen alignment constraint for load transform — spatel / detail
#25502 (Dec 16, 2020 9:01:34 AM)
- [jenkins] Fix exceptions raised by urllib.request — Jonas Devlieghere / githubweb
#25502 (Dec 16, 2020 9:01:34 AM)
- LangRef: Update byval/sret description for required types — Matthew.Arsenault / detail
- [InstCombine] Precommit tests for !annotation metadata handling. — flo / detail
- [Doc][SystemZ] Add Linux/SystemZ to Getting Started guide. — kai / detail
- [flang] Fix crash in folding (#48437) — pklausler / detail
- [CMake] Avoid __FakeVCSRevision.h with no git repository — hahnjo / detail
- [libomptarget][nfc] Replace static const with enum — jonathanchesterfield / detail
#25502 (Dec 16, 2020 9:01:34 AM)
- [jenkins] Fix exceptions raised by urllib.request — Jonas Devlieghere / detail
#25501 (Dec 16, 2020 7:20:45 AM)
- [XCOFF][AIX] Emit EH information in traceback table — diggerlin / detail
- [sanitizer-common] Force pickup of llvm-symbolizer from new binaries. — 31459023+hctim / detail
- [X86] Rename reduction combiners to make it clearer whats happening. NFCI. — llvm-dev / detail
- [X86] Regenerate bit extraction tests, cleaning up check-prefixes. — llvm-dev / detail
- [TableGen] Slim down the data structures in xxxGenInstrInfo.inc, step 1 — paul / detail
- [Sema] Fix a miscompile by retaining array qualifiers when folding VLAs to constant arrays — erik.pilkington / detail
- NFC: balance a quote in AttrDocs.td — erik.pilkington / detail
- [flang] Handle multiple names for same operator — tkeith / detail
#25500 (Dec 16, 2020 6:31:21 AM)
- [CostModel]Replace FixedVectorType by VectorType in costgetIntrinsicInstrCost — caroline.concatto / detail
- [CostModel]Migrate getTreeCost() to use InstructionCost — caroline.concatto / detail
- [mlir][spirv] Add parsing and printing support for SpecConstantOperation — antiagainst / detail
- [CostModel] Add costs for llvm.experimental.vector.{extract,insert} intrinsics — bradley.smith / detail
- [PATCH] [compiler-rt] [builtins] Fix name of __aarch64_have_lse_atomics on Darwin — sbergman / detail
- [Statepoints] Extract invoke tests into separate file. NFC. — dantrushin / detail
- [SLPVectorizer]Migrate getEntryCost to return InstructionCost — caroline.concatto / detail
#25499 (Dec 16, 2020 4:57:22 AM)
- [yaml2obj/obj2yaml] - Make Value/Size fields of Symbol optional. — grimar / detail
- Revert "[LLDB] Remove AArch64/Linux xfail decorator from TestGuiBasicDebug" — omair.javaid / detail
- [X86][SSE] combineReductionToHorizontal - don't rely on widenSubVector to handle illegal vector types. — llvm-dev / detail
- Revert "Ensure SplitEdge to return the new block between the two given blocks" — whitneyt / detail
- [LLDB] Skip TestGuiBasicDebug.py on Arm and AArch64/Linux — omair.javaid / detail
- [clang][AArch64][SVE] Avoid going through memory for VLAT <-> VLST casts — joe.ellis / detail
#25498 (Dec 16, 2020 2:43:54 AM)
- [llvm-readelf/obj] - Handle out-of-order PT_LOADs better. — grimar / detail
- [lib/Object] - Make ELFObjectFile::getSymbol() return Expected<>. — grimar / detail
#25497 (Dec 16, 2020 1:24:33 AM)
- added .pylintrc — kuhnel / githubweb
- mlir-nvidia: set -DMLIR_BINDINGS_PYTHON_ENABLED=ON — kuhnel / githubweb
#25497 (Dec 16, 2020 1:24:33 AM)
- [clang][cli] Do not marshall only CC1Option flags in BoolOption — jan_svoboda / detail
- [clang][cli] Prevent double denormalization — jan_svoboda / detail
- [mlir] Lookup the latest value with a legal type when remapping values. — pifon / detail
- [clang][cli] Port CodeGen option flags to new option parsing system — jan_svoboda / detail
- [AMDGPU] Allow no saddr for global addtid insts — sebastian.neubauer / detail
- [clang][cli] Port LangOpts option flags to new option parsing system — jan_svoboda / detail
- [NFC] Pre-commit test for long-double builtins — qiucofan / detail
- [AMDGPU] Avoid calling copyFastMathFlags in wrong context — Piotr Sobczak / detail
- [clang][cli] Port DependencyOutput string based options to new option parsing system — jan_svoboda / detail
#25497 (Dec 16, 2020 1:24:33 AM)
- added .pylintrc — kuhnel / detail
- mlir-nvidia: set -DMLIR_BINDINGS_PYTHON_ENABLED=ON — kuhnel / detail
#25496 (Dec 16, 2020 12:50:03 AM)
- [builtins] Use %% as the separator for aarch64-*-darwin and ; for powerpc{32,64} — i / detail
- Revert "[Compiler-rt][AArch64] Workaround for .cfi_startproc assembler parser bug." — raul / detail
#25495 (Dec 16, 2020 12:12:38 AM)
- [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests. — sivachandra / detail
#25493 (Dec 15, 2020 11:06:35 PM)
- [libc][NFC] Rename global `nan` in tests to `aNaN`. — sivachandra / detail
- [AMDGPU] Print SCRATCH_EN field after the kernel — Stanislav.Mekhanoshin / detail
#25491 (Dec 15, 2020 10:05:02 PM)
- [libc][NFC][Obvious] Remove few unnecessary #include directives in tests. — sivachandra / detail
#25489 (Dec 15, 2020 6:49:39 PM)
- [LV] Extend dead instruction detection to multiple exiting blocks — listmail / detail
- [RISCV] Refine vector load/store tablegen pattern, NFC. — zakk.chen / detail
- [JITLink][ORC] Enable creation / linking of raw jitlink::LinkGraphs. — Lang Hames / detail
- [LV] Weaken a unnecessarily strong assert [NFC] — listmail / detail
- [HIP] unbundle bundled preprocessor output — Yaxun.Liu / detail
#25488 (Dec 15, 2020 6:15:24 PM)
- [lld/mac] fill in current and compatibility version for LC_LOAD_(WEAK_)DYLIB — thakis / detail
- [mac/lld] fix amend mishap from ec88746a059 — thakis / detail
- [Hexagon] Emit enough stores when aligning vector addresses — kparzysz / detail
- [Hexagon] Temporarily disable vector realignment for non-HVX vectors — kparzysz / detail
- [Hexagon] Rename test case, NFC — kparzysz / detail
- [flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF() — pklausler / detail
- [ASTMatchers][NFC] Strip prefixes eagerly in dynamic matcher arg traits. — n.james93 / detail
#25487 (Dec 15, 2020 4:36:12 PM)
- [mlir] Tighten type verifiers for LLVM dialect ops results — zinenko / detail
- [mlir] NFC: retire LLVM_Zero/OneResultOp from LLVM dialect ODS — zinenko / detail
- [OpenMPOpt][NFC] Clang format — johannes / detail
- [Clang][Attr] Introduce the `assume` function attribute — johannes / detail
- [OpenMP] Use assumptions during ICV tracking — johannes / detail
- [OpenMP] Add initial support for `omp [begin/end] assumes` — johannes / detail
- [IR] Delete deprecated DebugLoc::get — i / detail
- DR2100: &expr is value-dependent if expr constant-evaluates to a — richard / detail
- DR1413 and part of P1815R2: Minor improvements to Clang's determination — richard / detail
- [mlir][Pass] Add a new PassNameCLParser specifically for parsing lists of pass names — riddleriver / detail
- [X86] Add REX prefix for GOTTPOFF/TLSDESC relocs in x32 mode — harald / detail
- [FIX] Add the comma missing in D91979 — johannes / detail
- [ASTMatcher] Avoid isImplicit call on object which could be nullptr — steveire / detail
- [ClangTidy] NFC: Add more tests for container-size-empty — steveire / detail
- Ensure SplitEdge to return the new block between the two given blocks — whitneyt / detail
- [mlir] Allow SymbolTable to update existing symbols — tpopp / detail
- Document that AlignedCharArrayUnion exists to work around an MSVC bug — rnk / detail
- Revert "[OpenMP] Add initial support for `omp [begin/end] assumes`" — johannes / detail
- [gn build] Port b9c77542e23 — llvmgnsyncbot / detail
- [flang] Fix bug with USE of USE of generic — tkeith / detail
- [mac/lld] simplify code using PackedVersion instead of VersionTuple — thakis / detail
- [flang] Fix false error message for "ptr => func()" array conformance — pklausler / detail
#25486 (Dec 15, 2020 2:45:56 PM)
- [lld-macho] -weak_{library,framework} should always take priority — jezng / detail
- [lld-macho] Don't emit rebase opcodes for relocs in TLV sections — jezng / detail
- [lld-macho] Support -sub_umbrella — jezng / detail
- [lld-macho] Add implicit dylib support for frameworks — jezng / detail
- [flang] Minor fix to list-directed REAL output editing — pklausler / detail
- [clangd] Validate clang-tidy Checks in clangd config. — n.james93 / detail
- [PowerPC] Enable paired vector type and intrinsics when MMA is disabled — baptiste.saleil / detail
- [clang-tidy] Support all YAML supported spellings for bools in CheckOptions. — n.james93 / detail
- [flang] Clean up TODO comments and fix one (DATA constant ambiguity) — pklausler / detail
- [NFC][Tests][SimplifyCFG] Trim whitespaces at the end of lines — lebedev.ri / detail
- [NFCI][SimplifyCFG] Add basic scaffolding for gradually making the pass DomTree-aware — lebedev.ri / detail
- [mlir][IR] Define the singleton builtin types in ODS instead of C++ — riddleriver / detail
- [RISCV] Only custom legalize i32 arguments to vector intrinsics on RV64. — craig.topper / detail
- [clang] Migrate deprecated DebugInfo::get to DILocation::get — i / detail
- AMDGPU: Remove redundant CCAction for i1 — Matthew.Arsenault / detail
- GlobalISel: Fix generic handling of single outgoing call arguments — Matthew.Arsenault / detail
- [Hexagon] Fix bitcasting v1i8 -> i8 — kparzysz / detail
- [docs][unittest][Go][StackProtector] Migrate deprecated DebugInfo::get to DILocation::get — i / detail
- Frontend: Fix confusing comment at call to clearOutputFiles, NFC — Duncan P. N. Exon Smith / detail
- [RISCV] Define vadc/vmadc/vsbc/vmsbc intrinsics. — kai.wang / detail
- [RISCV] Define vsll/vsrl/vsra intrinsics. — kai.wang / detail
- [RISCV] Define vnsrl/vnsra intrinsics. — kai.wang / detail
- [RISCV] Define vmin/vminu/vmax/vmaxu intrinsics. — kai.wang / detail
- [RISCV] Define vfadd/vfsub/vfrsub intrinsics. — kai.wang / detail
- [libc++] Use consistent declaration for main() in test — Louis Dionne / detail
- RegisterCoalescer: Remove phi-only subranges when erasing identity copies — Matthew.Arsenault / detail
- Don't memcpy from an empty ArrayRef; the base pointer could be null, and — richard / detail
#25485 (Dec 15, 2020 12:31:26 PM)
- [OPENMP51] Add present modifier in defaultmap clause — cchen / detail
- Reland dcdef5b5b3df457566e7faf61e1e5789c42528d1 — kbobyrev / detail
- Adding a test case that I accidentally dropped from 27ea7d0a6e0dc51e0214707bcc265fa6f9dc9bc6 — aaron / detail
- Consider reference, pointer, and pointer-to-member TemplateArguments to be different if they have different types. — richard / detail
- Set decl on DeclRefExpr directly during deserialization rather than — richard / detail
- [mlir] Allow nested regions in inlineRegionAndEmitStore — tpopp / detail
- [AMDGPU] Clarify scratch initialization — Tony.Tye / detail
- [RISCV] Use default member initializers for the feature flags in RISCVTargetInfo. NFC — craig.topper / detail
- [LV] Restructure handling of -prefer-predicate-over-epilogue option [NFC] — listmail / detail
- [OpenMP] Introduce new file wrapper class for runtime — jonathan.l.peyton / detail
- [mlir] Handle unknown ops in dynamic_tensor_from_elements bufferization — silvasean / detail
#25484 (Dec 15, 2020 11:51:03 AM)
#25483 (Dec 15, 2020 11:17:04 AM)
- [tests][LV] precommit tests for D93317 — listmail / detail
- [tests] fix an accidental target dependence added in 99ac8868 — listmail / detail
#25482 (Dec 15, 2020 10:42:05 AM)
- [libc++] Fix synopsis in string::ends_with test. NFC. — marek.kurdej / detail
- [NFC] update extract-lowbits.ll and scalar-pf-to-i64.ll — mtrofin / detail
- [clangd] Provide suggestions with invalid config keys — n.james93 / detail
#25481 (Dec 15, 2020 10:05:12 AM)
- [NFC] Fix a few SVEInstrInfo related stylistic issues. — paul.walker / detail
- [clang][driver][NFC] Use StringRef instead of std::string — n.james93 / detail
- [utils] The func_dict for a prefix may just be empty — mtrofin / detail
- [libc++] Fix allocate_shared when used with an explicitly convertible allocator — Louis Dionne / detail
- [X86] Remove unnecessary SUBV_BROADCAST combines. NFCI. — llvm-dev / detail
- [PGO] Allow overriding -vp-counters-per-site — raul / detail
- [AArch64][NEON] Remove undocumented vceqz{,q}_p16, vml{a,s}q_n_f64 intrinsics — joe.ellis / detail
- [ELF] Error for out-of-range R_X86_64_[REX_]GOTPCRELX — i / detail
- [llvm-symbolizer] Add missing include for config.h — akhuang / detail
- SeparateConstOffsetFromGEP::lowerToSingleIndexGEPs - don't use dyn_cast_or_null. NFCI. — llvm-dev / detail
- [X86] Explicitly use SDValue instead of auto. NFCI. — llvm-dev / detail
- [mlir] Add NVVM lowering for std.pow — tpopp / detail
- [clangd] Log remote index connectivity status — kbobyrev / detail
- [X86] Regenerate avxvnni.ll tests - remove unused prefix. NFCI. — llvm-dev / detail
- [FPEnv] Teach the IRBuilder about invoke's correct use of the strictfp attribute. — kevin.neal / detail
- [mlir] Fix GPUToNVVM test — tpopp / detail
- Revert "[clangd] Log remote index connectivity status" — kbobyrev / detail
- [mlir] Add std.powf to ROCDL lowering. — tpopp / detail
- [NFC] Update extract-bits.ll — mtrofin / detail
- [mlir] Add std.pow lowering to LLVMIR — tpopp / detail
- Revert "[FPEnv] Teach the IRBuilder about invoke's correct use of the strictfp attribute." — kevin.neal / detail
#25480 (Dec 15, 2020 8:11:03 AM)
- [VE][NFC] Sort VEISD operations — marukawa / detail
- [VE] Support FRAMEADDR — marukawa / detail
- [AnnotationRemarks] Also generate annotation remarks when using -O0. — flo / detail
- [lldb] Fix import-std-module tests after libc++ got a new __memory subdirectory — Raphael Isemann / detail
- [utils] Fix UpdateTestChecks case where 2 runs differ for last label — mtrofin / detail
- [SystemZ] Remove most hard-coded R1D instances for sibcalls — ulrich.weigand / detail
- [clangd] Improve goToDefinition on auto and dectype — sam.mccall / detail
- [ARM] Match dual lane vmovs from insert_vector_elt — david.green / detail
- [mlir] Add std op for X raised to the power of Y — tpopp / detail
#25479 (Dec 15, 2020 5:48:23 AM)
- [CodeGenPrepare] Update optimizeGatherScatterInst for scalable vectors. — paul.walker / detail
- [SVE] Move INT_TO_FP i1 promotion into custom lowering. — paul.walker / detail
- [RISCV] Define vwadd/vwaddu/vwsub/vwsubu intrinsics. — kai.wang / detail
- [InstCombine] Remove scalable vector restriction when fold SelectInst — JunMa / detail
- [InstCombine] Remove scalable vector restriction in InstCombineCompares — JunMa / detail
- [InstCombine][NFC] Change cast of FixedVectorType to dyn_cast. — JunMa / detail
- [clang-format] Recognize c++ coroutine keywords as unary operator to avoid misleading pointer alignment — yedeng.yd / detail
- [LV] Pass explicit vector width to not require a X86 target. — flo / detail
- [clangd] Avoid traversing C:\ -> C: when looking for CDBs — sam.mccall / detail
- Reland [clangd] Extract per-dir CDB cache to its own threadsafe class. NFC — sam.mccall / detail
- [InstCombine] Remove scalable vector restriction in foldVectorBinop — JunMa / detail
- [clangd] Oops, fix code in #ifdef WIN32 — sam.mccall / detail
- [OpenMP] Initialize runtime in the forked child process — hansang.bae / detail
- [AMDGPU][NFC] Add more global_atomic_cmpswap tests — sebastian.neubauer / detail
- [AMDGPU] Unify flat offset logic — sebastian.neubauer / detail
- [VPlan] Use VPDef for VPWidenSelectRecipe. — flo / detail
#25478 (Dec 15, 2020 3:15:16 AM)
- Use clang-stage2-Rthinlto host-compilers to for LLDB jobs — Raphael Isemann / githubweb
#25478 (Dec 15, 2020 3:15:16 AM)
- [SCEV] Add missing type check into getRangeForAffineNoSelfWrappingAR — mkazantsev / detail
- [llvm-readelf] - Don't print OS/Processor specific prefix for known ELF file types. — grimar / detail
- [RISCV][NFC] Define scalable vectors for half types. — kai.wang / detail
- [VE] Support atomic exchange instructions — marukawa / detail
- [clangd] Add hover info for `this` expr — sam.mccall / detail
- [clang][cli] Create accessors for exception models in LangOptions — jan_svoboda / detail
- [clang][cli] Squash exception model in LangOptions into one member — jan_svoboda / detail
- [clang][cli] Squash multiple cc1 -fxxx-exceptions flags into single -exception-model=xxx option — jan_svoboda / detail
- [VPlan] Use VPdef for VPWidenCall. — flo / detail
- [VPlan] Use VPDef for VPWidenGEPRecipe. — flo / detail
- [LV] Add reduction test, which exposed a crash in a pending patch. — flo / detail
- [X86][AVX] LowerBUILD_VECTOR - reduce 256/512-bit build vectors with zero/undef upper elements + pad. — llvm-dev / detail
- [X86] Remove trailing whitespace. NFC. — llvm-dev / detail
#25478 (Dec 15, 2020 3:15:16 AM)
- Use clang-stage2-Rthinlto host-compilers to for LLDB jobs — Raphael Isemann / detail
#25477 (Dec 14, 2020 11:16:42 PM)
- [RISCV] Define vadd/vsub/vrsub intrinsics and lower to V instructions. — kai.wang / detail
- Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload" — medismail.bennani / detail
- [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload — medismail.bennani / detail
- [Compiler-rt][AArch64] Workaround for .cfi_startproc assembler parser bug. — raul / detail
- Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" — raul / detail
- [Analysis] Use llvm::erase_value (NFC) — kazu / detail
- [Test] Test on assertion failure with expensive SCEV range inference — mkazantsev / detail
- [IR] Remove isPowerOf2ByteWidth — kazu / detail
- [GlobalISel][IRTranslator] Ensure branch probabilities are added when translating invoke edges. — Amara Emerson / detail
#25476 (Dec 14, 2020 8:45:55 PM)
- [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization — riddleriver / detail
- [PGO] remove unintentional code in early commit — xur / detail
- [NFC] [Legalizer] Use common method for expanding fp-to-int operands — qiucofan / detail
- Revert "[amdgpu] Default to code object v3" — thakis / detail
- Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef" — thakis / detail
- [X86] Add test case for commit e52bc1d2bba794b. — yuanke.luo / detail
- Revert "[Debugify] Support checking Machine IR debug info" — thakis / detail
- Revert "[MachineDebugify] Insert synthetic DBG_VALUE instructions" — thakis / detail
- [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload — medismail.bennani / detail
- Reland "[MachineDebugify] Insert synthetic DBG_VALUE instructions" — thakis / detail
- [gn build] Port d2ed9d6b7ec — llvmgnsyncbot / detail
#25475 (Dec 14, 2020 5:42:44 PM)
- [VectorCombine] add alignment test for gep load; NFC — spatel / detail
- scudo: Remove positional template arguments for secondary cache. NFCI. — peter / detail
- [lld/mac] implement -compatibility_version, -current_version — thakis / detail
- [X86] Fix variadic argument handling for x32 — harald / detail
- [PGO] Verify BFI counts after loading profile data — xur / detail
- [PowerPC] Temporarily disable asan longjmp tests — nemanja.i.ibm / detail
- AMDGPU: If a store defines (alias) a load, it clobbers the load. — changpeng.fang / detail
- Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" — rnk / detail
- [amdgpu] Default to code object v3 — jonathanchesterfield / detail
- [libc][Obvious] Mark functions in DummyFEnv.h as static inline. — sivachandra / detail
- Remove the ast_type_traits namespace. — alexfh / detail
- [RISCV] Teach debug output from assembly parser to print register names instead of enum values. — craig.topper / detail
- [RISCV] Handle Match_InvalidSImm5 in RISCVAsmParser::MatchAndEmitInstruction — craig.topper / detail
- [RISCV] Prevent assertion in the assembler if vmerge or vfmerge are given a V0 destination. — craig.topper / detail
- [Debugify] Support checking Machine IR debug info — xiang1.zhang / detail
- [libc] Add memcmp implementation. — chennngwang / detail
- Revert "[Debugify] Support checking Machine IR debug info" — xiang1.zhang / detail
- [libc][NFC] Skip adding dummy targets for skipped unit tests. — sivachandra / detail
- [Debugify] Support checking Machine IR debug info — xiang1.zhang / detail
- [libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints. — sivachandra / detail
#25474 (Dec 14, 2020 3:37:12 PM)
- clang: Add byval on x86_intrcc parameter 0 — Matthew.Arsenault / detail
- OpaquePtr: Require byval on x86_intrcc parameter 0 — Matthew.Arsenault / detail
- [mlir][ArmSVE][RFC] Add an ArmSVE dialect — joker.eph / detail
- [DDG] Data Dependence Graph - DOT printer — bmahjour / detail
- Speculative fix for build bot failures — listmail / detail
- Revert "[mlir] Remove methods from mlir::OpState that just forward to mlir::Operation." — csigg / detail
- Revert "[DDG] Data Dependence Graph - DOT printer" — bmahjour / detail
- [libc++] Refactor allocate_shared to use an allocation guard — Louis Dionne / detail
- [AMDGPU] Use multi-dword flat scratch for spilling — Stanislav.Mekhanoshin / detail
- [mlir][OpDefGen] Add support for generating local functions for shared utilities — riddleriver / detail
- [LoopIdiomRecognize] Teach detectShiftUntilZeroIdiom to recognize loops where the counter is decrementing. — craig.topper / detail
- Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef — Duncan P. N. Exon Smith / detail
- AST: Silence an instance of -Wsign-compare, NFC — Duncan P. N. Exon Smith / detail
- Add comment to closing brace of anonymous namespace, NFC — Duncan P. N. Exon Smith / detail
- Adapt lldb to a40db5502b2515a6f2f1676b5d7a655ae0f41179 — Duncan P. N. Exon Smith / detail
- [VectorCombine] make load transform poison-safe — spatel / detail
- [libc++] NFCI: Return pointer instead of reference from __shared_ptr_emplace helper method — Louis Dionne / detail
- [libc++] Remove unnecessary static assertion in allocate_shared — Louis Dionne / detail
- [clang][IR] Add support for leaf attribute — haowei / detail
- [mlir] Add section page for Rationale docs. — riddleriver / detail
- [mlir] Fix opaque struct typedef in AsyncRuntime header — ezhulenev / detail
- [gn build] (semi-manually) port 7ad49aec125 — thakis / detail
- [gn build] (semi-manually) port 19d57b5c42b — thakis / detail
#25473 (Dec 14, 2020 1:20:27 PM)
- [sanitizer] Restrict querying VM size on Darwin only to iOS devices — Kuba Mracek / detail
- [RISCV] Move vtype decoding and printing from RISCVInstPrinter to RISCVBaseInfo. Share with the assembly parser's debug output — craig.topper / detail
- [flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation. — csigg / detail
- [NFC] Remove stray comment. — asbirlea / detail
- [Hexagon] Tweak _MSC_VER workaround version — rnk / detail
- [VectorCombine] add test for load with offset; NFC — spatel / detail
- [CUDA] Do not diagnose host/device variable access in dependent types. — tra / detail
- [mlir][OpFormat] Add support for emitting newlines from the custom format of an operation — riddleriver / detail
- [mlir][OpAsmParser] Add support for parsing integer literals without going through IntegerAttr — riddleriver / detail
- [flang] Fix copy elision assumption. — llvm-project / detail
- [mlir] Remove methods from mlir::OpState that just forward to mlir::Operation. — csigg / detail
- [mlir] Change the internal representation of FrozenRewritePatternList to use shared_ptr — riddleriver / detail
- [LAA] Relax restrictions on early exits in loop structure — listmail / detail
- [MBP] Prevent rotating a chain contains entry block — carrot / detail
- Add initial support for multilibs in Baremetal toolchain. — abidh / detail
- [NFC] cleanup cg-profile emission on TargetLowerinng — zequanwu / detail
- [libc++] Split allocator_traits and pointer_traits out of <memory> — Louis Dionne / detail
#25472 (Dec 14, 2020 10:54:34 AM)
- [clang-scan-deps] Support clang-cl — sylvain.audi / detail
- [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI. — arthur.j.odwyer / detail
- [libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls. — arthur.j.odwyer / detail
- [NFC][SimplifyCFG] Add another miscompiled test for PR48450 — lebedev.ri / detail
- [NFC][SimplifyCFG] FoldBranchToCommonDest(): pull out 'common successor' into a variable — lebedev.ri / detail
- [SimplifyCFG] FoldBranchToCommonDest(): temporairly put back restrictions on liveout uses of bonus instructions (PR48450) — lebedev.ri / detail
- [ASTImporter] Fix import of a typedef that has an attribute — gabor.marton / detail
- [MLIR][SPIRV] Refactoring serialization and deserialization — antiagainst / detail
- [PowerPC] Restore stack ptr from frame ptr with setjmp — nemanja.i.ibm / detail
- lld/ELF: Parse MSP430 BFD/emulation names — i / detail
- [TableGen] Fixed 64-bit filters being sliced to 32 bits in FixedLenDecoderEmitter — Cameron.Desrochers / detail
- [NFC] Remove trailing whitespace in llvm/CMakeLists.txt — Tony.Tye / detail
- [NFCI][Thumb2] Regenerate MVE tests i missed in 59560e85897afc50090b6c3d920bacfd28b49d06 — lebedev.ri / detail
- [amdgpu] Fix a crash case when `V_CNDMASK` could be simplified. — michael.hliao / detail
- [Wasm][LTO][NPM] Use NPM for LTO with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER — aeubanks / detail
- Revert "[clang-scan-deps] Support clang-cl" — sylvain.audi / detail
- [SystemZ] Improve handling of backchain offset. — paulsson / detail
- [mlir][linalg] Fix bug in elementwise vectorization — thomasraoux / detail
#25471 (Dec 14, 2020 9:09:53 AM)
- [VE] Correct addRegisterClass calls — marukawa / detail
- [libc++] [P1164] Add tests for create_directories. NFC. — marek.kurdej / detail
- [X86] LowerBUILD_VECTOR - track zero/nonzero elements with APInt masks. NFCI. — llvm-dev / detail
- [VE] Add logical mask intrinsic instructions — marukawa / detail
- [AMDGPU] Make use of HasSMemRealTime predicate. NFC. — jay.foad / detail
- Revert "Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately"" — raul / detail
- [SLP] Control maximum vectorization factor from TTI — Stanislav.Mekhanoshin / detail
- [libc][Obvious] Include <fenv.h> from DummyFenv.h. — sivachandra / detail
#25470 (Dec 14, 2020 8:19:27 AM)
- [VPlan] Make VPWidenMemoryInstructionRecipe a VPDef. — flo / detail
- [compiler-rt] [builtins] Make lse.S compile on Darwin — raul / detail
- Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" — raul / detail
- [libc++] s/Birdirectional/Bidirectional/g. NFCI. — arthur.j.odwyer / detail
- [libc++] s/insertible/insertable/g. NFCI. — arthur.j.odwyer / detail
- [libc++] Remove __is_construct::__nat. NFCI. — arthur.j.odwyer / detail
- [libc++] Fix some one-off typos in comments. NFCI. — arthur.j.odwyer / detail
- generate_header_tests.py: Sort the header files ASCIIbetically. — arthur.j.odwyer / detail
- Reland [DebugInfo] Improve dbg preservation in LSR. — markus.lavin / detail
- [AIX] Fixed "comparison of unsigned expression >= 0 is always true" gcc warnings. — diggerlin / detail
- [flang][driver] Fix a small bug (auto vs auto&) — andrzej.warzynski / detail
#25466 (Dec 14, 2020 5:35:09 AM)
- Revert "Consider reference, pointer, and pointer-to-member TemplateArguments to be different if they have different types." — Raphael Isemann / detail
- [llvm-objdump] Use "--" for long options in --help text — david.spickett / detail
#25465 (Dec 14, 2020 5:04:57 AM)
- [SLP] Fix vector element size for the store chains — anton.a.afanasyev / detail
#25462 (Dec 14, 2020 4:18:24 AM)
#25461 (Dec 14, 2020 4:09:19 AM)
- [SVE][CodeGen] Lower scalable floating-point vector reductions — kerry.mclaughlin / detail
- [IRCE] Add test case for PR48051 — llvm-dev / detail
#25458 (Dec 14, 2020 3:23:07 AM)
- [AMDGPU][NFC] Remove unused VOP3Mods0Clamp — carl.ritson / detail
- [AMDGPU][NFC] Rename opsel/opsel_hi/neg_lo/neg_hi with suffix 0 — carl.ritson / detail
- [ARM] Improve handling of empty VPT blocks in tail predicated loops — david.green / detail
#25457 (Dec 14, 2020 2:47:16 AM)
#25455 (Dec 14, 2020 1:56:38 AM)
- Revert "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" — raul / detail
- [MLIR] Add lowerings for atan and atan2 to ROCDL intrinsics — frgossen / detail
- [AMDGPU] Mark amdgpu_gfx functions as module entry function — sebastian.neubauer / detail
- [MLIR] Add atan and atan2 lowerings to CUDA intrinsics — frgossen / detail
#25454 (Dec 14, 2020 1:43:25 AM)
#25453 (Dec 14, 2020 1:30:01 AM)
- [clang][cli] Better defaults for MarshallingInfoString — jan_svoboda / detail
- [llvm-readobj] - For SHT_REL relocations, don't display an addend. — grimar / detail
- [clang][cli] Port FileSystem options to new option parsing system — jan_svoboda / detail
#25452 (Dec 14, 2020 12:54:07 AM)
- [clang][cli] Port Preprocessor and PreprocessorOutput option flags to new option parsing system — jan_svoboda / detail
- [llvm-readelf] - Improve ELF type field dumping. — grimar / detail
#25451 (Dec 14, 2020 12:13:35 AM)
- [SLP][Test] Precommit test for D93192 — anton.a.afanasyev / detail
- Factor out and centralize repeated 'getExpandedPackSize'. — richard / detail
- Consider reference, pointer, and pointer-to-member TemplateArguments to be different if they have different types. — richard / detail
- Fix test expectation to cope with custom version namespaces. — richard / detail
- [CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately — raul / detail
- [LoopIdiom] Pre-commit tests for D92745. NFC — craig.topper / detail
- [Flang][OpenMP] Semantic checks for Atomic construct. — joshisameeran17 / detail
- [AST][RecoveryExpr] Preserve type for broken overrload member call expr. — hokein.wu / detail
- [PowerPC][FP128] Fix the incorrect signature for math library call — qshanz / detail
- [clangd] Go-to-definition on pure virtual method decls jumps to all overrides. — hokein.wu / detail
- [Flang][OpenMP-5.0] Semantic checks for flush construct. — joshisameeran17 / detail
#25450 (Dec 13, 2020 9:55:22 PM)
- [Target] Use llvm::is_contained (NFC) — kazu / detail
- [CodeGen] Use llvm::erase_value (NFC) — kazu / detail
- [MachineCombiner][NFC] Add MustReduceRegisterPressure goal — czhengsz / detail
#25449 (Dec 13, 2020 7:37:12 PM)
- Re-apply 8904ee8ac7e with missing header included this time. — Lang Hames / detail
- [opt][NPM] Pin -lower-amx-type to legacy PM — aeubanks / detail
#25448 (Dec 13, 2020 6:37:25 PM)
- [ORC] Prefer preincrement on iterator. — Lang Hames / detail
- [JITLink] Fix include guard end comment. — Lang Hames / detail
- [JITLink] Add JITLinkDylib type, thread through JITLinkMemoryManager APIs. — Lang Hames / detail
- Revert "[JITLink] Add JITLinkDylib type, thread through JITLinkMemoryManager APIs." — thakis / detail
#25447 (Dec 13, 2020 4:11:05 PM)
- [clangd] Fix locateMacroAt() for macro definition outside preamble — zeratul976 / detail
#25446 (Dec 13, 2020 3:09:13 PM)
- [X86] Add ExeDomain = SSEPackedSingle to cvtss2sd and cvtsd2ss instrutions. — craig.topper / detail
- [NFC][AMDGPU] Reformat AMD GPU targets in cuda.cpp — Tony.Tye / detail
#25445 (Dec 13, 2020 12:31:30 PM)
- [Analysis] Remove unused declaration replaceEdgeKey (NFC) — kazu / detail
- [X86] Extend varargs test — harald / detail
- [AC] Handle (X+C1)<C2 assumes (PR48408) — nikita.ppv / detail
- [X86] Add isel patterns to form VPDPWSSD from (add (vpmaddwd X, Y), Z) when AVXVNNI is enabled. — craig.topper / detail
#25444 (Dec 13, 2020 9:59:15 AM)
- [X86] Regenerate vector-reduce-mul.ll with common check prefixes. NFC. — llvm-dev / detail
- [MLIR][SPIRV] Add support for GLSL F/U/SClamp. — antiagainst / detail
- Don't emit on op diagnostic in reproducer emission — jpienaar / detail
- [X86][SSE] combineReductionToHorizontal - add vXi8 ISD::MUL reduction handling (PR39709) — llvm-dev / detail
- [X86] Convert fadd/fmul _mm_reduce_* intrinsics to emit llvm.reduction intrinsics (PR47506) — llvm-dev / detail
- Recommit "[AArch64] Lower calls with rv_marker attribute." — flo / detail
- [VPlan] Use interleaveComma in printOperands() (NFC). — flo / detail
- [X86][AVX] Add additional X86ISD::SUBV_BROADCAST_LOAD test case for D92645 — llvm-dev / detail
- [X86][SSE] combineX86ShufflesRecursively - add basic handling for combining shuffles of different widths (PR45974) — llvm-dev / detail
- [NFC]{AMDGPU] Update AMDGPUUsage with AMD RDNA 2 reference — Tony.Tye / detail
- [Transforms] Use llvm::erase_value (NFC) — kazu / detail
#25443 (Dec 13, 2020 6:07:59 AM)
- [BasicAA] Handle known non-zero variable index — nikita.ppv / detail
- [clang-format] Remove double trim — bjoern / detail
#25441 (Dec 13, 2020 4:00:08 AM)
#25440 (Dec 13, 2020 1:31:33 AM)
- [mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. — csigg / detail
- [lldb] [Process/FreeBSD] Add more 'override' keywords — mgorny / detail
#25439 (Dec 12, 2020 11:40:19 PM)
#25439 (Dec 12, 2020 11:40:19 PM)
#25438 (Dec 12, 2020 9:41:41 PM)
- Added DoxygenDocsBuilder to build and publish doxygen documentation. — alebedev / githubweb
- Added getHtmlDocsBuildFactory to build and publish LNT documentation. — alebedev / githubweb
- Added bots to build and publish doxygen docs and LNT sphinx docs. — alebedev / githubweb
- Fixed bad identation in ClangLTOBuilder. — gkistanova / githubweb
#25438 (Dec 12, 2020 9:41:41 PM)
- [mlir] Add Python binding for MLIR Dict Attribute — joker.eph / detail
- [AsmParser] Fix support for zero bit integer types. — clattner / detail
#25438 (Dec 12, 2020 9:41:41 PM)
- Added DoxygenDocsBuilder to build and publish doxygen documentation. — alebedev / detail
- Added getHtmlDocsBuildFactory to build and publish LNT documentation. — alebedev / detail
- Added bots to build and publish doxygen docs and LNT sphinx docs. — alebedev / detail
- Fixed bad identation in ClangLTOBuilder. — gkistanova / detail
#25437 (Dec 12, 2020 7:47:55 PM)
- X86: Correcting X86OutgoingValueHandler typo (NFC) — Matthew.Arsenault / detail
- [mac/arm] Deflake 3 check-llvm tests — thakis / detail
#25436 (Dec 12, 2020 4:59:16 PM)
- [[GlobalISel][IRTranslator] Fix a crash when the use of an extractvalue is a non-dominated metadata use. — Amara Emerson / detail
- [X86] Autogenerate complete checks. NFC — craig.topper / detail
- [mac/arm] skip MappedMemoryTest that try to map w+x — thakis / detail
- [ELF][test] Rewrite st_value=0 copy relocation tests — i / detail
- mac/arm: XFAIL the last 2 failing check-llvm tests — thakis / detail
- fix typo to cycle bots — thakis / detail
- fix typos to cycle bots — thakis / detail
#25435 (Dec 12, 2020 2:54:18 PM)
- [PPC] Check for PPC64 when emitting 64bit specific VSX nodes when pattern matching built vectors — zarko / detail
- [SimplifyCFG] FoldBranchToCommonDest(): bonus instrns must only be used by PHI nodes in successors (PR48450) — lebedev.ri / detail
#25434 (Dec 12, 2020 12:29:27 PM)
- [Analysis/Interval] Remove isLoop (NFC) — kazu / detail
- [mlir] Print bad size in AttrSizedOperandSegments — modocache / detail
- [NFC][AMDGPU] AMDGPUUsage updates — Tony.Tye / detail
- [AMDGPU] Add missing targets to amdgpu-features.cl — Tony.Tye / detail
- [AMDGPU] Add missing targets to target-invalid-cpu-note.c — Tony.Tye / detail
- [Hexagon] Reconsider getMask fix, return original mask, convert later — kparzysz / detail
- [CVP] Add additional switch tests (NFC) — nikita.ppv / detail
- mac/arm: XFAIL the last 3 failing tests — thakis / detail
- [CVP] Simplify and generalize switch handling — nikita.ppv / detail
- [mac/arm] XFAIL two more tests on arm64-apple — thakis / detail
- [CodeGen][AMDGPU] Fix ICE for static initializer IR generation — alexey.bader / detail
#25433 (Dec 12, 2020 9:40:23 AM)
- [X86] Avoid data16 prefix for lea in x32 mode — harald / detail
- [UpdateTestChecks] Add --(no-)x86_scrub_sp option. — harald / detail
- [Hexagon] Create vector masks for scalar loads/stores — kparzysz / detail
- [Transforms] Use is_contained (NFC) — kazu / detail
#25432 (Dec 12, 2020 7:44:42 AM)
- [X86] Add chain in ISel for x86_tdpbssd_internal intrinsic. — yuanke.luo / detail
- [lldb] "target create" shouldn't save target if the command failed — Tatyana Krasnukha / detail
- [lldb] Modernize TargetList for-loops, NFC — Tatyana Krasnukha / detail
- [lldb] Make CommandInterpreter's execution context the same as debugger's one. — Tatyana Krasnukha / detail
- Create SPIRABIInfo to enable SPIR_FUNC calling convention. — melanie.blower / detail
- [BasicAA] Add tests for non-zero var index (NFC) — nikita.ppv / detail
- [BasicAA] Make non-equal index handling simpler to extend (NFC) — nikita.ppv /