platform/upstream/llvm.git
2023-01-30 Joseph Huber[Libomptarget] Remove unused test targets in libomptaget
2023-01-30 Samuel Parker[DAGCombine] fp_to_sint isSaturatingMinMax
2023-01-30 Hans WennborgRevert "[ASan][libcxx] Annotating std::vector with...
2023-01-30 Sacha Ballantyne[flang] Fix simplify intrinsic for count not checking...
2023-01-30 Pavel Labath[lldb] Fix TestVSCode_completions for D141828
2023-01-30 Muhammad Omair... Revert "Revert "[lldb] Make SBSection::GetSectionData...
2023-01-30 Tomas Matheson[AArch64] Add atomics tests for lse2+lse128
2023-01-30 Andrew Ng[clangd] Disable tests that are incompatible with Windows
2023-01-30 Andrew Ng[memprof] Change test output redirection to enable...
2023-01-30 Florian Hahn[VPlan] VPPredInstPHIRecipes does not write to memory.
2023-01-30 Jirui Wu[ARM] Accept shortened forms of the T2 ADC instruction
2023-01-30 Matthias Springer[mlir][bufferization][NFC] Rename BufferRelation::None...
2023-01-30 Marius Brehler[mlir][nfc] Migrate standalone to new fold API
2023-01-30 Guillaume Chatelet[libc] Remove warning about unused variable
2023-01-30 Matt Devereau[LoopVectorize] Enable integer Mul and Add as select...
2023-01-30 Simon Pilgrim[X86] pr53419.ll - add AVX512 test coverage
2023-01-30 Matthias Springer[mlir][bufferization] Better handling of unranked tenso...
2023-01-30 Matthias Springer[mlir][bufferization][NFC] Simplify func bufferization...
2023-01-30 Matthias Springer[mlir][bufferization] Fix getAliasingOpOperand/OpResult...
2023-01-30 Balázs Kéri[clang][ASTImporter] Handle UsingType in friend declara...
2023-01-30 Nikita Popov[UTC] Add --version argument
2023-01-30 Nikita PopovRevert "[llvm] Use llvm::bit_ceil (NFC)"
2023-01-30 Matthias Springer[mlir][bufferization][NFC] Rename: "last-write" ->...
2023-01-30 Christian UlmannRevert "[mlir][LLVM] Add all LLVM parameter attributes"
2023-01-30 varconst[libc++][ranges] Temporarily mark `ranges::join_view...
2023-01-30 Matthias Springer[mlir][bufferization] Generalize and rename isMemoryWrite
2023-01-30 Konstantin... [libc++] Fix some missed `return 0` statements in test...
2023-01-30 Matthias Springer[mlir][NFC] GreedyPatternRewriteDriver: Remove single...
2023-01-30 Christian Ulmann[mlir][LLVM] Add all LLVM parameter attributes
2023-01-30 Muhammad Omair... Revert "[lldb] Make SBSection::GetSectionData call...
2023-01-30 Nathan Ridge[clangd] Fix test failure in TypeHints.Decltype
2023-01-30 Craig Topper[Docs] Rename -dot-postdom -> -dom-post-dom in Passes...
2023-01-30 Nathan Ridge[clangd] Don't show 'auto' type hint when type deductio...
2023-01-30 Kai Luo[AIX][BigArchive] Treat the archive is empty if the...
2023-01-30 Xiang Li[mlir] skip 0-D vector in BubbleUpBitCastForStridedSlic...
2023-01-30 Sergei Barannikov[WebAssembly] Convert some tests to opaque pointers...
2023-01-30 Sergei Barannikov[Thumb2] Convert some tests to opaque pointers (NFC)
2023-01-30 Ben Shi[AVR][NFC] Remove redundant target feature PROGMEM
2023-01-30 Craig Topper[RISCV] Move IsRV64 field of RISCVOperand into RegOp...
2023-01-30 Craig Topper[RISCV] Correct end pointer in RISCVAsmParser::parseGPR...
2023-01-30 Craig Topper[RISCV] Make RISCVOperand struct final.
2023-01-30 bixia1[mlir][sparse] Extend sparse_tensor.sort with a enum...
2023-01-30 Sergei Barannikov[PowerPC] Convert more tests to opaque pointers (NFC)
2023-01-30 Kazu Hirata[clang] Remove clang::Optional
2023-01-30 bixia1[mlir][sparse] Change the quick sort pivot selection.
2023-01-30 Kshitij Jain[JITLink] Fixes a bug in one of the test files which...
2023-01-30 Sergei Barannikov[PowerPC] Convert more tests to opaque pointers (NFC)
2023-01-30 Kshitij Jain[JITLink] Adds support for PLT based relocations to...
2023-01-30 Kazu Hirata[Support] Use llvm::bit_ceil (NFC)
2023-01-29 Peter Klausler[flang] Fix ENUMERATOR declarations in nested scopes
2023-01-29 Kazu Hirata[AST] Use llvm::bit_ceil (NFC)
2023-01-29 Kazu Hirata[ADT] Use llvm::bit_ceil (NFC)
2023-01-29 Lang Hames[ORC] Add ordering to ExecutorAddrRanges.
2023-01-29 Peter Klausler[flang][MSVC] Change XFAIL to UNSUPPORTED for disabled...
2023-01-29 Florian Hahn[VPlan] Add sideffect/read or write test for VPPredInst...
2023-01-29 Peter Klausler[flang] Check that DO index variables are definable
2023-01-29 Sergei Barannikov[PowerPC] Convert some tests to opaque pointers (NFC)
2023-01-29 Sylvestre Ledruflang: remove the hardcoded 15 from the release notes
2023-01-29 Philipp Tomsich[RISCV] Fix wrong comment style. NFC
2023-01-29 Philipp Tomsich[RISCV] Alphabetize X-extensions (and add a comment...
2023-01-29 Craig Topper[RISCV] Move IsGPRAsFPR into RegOp struct in RISCVOpera...
2023-01-29 Craig Topper[RISCV] Move FRM parsing in the assembler to a custom...
2023-01-29 Simon Pilgrim[X86] pr53419.ll - cleanup check-prefixes. NFC.
2023-01-29 Peter Klausler[flang] Don't fold REPEAT() when the result would be...
2023-01-29 Kazu Hirata[Support] Use std::clamp (NFC)
2023-01-29 Peter Klausler[flang] Fix defined I/O semantics crash & missing error...
2023-01-29 Simon Pilgrim[Support] ModRef.h - fix include guard
2023-01-29 Simon Pilgrim[IR] PatternMatch.h - m_SplatOrUndefMask::match - speci...
2023-01-29 Simon Pilgrim[IR] InstrTypes.h - operandBundleFromBundleOpInfo ...
2023-01-29 Kazu Hirata[Scalar] Remove an unused local varable (NFC)
2023-01-29 Kazu Hirata[AST] Use std::clamp (NFC)
2023-01-29 Simon Pilgrim[Support] StringSaver.h - add missing closing namespace...
2023-01-29 Simon Pilgrim[Support] ReverseIteration.h - add missing closing...
2023-01-29 Simon Pilgrim[X86] vec_ss_load_fold.ll - use X86 check prefix instea...
2023-01-29 Peter Klausler[flang] If it's got an argument keyword, it can't becom...
2023-01-29 Philipp Tomsich[AArch64] Add A+B+1 and A-B-1 macro fusion for Ampere1A
2023-01-29 Sanjay Patel[InstSimplify] !(X && Y) || X --> true (for poison...
2023-01-29 Sanjay Patel[InstSimplify] add tests for poison-safe logical nand...
2023-01-29 Simon Pilgrim[Support] TypeName.h - add missing closing namespace...
2023-01-29 Simon Pilgrim[X86] avx2-conversions.ll - use X86 check prefix instea...
2023-01-29 Simon Pilgrim[X86] wide-scalar-shift-legalization.ll - use X86 check...
2023-01-29 Simon Pilgrim[X86] wide-scalar-shift-by-byte-multiple-legalization...
2023-01-29 Simon Pilgrim[X86] matchShuffleAsBlend - keep per-lane blend masks...
2023-01-29 Matt ArsenaultGlobalISel: Include register class/bank in regbankselec...
2023-01-29 Ivan Butygin[mlir][gpu][spirv] Gpu min/max reductions lowering...
2023-01-29 Simon Pilgrim[X86] lowerShuffleAsLanePermuteAndRepeatedMask - retain...
2023-01-29 Emmmer[LLDB][RISCV] Add RVV registers enums
2023-01-29 Ben Shi[ELF][test] Improve AVR relocation tests
2023-01-29 Ben Shi[AVR] Fix incorrect decoding of conditional branch...
2023-01-29 Kazu Hirata[llvm] Use llvm::bit_ceil (NFC)
2023-01-29 Craig Topper[RISCV] Simplify code slightly. NFC
2023-01-29 Liming LiuRevert commit 01adf96ebc86 because it caused "Unhandled...
2023-01-29 Craig Topper[RISCV] Bump Zca, Zcb, Zcd, Zcf version to 1.0.
2023-01-29 Liming Liu[clang] Add the check of membership in decltype for...
2023-01-29 Lang Hames[JITLink][MachO] Error on N_EXT symbols with illegal...
2023-01-29 Matt ArsenaultAMDGPU: Don't insert pointer bitcasts for printf lowering
2023-01-29 Peter Klausler[flang][MSVC] Disable test on Windows
2023-01-29 Peter Klausler[flang] Diagnose invalid initializations
2023-01-29 Matt ArsenaultAttributes: Check declarations for dereferenceable...
2023-01-29 Alexander Shaposhnikov[Clang] Treat `std::forward_like` as builtin
next