platform/upstream/llvm.git
2022-01-24 Nikita Popov[SDAG] Don't move DBG_VALUE instructions after insertio...
2022-01-24 Sander de Smalen[ISEL] Canonicalise constant splats to RHS.
2022-01-24 Andrzej Warzynski[flang][examples] Add missing CMake dependencies
2022-01-24 Nikita Popov[Attributor] Use MemoryLocation to get pointer operand...
2022-01-24 Nikita Popov[OpaquePtrs] Add getNonOpaquePointerElementType() metho...
2022-01-24 Timm Bäder[clang][tests] Fix a c++/libc++ -stdlib value typo
2022-01-24 Timm Bäder[clang][sema] Add missing diagnostic parameter
2022-01-24 Chenbing.Zheng[RISCV] Add patterns of SET[U]LT_VI for STECC forms
2022-01-24 Marek Kurdej[clang-format] Assert Line->First and State.NextToken...
2022-01-24 Lorenzo Chelini[MLIR][Presburger] Silence -Wdangling-else warning...
2022-01-24 Jim Lin[Hexagon] Use llvm::Register instead of unsigned in...
2022-01-24 Marek Kurdej[clang-format] Assert Line->First. NFC.
2022-01-24 Nimish MishraAdded OpenMP 5.0 specification based semantic checks...
2022-01-24 Marek Kurdej[clang-format] Remove unused assignment. NFC.
2022-01-24 Qiu Chaofan[PowerPC] Emit warning for ieeelongdouble on older...
2022-01-24 jacquesguan[RISCV] Decouple Zve* extensions and the V extension.
2022-01-24 Kazu Hirata[Target] Use range-based for loops (NFC)
2022-01-24 Wu Xinlong[RISCV] Initially support the K-extension instructions...
2022-01-24 Julian Lettner[TSan] Mark test unsupported on Darwin
2022-01-24 David BlaikieRough guess at fixing lldb tests to handle Clang defaul...
2022-01-24 Abinav Puthan... [GlobalISel] Fold or of shifts with constant amount...
2022-01-24 David BlaikieAdd missing function implementation from DWARF default...
2022-01-24 David BlaikieClang: Change the default DWARF version to 5
2022-01-24 Kazu Hirata[Analysis] Use default member initialization (NFC)
2022-01-24 Kazu Hirata[Vectorize] Remove unused variables (NFC)
2022-01-24 Kazu HirataAdd modernize-use-default-member-init.UseAssignment...
2022-01-24 Chuanqi Xu[NFC] [Coroutines] Rename tests in coro-align
2022-01-24 Jim Lin[RISCV][NFC] Remove tailing whitespaces in RISCVInstrIn...
2022-01-24 Chuanqi Xu[C++20] [Module] fix bug 47716 and implement [module...
2022-01-24 David BlaikieDebugInfo: Include template parameters for simplified...
2022-01-23 Simon Pilgrim[X86] Add some basic tests for PR46809
2022-01-23 David BlaikieDebugInfo: Don't put types in type units if they refere...
2022-01-23 Kazu Hirata[Analysis] Remove a redundant const from a return type...
2022-01-23 Kazu Hirata[Sema] Fix a bugprone argument comment (NFC)
2022-01-23 Kazu Hirata[mlir] Ensure a newline at the end of a file (NFC)
2022-01-23 Craig Topper[RISCV] Add tests that do a bitreverse before or after...
2022-01-23 Craig Topper[RISCV] Add bitreverse tests to bswap-ctlz-cttz-ctpop...
2022-01-23 Simon Pilgrim[X86] LowerFunnelShift - always lower vXi8 fshl by...
2022-01-23 Kazu Hirata[clang] Remove unused forward declarations (NFC)
2022-01-23 Kazu Hirata[clang] Forward-declare DynTypedNode (NFC)
2022-01-23 Kazu Hirata[clang] Move the definition of ASTDiff (NFC)
2022-01-23 Simon Pilgrim[X86] LowerFunnelShift - use supportedVectorShiftWithBa...
2022-01-23 Craig Topper[RISCV] Adjust the header comment in RISCVInstrInfoZb...
2022-01-23 Groverkss[MLIR][Presburger] Clean PresburgerSet identifier inter...
2022-01-23 Kazu Hirata[Object] Remove a redundant return statement (NFC)
2022-01-23 Kazu Hirata[Commands] Remove redundant member initialization ...
2022-01-23 Kazu Hirata[llvm] Fix header guards (NFC)
2022-01-23 Nuno Lopes[NewGVN][NFC] precommit tests for PR53277
2022-01-23 Fangrui Song[Support] Simplify parallelForEach{,N}
2022-01-23 Casey Carter[libcxx][test] Make MSVC `<charconv>` test compile...
2022-01-23 Simon Pilgrim[InstCombine] Add test coverage for PR48683
2022-01-23 Craig Topper[RISCV] Merge some rvv intrinsic test cases that only...
2022-01-23 Simon Pilgrim[DAG] Fold (X & Y) != 0 --> zextOrTrunc(X & Y) iff...
2022-01-23 LLVM GN Syncbot[gn build] Port d2e8fb331835
2022-01-23 Simon PilgrimRevert rG7c66aaddb128dc0f342830c1efaeb7a278bfc48c ...
2022-01-23 Richard[clang-tidy] Add readability-duplicate-include check
2022-01-23 Sanjay Patel[IR] document and update ctlz/cttz intrinsics to option...
2022-01-23 Simon Pilgrim[DAG] Fold (X & Y) != 0 --> zextOrTrunc(X & Y) iff...
2022-01-23 Ayke van Laethem[AVR] Make use of the constant value 0 in R1
2022-01-23 Ayke van Laethem[AVR] Remove regalloc workaround for LDDWRdPtrQ
2022-01-23 Carlos Galvez[clang-tidy] Remove gsl::at suggestion from cppcoreguid...
2022-01-23 Simon Pilgrim[X86] Add vector signbit parity checks for non-popcnt...
2022-01-23 Arthur O'Dwyer[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator...
2022-01-23 Arthur O'Dwyer[libc++] Mark LWG3541 as "Complete". NFC.
2022-01-23 Simon PilgrimFix "not all control paths return a value" warning...
2022-01-23 Simon Pilgrim[lldb] TerminalState::Save - fix unused variable warning
2022-01-23 Simon Pilgrim[lldb] PdbAstBuilder - use cast<> instead of dyn_cast...
2022-01-23 Simon Pilgrim[lldb] CxxModuleHandler - use cast<> instead of dyn_cas...
2022-01-23 Simon Pilgrim[clangd] Use castAs<> instead of getAs<> to avoid deref...
2022-01-23 Simon Pilgrim[clang-tidy] Use cast<>/castAs<> instead of dyn_cast...
2022-01-23 Simon Pilgrim[llvm-objdump] Use cast<> instead of dyn_cast<> to...
2022-01-23 Simon Pilgrim[CodeGenPrepare] Use dyn_cast result to check for null...
2022-01-23 Simon Pilgrim[llvm-objdump] Use cast<> instead of dyn_cast<> to...
2022-01-23 Simon Pilgrim[X86] Regenerate avx512-mask-op.ll
2022-01-23 Alex Brachet[llvm-objcopy][MachO] Implement --update-section
2022-01-23 Craig Topper[RISCV] Use FP ABI for some RVV intrinsic tests. NFC
2022-01-23 Craig Topper[RISCV] Merge some rvv intrinsic test cases that only...
2022-01-23 eopXD[RISCV] Remove experimental prefix from rvv-related...
2022-01-23 Joe Loser[libc++] Implement LWG3549: view_interface need not...
2022-01-23 Phoebe Wang[X86][MS] Change the alignment of f80 to 16 bytes on...
2022-01-23 Dave[docs] [clang] Small documentation change for compilati...
2022-01-22 Malhar Jajoo[openmp] Allow x87 fp functions only in Openmp runtime...
2022-01-22 John Ericson[clang-tools-extra][cmake] Use `GNUInstallDirs` to...
2022-01-22 Sanjay Patel[InstCombine] try to fold binop with phi operands
2022-01-22 Craig Topper[RISCV] Don't Custom legalize f16/f32/f64 bitcasts...
2022-01-22 John Ericson[openmp][cmake] Use `GNUInstallDirs` to support custom...
2022-01-22 Peter Klausler[flang] Support DECIMAL='COMMA' mode in namelist I/O
2022-01-22 Peter Klausler[flang] Don't drop format string for external child I/O
2022-01-22 Arthur O'Dwyer[libc++] [test] {cpo,niebloid}.compile.pass.cpp: Also...
2022-01-22 Florian Hahn[LV] Always create VPWidenCanonicalIVRecipe, optimize...
2022-01-22 Qiu Chaofan[PowerPC] Support parsing GNU attributes in MC
2022-01-22 Qiu Chaofan[PowerPC] Change CTR clobber estimation for 128-bit...
2022-01-22 David Green[DAG] Convert truncstore(extend(x)) back to store(x)
2022-01-22 luxufanreapply de872382951 "[JITLink] Add anonymous symbols...
2022-01-22 Micah Weston[AArch64] Optimize add/sub with immediate through MIPee...
2022-01-22 Alexander Belyaev[mlir] Add SingleBlockImplicitTerminator<"tensor::Yield...
2022-01-22 Mark de Wever[libc++] Use addressof in unordered_set.
2022-01-21 fourdim[JITLink][RISCV] Support R_RISCV_SET* and R_RISCV_32_PC...
2022-01-22 luxufanRevert "[JITLink] Add anonymous symbols in LinkGraph...
2022-01-22 luxufan[JITLink] Add anonymous symbols in LinkGraph for unname...
next