platform/upstream/llvm.git
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
2021-10-13 Kai Nacke[SystemZ/z/OS] Implement save of non-volatile registers...
2021-10-13 Aart Bik[mlir][sparse] add init sparse tensor operation
2021-10-13 Stella Stamenova[lldb] Skip several lldb tests that are flaky on Windows
2021-10-13 Mike Rice[OPENMP51]Initial parsing/sema for adjust_args clause...
2021-10-13 liukebugprone-argument-comment: SourceLocation valid judgmen...
2021-10-13 Philip Reames[instcombine] propagate single use freeze(gep inbounds X)
2021-10-13 Florian Hahn[SCEV] Add test for propagating poison through select...
2021-10-13 Jay Foad[AMDGPU] Enable load clustering in the post-RA scheduler
2021-10-13 Jan Svoboda[clang][modules] Cache loads of modules imported by PCH
2021-10-13 Jan Svoboda[clang] NFC: Move class to make it reusable
2021-10-13 xndcn[mlir][spirv] Add memory semantics verify for atomic...
2021-10-13 Valentin Clement[fir][NFC] Add disclaimer to affine promotion/demotion...
2021-10-13 Alex Zinenko[mlir] fix python bindings cmake
2021-10-13 Raphael Isemann[lldb] Add a test for CRTP
2021-10-13 Alex Zinenko[mlir][python] Add custom constructor for memref load
2021-10-13 thomasraoux[mlir][vector] Add canonicalization extract + splat
2021-10-13 Jeremy Morse[DebugInfo][InstrRef] Only calculate IDF for reg units
2021-10-13 LLVM GN Syncbot[gn build] Port dd71b65ca85d
2021-10-13 Michael Kruse[llvm-reduce] Introduce operands-to-args pass.
2021-10-13 Sanjay Patel[InstCombine] improve code comments; NFC
2021-10-13 Kamau Bridgeman[PowerPC][Builtin] Allowing __rlwnm to accept a variabl...
2021-10-13 Sanjay Patel[InstCombine] allow matching vector splat constants...
2021-10-13 Sanjay Patel[InstCombine] add vector splat tests for foldLogOpOfMas...
2021-10-13 Raphael Isemann[lldb][NFC] for-range loop when iterating over delayed_...
2021-10-13 Alex Zinenko[mlir] Fix typos in the Python bindings doc
2021-10-13 Alex Zinenko[mlir][python] Provide some methods and properties...
2021-10-13 Jeremy MorseFollow up a3936a6c19c to work around an old compiler bug
2021-10-13 Louis Dionne[libc++abi][ci] Add a from-scratch config for libc...
2021-10-13 Louis Dionne[libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_...
2021-10-13 Jeremy Morse[DebugInfo][InstrRef] Use PHI placement utilities for...
2021-10-13 Hsiangkai Wang[RISCV] After reverting _mt builtins, add `ta` argument...
2021-10-13 Hsiangkai WangRevert "[RISCV] (2/2) Add the tail policy argument...
2021-10-13 Nathan Sidwell[clang][NFC] Correct doc markup
2021-10-13 Adam Czachorowski[clangd] TargetFinder: Fix assert-crash on TemplateExpa...
2021-10-13 Raphael Isemann[lldb][NFC] Split out DW_TAG_inheritance parsing into...
2021-10-13 Nathan Sidwell[doc][clang] correct version for p0388 implementation
2021-10-13 Kerry McLaughlin[SVE][CodeGen] Add patterns for ADD/SUB + element count
2021-10-13 Dávid Bolvanský[NFC] Added test for PR50339
2021-10-13 Dávid Bolvanský[NFC] Added test for PR49927
2021-10-13 Simon Pilgrim[X86][SSE] Add X86ISD::AVG to isCommutativeBinOp to...
2021-10-13 Simon Pilgrim[X86][SSE] Add tests showing missing shuffle(avg(shuffl...
2021-10-13 Jan Svoboda[clang][modules] Avoid using uninitialized SourceLocation
2021-10-13 Mehdi AminiAvoid one branch in Operation::getOpOperand()/getOperan...
2021-10-13 Zi Xuan Wu[NFC][CSKY] Remove unneeded MC test case
2021-10-13 Balazs Benics[analyzer] Introduce the assume-controlled-environment...
2021-10-13 Balazs Benics[analyzer] Bifurcate on getenv() calls
2021-10-13 Diana Picus[flang] Implement GET_ENVIRONMENT_VARIABLE(LENGTH)
2021-10-13 Valentin Clement[fir][NFC] Remove unused variable
2021-10-13 Jacques Pienaar[mlir][python] Expose CallSiteLoc Python side
2021-10-13 Valentin ClementRevert "[fir] Update clang-tidy for the Optimizer direc...
2021-10-13 Matthias Springer[mlir] Make OpResult usable with DenseSet etc.
2021-10-13 Heejin Ahn[WebAssembly] Make EH work with dynamic linking
2021-10-13 Michael Kruse[Polly] Fix unused variable in non-assert builds. NFC.
2021-10-13 Lang Hames[JITLink][MachO][arm64] Mask high bits out of immediate...
2021-10-13 Michael Kruse[Polly] Do not inline dumpIslObj methods. NFC.
next