platform/upstream/llvm.git
2023-01-30 Jonas Devlieghere[lldb] Use lldbassert in BuildObjCObjectPointerType
2023-01-30 Daniel Thornburgh[NFC] [llvm-cov] Remove unnecessary logic from llvm...
2023-01-30 Daniel Thornburgh[llvm-cov] Add split-file to compiler-rt test requirements.
2023-01-30 Chuanqi Xu[libc++] Remove <experimental/coroutine>
2023-01-30 Shafik Yaghmour[Clang] Fix unconditional access to Attr pointer when...
2023-01-30 Hongtao Yu[Pseudo Probe] Do not instrument EH blocks.
2023-01-30 Louis Dionne[libc++] Add missing include promote.h in <cmath>
2023-01-30 Sanjay Patel[InstCombine] reduce icmp_eq0-of-and-of-select-of-constants
2023-01-30 Sanjay Patel[InstCombine] add tests for icmp-of-and-of-select-of...
2023-01-30 Bruno Schmitt[mlir][Pass] Handle spaces in pipeline strings
2023-01-30 Bruno Schmitt[mlir][AsmPrinter] Gracefully handle empty symbol
2023-01-30 Craig Topper[RISCV] Use custom operand parsing for FenceArg.
2023-01-30 Matt ArsenaultAMDGPU: Update machine divergence analysis test
2023-01-30 Matt ArsenaultAMDGPU/GlobalISel: Add stub custom regbankselect pass
2023-01-30 Florian HahnRecommit "[SCCP] Support NUW/NSW inference for all...
2023-01-30 Arthur Eubanks[test] Require asserts in count-visits.ll
2023-01-30 Hans WennborgRevert "[LSAN][HWASAN] Run LSAN tests with HWASAN enabled"
2023-01-30 Aaron BallmanImprove example documentation for __builtin_offsetof...
2023-01-30 BigPeetFix handling of braced-init temporaries for modernize...
2023-01-30 Matt ArsenaultAMDGPU/GlobalISel: Partially fix getGenericInstructionU...
2023-01-30 Matt ArsenaultAMDGPU: Partially fix machine uniformity for inline asm
2023-01-30 Matt ArsenaultAMDGPU: Fix null dereference in getInstructionUniformity
2023-01-30 Florian Hahn[SCCP] Add sub tests for NUW/NSW flag inference.
2023-01-30 Alex Brachet[MC] Allow .pushsection between .cfi_startproc/.cfi_endproc
2023-01-30 Kyuwon ChoReland [LTO] Demangle the function name in DiagnosticIn...
2023-01-30 Arthur EubanksRevert "[LTO] Demangle the function name in DiagnosticI...
2023-01-30 Matt Arsenaultclang/OpenCL: Apply default attributes to enqueued...
2023-01-30 Matt Arsenaultclang/OpenCL: Extend tests for enqueued block attributes
2023-01-30 Matt Arsenaultclang/OpenCL: Fix not setting convergent on block invok...
2023-01-30 Matt Arsenaultclang/OpenCL: Don't use a Function for the block type
2023-01-30 Shilei Tian[OpenMP][NVPTX] Guard the target name macro definition
2023-01-30 Kyuwon Cho[LTO] Demangle the function name in DiagnosticInfoDontC...
2023-01-30 Arthur Eubanks[CGSCC] Add pass which counts the max number of times...
2023-01-30 Florian Hahn[SCCP] Flip range arguments for NSW region check.
2023-01-30 Craig Topper[RISCV] Replace multiple ifs with a switch. NFC
2023-01-30 Mitch PhillipsRevert "[AIX][BigArchive] Treat the archive is empty...
2023-01-30 Nikolas Klauser[libc++] Add [[clang::lifetimebound]] to min/max algorithms
2023-01-30 Siva Chandra... [libc] Add an off-by-default option to silence "skippin...
2023-01-30 Siva Chandra... [libc] Use a more general way to determine the compiler...
2023-01-30 Felipe de Azevedo... [mem2reg][debuginfo] Handle op_deref when converting...
2023-01-30 David Green[AArch64] Replace AEK_CRYPTO with relevant features...
2023-01-30 Louis Dionne[libc++] Don't assume that string_view::const_iterator...
2023-01-30 Tobias Gysi[mlir][llvm] Import access group metadata.
2023-01-30 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2023-01-30 Nikita Popov[InferAddressSpaces] Regenerate test checks (NFC)
2023-01-30 Xiang[mlir] use getNumDimAndSymbolVars when iterate dims...
2023-01-30 Simon Pilgrim[X86] Add SSE2 test coverage to vector comparison all_o...
2023-01-30 Alexander Belyaev[mlir] Remove Linalg fusion-on-memrefs.
2023-01-30 Johannes de... [MLIR][LLVM] Generate LLVM lifetime intrinsics while...
2023-01-30 Joseph Huber[Libomptarget] Fix tests after previous patch
2023-01-30 Simon Pilgrim[X86] combinePredicateReduction - pull out SETCC handli...
2023-01-30 Aaron BallmanFix LLVM sphinx docs, redux
2023-01-30 Aaron BallmanFix LLVM Sphinx build
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)
next