platform/upstream/llvm.git
2022-12-13 Matt ArsenaultInstSimplify: Add basic folding of llvm.is.fpclass...
2022-12-13 Matt ArsenaultVerifier: Enforce value of llvm.is.fpclass test mask
2022-12-13 Chuanqi Xu[Coroutines] Don't mark the parameter attribute of...
2022-12-13 Vasileios Porpodas[NFC] Remove the instruction list from the arguments...
2022-12-13 Richard SmithFix test on 32-bit targets.
2022-12-13 Diego Caballero[mlir][Vector] Initial masking support in Linalg vectorizer
2022-12-13 Roman Lebedev[NFC][Codegen][X86] Revisit interleaved store codegen...
2022-12-13 Roman Lebedev[NFC][Codegen][X86] Add higher-VF interleaved load...
2022-12-13 Richard SmithAdd missing check for constant evaluation of a comparis...
2022-12-13 Ting Wang[PowerPC][NFC] Add test case for memset tail store
2022-12-13 wren romano[mlir][sparse] Simplifying SparseTensorEncodingAttr...
2022-12-13 bixia1[mlir][sparse] Replace vector.print with printMemref...
2022-12-13 Craig Topper[RISCV] Set ShouldSignExtI32Param in TargetLibraryInfo...
2022-12-13 Roman Lebedev[NFC][Codegen][X86] Revisit interleaved load codegen...
2022-12-13 Jordan Rupprecht[NFC][bazel] Run buildifier on all bzl/BUILD.bazel...
2022-12-13 Vasileios Porpodas[NFC] Replaces: BB->getInstList().erase(I) with I-...
2022-12-12 Dominic Chen[scudo] Optimize scudo test string allocation
2022-12-12 Peter Rong[FuzzMutate] InstModificationStrategy, add FastMath...
2022-12-12 Peter Rong[FuzzMutate] New InsertCFGStrategy
2022-12-12 Terry Wilmarth[OpenMP] Refactoring: Move teams forking and serial...
2022-12-12 Sanjay Patel[InstSimplify] try harder to propagate existing NaN...
2022-12-12 Sanjay Patel[InstSimplify] add tests for vectors with NaN + partial...
2022-12-12 Craig Topper[RISCV] Make DemandedFields::usedVTYPE() const. NFC
2022-12-12 Philip Reames[llvm-stress] Minor code improvements around vector...
2022-12-12 Philip Reames[RISCV][InsertVSETVLI] Reorder code to reduce a future...
2022-12-12 Rob Suderman[mlir][tosa] Refactor tosa.resize
2022-12-12 David BlaikieReapply "DebugInfo: Add/support new DW_LANG codes for...
2022-12-12 Mitch PhillipsDelete sanitizer_common-based ('old') scudo: o7
2022-12-12 David BlaikieDebugInfo: Test DW_AT_prototyped and generalize it...
2022-12-12 Jonathon Penix[flang] Preserve bound info for pointer assignments...
2022-12-12 Paul Pelzl[analyzer] Nullability: Enable analysis of non-inlined...
2022-12-12 Mitch PhillipsFix breakpoint-command.test when no script interpreter...
2022-12-12 Roman Lebedev[NFC][Exegesis] Don't recompute opcode/reg names on...
2022-12-12 Roman Lebedev[NFC][InstCombine] fold-nested-selects: fix profitabili...
2022-12-12 Mitch Phillips[GWP-ASan] Fix sanitizer backtrace util using wrong...
2022-12-12 Chi Chun Chen[OpenMP] Basic parse and sema support for modifiers...
2022-12-12 Tom Eccles[flang] skip fast_math linker test on powerpc #3
2022-12-12 Vasileios Porpodas[NFC] Cleanup: Replaces BB->getInstList().insert()...
2022-12-12 Michael Jones[libc] remove use after free in tests.
2022-12-12 Guillaume ChateletRevert "[reland][Alignment][NFC] Remove access to depre...
2022-12-12 Mike Urbach[mlir][CAPI] Add a simple MlirOpOperand API for MlirVal...
2022-12-12 Michael Jones[libc] move errno out of file internals
2022-12-12 Nicolas Vasilache[mlir][Transform] Make FuseIntoContainingOp support...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Use scope reparenting helper to update...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Preserve entire scope of labels when...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Only rewrite scope of labels that were...
2022-12-12 Haojian Wu[clangd] Add a missing header guard for InsertionPoint.h
2022-12-12 Tom Eccles[flang] disable fast_math test on powerpc
2022-12-12 Krzysztof Drewniak[mlir][LLVMIR target] Fix llvm.freeze builder to preven...
2022-12-12 Jakub Kuderski[mlir][arith][tosa] Use extended mul in 32-bit `tosa...
2022-12-12 Nikita Popov[Clang] Try to fix test on Windows (NFC)
2022-12-12 Kazu Hirata[mlgo] Use LLVM_HAVE_TFLITE instead of LLVM_HAVE_TF_API...
2022-12-12 Kazu Hirata[mlgo] Remove TENSORFLOW_C_LIB_PATH
2022-12-12 Paul Robinson[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'
2022-12-12 Kirill Stoimenov[HWASAN][NFC] Renamed [g|s]et_requested_size to [G...
2022-12-12 Shoaib Meenai[COFF] Respect weak externals for mangled symbol searching
2022-12-12 Nico Weber[gn] port 988ab0048daf
2022-12-12 Arthur Eubanks[lldb] Make ParseTemplateParameterInfos return false...
2022-12-12 Keith Smiley[ORC] Extract hasInitializerSection for testing (NFC)
2022-12-12 Roman Lebedev[NFC][SROA] `rewriteMemOpOfSelect()`: play nice with...
2022-12-12 Jordan Rupprecht[test] Fix dr324.c again for non-writeable source direc...
2022-12-12 Paul Robinson[lit] Use 'target=' in a few more places
2022-12-12 Ye Luo[OpenMP] add offload tests with reduction on complex...
2022-12-12 Doru BerceaEmit CAS loop for min/max atomics.
2022-12-12 Roman Lebedev[NFC][SCEV][LoopUnroll] Add tests where treating `or...
2022-12-12 bixia1[mlir][runner] Add more printMemref functions.
2022-12-12 Ellis Hoag[InstrProf] Fix bug when merging empty profile with...
2022-12-12 Siva Chandra... [libc][bazel] Mark all libc public functions to have...
2022-12-12 Philip Reames[RISCV] Allow fractional LMUL for reduction start value
2022-12-12 Jay Foad[AMDGPU] Make use of !listremove. NFCI.
2022-12-12 Steven WuFix module build after removing None.h from STLExtras.h
2022-12-12 Nikita Popov[Clang] Update compiler-rt sanitizer test to use opaque...
2022-12-12 Bjorn Pettersson[opt] Clean up code related to parsing legacy passes...
2022-12-12 Kazu Hirata[Analysis] Remove TFUtils.cpp
2022-12-12 Guillaume Chatelet[reland][Alignment][NFC] Remove access to deprecated...
2022-12-12 Vladislav Dzhidzhoev[AArch64][GlobalISel] Lower formal arguments of AAPCS...
2022-12-12 Kazu Hirata[CodeGen] Fix a warning
2022-12-12 Nikita Popov[Clang] Convert some tests to opaque pointers (NFC)
2022-12-12 Nikita Popov[Clang] Convert various tests to opaque pointers (NFC)
2022-12-12 Paul Robinson[lldb] Remove redundant XFAIL
2022-12-12 Jakub Kuderski[mlir][arith] Simplify muli emulation with mului_extended
2022-12-12 Sanjay Patel[InstCombine] try to fold a pair of insertelements...
2022-12-12 Michael Platings[clang] Allow using BareMetal toolchain with LLVM_ENABL...
2022-12-12 Simon Pilgrim[X86] X86TTIImpl::getIntImmCost - use APInt::isInt...
2022-12-12 Jan Sjodin[OpenMP][OMPIRBuilder] Migrate code to emit target...
2022-12-12 Nikita Popov[Clang] Update Profile tests to opaque pointers (NFC)
2022-12-12 Carlos Galvez[clang-tidy] Fix a couple additional cases in misc...
2022-12-12 Lei HuangRevert "[scudo] Enable more warnings for standalone...
2022-12-12 Nikita Popov[Clang] Convert PCH tests to opaque pointers (NFC)
2022-12-12 Felipe de Azevedo... [CodeExtractor] Preserve entire scope of !DIVariables...
2022-12-12 Roman Lebedev[opt] NewPM: `opt -passname` syntax is dead, long live...
2022-12-12 Roman Lebedev[SimplifyCFG] `FoldBranchToCommonDest()`: deal with...
2022-12-12 Christian Kandeler[clangd] Add support for semantic token type "operator"
2022-12-12 Nikita Popov[Clang] Convert some OpenMP tests to opaque pointers...
2022-12-12 Guillaume ChateletRevert D139836 "[Alignment][NFC] Remove deprecated...
2022-12-12 Haojian WuUse std::optional in Tooling/Inclusions.
2022-12-12 Sylvain Audi[clang-cl] Ignore #pragma managed/unmanaged
2022-12-12 Guillaume Chatelet[Alignment][NFC] Remove deprecated GlobalObject::getAli...
2022-12-12 Carlos Galvez[clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp
2022-12-12 Zain JaffalRecommit "[AArch64] Select SMULL for zero extended...
next