Пакет llvm16.0-polly: Информация

    Бинарный пакет: llvm16.0-polly
    Версия: 16.0.6-alt8
    Архитектура: aarch64
    Собран:  19 января 2024 г. 7:38 в задании #333513
    Исходный пакет: llvm16.0
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://llvm.org

    Лицензия: Apache-2.0 with LLVM-exception
    О пакете: Framework for High-Level Loop and Data-Locality Optimizations
    Описание: 
    Polly is a high-level loop and data-locality optimizer and optimization
    infrastructure for LLVM. It uses an abstract mathematical representation based
    on integer polyhedron to analyze and optimize the memory access pattern of a
    program.
    
    This package contains the Polly plugin.

    Сопровождающий: Konstantin Lepikhov


    Последнее изменение


    10 декабря 2023 г. Konstantin Lepikhov 16.0.6-alt8
    - Applied fixes:
      + clang: fix CUDA libdevice search path.
    17 ноября 2023 г. Alexey Sheplyakov 16.0.6-alt7
    - spec: clang-devel does not fit into 4 GB on LoongArch, split clangTidy.a
      into a subpackage to avoid the problem. Fixes FTBFS on LoongArch.
    - LoongArch: made `llc --version` print a meaningful CPU name instead of
      '(unknown)' (upstream commit e53f41c39f3eb5052965c720d2cb517d2945fd12).
      Some CMake scripts (in particular pocl) rely on `Host CPU` to figure out
      the native target.
    - spec: do not restrict build concurrency on LoongArch (got enough CPU and
      RAM here).
    30 сентября 2023 г. Arseny Maslennikov 16.0.6-alt6
    - Restored clang-ALT-bug-40628-grecord-command-line.patch.
    - Made clang pass --build-id=sha1 to the linker.