platform/upstream/llvm.git
2023-03-22 Nicolas Vasilache[mlir][AffineMap] NFC - Refactor getProjectedMap and...
2023-03-22 Alexander Belyaev[mlir] Add a pattern to fold tensor.cast into scf.forall.
2023-03-22 Zhongyunde[InstCombine] enhance icmp with sub folds
2023-03-22 Zhongyunde[tests] precommit tests for D145846
2023-03-22 Florian Hahn[LV] Set inbounds flag using CreateGEP in vectorizeInte...
2023-03-22 Serguei Katkov[LoopPredication] Add a test demonstrating bug.
2023-03-22 Uday Bondhugula[MLIR][Affine] Fix assumption on int type in memref...
2023-03-22 Nikita Popov[GVN] Regenerate test checks (NFC)
2023-03-22 Nikita Popov[IR] Rename dropUndefImplying to dropUBImplying (NFC)
2023-03-22 Sam McCall[dataflow] Log flow condition to the correct stream.
2023-03-22 David Spickett[llvm][ARM] Fix bounds check after use in ARMAsmParser
2023-03-22 David Spickett[lldb] Add test for unavailable registers
2023-03-22 Tobias Gysi[mlir][llvm] Add experimental alias scope decl intrinsic.
2023-03-22 Matthias Springer[mlir][Transforms][NFC] Improve builder/listener API...
2023-03-22 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2023-03-22 Max Kazantsev[GuardWidening] Improve analysis of potential widening...
2023-03-22 Tobias Gysi[mlir] Argument and result attribute handling during...
2023-03-22 Matthias Springer[mlir][IR] Add ReverseDominanceIterator for IR walkers
2023-03-22 Balazs Benics[analyzer] Fix crashing getSValFromInitListExpr for...
2023-03-22 Kazu Hirata[llvm] Use llvm::isNullConstant (NFC)
2023-03-22 Max Kazantsev[Test] Add hanging test for D146276
2023-03-22 Kazu Hirata[X86] Use llvm::isOneConstant (NFC)
2023-03-22 Ethan Luis... [flang] Feature list plugin
2023-03-22 paperchalice[MCContext] Use `const Twine &` in symbol creation...
2023-03-22 Nicolas Vasilache[mlir][memref] Use folded composed affine apply ops...
2023-03-22 Ben Shi[clang][driver] Enable '-flto' on AVR
2023-03-22 Bruno Cardoso... [Coroutines] Implement fix for cwg2563 issue and enable...
2023-03-22 Bruno Cardoso... [Coroutines] Fix premature conversion of return object
2023-03-22 Ting Wang[PowerPC][NFC] add const-nonsplat-array-init.ll
2023-03-22 yijia1212update dependency for TransformOpsPyTdFiles
2023-03-22 Craig Topper[RISCV] Clear mayRaiseFPException for fclass.d instruction.
2023-03-22 Craig Topper[RISCV] Clear mayRaiseFPException for Zfa fmvh.x.d...
2023-03-22 Craig Topper[RISCV] Move fli selection in RISCVISelDAGToDAG.cpp...
2023-03-22 Michael Francis[AIX][r] Do not call AddFilePathLibArgs with -r
2023-03-22 Philip Reames[LFTR] Minor style cleanup [nfc]
2023-03-22 Philip Reames[LFTR] Use evaluateAtIteration in genLoopLimit [nfc]
2023-03-22 Philip Reames[LFTR] Simplify another case under assumption exit...
2023-03-22 Johannes Doerfert[OpenMP] Remove shadow pointer map and introduce consis...
2023-03-22 Johannes Doerfert[OpenMP] Remove restriction on the thread count for...
2023-03-22 Johannes Doerfert[OpenMP] Avoid zero size copies to the device
2023-03-22 Joseph Huber[libc] Don't install the GPU startup code for now
2023-03-22 Craig Topper[RISCV] Use LBU for extloadi8.
2023-03-22 Jon Chesterfield[amdgpu][nfc] clang-format AMDGPULowerModuleLDS for...
2023-03-22 Philip Reames[SCEV] Add coverage for a missing flag inference case
2023-03-22 Jon Chesterfield[amdgpu][nfc] Extract more functions in LowerModuleLDS...
2023-03-22 Kazu Hirata[llvm] Use ConstantInt::{isZero,isOne} (NFC)
2023-03-21 Peiming Liu[mlir][sparse] fix crash when using pure constant index...
2023-03-21 Jon Chesterfield[amdgpu][nfc] Comment and extract two functions in...
2023-03-21 Alex Langford[lldb][CMake] Enforce not linking against plugin libs...
2023-03-21 wren romano[mlir][sparse] Adding new `Merger::addLat` overload
2023-03-21 Craig Topper[RISCV] Improve validation of opcode for .insn.
2023-03-21 Congcong Cai[WebAssembly] Fix i64_i64_func_i64_i64_i32 type signatu...
2023-03-21 Vitaly Buka[NFC][tsan] Add __tsan_default_{options,suppressions...
2023-03-21 Artem Belevich[CUDA] Update cached kernel handle when the function...
2023-03-21 Anlun XuAdd missing dependency for TransformDialect
2023-03-21 Dave Lee[lldb] Refactor deduction of the instance variable...
2023-03-21 Craig Topper[RISCV] Remove 'rs1' field from RVInst16 class. NFC
2023-03-21 yijia1212Fix dep error for transform dialect in bazel
2023-03-21 TatWai Chong[mlir][tosa] Add check if the operand of the operations...
2023-03-21 Aart Bik[mlir][sparse][gpu] end-to-end test for 2:4 sparsity...
2023-03-21 Snehasish Kumar[memprof] Support symbolization of PIE binaries.
2023-03-21 Andrew Litteken[IRSim] Check largest sections first when analyzing...
2023-03-21 Slava Zakharin[flang] Set proper source location for the main function.
2023-03-21 Blue Gaston[TSAN][Darwin] Forward declare spinlock functions on...
2023-03-21 Arthur Eubanks[NFC] Fix incorrect comment for simplifyRightShift
2023-03-21 Shoaib Meenai[llvm-libtool-darwin] Fix test when libfile.a exists
2023-03-21 Kevin P. NealUpdate checks in advance of an update to D68233.
2023-03-21 Craig Topper[SelectionDAG][RISCV] Remove code for handling too...
2023-03-21 Hristo Hristov[libc++][spaceship] Implement `operator<=>` for `duration`
2023-03-21 Stefan Gränitz[lldb][expr] Propagate ClangDynamicCheckerFunctions...
2023-03-21 Arthur Eubanks[AlwaysInliner] Make legacy pass like the new pass
2023-03-21 Alex Langford[lldb][CMake] Enforce not letting lldbUtility link...
2023-03-21 Arthur Eubanks[test] Change DAG to NEXT in pipeline tests
2023-03-21 Dave LeeRecommit [lldb] Change dwim-print to default to disable...
2023-03-21 Paul Kirth[llvm][support] Fix ScopedPrinterTest on AIX
2023-03-21 Simon Pilgrim[DAG] visitABS - use FoldConstantArithmetic to perform...
2023-03-21 Dave Lee[lldb] Test direct ivar access in objc++ (NFC)
2023-03-21 Arthur Eubanks[test] Remove redundant check prefix from new-pm-thinlt...
2023-03-21 Jakub Kuderski[ADT] Add `llvm::range_size` function for generic ranges
2023-03-21 Aaron BallmanNo longer issue static lambda pedantic warning for...
2023-03-21 Craig Topper[IndVarSimplify] Remove duplicate call to getSCEV. NFC
2023-03-21 Mark de Wever[libc++] Qualifies size_t.
2023-03-21 Philip Reames[LSR] Don't crash on non-branch terminator in -lsr...
2023-03-21 Philip Reames[LSR] Remove a couple stale comments in lsr-term-fold
2023-03-21 Arthur Eubanks[test] Split up new-pm-thinlto-defaults.ll into prelink...
2023-03-21 Congcong Cai[Webassembly][multivalue] update libcall signature...
2023-03-21 Andrew LittekenRevert "[IRSim] Check largest sections first when analy...
2023-03-21 Anna Thomas[LV] Use speculatability within entire loop to avoid...
2023-03-21 Mirko Brkusanin[AMDGPU][NFC] Update GFX11 test checks
2023-03-21 Andrew Litteken[IRSim] Check largest sections first when analyzing...
2023-03-21 Luke Lau[RISCV][NFC] Add test case for SLP reduction vectorizat...
2023-03-21 Erich KeaneFix switch warning from 514e4359a
2023-03-21 Adam PaszkeSupport retrieving the splat value from DenseElementsAt...
2023-03-21 Carl Ritson[SystemZ] Fix modelling of composed subreg indices.
2023-03-21 Erich KeaneAdd warning test to make buildbots happy after 514e4359
2023-03-21 David Spickett[lldb] Fix a 32 bit warning in ScriptedProcessInterface
2023-03-21 Max KazantsevRevert "[GuardWidening] Improve analysis of potential...
2023-03-21 Philip Reames[LSR] Fix "new use of poison" problem in lsr-term-fold
2023-03-21 Nikita Popov[ModuleUtils] Handle globals_ctors/dtors with non-liter...
2023-03-21 Erich Keaneinline stmt attribute diagnosing in templates
next