platform/upstream/llvm.git
2022-01-24 Louis Dionne[libc++] Make sure basic_string::reserve(n) never shrin...
2022-01-24 Amir Ayupov[BOLT] Add missing <memory> in InstrumentationRuntimeLi...
2022-01-24 Sanjay Patel[InstCombine] add tests for icmp with masked mul operan...
2022-01-24 Jordan Rupprecht[test] Fix no-undef-type-md.ll.
2022-01-24 Paweł Bylica[DAGCombine] Remove unused param in combineCarryDiamond...
2022-01-24 Stanislav Mekhanoshin[AMDGPU] Make v8i16/v8f16 legal
2022-01-24 Med Ismail... [lldb/Interpreter] Make `ScriptedInterface::ErrorWithMe...
2022-01-24 Med Ismail... [lldb/Plugins] Fix ScriptedThread IndexID reporting
2022-01-24 Med Ismail... [lldb/Plugins] Enrich ScriptedThreads Stop Reasons...
2022-01-24 Med Ismail... [lldb/Plugins] Add support of multiple ScriptedThreads...
2022-01-24 Med Ismail... [lldb/Plugins] Move ScriptedThreadInterface to Scripted...
2022-01-24 Med Ismail... [lldb/Plugins] Add ScriptedProcess::GetThreadsInfo...
2022-01-24 Stanislav Mekhanoshin[AMDGPU] Remove cndmask from readsExecAsData
2022-01-24 Mircea Trofin[NFC][MLGO] Simplify conditional compilation
2022-01-24 Mark de Wever[libc++][format] Finish P0645 Text Formatting.
2022-01-24 Arthur O'Dwyer[libc++] Fix bugs in common_iterator; add test coverage.
2022-01-24 John Ericson[libc][cmake] Make `add_tablegen` calls match others
2022-01-24 Florian Hahn[ConstraintElimination] Fix sign of sub decomposition.
2022-01-24 Florian Hahn[ConstraintElimination] Add test from PR53123.
2022-01-24 Jeremy Morse[NFC][DebugInfo] Strip out an undesired #if 0 block
2022-01-24 Hans WennborgUse -gdwarf-4 in compiler-rt/test/profile/Linux/instrpr...
2022-01-24 Clint Caywood[libc] Add bazel definition for hypot/hypotf.
2022-01-24 Sander de Smalen[AArch64] NFC: Clarify and auto-generate some CodeGen...
2022-01-24 Stephen Tozer[llvm] Do not replace dead constant references in metad...
2022-01-24 LLVM GN Syncbot[gn build] Port db2944e34b16
2022-01-24 LLVM GN Syncbot[gn build] Port 787ccd345cbb
2022-01-24 Mark de Wever[libc++][format] Adds formatter handle.
2022-01-24 Mark de Wever[libc++][format] Disable default formatter.
2022-01-24 Mark de Wever[libc++][format] Adds formatter pointer.
2022-01-24 Mark de Wever[libc++][format] Adds formatter floating-point.
2022-01-24 Marek Kurdej[clang-format] Space between attribute closing parenthe...
2022-01-24 Jeremy MorseRevert rG6a605b97a200 due to excessive memory use
2022-01-24 Sebastian Neubauer[AMDGPU][InstCombine] Remove zero image offset
2022-01-24 Owen Pan[clang][NFC] Wrap TYPE_SWITCH in "do while (0)" in...
2022-01-24 eopXD[SLP][NFC] Add debug logs for entry.
2022-01-24 Louis Dionne[libc++] Fix benchmark failure
2022-01-24 Fangrui Song[ELF] Fix the branch range computation when reusing...
2022-01-24 Simon Pilgrim[X86] combineSetCCMOVMSK - fold allof(cmpeq(x,y)) ...
2022-01-24 Sander de Smalen[ISEL] Move trivial step_vector folds to FoldConstantAr...
2022-01-24 Casey Carter[libcxx][test] {move,reverse}_iterator cannot be instan...
2022-01-24 gysit[mlir][linalg] Add transpose support to hoist padding.
2022-01-24 Craig Topper[DAGCombiner][RISCV] Canonicalize (bswap(bitreverse...
2022-01-24 Matthias Springer[mlir][bufferize][NFC] Implement BufferizableOpInterfac...
2022-01-24 Craig Topper[SelectionDAG][RISCV] Teach getNode to fold bswap(bswap...
2022-01-24 Craig Topper[RISCV] Select int_riscv_vsll with shift of 1 to vadd.vv.
2022-01-24 Hans WennborgDon't run test/ClangScanDeps/modules-symlink.c on Windows
2022-01-24 Lorenzo Chelini[MLIR][OpenMP] Suppress -Wreturn-type warnings (NFC)
2022-01-24 Matthias Springer[mlir][bufferize] Change insertion point for ToTensorOps
2022-01-24 Kristóf Umann[Templight] Don't display empty strings for names of...
2022-01-24 Valentin Clement[flang] Add MemoryAllocation pass to the pipeline
2022-01-24 Matthias Springer[mlir][tensor][bufferize] Support tensor.rank in Buffer...
2022-01-24 Sean Fertile[libc++][AIX] Do not assert chmod return value is non...
2022-01-24 Denys Shabalin[mlir] Fix broken __repr__ implementation in Linalg...
2022-01-24 David Spickett[llvm][docs] Fix code-block in the testing guide
2022-01-24 Matthias Springer[mlir][tensor] Move BufferizableOpInterface impl to...
2022-01-24 Matt ArsenaultAMDGPU: Fix assertion on fixed stack objects with VGPR...
2022-01-24 Bjorn PetterssonPre-commit test cases for (sra (load)) -> (sextload...
2022-01-24 Matt ArsenaultReapply "Revert "GlobalISel: Add G_ASSERT_ALIGN hint...
2022-01-24 Matt ArsenaultReapply "IR: Make getRetAlign check callee function...
2022-01-24 ksyx[clang-format] Fix SeparateDefinitionBlocks issues
2022-01-24 Paul Walker[AArch64] Regenerate CHECK lines for llvm/test/CodeGen...
2022-01-24 Simon Pilgrim[X86] Add cmp-equality bool reductions
2022-01-24 Simon Pilgrim[X86] Rename cmp-with-zero bool reductions
2022-01-24 Simon Pilgrim[X86] Fix v8i8 -> v8i16 typo in bool reductions
2022-01-24 serge-sans... Add missing STLExtras.h include from lldb/unittests...
2022-01-24 Fraser Cormack[RISCV] Add side-effect-free vsetvli intrinsics
2022-01-24 Sjoerd Meijer[LoopFlatten] Address FIXME about getTripCountFromExitC...
2022-01-24 Sjoerd Meijer[LoopFlatten] Added comments about usage of various...
2022-01-24 serge-sans... Add missing include llvm/ADT/STLExtras
2022-01-24 Evgeny ShulginAdd `isConstinit` matcher
2022-01-24 Nathan Sidwell[demangler][NFC] Refactor some parsing
2022-01-24 Nathan Sidwell[demangler] write-protect non-canonical source
2022-01-24 Nathan Sidwell[demangler] Resync demangler sources
2022-01-24 Valentin Clement[flang] Update tco tool pipline and add translation...
2022-01-24 serge-sans... Move STLFunctionalExtras out of STLExtras
2022-01-24 Florian Hahn[LV] Make some tests more robust by adding missing...
2022-01-24 Simon Pilgrim[X86] Add PR46249 test case showing poorly widened...
2022-01-24 Sebastian Neubauer[AMDGPU][NFC] Fix debug prints
2022-01-24 Evgeniy Brevnov[NFC] New test case for BasicAA and memcy/memmove with...
2022-01-24 Groverkss[MLIR][Presburger] Refactor duplicate division merging...
2022-01-24 SForeKeeper[RISCV] add support for zbkx subextension in MC layer.
2022-01-24 Florian Hahn[LV] Name values and blocks in same induction tests...
2022-01-24 LLVM GN Syncbot[gn build] Port 3696c70e67d9
2022-01-24 Kerry McLaughlin[LoopVectorize] Support epilogue vectorisation of loops...
2022-01-24 Simon Pilgrim[X86] Remove avx512f integer and/or/xor/min/max reducti...
2022-01-24 Adrian Vogelsgesang[clang-tidy] Add `readability-container-contains` check
2022-01-24 Simon Pilgrim[X86] Remove `__builtin_ia32_pmax/min` intrinsics and...
2022-01-24 Matthias Springer[mlir][bufferize][NFC] Refactor createAlloc function...
2022-01-24 Simon Pilgrim[X86] Remove __builtin_ia32_pabs intrinsics and use...
2022-01-24 Bjorn Pettersson[DAGCombiner] Adjust some checks in DAGCombiner::reduce...
2022-01-24 Bjorn PetterssonPre-commit test case for trunc+lshr+load folds
2022-01-24 David Spickett[lldb] Update release notes with non-address bit handli...
2022-01-24 Fraser Cormack[RISCV][VP] Lower VP_MERGE to RVV instructions
2022-01-24 Fraser Cormack[RISCV] Match VF variants for masked VFRDIV/VFRSUB
2022-01-24 Simon Pilgrim[X86] getVectorMaskingNode - fix indentation. NFC.
2022-01-24 Abinav Puthan... [AMDGPU][GlobalISel] Remove the post ':' part of vreg...
2022-01-24 Andrzej Warzynski[flang] Update the description of `!fir.coordinate_of`
2022-01-24 David Spickett[lldb] Ignore non-address bits in "memory find" arguments
2022-01-24 Jay Foad[AMDGPU][GlobalISel] Add more sign/zero/any-extension...
2022-01-24 Jay Foad[AMDGPU][GlobalISel] Regenerate checks in inst-select...
next