platform/upstream/llvm.git
2022-02-22 Rainer Orth[sanitizer_common] Use GetStaticTlsBoundary on Solaris...
2022-02-22 Rainer Orth[Driver] Support Solaris/amd64 GetTls
2022-02-22 Adrian PrantlAdd support for chained fixup load commands to MachOObj...
2022-02-22 Adrian PrantlAdd a (nonfunctional) -dyld_info flag to llvm-objdump.
2022-02-22 Reid KlecknerReland "[mlir][pdl] NFC re-add NoSideEffect to Result...
2022-02-22 Mogball[mlir][pdl] NFC fix missing include
2022-02-22 Reid KlecknerRevert "[mlir][pdl] NFC re-add NoSideEffect to Result...
2022-02-22 Reid KlecknerRevert "[AArch64] Alter mull shuffle(ext(..)) combine...
2022-02-22 Mogball[mlir][pdl] NFC re-add NoSideEffect to Result and Resul...
2022-02-22 Philip Reames[SLP] Use isInSchedulingRegion consistently [NFC]
2022-02-22 Wouter van... [WebAssembly] Allow .data shorthand for .section .data...
2022-02-22 Shubham Sandeep... Updated reflection-dump.test for mpenum section
2022-02-22 Mogball[pdl] Remove `NoSideEffect` from all PDL ops
2022-02-22 Philip Reames[SLP] Schedule only sub-graph of vectorizable instructions
2022-02-22 Valentin Clement[flang] Update PFTBuilder
2022-02-22 Fangrui Song[ELF] Move duplicate symbol check after input file...
2022-02-22 Shilei Tian[Clang][OpenMP] Add the codegen support for `atomic...
2022-02-22 Aaron BallmanFix the Sphinx build after f8cedc642d9b85720cb7175ef25d...
2022-02-22 Jay Foad[StableHashing] Hash machine basic blocks and functions
2022-02-22 Jay Foad[StructurizeCFG] Fix boolean not bug
2022-02-22 Simon Atanasyan[MIPS] Add `-no-pie` option to the clang driver's tests...
2022-02-22 Stanislav Mekhanoshin[AMDGPU] Extend SILoadStoreOptimizer to handle global...
2022-02-22 Nikita Popov[InstCombine] Add test for missed select fold due to...
2022-02-22 Stanislav Mekhanoshin[AMDGPU] Extend SILoadStoreOptimizer to handle global...
2022-02-22 Nikita Popov[Bitcode] Store type IDs for values
2022-02-22 serge-sans... Restore documentation for __builtin_assume
2022-02-22 tyb0807[AArch64] Remove unused feature flags from AArch64Targe...
2022-02-22 Marek Kurdej[clang-format] Avoid parsing "requires" as a keyword...
2022-02-22 Nemanja Ivanovic[PowerPC] Allow absolute expressions in relocations
2022-02-22 Marek Kurdej[clang-format] Use FormatToken::is* functions without...
2022-02-22 Timm BäderFix docs build after f8cedc642d9b85720cb7175ef25ddde90a...
2022-02-22 Nikita Popov[CodeGen] Add test for PR53990 (NFC)
2022-02-22 Timm Bäder[clang] Never wrap a nullptr in CXXNewExpr::getArraySize()
2022-02-22 Matthias Springer[mlir][bufferize] Fix GCC build
2022-02-22 Pavel Labath[lldb] Remove HostProcess:GetMainModule
2022-02-22 Timm Bäder[clang][www] Port make_cxx_dr_status script to Python3
2022-02-22 Krasimir Georgiev[clang-format] Fix preprocessor nesting after commit...
2022-02-22 Sander de Smalen[AArch64][SME] Remove term 'streaming-sve' from assembl...
2022-02-22 Egor ZhdanAdd DriverKit support
2022-02-22 Simon Moll[VE] Split unsupported v512.32 ops
2022-02-22 Paul Walker[SVE] Add isel patterns for SABA/UABA.
2022-02-22 Sanjay Patel[x86] add load folding restriction to pushAddIntoCmovOf...
2022-02-22 Kiran Chandramohan[Flang] Initial patch to lower a Fortran intrinsic
2022-02-22 Thomas Symalla[AMDGPU] Fix typo in comment [NFC]
2022-02-22 Simon Pilgrim[GISel] Silence 'sideeffect in assertion' coverity...
2022-02-22 Kerry McLaughlin[LoopVectorize] Support conditional in-loop vector...
2022-02-22 Ilya Nozhkin[lldb] Fix race condition between lldb-vscode and stop...
2022-02-22 Nikita Popov[MergeICmps] Don't call comesBefore() if in different...
2022-02-22 Alexander Batashev[mlir][spirv] Fix SPIR-V spec parser
2022-02-22 Arjun P[MLIR][Presburger] rename get*LexMin -> find*LexMin
2022-02-22 Max Kazantsev[SCEV] Do not erase LoopUsers. PR53969
2022-02-22 Sven van Haastregt[OpenCL] opencl-c.h: use uint/ulong consistently
2022-02-22 Jay Foad[StructurizeCFG] Precommit test case for D120312
2022-02-22 Iain Sandoe[C++20][Modules][2/8] Add enumerations for partition...
2022-02-22 Sunho Kim[AARCH64][DAGCombine] Add combine for negation of CSEL...
2022-02-22 David Spickett[libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for...
2022-02-22 David Spickett[libcxx][CI] Set Arm triples to match native clang...
2022-02-22 David SherwoodFix warning introduced by 47eff645d8e873ba531014751c1c0...
2022-02-22 Sunho Kim[NFC][AARCH64] Add test cases for negation of select
2022-02-22 David Sherwood[InstCombine] Bail out of load-store forwarding for...
2022-02-22 tyb0807[ARM][AArch64] Add missing v8.x checks
2022-02-22 Nikita Popov[GlobalStatus] Keep Visited set in isSafeToDestroyConst...
2022-02-22 Sam McCall[Format] Remove unused LineContainsContinuedForLoopSect...
2022-02-22 Matthias Springer[mlir][bufferize] Do not assert destination passing...
2022-02-22 Matthias Springer[mlir][bufferize][NFC] Rename `comprehensive-function...
2022-02-22 jacquesguan[RISCV] Add patterns for vector widening integer reduct...
2022-02-22 Brad Smith[Driver][OpenBSD] Add comments for C++ tests
2022-02-22 Brad Smith[Driver][OpenBSD] Test tweaking and clean up
2022-02-22 owenca[clang-format] Add option to insert braces after contro...
2022-02-22 Brad Smith[Driver][OpenBSD] Pass sysroot to the linker
2022-02-22 Tanya LattnerUpdate references to the mailing lists that have moved...
2022-02-22 Shafik Yaghmour[LLDB] Remove recursive include of GDBRemoteCommunicati...
2022-02-22 Joseph Huber[OpenMP] Ensure offloading sections do not have SHF_ALL...
2022-02-22 Lian Wang[RISCV] Add more tests for SHLFI and UNSHFLI aliaes...
2022-02-21 Jessica Paquette[MachineOutliner][AArch64] NFC: Split MBBs into "outlin...
2022-02-21 Stanislav Mekhanoshin[AMDGPU] Remove redundand check in the SILoadStoreOptimizer
2022-02-21 Zakk Chen[RISCV] Optimize tail agnostic vmv.s.x which don't...
2022-02-21 Michael Gottesman[move-function] Make test more generally by removing...
2022-02-21 Vang Thao[AMDGPU] Regenerate tests to include -NEXT. NFC.
2022-02-21 LLVM GN Syncbot[gn build] Port 68f4131c94d4
2022-02-21 Nikolas Klauser[libc++][ranges] Add ranges::in_found_result
2022-02-21 Nikolas Klauser[libc++] Replace [[no_unique_addredd]] with _LIBCPP_NO_...
2022-02-21 LLVM GN Syncbot[gn build] Port 807766be3a89
2022-02-21 Nikolas Klauser[libc++][ranges] Add ranges::min_max_result
2022-02-21 Sanjay Patel[x86] add tests for rmw add with cmov; NFC
2022-02-21 Petr Hosek[CMake][Fuchsia] Disable assertions and analyzer for...
2022-02-21 Groverkss[MLIR][Presburger] Add support for IntegerRelation
2022-02-21 Martin Storsjö[libcxx] [test] Fix the thousands_sep expectation for...
2022-02-21 Martin Storsjö[libcxx] [test] Fix moneypunct grouping tests on Windows
2022-02-21 Arjun P[MLIR][Presburger] Support finding integer lexmin in...
2022-02-21 Paweł Bylica[NFC][DAGCombine] Use isOperandOf() in combineCarryDiamond
2022-02-21 George Koehler[libunwind] Further fix for 32-bit PowerPC processors...
2022-02-21 Alexey Bataev[OPENMP]Fix PR49366: crash on VLAs in task untied regions.
2022-02-21 Craig Topper[RISCV] Teach shouldSinkOperands to sink splat operands...
2022-02-21 Kristof BeylsCreate office hours documentation.
2022-02-21 Shilei Tian[Clang][OpenMP] Add Sema support for atomic compare...
2022-02-21 Casey Carter[libcxx][test] array and basic_string_view iterators...
2022-02-21 Nico WeberRevert "[ArgPromotion] Regenerate test checks for crash...
2022-02-21 Benjamin Kramer[MLIR][PDL] Fix C++20 build. concept is a new keyword...
2022-02-21 Florian Hahn[MemCpyOpt] Check all access for MemoryUses in writtenB...
next