platform/upstream/llvm.git
2021-10-14 Aaron BallmanFix a rejects-valid with consteval on overloaded operators
2021-10-14 Raphael Isemann[lldb] Remove logging from Platform::~Platform
2021-10-14 Rob Suderman[mlir][tosa] Fix tosa.cast UiToFp32 for tosa-to-linalg
2021-10-14 Raphael Isemann[lldb] Rewrite TestDiamond and document some bugs.
2021-10-14 David Tenty[libc++][AIX] Add scripts and config for building with...
2021-10-14 Nikita Popov[BasicAA] Improve scalable vector handling
2021-10-14 Daniel Sanders[llvm-mca][timeline] Indicate output was stopped due...
2021-10-14 Kai Nacke[AIX] Ignore case when comparing output from od
2021-10-14 Simon Pilgrim[TTI][X86] Merge getInterleavedMemoryOpCostAVX2 into...
2021-10-14 Frederic Cambus[Driver][WebAssembly] Use ToolChain reference instead...
2021-10-14 Michael Kruse[Polly] Clean up Polly's getting started docs.
2021-10-14 Simon Pilgrim[TTI][X86] Swap getInterleavedMemoryOpCostAVX2/getInter...
2021-10-14 Simon Pilgrim[Transforms] eliminateDeadStores - remove unused variab...
2021-10-14 Yitzhak Mandelbaum[libTooling] Add "switch"-like Stencil combinator
2021-10-14 Kevin P. Neal[FPEnv][InstSimplify] Fold fadd X, 0 ==> X, when we...
2021-10-14 Craig Topper[RISCV] Update Zba, Zbb, Zbc, and Zbs version from...
2021-10-14 Vitaly Buka[sanitizer] Move out stack trace pointer from header...
2021-10-14 Nikita Popov[ValueTracking] Simplify getKnowledgeValidInContext...
2021-10-14 Wenlei He[llvm-profgen] Allow generating AutoFDO profile from...
2021-10-14 Joe Loser[libc++] LWG3480: make (recursive_)directory_iterator...
2021-10-14 Julien Pages[AMDGPU] Add more tests for build_vector
2021-10-14 Gabor Marton[analyzer][solver] Handle simplification to ConcreteInt
2021-10-14 Mark de Wever[libc++][NFC] Fixes placement of the return type.
2021-10-14 Dave Lee[lldb] Fix 'frame diagnose' docstring typo
2021-10-14 Nicolas Vasilache[mlir][Linalg] Tighten canonicalization of InsertSliceO...
2021-10-14 Nicolas Vasilache[mlir][Linalg] Fix insertion point in comprehensive...
2021-10-14 luxufan[JITLink][NFC] Add TableManager to replace PerGraph...
2021-10-14 Jinsong Ji[NFC][compiler-rt][profile] Remove non-Posix -h option...
2021-10-14 Ben Shi[RISCV][test] Add tests of (add (shl r, c0), c1)
2021-10-14 Tobias Gysi[mlir][linalg] Fix FusionOnTensors header and make...
2021-10-14 Jeremy Morse[DebugInfo][InstrRef] Place variable-values PHI using...
2021-10-14 Brian Cain[hexagon] Add system register, transfer support
2021-10-14 Andrew SavonichevFixup [NVPTX] Add VRFrame and VRFrameLocal to integer...
2021-10-14 Andrew Savonichev[NVPTX] Add VRFrame and VRFrameLocal to integer registe...
2021-10-14 Florian Hahn[VectorCombine] Add test showing issue when running...
2021-10-14 Jonas Paulsson[SystemZ] Remove some now unused ISD XXX_LOOP opcodes.
2021-10-14 Andrew Savonichev[ARM] Simplify address calculation for NEON load/store
2021-10-14 Simon Pilgrim[Codegen] TargetLowering::getCanonicalIndexType - early...
2021-10-14 Simon Pilgrim[clang][sema] instantiateOMPDeclareVariantAttr - merge...
2021-10-14 Kirill Bobyrev[clangd] IncludeCleaner: Handle macros coming from...
2021-10-14 Nicolas Vasilache[mlir] NFC - Avoid unused symbol in opt mode.
2021-10-14 Simon Pilgrim[CostModel][X86] Pre-SSE41 targets can use PMADDWD...
2021-10-14 Simon Pilgrim[Orc] ELFNixPlatform::setupJITDylib - remove dead retur...
2021-10-14 Alex Zinenko[mlir][python] Better support for variadic regions...
2021-10-14 Alex Zinenko[mlir][python] Fix MemRefType IsAFunction in Python...
2021-10-14 Jeremy MorseFollow up to a3936a6c19c, correctly select LiveDebugVal...
2021-10-14 Uday Bondhugula[MLIR] Fix assert crash when an unregistered dialect...
2021-10-14 Tobias Gysi[mlir][linalg] Expose flag to control nofold attribute...
2021-10-14 Josh Mottley[Flang] flang-omp-report replace std::vector's with...
2021-10-14 Tobias Gysi[mlir][linalg] Verify every LinalgOp has a body.
2021-10-14 Pavel Labath[lldb] Fix TestStackCorefile.py for ca0ce99fc8
2021-10-14 Jonas Paulsson[SystemZ] Reapply memcmp and memcpy patches.
2021-10-14 Jonas Paulsson[SystemZ] Bugfix and refactorization of mem-mem operations
2021-10-14 Martin Storsjö[lldb] Make the thread_local g_global_boundary accessed...
2021-10-14 Pavel Labath[lldb] Print embedded nuls in char arrays (PR44649)
2021-10-14 Max Kazantsev[SCEV][NFC] Simplify check with CI->isZero() exit condition
2021-10-14 Max Kazantsev[SCEV][NFC] Reorder checks to delay call of all_of
2021-10-14 Arthur EubanksSet LLVM_HAS_RVALUE_REFERENCE_THIS when __GNUC__ is...
2021-10-14 Valentin Clement[fir] Remove unused variable in FIRBuilder.h
2021-10-14 Ben Shi[RISCV] Optimize immediate materialisation with BSETI...
2021-10-14 Kazu Hirata[clang] Use llvm::is_contained (NFC)
2021-10-14 Abinav Puthan... [AMDGPU] Fix 24-bit mul intrinsic generation for >...
2021-10-14 Tom Stellarddocs: Document workaround for arcanist failures
2021-10-14 Ben Shi[RISCV] Optimize immediate materialisation with SLLI.UW
2021-10-14 Ben Shi[RISCV][test] Add more tests of immediate materialisation
2021-10-14 Stella Laurenzo[mlir] Ability to build CAPI dylibs from out of tree...
2021-10-14 Lang Hames[examples] Fix LLJITWithRemoteDebugging example after...
2021-10-13 wlei[llvm-profgen] Ignore the whole trace with the leading...
2021-10-13 wlei[llvm-profgen] Ignore stack samples before aggregation
2021-10-13 Lang Hames[ORC] Use a Setup object for SimpleRemoteEPC construction.
2021-10-13 Lang Hames[ORC] Add a missing definition.
2021-10-13 wren romano[mlir][sparse] Misc code cleanup
2021-10-13 wren romano[mlir][sparse] Factoring out helper functions for gener...
2021-10-13 Nico Weber[gn build] (manually) port 6c76d0101193
2021-10-13 Shoaib Meenai[InstCombine] Remove attributes after hoisting free...
2021-10-13 Mircea Trofin[mlgo][aot] requrie the model is autogenerated for...
2021-10-13 Vitaly Buka[sanitizer] Cleanup benchmark
2021-10-13 Philip Reames[instcombine] PRE freeze to only potentially posion...
2021-10-13 Martin Storsjö[Support] [Path] Move function declarations to the...
2021-10-13 Martin Storsjö[Support] [Path] Use std::replace instead of an explici...
2021-10-13 Jeremy Drake[clang][Tooling] Use Windows command lines on all Windo...
2021-10-13 Martin Storsjö[libcxx] [test] Generalize the conditions for testing...
2021-10-13 Martin Storsjö[clang] [Windows] Mark PIC as implicitly enabled for...
2021-10-13 Eric Schweitz[fir] Add the DoLoopHelper
2021-10-13 Roman Lebedev[NFC][X86][LV] Autogenerate checklines in cost-model...
2021-10-13 Roman Lebedev[NFC][Costmodel][X86] Fix broken `CHECK-NOT`'s in inter...
2021-10-13 Roman Lebedev[X86][Costmodel] Fix `X86TTIImpl::getGSScalarCost()`
2021-10-13 Vitaly Buka[sanitizer] Add trivial StackDepot benchmark
2021-10-13 Yaxun (Sam... [HIP] Fix test rcom-detect.hip
2021-10-13 Craig Topper[Builtins] Remove stale comment. NFC
2021-10-13 Nico Weber[clang] Delete unused class DiagsUninitializedSeveretyRAII
2021-10-13 Sjoerd Meijer[FuncSpec] Don't run the solver if there's nothing...
2021-10-13 AndreyChurbanov[OpenMP] libomp: add atomic functions for new OpenMP...
2021-10-13 Noah Shutty[CMake] Add optional libCURL dependency to llvm build...
2021-10-13 AndreyChurbanov[OpenMP] libomp: fix ittnotify usage.
2021-10-13 Arthur EubanksMake various assume bundle data structures use uint64_t
2021-10-13 Aart Bik[mlir][sparse] emergency fix after constant -> arith...
2021-10-13 Lang Hames[llvm-jitlink] Don't use thread pool task dispatch...
2021-10-13 AndreyChurbanov[OpenMP] libomp: fix warning on comparison of integer...
2021-10-13 Joe Nash[AMDGPU] Remove unneeded emit literal check
next