platform/upstream/llvm.git
2022-08-08 Alex Langford[lldb] Pass TestExternCSymbols.py on Windows
2022-08-08 Slava Zakharin[flang] Replace more pgmath with libm.
2022-08-08 Simon Pilgrim[X86] Add test coverage for ctpop/parity with freeze
2022-08-08 Peiming Liu[mlir][sparse] Add new concatente operator to sparse...
2022-08-08 Fangrui Song[llvm-ranlib] Support more than one input file
2022-08-08 Benjamin Kramer[mlir][math] Fix pythong bindings after 00f7096d31cc789...
2022-08-08 Adrian Vogelsgesang[libc++] Implement `operator==` for `filesystem::space_...
2022-08-08 Mehdi Amini[mlir][doc] Cross link the dependent dialect section...
2022-08-08 Simon Pilgrim[llvm-tblgen] Fix copy+paste typo in CodeGenSchedModels...
2022-08-08 Rajas Vanjape[mlir][sparse][nfc] Use tensor.generate in sparse integ...
2022-08-08 Tarun Prabhu[flang] Add an explicit condition for the BITS=0 case...
2022-08-08 Craig Topper[RISCV] Add ReadFStoreData as a SchedRead.
2022-08-08 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(bswap(x)...
2022-08-08 lorenzo chelini[MLIR][Linalg] Remove `TiledLoops` from tiling options
2022-08-08 Benjamin Kramer[ADT] Retire llvm::apply_tuple in favor of C++17 std...
2022-08-08 Lei Zhang[mlir][spirv] Refresh base definitions to latest spec...
2022-08-08 Fangrui Song[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 Jon ChesterfieldRename OPENMP_HAVE_STD_CPP14_FLAG to match c++17
2022-08-08 Ron LiebermanMove openmp from -std=c++14 to -std=c++17
2022-08-08 Slava Gurevich[LLDB][NFC] Fix suspicious bitwise expression in PrintB...
2022-08-08 Nico Weber[lld/win] Use C++17 structured bindings
2022-08-08 Nico Weber[lld/win] Use C++17 nested namespace syntax in most...
2022-08-08 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(sext(x))...
2022-08-08 Michał Górny[lldb] Make Process and subclass constructors protected
2022-08-08 Aaron BallmanUpdate the C status page from the latest working draft
2022-08-08 Jon Chesterfield[nfc][openmp] clang-format system.cpp prior to D131401
2022-08-08 Nico Weber[lld/mac] Use C++17 structured bindings in two more...
2022-08-08 Jeff Niu[mlir][math] Add `math.absi` op
2022-08-08 Jeff Niu[mlir][math] Rename math.abs -> math.absf
2022-08-08 Simon Pilgrim[X86] Add test coverage for sext/zext/bswap/bitreverse...
2022-08-08 Arthur Eubanks[StandardInstrumentations] Handle case where block...
2022-08-08 Krzysztof ParzyszekRecommit [RDF] Remove explicit template arguments from...
2022-08-08 Dylan Fleming[NFC][Flang][OpenMP] Refactor OpenMP.cpp::genOpenMPRedu...
2022-08-08 Jakub Kuderski[ADT] Add is_splat overload accepting initializer_list
2022-08-08 Simon Pilgrim[DAG] Add initial SelectionDAG::canCreateUndefOrPoison...
2022-08-08 Alexey Lapshin[llvm-dwarfutil] Remove unnecessarily dependency.
2022-08-08 Sanjay Patel[EarlyCSE][ConstantFolding] move test files to dir...
2022-08-08 Chris Bieneman[Docs] Add HLSL ResourceType documentation
2022-08-08 Wael YehiaRevert "XFAIL some PGO tests on AIX until the new linke...
2022-08-08 Tobias Hieta[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
2022-08-08 Arjun P[MLIR][Presburger] make sample test with integer lexmin...
2022-08-08 Adrian Vogelsgesang[libc++][doc] Update `SpaceshipProjects` status to...
2022-08-08 Simon Pilgrim[X86] X86ISelDAGToDAG.cpp - use auto for all values...
2022-08-08 Louis Dionne[libc++][NFC] Fix signature of main in test
2022-08-08 Mohammed Nurul... [EarlyCSE][ConstantFolding] add tests for atan/atan2...
2022-08-08 Denis Antrushin[EarlyCSE][OpaquePointers]Replace assert with return...
2022-08-08 Tobias Hieta[CMake] Check CMAKE_CXX_STANDARD and error if it's...
2022-08-08 Louis Dionne[libc++] Add missing <stdbool.h> to the modulemap
2022-08-08 Louis Dionne[libc++] Allow enabling assertions when back-deploying
2022-08-08 Haojian Wu[clang-tidy] Fix a regression of readability-container...
2022-08-08 Simon Pilgrim[X86] Add 32-bit test coverage to or-lea.ll
2022-08-08 Benjamin Kramer[ASTMatchers] Replace hand-coded copy of std::apply...
2022-08-08 Benjamin Kramer[Support] Use std::shared_mutex when we're not on old...
2022-08-08 Nico Weber[lld/mac] Use C++17 structured bindings
2022-08-08 Markus Böck[mlir] Remove redundant `inline` from D131323
2022-08-08 Stefan GränitzWrap `llvm_unreachable` macro in do-while loop
2022-08-08 Simon PilgrimRemove superfluous ; outside of a function
2022-08-08 Nico Weber[lld/mac] Use C++17 nested namespace syntax in most...
2022-08-08 Shubham Narlawar[DAG] Emit table lookup from TargetLowering::expandCTTZ()
2022-08-08 Benjamin KramerRemove C++17 #ifdefs around the implicit conversion...
2022-08-08 Simon Pilgrim[DAG] FoldConstantArithmetic - add initial support...
2022-08-08 Simon PilgrimProcessTest.cpp - replace Optional::hasValue() with...
2022-08-08 Simon Tatham[llvm-objdump,ARM] Fix big-endian AArch32 disassembly.
2022-08-08 Anubhab Ghosh[Orc][JITLink] Slab based memory allocator to reduce...
2022-08-08 Nathan James[ADT] Update Optional Deprecation with fix-it
2022-08-08 David Green[DAG] Ensure Legal BUILD_VECTOR elements types in shuff...
2022-08-08 Cullen Rhodes[AArch64][SVE] Add patterns to select masked FP arith
2022-08-08 Cullen Rhodes[AArch64][SVE] NFC: Add tests for masked FP arith patte...
2022-08-08 WANG Xuerui[mailmap] Add entry for myself
2022-08-08 Diana Picus[scudo] Try to fix standalone build on armv7
2022-08-08 Carlos Alberto... [CodeView] Add function to get size in bytes for TypeIn...
2022-08-08 Nathan James[NFC][clang] Bring `and_present` and `if_present` casti...
2022-08-08 Kazu Hirata[llvm] Qualify auto (NFC)
2022-08-08 Kazu Hirata[clang-tidy] Use is_contained (NFC)
2022-08-08 Kazu Hirata[Transforms] Fix comment typos (NFC)
2022-08-08 Kazu Hirata[BOLT] Upgrade to C++17
2022-08-08 wanglei[LoongArch] Support for varargs
2022-08-08 Fangrui Song[llvm-ar] Remove unused parameter. NFC
2022-08-08 Sheng[M68k] Add MC support for link/unlk
2022-08-08 Nico Weber[gn build] (manually) port ace6e172bd2c
2022-08-08 luxufan[RISCV] Support fe_getround and fe_raise_inexact in...
2022-08-08 Jun Zhang[Support] move llvm::llvm_is_multithread to header...
2022-08-07 Peter Klausler[flang] Handle subnormals while folding SCALE, SET_EXPO...
2022-08-07 Ashay Rane[mlir] fix `add_tablegen()` macro to allow installing...
2022-08-07 Jacques Pienaar[mlir][python] Address deprecation warning for hasValue
2022-08-07 Peter Klausler[flang] Allow assignment to host association in BLOCK...
2022-08-07 Lang Hames[ORC-RT] Fix missing #include <string_view>s.
2022-08-07 Jonas Devlieghere[lldb] Use single-argument static_assert where applicab...
2022-08-07 Sanjay Patel[InstSimplify] fold scalable vectors with over-shift...
2022-08-07 Sanjay Patel[InstSimplify] add test for over-shift of scalable...
2022-08-07 Peter Klausler[flang][runtime] Catch & report attempts at recursive I/O
2022-08-07 Lang HamesRevert "[JITLink] Fix some C++17 related fixmes."
2022-08-07 Kazu Hirata[mlir] Use value instead of getValue
2022-08-07 Kazu Hirata[ADT] Deprecate Optional::{hasValue,getValue} (NFC)
2022-08-07 Lang Hames[ORC-RT] Remove a stray __orc_rt::string_view helper.
2022-08-07 Dave Lee[lldb] Hoist TraceOn check out of loop (NFC)
2022-08-07 Dave Lee[lldb] Fix formatting in python-reference.rst
2022-08-07 Dave Lee[lldb] Dynamically generate enum names in lldbutil
2022-08-07 Adrian Vogelsgesang[libc++][NFC] Fix `the the` in comment in `__format...
2022-08-07 Kazu Hirata[mlir] Fix a warning
next