platform/upstream/llvm.git
2023-01-20 Sanjay Patel[InstCombine] regenerate test checks; NFC
2023-01-20 Craig Topper[RISCV] Remove Features from CPUInfo in RISCVTargetParser.
2023-01-20 David Carlier[Sanitizers] intercept hexdump on FreeBSD.
2023-01-20 Nico Weber[gn] port a920ae3b8d1e9 (DWARFLinkerParallel)
2023-01-20 Daniel Kiss[AArch64] Enable libm vectorized functions via SLEEF
2023-01-20 Caroline Concatto[AArch64][SME2] Add multi-vector FP convert from Float...
2023-01-20 Philip Reames[MachineCombiner] Use default latency model when no...
2023-01-20 Roman Lebedev[X86] `LowerBUILD_VECTOR()`: fix all-UNDEF detection
2023-01-20 Philip Reames[ARM][AArch64] Switch to generic MEMBARRIER node
2023-01-20 Alexey Lapshin[NFC][DWARFLinker] Refactor address emitting code.
2023-01-20 Alexey Bataev[NFC]Fix github identification.
2023-01-20 Mark de Wever[libc++][format] range-default-formatter for set.
2023-01-20 Florian HahnRecommit "[LoopUnroll] Directly update DT instead of...
2023-01-20 Xiang Li[mlir] use stable_sort for OperationLegalizer::computeO...
2023-01-20 Zahira AmmarguellatAdd support for clang-cl's option `-fexcess-precision`.
2023-01-20 Philip Reames[RISCV][LSR] Precommit test coverage for an upcoming...
2023-01-20 Johannes ReifferscheidFix unused variable warning.
2023-01-20 serge-sans... [NFC] Reformat isBuiltinSupported with early exit
2023-01-20 Volodymyr Sapsai[modules] Allow parsing a duplicate Obj-C interface...
2023-01-20 Volodymyr Sapsai[ODRHash] Hash `ObjCInterfaceDecl` and diagnose discove...
2023-01-20 Nikita Popov[Bitcode] Fix invalid !nonnull metadata in test (NFC)
2023-01-20 Nikolas Klauser[libc++] Move iota_view::iterator and sentinel out...
2023-01-20 Nikolas Klauser[libc++] Enable clang-tidy from the buildkite pipeline...
2023-01-20 Nikita Popov[InstCombine] Fixup check lines in test (NFC)
2023-01-20 Florian Hahn[LoopUnroll] Add test case exposing crash with d0907ce7...
2023-01-20 Alex Zinenko[mlir] fix python types
2023-01-20 OCHyams[Assignment Tracking] Fix tests for buildbot failure (2)
2023-01-20 Nuno LopesFix !nonnull syntax in test [NFC]
2023-01-20 Dave Lee[lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04
2023-01-20 Shilei Tian[OpenMP] Only test kmp_atomic_float10_max_min.c on X86
2023-01-20 Frederik Gossen[MLIR] Remove scf.if builder with explicit result types...
2023-01-20 Nikita Popov[Mem2Reg] Only convert !nonnull to assume if !noundef...
2023-01-20 Frederik Gossen[MLIR] Address post-submit comments on scf.if's InferTy...
2023-01-20 Alexey Lapshin[DWARF][dsymutil][llvm-dwarfutil] Create a placeholder...
2023-01-20 Christian Ulmann[mlir][LLVM] Add passthrough import support
2023-01-20 Johannes de... [MLIR][LLVM] Support inlining LLVM::CallOp to LLVM...
2023-01-20 Richard Howell[clang][nfc] refactor Module::Header to use OptionalFil...
2023-01-20 Dmitry Vyukovsanmd: refine selection of functions for UAR checking
2023-01-20 OCHyams[Assignment Tracking] Fix tests for buildbot failure
2023-01-20 David Truby[flang] Add lowering of move_alloc to IntrinsicCall
2023-01-20 Tom Eccles[mlir][Linalg] fix comparison of integers with differen...
2023-01-20 Mircea Trofin[mlgo] Stream the training data
2023-01-20 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - move mergeInsertEltWithS...
2023-01-20 Jannik Silvanus[DirectX] Fix i8 alignment in datalayout of lit test
2023-01-20 Jannik Silvanus[Transforms] Fix i8 alignment in datalayout of lit...
2023-01-20 Jannik Silvanus[X86] Fix i8 alignment in datalayout of lit test
2023-01-20 Jannik Silvanus[polly] Fix i8 alignment in datalayout of lit test
2023-01-20 wanglei[docs] Update release notes to mention that LoongArch...
2023-01-20 Jeremy Morse[DebugInfo] Store instr-ref mode of MachineFunction...
2023-01-20 Shilei Tian[LLVM][OpenMP] Correct the function signature of `__kmp...
2023-01-20 Nikita Popov[Mem2Reg] Add additional noundef variations to nonnull...
2023-01-20 OCHyams[Assignment Tracking] Fix -fexperimental-assignment...
2023-01-20 David Green[ARM] Fix condition in cmov to csinc combine.
2023-01-20 OCHyams[Assignment Tracking] Fix invalidated iterator usage
2023-01-20 Nikita Popov[Local] Preserve range metadata if the type did not...
2023-01-20 OCHyams[Assignment Tracking][NFC] Replace LLVM command line...
2023-01-20 Nikita Popov[SROA] Use copyMetadataForLoad() helper
2023-01-20 Benjamin Kramer[arith] Allow integer casts of 0-D vectors
2023-01-20 Kadir Cetinkaya[clang] Fix typos in member initializers
2023-01-20 Nikita Popov[SROA] Add additional metadata preservation tests ...
2023-01-20 Serge Pavlov[clang] Use FP options from AST for emitting code for...
2023-01-20 Backl1ght[clang-format] SortUsingDeclarations support lexicograp...
2023-01-20 OCHyams[Assignment Tracking] Update test to use opaque pointers
2023-01-20 Samuel Parker[NFC] Precommit tests
2023-01-20 Jean Perier[flang][hlfir] Enable allocate, deallocate, pointer...
2023-01-20 David Sherwood[AArch64][SME2] Add LLVM IR intrinsics for the vertical...
2023-01-20 Guray Ozen[mlir] Introduce a pattern to lower `gpu.subgroup_reduc...
2023-01-20 Tom Eccles[mlir][Linalg] Fix ignoring nodiscard return value
2023-01-20 Kevin Sala[OpenMP][libomptarget] Fix deinit of NextGen AMDGPU...
2023-01-20 Tobias Gysi[mlir][llvm] Drop cyclic dependencies during debug...
2023-01-20 Sven van Haastregt[OpenCL] Always add nounwind attribute for OpenCL
2023-01-20 Nikita Popov[InstCombine] Add multi-use tests for gep of gep fold...
2023-01-20 Kerry McLaughlin[AArch64][SME2] Add multi-vector multiply-add long...
2023-01-20 Nikita Popov[ValueTracking] Take poison-generating metadata into...
2023-01-20 Kerry McLaughlin[AArch64][SME2] Add multi-vector fused multiply-add...
2023-01-20 Guray Ozen[mlir][nvvm] Introduce redux op
2023-01-20 Nicholas Guy[ReleaseNotes] Add mention of complex number support...
2023-01-20 Anshil Gandhi[InstCombine] Add tests for constant memcpy with select...
2023-01-20 Marco Elvertsan: Consider SI_TIMER signals always asynchronous
2023-01-20 Jean Perier[flang][hlfir] Lower pointer and allocatable sub-part...
2023-01-20 Benjamin Kramer[bazel] Add missing dependencies for 790f237012
2023-01-20 LLVM GN Syncbot[gn build] Port 0e13ccc69cf2
2023-01-20 Florian Hahn[VPlan] Add initial VPDT test. (NFC)
2023-01-20 Nikita Popov[libomp] Explicitly include <string> header (NFC)
2023-01-20 v1nh1shungry[clang] fix crash on generic lambda with lambda in...
2023-01-20 Matthias Springer[mlir] GreedyPatternRewriteDriver: Add new strict mode...
2023-01-20 Timm Bäder[clang][Interp] Initialize remaining InlineDescriptor...
2023-01-20 Nikita Popov[Flang] Explicitly include cstdint (NFC)
2023-01-20 Sergey Kachkov[GVN] Refactor findDominatingLoad function
2023-01-20 Viktoriia Bakalova[include-mapping] Parse zombie_names.html into a remove...
2023-01-20 Kristof BeylsAdd security group 2022 transparency report.
2023-01-20 Craig TopperRevert "[X86][WIP] Change precision control to FP80...
2023-01-20 Craig Topper[RISCV][TableGen] Use getAllDerivedDefinitions in RISCV...
2023-01-20 Craig Topper[X86][WIP] Change precision control to FP80 during...
2023-01-20 Nicolas Vasilache[mlir][Linalg] Add a structured.pack_transpose transform op
2023-01-20 Nicolas Vasilache[mlir][Linalg] Fix crash in LinalgToStandard
2023-01-20 Nicolas Vasilache[mlir][Linalg] Add missing test
2023-01-20 Kadir Cetinkaya[clangd] Fix shared lib builds
2023-01-20 Uday BondhugulaNFC. Refactor affine fusion code for readability
2023-01-20 Nicolas Vasilache[mlir][Linalg] Fix crash in LinalgToStandard
next