platform/upstream/llvm.git
2021-07-20 Joseph Huber[Libomptarget] Remove volatile from NVPTX work function
2021-07-19 Nico Weber[gn build] Fix llvm_build_instrumented_coverage=true...
2021-07-19 Louis Dionne[libc++] Tidy-up instances of __STDCPP_DEFAULT_NEW_ALIG...
2021-07-19 Louis Dionne[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI...
2021-07-19 Philip Reames[tests] Add a couple of tests for zero stride trip...
2021-07-19 Vincent Lee[lld-macho] Use DO_BIND_ADD_ADDR_IMM_SCALED for bind...
2021-07-19 Eli Friedman[ScalarEvolution] Refine computeMaxBECountForLT to...
2021-07-19 Yi ZhangDyanamic shape support for memref reassociation reshape ops
2021-07-19 Philip Reames[SCEV] Add a clarifying comment in howManyLessThans
2021-07-19 Arthur Eubanks[NewPM][opt] Add -debug-pass-manager=quiet to not print...
2021-07-19 Arthur Eubanks[NewPM] Bail out of devirtualization wrapper if the...
2021-07-19 Quinn Pham[PowerPC] swdiv_nochk Builtins for XL Compat
2021-07-19 MaheshRavishankarSplit `InferShapedTypeOpInterface` to create `ReifyRank...
2021-07-19 LLVM GN Syncbot[gn build] Port 08b289867b5a
2021-07-19 Nathan Ridge[clang] Respect PrintingPolicy::FullyQualifiedName...
2021-07-19 Sam Clegg[lld][WebAssembly] Cleanup duplicate fields in Symbols...
2021-07-19 Jim InghamDon't use !eStateRunning when you mean eStateStopped...
2021-07-19 Artem BelevichRevert "[MemCpyOpt] Enable memcpy optimizations uncondi...
2021-07-19 thomasraoux[mlir] Fix bazel build
2021-07-19 Derek Schuff[WebAssembly] Generate R_WASM_FUNCTION_OFFSET relocs...
2021-07-19 Mircea Trofin[MLGO] Use binary protobufs for improved training perfo...
2021-07-19 Nick Fitzgerald[WebAssembly] Deduplicate imports of the same module...
2021-07-19 Leonard Grey[lld/mac] Add test for --lto-O
2021-07-19 thomasraoux[mlir] Add software pipelining transformation for scf...
2021-07-19 Nico Weber[lld/mac] Resolve defined symbols before undefined...
2021-07-19 owenca[clang-format] Break an unwrapped line at a K&R C param...
2021-07-19 Stuart Brady[demangler] Fix demangling of 'half'
2021-07-19 Teresa Johnson[LangRef] Clarify support for multiple metadata attachm...
2021-07-19 Tony Tye[AMDGPU] Reserve AMDGPU ELF e_flags machine 0x45
2021-07-19 MaheshRavishankar[mlir][Linalg] NFC: Rename FusionOfTensors pass to...
2021-07-19 LLVM GN Syncbot[gn build] Port 54902e00d128
2021-07-19 Petr Hosek[InstrProfiling] Use weak alias for bias variable
2021-07-19 Artem Belevich[infer-address-spaces] Handle complex non-pointer const...
2021-07-19 Simon Pilgrim[SLP][X86] Add dot product tests based off PR51075
2021-07-19 Nico Weber[lld/mac] Change load command order to be more like...
2021-07-19 Haowei Wu[ifs] Fix linking errors on some llvm builders
2021-07-19 Artem Belevich[MemCpyOpt] Enable memcpy optimizations unconditionally.
2021-07-19 Geoffrey Martin... [Bazel] Update for 6103fdfab4
2021-07-19 David Carlier[Sanitizer] Intercepts flopen/flopenat on FreeBSD.
2021-07-19 Louis Dionne[libc++] Disable #pragma system_header in the new testi...
2021-07-19 LLVM GN Syncbot[gn build] Port 8b4acb067fd3
2021-07-19 LLVM GN Syncbot[gn build] Port 61fa9afe4c5b
2021-07-19 LLVM GN Syncbot[gn build] Port 6103fdfab4e2
2021-07-19 Haowei Wu[ifs][elfabi] Merge llvm-ifs/elfabi tools
2021-07-19 Haowei Wu[ifs] Prepare llvm-ifs for elfabi/ifs merging.
2021-07-19 Haowei Wu[elfabi] Prepare elfabi/ifs merging.
2021-07-19 Jonas Paulsson[SystemZ] Handle NoRegister in SystemZTargetLowering...
2021-07-19 Amy HuangRevert "[llvm][sve] Lowering for VLS truncating stores...
2021-07-19 Eli Friedman[NFC] Run -instnamer on test Transforms/LICM/sink-debug...
2021-07-19 Rob Suderman[mlir][tosa] Added shape inference for tosa convolution...
2021-07-19 Amara Emerson[GlobalISel] Fix load-or combine moving loads across...
2021-07-19 Wouter van... [WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64...
2021-07-19 Craig Topper[SelectionDAG][RISCV] Use isSExtCheaperThanZExt to...
2021-07-19 Hanhan Wang[mlir][Linalg] Migrate 2D pooling ops from tc definitio...
2021-07-19 Victor Campos[NewPM] Fix wrong perfect forwardings
2021-07-19 Amy Kwan[NFC][PowerPC] Update builtins-ppc-altivec.c to be...
2021-07-19 Simon Pilgrim[ISD] Add disclaimer comments to AssertSext/Zext/Align...
2021-07-19 Simon Pilgrim[X86] Fix case of IsAfterLegalize argument. NFC.
2021-07-19 Tobias Gysi[mlir][linalg] Fold TensorCast into PadTensorOp.
2021-07-19 Matt ArsenaultGlobalISel: Preserve memory types for implicit sret...
2021-07-19 David Green[ARM] Remove PromotedBitwiseVT for NEON types
2021-07-19 maekawatoshiki[LICM] Create LoopNest Invariant Code Motion (LNICM...
2021-07-19 Matt ArsenaultGlobalISel: Preserve LLT when bitcasting loads and...
2021-07-19 Riccardo Mori[Polly][Isl] Stop using isl::set::lex_le_set. NFC
2021-07-19 peter klausler[flang] Runtime API for data pointers
2021-07-19 Dmitry Vyukovtsan: remove duplicate arch switch in buildgo.sh
2021-07-19 Hsiangkai Wang[Clang][RISCV] Support half-precision floating point...
2021-07-19 Matt ArsenaultAArch64/GlobalISel: Cleanup unnecessary size checks...
2021-07-19 Giorgis GeorgakoudisRevert "[OpenMP] Codegen aggregate for outlined functio...
2021-07-19 Amy Kwan[PowerPC] Implement vector bool/pixel initialization...
2021-07-19 Jeremy Morse[InstrRef][X86] Drop debug instruction numbers from...
2021-07-19 Jamie Schmeiserthread_local support for AIX
2021-07-19 Kazu Hirata[CodeGen] Remove isNON_TRUNCStore and isTRUNCStore...
2021-07-19 Roman Lebedev[TLI] prepareSREMEqFold(): use correct VT for the final...
2021-07-19 Arjun P[MLIR] AffineStructures: resolve clang-tidy warnings...
2021-07-19 EltonFix duplicate checks in clangd comments
2021-07-19 Jay Foad[AMDGPU] Fix typo in comments idexen -> idxen
2021-07-19 Simon Tatham[clang] Change set type used for SourceLocation.
2021-07-19 Alexander BelyaevRevert "[mlir] Introduce `linalg.tiled_yield` terminato...
2021-07-19 Ian Campbell[clang-tidy] ensure run-clang-tidy reports children...
2021-07-19 Alexander Belyaev[rt][nfc] Rewrite #ifndef as #if defined().
2021-07-19 Alexander Belyaev[mlir] Introduce `linalg.tiled_yield` terminator for...
2021-07-19 Lang Hames[ORC-RT] Introduce a weak-import macro.
2021-07-19 Lang Hames[ORC-RT] Separate jit-dispach tag decls from definitions.
2021-07-19 Simon Pilgrim[CostModel][X86] Add fast math tests for float reductions
2021-07-19 Alexey Bataev[SLP]Fix possible crash on unreachable incoming values...
2021-07-19 Mindong Chen[LoopUtils] Fix incorrect RT check bounds of loop-invar...
2021-07-19 Mindong Chen[LV] Re-generate check lines of some fragile tests...
2021-07-19 Stephan Herhut[mlir][memref] Clarify the documentation for memref...
2021-07-19 Florian Hahn[LV] Add test with ptr induction used as scalar and...
2021-07-19 Florian MayerRevert "[hwasan] Use stack safety analysis."
2021-07-19 Dmitry Vyukovtsan: make obtaining current PC faster
2021-07-19 Lang Hames[ORC] Drop 'const' for __orc_rt_CWrapperFunctionResultD...
2021-07-19 Lang Hames[ORC-RT] Fix missing std::move.
2021-07-19 Kazushi (Jam... [VE] Set getExtendForAtomicOps to ISD::ANY_EXTEND
2021-07-19 Florian Mayer[hwasan] Use stack safety analysis.
2021-07-19 Simon Pilgrim[X86][SSE] Fix copy+paste typo in dot3_float4_as_float3...
2021-07-19 Lang Hames[ORC] Explicitly convert to ArrayRefs to silence errors.
2021-07-19 David Spickett[compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux
2021-07-19 Riccardo Mori[Polly] Use isl::set::tuple_dim instead of isl::set...
next