platform/upstream/llvm.git
2022-01-14 Bryce WilsonRevert "[BasicAliasAnalysis] Remove isMallocOrCallocLikeFn"
2022-01-14 Vitaly Buka[NFC][msan] Add byvals tests with known issues
2022-01-14 Muhammad Omair... [LLDB] Skip TestIOHandlerPythonREPLSigint.py on AArch64...
2022-01-14 Peter Klausler[flang] Legacy extension: non-character formats
2022-01-14 Vladislav Khmelevsky[BOLT][DWARF] Fix high pc patching
2022-01-14 Roman Lebedev[NFC][SCEV] Introduce `getCastExpr()` QoL helper
2022-01-14 Aaron PuchertComment parsing: Don't recognize commands in single...
2022-01-14 Aaron PuchertComment parsing: Simplify Lexer::skipLineStartingDecora...
2022-01-14 Michael Jones[libc] move strdup out of requiring SCUDO
2022-01-14 Congzhe Cao[LoopInterchange] Enable interchange with multiple...
2022-01-14 Vitaly Buka[NFC][msan] Reorder branches in complex if
2022-01-14 James Y KnightFix NDEBUG unused-variable warning after 05f6e93938b73d...
2022-01-14 Eugene Zhulenev[mlir] Remove getNumberOfExecutions from RegionBranchOp...
2022-01-14 Fangrui Song[lld-macho] Simplify DeduplicatedCStringSection::finali...
2022-01-14 serge-sans... Document several clang-supported builtins
2022-01-14 Nadav RotemFold ashr-exact into a icmp-ugt.
2022-01-14 Marek Kurdej[clang-format] Fix short functions being considered...
2022-01-14 Craig Topper[SelectionDAGBuilder] Remove unneeded vector bitcast...
2022-01-14 Arthur O'Dwyer[libc++] [test] Add a test for proper _Uglification...
2022-01-14 Marek Kurdej[clang-format] Fix CompactNamespaces corner case when...
2022-01-14 Arthur O'Dwyer[libc++] Further small cleanups of move_iterator.h...
2022-01-14 Arthur O'Dwyer[libc++] s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_...
2022-01-14 Arthur O'Dwyer[libc++] Rename __i to __current_ in move_iterator...
2022-01-14 Bryce Wilson[BasicAliasAnalysis] Remove isMallocOrCallocLikeFn
2022-01-14 Louis Dionne[libc++] Add missing `<cstddef>` include in span test
2022-01-14 Casey Carter[libcxx][test] Properly qualify uses of std::size_t
2022-01-14 fourdim[jitlink] add R_RISCV_BRANCH to jitlink
2022-01-14 Ellis Hoag[InstrProf][NFC] Do not assume size of counter type
2022-01-14 Jessica Paquette[JumpThreading] Change asserts for WantInteger into...
2022-01-14 Mike Rice[OpenMP] Fix problems with the declare variant append_a...
2022-01-14 V Donaldson[flang] "CFI" types for Fortran REAL and COMPLEX kinds...
2022-01-14 Florian HahnRecommit "[LV] Inline CreateSplatIV call for scalar...
2022-01-14 Nadav RotemAdd new tests that check the icmp-ashr baseline.
2022-01-14 Peter Klausler[flang] Allow pointers to non-sequence types in sequenc...
2022-01-14 Erich Keane[CPU-Dispatch] Make sure Dispatch names get updated...
2022-01-14 Nikolas Klauser[libc++][NFC] Remove clang-diagnostic-c++98-compat...
2022-01-14 Mehdi AminiApply clang-tidy fixes for readability-container-size...
2022-01-14 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-01-14 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-01-14 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-01-14 Fangrui Song[X86] Fix -Wunused-lambda-capture
2022-01-14 Hui Xie[libc++] Fix __simple_view concept in std::ranges
2022-01-14 Sanjay Patel[InstCombine] remove unnecessary use check on X >>exact...
2022-01-14 Sanjay Patel[InstCombine] add tests for icmp with exact shift; NFC
2022-01-14 Arthur O'Dwyer[libc++] [test] ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATION...
2022-01-14 Tue Ly[libc] Implement correctly rounded log2f based on RLIBM...
2022-01-14 Arthur O'Dwyer[libc++] [NFC] Remove a hard tab from __config.
2022-01-14 Rahul Joshi[MLIR] Introduce generic visitors.
2022-01-14 Simon Pilgrim[X86][AVX] lowerShuffleAsLanePermuteAndShuffle - don...
2022-01-14 Craig Topper[RISCV] Add basic support for matching shuffles to...
2022-01-14 Craig Topper[RISCV] Honor the VT when converting float point regist...
2022-01-14 Nikita Popov[Docs] Use anonymous reference (NFC)
2022-01-14 Craig Topper[AMDGPU] Correct the known bits calculation for MUL_I24.
2022-01-14 Craig Topper[AMDGPU] Pre-commit test for D116469. NFC
2022-01-14 Sanjay Patel[InstCombine] add more tests for binop with phi operand...
2022-01-14 Sanjay Patel[InstCombine] add test for limitation of knownbits...
2022-01-14 Nikita Popov[Docs] Update opaque pointer docs (NFC)
2022-01-14 Muiez Ahmed[SystemZ][z/OS] ASCII/EBCDIC support with no coexistence
2022-01-14 Philip ReamesRevert "[MemoryBuiltins] [NFC] Add missing section...
2022-01-14 Simon Pilgrim[LTO] runNewPMPasses - remove check for TM != nullptr...
2022-01-14 Tue Ly[libc] Update exhaustive testing documentations.
2022-01-14 Andrzej Warzynski[flang] Fix a bug in the `flang` wrapper script
2022-01-14 Florian Hahn[LV] Add test with an integer induction based on a...
2022-01-14 Simon Pilgrim[llvm-profgen] ProfiledBinary::load - use cast<> instea...
2022-01-14 Simon Pilgrim[X86] combineConcatVectorOps - fold concat(permilpd...
2022-01-14 Simon Pilgrim[X86] combineConcatVectorOps - fold concat(movs*dup...
2022-01-14 Arthur O'Dwyer[libc++] _Uglify some template parameter names. NFCI.
2022-01-14 Stephan Herhut[mlir][memref] Fix memref.copy of scalar memref
2022-01-14 LLVM GN Syncbot[gn build] Port 5726e5598104
2022-01-14 Benjamin Kramer[CGBuiltin] Simplify code. NFCI.
2022-01-14 Stanislav Gatev[clang][dataflow] Add transfer functions for constructors
2022-01-14 Louis Dionne[libc++] Modularize <chrono>
2022-01-14 Vitaly Buka[msan] Fix typo in test from rGf6875c434ec2
2022-01-14 Simon Pilgrim[X86] Add tests showing failure to concatenate vmovsldu...
2022-01-14 Simon Pilgrim[X86] combineConcatVectorOps - fold concat(movddup...
2022-01-14 Simon Pilgrim[llvm-profgen] Pass iteration value by reference in...
2022-01-14 Simon Pilgrim[llvm-profgen] CSProfileGenerator::generateLineNumBased...
2022-01-14 David Truby[AArch64][SVE] Fix VLS mulh tests to use literal vectors
2022-01-14 Roman Lebedev[NFCI][SCEV] `computeExitLimitFromCondFromBinOp()`...
2022-01-14 Roman Lebedev[SCEV] `getSequentialMinMaxExpr()`: relax 2-op umin_seq...
2022-01-14 Roman Lebedev[NFC][SCEV] Add test with umin_seq w/ 1op and constant
2022-01-14 Uday Bondhugula[MLIR] NFC. affine data copy generate utility return...
2022-01-14 Jun Zhang[Clang] Add __builtin_reduce_or and __builtin_reduce_and
2022-01-14 Coelacanthus[LLDB][NFC] Fix a typo in comment
2022-01-14 Matthias Springer[mlir][linalg][bufferize] Support custom insertion...
2022-01-14 Matthias Springer[mlir][memref] Fold self copies
2022-01-14 Marek Kurdej[clang-format] Add missing test for loops formatting...
2022-01-14 Florian Hahn[LoopVersioning] Add test case with foldable icmp in...
2022-01-14 Kadir CetinkayaRevert "[clangd] Elide even more checks in SelectionTree."
2022-01-14 Matthias Springer[mlir][linalg][bufferize] Use memref.copy instead of...
2022-01-14 Stephan Herhut[mlir][memref] Implement fast lowering of memref.copy
2022-01-14 Alexey Lapshin[DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter usage...
2022-01-14 Matthias Springer[mlir][memref] Fold copy of cast
2022-01-14 Roman Lebedev[SCEV] `getSequentialMinMaxExpr()`: rewrite deduplicati...
2022-01-14 Marek Kurdej[clang-format] Fix typos in test. NFC.
2022-01-14 Alex Bradbury[RISCV][NFC] Use TableGen 'foreach' to simplify repetit...
2022-01-14 Alex Zinenko[mlir] Fix invalid assertion in ModuleTranslation.cpp
2022-01-14 Florian Hahn[IRBuilder] Migrate gep-folding to value-based FoldGEP.
2022-01-14 Nikita Popov[Verifier] Avoid asserting on invalid cleanuppad chain
2022-01-14 Adrian Kuegel[mlir] Use .empty() instead of checking size() == 0.
next