Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm13-polly-devel-13.0.1-11.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: llvm13-polly-devel Distribution: openSUSE:Factory:zSystems
Version: 13.0.1 Vendor: openSUSE
Release: 11.1 Build date: Tue Dec 5 01:05:16 2023
Group: Development/Libraries/C and C++ Build host: s390zl27
Size: 5129515 Source RPM: llvm13-13.0.1-11.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.llvm.org/
Summary: Development files for Polly
This package contains the development files for Polly.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND NCSA

Changelog

* Thu Nov 30 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Manage clang-cpp with update-alternatives like other binaries.
* Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Fix conflicts/provides for python3-clang to point to
    %python3_sitelib instead of %python3_sitearch.
* Tue May 09 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't use gold for linking anymore: on s390x we use ld.bfd with
    LLVMgold.so, on ppc64 we disable ThinLTO for now. (boo#1210688)
  - Using ld.bfd on s390x exposed an issue with the existing
    llvm_build_tablegen_component_as_shared_library.patch: linking
    llvm-tblgen with libLLVM.so means we also have to link libraries
    used for that (like LLVMTableGenGlobalISel) with libLLVM.so.
  - Rewrite summary and description for llvm-gold to point out that
    it can also be used with ld.bfd, recommend with binutils.
* Fri Mar 24 2023 Ben Greiner <code@bnavigator.de>
  - Add llvm-gcc13-issue55711.patch
    * Fix gh#llvm/llvm-project#55711 with gcc13
* Sun Oct 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
* Sat Sep 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Make sure we keep -DNDEBUG. At some point %{optflags} must have
    lost it, perhaps because CMake usually adds it on top. So when
    overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
    take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
    because that's the default anyway and hasn't helped here.
  - Add llvm-glibc-2-36.patch in order to address boo#1202215.
* Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't override default linker flags. (We were losing -Wl,-z,now.)
* Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Split up Clang libraries: libclang.so is no longer so-versioned
    alongside LLVM but will stay at libclang.so.13 for now. So we
    put it into a separate package from libclang-cpp.so. Since we
    can't have multiple LLVM versions generate the same package, we
    prefix it for the non-default LLVM with a mechanism inspired by
    the GCC packaging.
  - Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer
    to libclang only by soname, because the installed library might
    be newer than the one originally build with the package.
  - Use the same mechanism to for libc++ and package Clang scripts
    only for the default version. This means we'll no longer have to
    touch the package when a new major version comes out.
  - Make sure we properly clean up the clang scripts if we're not
    packaging them.
  - Let python3-clang use libclang.so.XX, which means we can always
    build it and makes it depend on libclang instead of clang-devel.
  - Fix some rpmlint issues: we don't need explicit library
    dependencies that are detected automatically, and we add proper
    library dependencies to the *-devel packages.
  - Merge llvm-LTO-devel into llvm-devel. That's where the header
    files already are, and they are hard to separate.
  - Let llvm-polly-devel depend on llvm-devel.
  - Remove libLTO and *-devel packages from baselibs, they don't
    seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
  - Consistently set host triple as *-suse-linux-gnu*.
  - Only suggest documentation packages.
* Wed Mar 09 2022 Dirk Müller <dmueller@suse.com>
  - Add llvm-rust-mangle-for-fastcall.patch for rust 1.59.
* Sun Mar 06 2022 Dirk Müller <dmueller@suse.com>
  - Fix armv6hl cpu architecture typo.
* Sat Feb 19 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang-devel accept a newer version of clang-tools:
    we don't keep multiple versions of the latter.
* Tue Feb 15 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - AND instead of OR in License tag after sr#954337.
* Mon Feb 14 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - More conflicts for addition to Leap: clang-tools conflicts with
    llvm9 because that doesn't have the move of hmaptool yet, and
    llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
* Tue Feb 08 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're
    deliberately conflicting with SLE here to offer a newer version
    than what SUSE wants to support.
    (https://code.opensuse.org/leap/features/issue/55)
* Thu Feb 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.1.
    * This release contains bug-fixes for the LLVM 13.0.0 release.
      This release is API and ABI compatible with 13.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * llvm-fix-building-with-GCC-12.patch
  - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH
    for building and testing to simulate behavior of actual package.
* Mon Jan 31 2022 Andreas Schwab <schwab@suse.de>
  - Update constraints for riscv64
* Thu Jan 20 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add support for experimental targets and enable the M68k backend
  - Add patch to fix testsuite after enabling the M68k backend
    + llvm-update-extract-section-script.patch
* Sat Dec 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - BuildRequires: python-rpm-macros to fix Leap 15.3 build.
  - More memory for GCC compile jobs.
* Fri Nov 12 2021 Alberto Planas Dominguez <aplanas@suse.com>
  - Add FileCheck into the devel package, as is required for testing
    Rust (boo#1192629)
* Tue Nov 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang recommend gcc and glibc-devel as we need both for
    building executables. No hard requirement because Clang can be
    used as a frontend only. (boo#1191587)
  - Set minimal CMake version required.
* Tue Nov 02 2021 Martin Liška <mliska@suse.cz>
  - Backport llvm-fix-building-with-GCC-12.patch in order to fix building
    with GCC 12.
* Sat Oct 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-otool: Mach-O object file displaying tool.
    - llvm-sim: LLVM IR Similarity Visualizer.
    - llvm-tapi-diff: Diff tool for tbd files.
    - llvm-windres: Tool to manipulate Windows resources.
    * llvm-elfabi was removed.
    * New Clang tools:
    - clang-repl, an interactive interpreter for C/C++.
    - intercept-build, analyze-build: the former intercepts build
      commands to build a compilation database, the latter runs
      the static analyzer over all translation units.
    - scan-build-py: Python reimplementation of scan-build.
  - Rebase patches:
    * link-clang-shared.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-exegesis-link-dylib.patch
  - Drop patches that have landed upstream:
    * tablegen-test-link-static.patch
  - Run tests on more architectures, disable those that seem to hang.
    Don't run libcxx tests at all anymore because they take so long.
  - Relax constraints so that we can build on more machines.
* Sat Sep 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Set CMAKE_LINKER to workaround CMake wanting to use lld just
    because we're using clang as compiler. Fixes build on aarch64.
    (https://bugs.llvm.org/show_bug.cgi?id=51115)
* Sat Jul 10 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.1.
    * This release contains bug-fixes for the LLVM 12.0.0 release.
      This release is API and ABI compatible with 12.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * clangd-cmake-non-standard-layout.patch
    * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch
    * lld-no-version-on-undefined-weak-lazy-symbols.patch
* Fri Jul 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch:
    Fix build with linux-glibc-devel 5.13.
* Thu May 13 2021 Martin Liška <mliska@suse.cz>
  - Set memory limits for DWZ to 4x.
* Fri Apr 16 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html
  - Rebase patches:
    * assume-opensuse.patch
    * lldb-cmake.patch
    * llvm-better-detect-64bit-atomics-support.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm_build_tablegen_component_as_shared_library.patch
  - Drop patches that have landed upstream:
    * Fix-missing-include.patch
  - Always use ld.bfd for stage 1, use lld for stage 2 where we use
    ThinLTO and where it's supported, gold where lld doesn't work,
    and ld.bfd where we don't use ThinLTO. (boo#1181621)
  - Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a
    bug in lld that made libLLVM.so contain a corrupt symbol version.
  - Add clangd-cmake-non-standard-layout.patch to fix build in our
    non-monorepo layout.
* Sun Feb 14 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't use gold and ThinLTO on ppc64le because of boo#1181621.
  - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)
  - CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch:
    Fix target component lookup. (boo#1180748)
* Sat Jan 09 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 11.0.1.
    * This release contains bug-fixes for the LLVM 11.0.0 release.
      This release is API and ABI compatible with 11.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch.
  - Make documentation tarballs more reproducible.
* Wed Jan 06 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Increase required RAM for aarch64
* Fri Jan 01 2021 Callum Farmer <gmbr3@opensuse.org>
  - Move BFD plugins to %{_libdir}
* Mon Dec 14 2020 Andreas Schwab <schwab@suse.de>
  - polly-pthread.patch: Remove, std::call_once no longer needs libpthread
* Mon Nov 23 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add compiler-rt-dont-compile-assembly-files-as-c.patch to fix
    build failure with newer CMake versions.
* Sat Nov 14 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let CMake files in {llvm,clang}X-devel refer to the versioned
    binaries that come with the package instead of the symlink
    managed by update-alternatives. (boo#1178513)
* Sat Oct 24 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Disable ThinLTO on aarch64 because of hangs. (boo#1178070)
  - Enable ThinLTO on ppc64 and ppc64le, the internal error is gone.
* Mon Oct 19 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 11.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools: llvm-gsymutil, llvm-ml.
    * clang-import-test was removed.
  - Drop obsolete patches:
    * clang-ignore-stack-clash-protector.patch
    * fix-atomics-test.patch
    * restore-llvm10-abi.patch
  - Rebase patches:
    * clang-resourcedirs.patch
    * default-to-i586.patch
    * link-clang-shared.patch
    * link-clang-tools-extra-shared.patch
    * lldb-cmake.patch
    * llvm-do-not-install-static-libraries.patch
    * lto-disable-cache.patch
  - Add llvm-exegesis-link-dylib.patch: link llvm-exegesis with
    libLLVM.so, the advanced functionality is not available anyway.
  - Remove -fstack-clash-protection on architectures where it isn't
    actually supported, because that prevents feature detection.
  - Make sure we also build AttributeReference for the documentation.
    This requires building via CMake. Also shorten the paths.
* Thu Jul 30 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add ld.lld as an alternative for ld. (boo#1174656)
* Wed Jul 22 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 10.0.1.
    * This release contains bug-fixes for the LLVM 10.0.0 release.
      This release is API and ABI compatible with 10.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Replace ValueLattice-Add-new-state-for-undef-constants.patch,
    which landed upstream in a modified version, by
    restore-llvm10-abi.patch that resets the ABI to our 10.0.0.
  - Rewrite lld-default-sha1.patch to be version-independent.
  - Set flags consistently, so that we don't lose -DNDEBUG on 32-bit
    architectures. Also we don't need the opt flags twice. This leads
    to a significant reduction in binary sizes on 32-bit arches.
  - Make it easier to package release candidates.
  - Enable most tests on 32-bit ARM, but not for libcxx.
  - Add fix-atomics-test.patch for architectures where native atomics
    are not available.
  - Lower build constraints for riscv64 a bit to allow building on
    more workers.
  - Allow more compile jobs in stage 2.
* Sun Jul 12 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Factor out computation of the number of jobs into a macro.
  - Choose mem_per_compile_job dependent on build stage, let stage 1
    on x86_64 use more memory.
  - More generous memory allocation on riscv64.
* Tue Jun 23 2020 Ismail Dönmez <idonmez@suse.com>
  - Add lld-default-sha1.patch to make lld generate SHA1 build-ids by
    default, otherwise our tools cannot process the debuginfo.
* Tue Mar 24 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 10.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools: llvm-ifs, llvm-install-name-tool, llvm-reduce.
    * New Clang tools: clang-move, clang-offload-wrapper, pp-trace.
    * lldb-mi moved to a separate project and is no longer available.
  - Dropped obsolete patches:
    * clang-fix-powerpc-triplet.patch
    * clang-riscv64-rv64gc.diff
    * compiler-rt-move-fdp.patch
    * compiler-rt-sanitizer-ipc-perm.patch
    * D60657-riscv-pcrel_lo.diff
    * gwp-asan-lto.patch
    * libcxx-tests-linux-distribution.patch
    * link-lldb-shared.patch
    * llvm-riscv64-fix-cffi.diff
    * openmp-export-fini.patch
    * riscv-eh-frame-fixup.patch
    * riscv64-suse-linux.patch
  - Rebased patches:
    * assume-opensuse.patch
    * link-clang-tools-extra-shared.patch
    * lldb-cmake.patch
    * llvm_build_tablegen_component_as_shared_library.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-remove-clang-only-flags.patch
    * lto-disable-cache.patch
    * polly-pthread.patch
    * tests-use-python3.patch
  - Add tablegen-test-link-static.patch: fix TableGenTests.
  - Add ValueLattice-Add-new-state-for-undef-constants.patch: fix
    miscompilation on ppc64/s390x that was leading to test crashes.
  - Enable ThinLTO on aarch64.
  - Disable ThinLTO on ppc64le due to internal error in gold.
  - Delete object files and static libraries from build tree in
    %install already, because debuginfo extraction happens after
    that. If we do it after %check, we run out of disk space.
  - Run tests "manually", because we've already removed many targets.
  - Don't build unit tests, because some of them are now statically
    linked, which is very expensive with LTO. Also unit tests are
    probably not very interesting on the distribution level, we don't
    expect them to perform different than in upstream. The relevant
    upstream change for this is https://reviews.llvm.org/D54439.
  - Drop %if for openSUSE 13.2.
* Mon Mar 23 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Remove conflicts of clang-tools with {clang,llvm}{7,8}: the
    relevant binaries have been removed from those packages. This
    allows having clang-tools together with older versions of llvm.
    For a smooth installation we add OrderWithRequires dependencies.
  - Fix typos in (still inactive) !%{with clang_scripts} part.
* Wed Mar 11 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Require clang-tools for clangX-devel.
* Sat Mar 07 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Move all clang-related scripts (including those originally in
    clangX-checker), hmaptool and clang-doc into a common
    unversioned subpackage clang-tools, like python3-clang.
    The scripts reference the unversioned executables, so allowing
    multiple versions via update-alternatives would be misleading.
    The clang-doc executable will come with assets in Clang 10, so
    we have to take it out of update-alternatives as well.
    This should be the proper solution to boo#1161873.
  - Include run-find-all-symbols script in clang-tools.
  - Remove metadata for clangX-include-fixer subpackage that never
    had any files and thus wasn't released as rpm. There are so many
    clang binaries that packaging them separately doesn't scale.
  - Fix lldb version string, adapt lldb-cmake.patch (boo#1165517).
  - Remove unneccesary libtool dependency.
  - Don't let clang depend on libc++, we link it with libstdc++.
  - Recommend gold plugin if clang and gold are installed.
* Fri Feb 07 2020 Richard Biener <rguenther@suse.com>
  - Add vim-plugin-llvm Conflicts to clang subpackage which now
    contains files formerly in llvmN-vim-plugins, conflicting with
    packages from older llvm releases.
* Thu Feb 06 2020 Richard Biener <rguenther@suse.com>
  - Add back emacs-llvm Provides and Conflicts to clang subpackage
    originally in llvm-emacs-plugins to properly conflict with
    llvm-emacs-plugins from older llvm releases.
* Tue Feb 04 2020 Richard Biener <rguenther@suse.com>
  - Add clang5-devel to clang9-doc conflicts.
* Mon Feb 03 2020 Andreas Schwab <schwab@suse.de>
  - Add compiler-rt-sanitizer-ipc-perm.patch: Fix sanitizer-common
    build with glibc 2.31.
* Wed Jan 29 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Move clang-{format,include-fixer,rename}.{el,py} files from
    llvm-*-plugins to clang package. (boo#1161873)
  - Drop the now empty llvm-emacs-plugins package.
* Mon Jan 27 2020 Richard Biener <rguenther@suse.com>
  - Add polly and lld build conditionals, remove excessive Requires
    to clang from docs.  Fix conditional for libc++ use.
    [jsc#SLE-7400, jsc#SLE-7614, jsc#SLE-7452, jsc#SLE-8920, jsc#SLE-7390,
    jsc#SLE-7587]
* Wed Jan 15 2020 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Undo spec-cleaner changes that we don't want.
    * Reintroduce blank lines in configuration.
    * Use packageand syntax that works for older versions of RPM.
    * Don't use %{_bindir} on left-hand side of sed replacements.
* Sat Jan 11 2020 Andreas Schwab <schwab@suse.de>
  - riscv-eh-frame-fixup.patch: Remove changesets that alter the libLLVM ABI
* Wed Jan 08 2020 Jaime Caamaño Ruiz <jcaamano@suse.com>
  - Add upstream patch to export compiler-rt FuzzedDataProvider header,
    required by Envoy 1.12.2:
    * compiler-rt-move-fdp.patch
* Mon Jan 06 2020 Andreas Schwab <schwab@suse.de>
  - riscv-eh-frame-fixup.patch: Fix handling of .eh_frame on RISC-V
  - polly-pthread.patch: Add missing -lpthread
* Fri Jan 03 2020 Andreas Schwab <schwab@suse.de>
  - Enable support for riscv64
  - clang-riscv64-rv64gc.diff, riscv64-suse-linux.patch,
    llvm-riscv64-fix-cffi.diff, D60657-riscv-pcrel_lo.diff: Backports from
    master

Files

/usr/include/polly
/usr/include/polly/Canonicalization.h
/usr/include/polly/CodeGen
/usr/include/polly/CodeGen/BlockGenerators.h
/usr/include/polly/CodeGen/CodeGeneration.h
/usr/include/polly/CodeGen/CodegenCleanup.h
/usr/include/polly/CodeGen/IRBuilder.h
/usr/include/polly/CodeGen/IslAst.h
/usr/include/polly/CodeGen/IslExprBuilder.h
/usr/include/polly/CodeGen/IslNodeBuilder.h
/usr/include/polly/CodeGen/LoopGenerators.h
/usr/include/polly/CodeGen/LoopGeneratorsGOMP.h
/usr/include/polly/CodeGen/LoopGeneratorsKMP.h
/usr/include/polly/CodeGen/PPCGCodeGeneration.h
/usr/include/polly/CodeGen/PerfMonitor.h
/usr/include/polly/CodeGen/RuntimeDebugBuilder.h
/usr/include/polly/CodeGen/Utils.h
/usr/include/polly/CodePreparation.h
/usr/include/polly/Config
/usr/include/polly/Config/config.h
/usr/include/polly/DeLICM.h
/usr/include/polly/DeadCodeElimination.h
/usr/include/polly/DependenceInfo.h
/usr/include/polly/FlattenAlgo.h
/usr/include/polly/FlattenSchedule.h
/usr/include/polly/ForwardOpTree.h
/usr/include/polly/JSONExporter.h
/usr/include/polly/LinkAllPasses.h
/usr/include/polly/ManualOptimizer.h
/usr/include/polly/MatmulOptimizer.h
/usr/include/polly/Options.h
/usr/include/polly/PolyhedralInfo.h
/usr/include/polly/PruneUnprofitable.h
/usr/include/polly/RegisterPasses.h
/usr/include/polly/RewriteByReferenceParameters.h
/usr/include/polly/ScheduleOptimizer.h
/usr/include/polly/ScheduleTreeTransform.h
/usr/include/polly/ScopBuilder.h
/usr/include/polly/ScopDetection.h
/usr/include/polly/ScopDetectionDiagnostic.h
/usr/include/polly/ScopInfo.h
/usr/include/polly/ScopPass.h
/usr/include/polly/Simplify.h
/usr/include/polly/Support
/usr/include/polly/Support/DumpModulePass.h
/usr/include/polly/Support/GICHelper.h
/usr/include/polly/Support/ISLOStream.h
/usr/include/polly/Support/ISLOperators.h
/usr/include/polly/Support/ISLTools.h
/usr/include/polly/Support/LinkGPURuntime.h
/usr/include/polly/Support/SCEVAffinator.h
/usr/include/polly/Support/SCEVValidator.h
/usr/include/polly/Support/ScopHelper.h
/usr/include/polly/Support/ScopLocation.h
/usr/include/polly/Support/VirtualInstruction.h
/usr/include/polly/ZoneAlgo.h
/usr/include/polly/isl
/usr/include/polly/isl/aff.h
/usr/include/polly/isl/aff_type.h
/usr/include/polly/isl/arg.h
/usr/include/polly/isl/ast.h
/usr/include/polly/isl/ast_build.h
/usr/include/polly/isl/ast_type.h
/usr/include/polly/isl/constraint.h
/usr/include/polly/isl/cpp-checked-conversion.h
/usr/include/polly/isl/cpp-checked.h
/usr/include/polly/isl/cpp.h
/usr/include/polly/isl/ctx.h
/usr/include/polly/isl/fixed_box.h
/usr/include/polly/isl/flow.h
/usr/include/polly/isl/hash.h
/usr/include/polly/isl/hmap.h
/usr/include/polly/isl/id.h
/usr/include/polly/isl/id_to_ast_expr.h
/usr/include/polly/isl/id_to_id.h
/usr/include/polly/isl/id_to_pw_aff.h
/usr/include/polly/isl/id_type.h
/usr/include/polly/isl/ilp.h
/usr/include/polly/isl/isl-noexceptions.h
/usr/include/polly/isl/list.h
/usr/include/polly/isl/local_space.h
/usr/include/polly/isl/lp.h
/usr/include/polly/isl/map.h
/usr/include/polly/isl/map_to_basic_set.h
/usr/include/polly/isl/map_type.h
/usr/include/polly/isl/mat.h
/usr/include/polly/isl/maybe.h
/usr/include/polly/isl/maybe_ast_expr.h
/usr/include/polly/isl/maybe_basic_set.h
/usr/include/polly/isl/maybe_id.h
/usr/include/polly/isl/maybe_pw_aff.h
/usr/include/polly/isl/maybe_templ.h
/usr/include/polly/isl/multi.h
/usr/include/polly/isl/obj.h
/usr/include/polly/isl/options.h
/usr/include/polly/isl/point.h
/usr/include/polly/isl/polynomial.h
/usr/include/polly/isl/polynomial_type.h
/usr/include/polly/isl/printer.h
/usr/include/polly/isl/printer_type.h
/usr/include/polly/isl/schedule.h
/usr/include/polly/isl/schedule_node.h
/usr/include/polly/isl/schedule_type.h
/usr/include/polly/isl/set.h
/usr/include/polly/isl/set_type.h
/usr/include/polly/isl/space.h
/usr/include/polly/isl/space_type.h
/usr/include/polly/isl/stdint.h
/usr/include/polly/isl/stream.h
/usr/include/polly/isl/stride_info.h
/usr/include/polly/isl/typed_cpp.h
/usr/include/polly/isl/union_map.h
/usr/include/polly/isl/union_map_type.h
/usr/include/polly/isl/union_set.h
/usr/include/polly/isl/union_set_type.h
/usr/include/polly/isl/val.h
/usr/include/polly/isl/val_gmp.h
/usr/include/polly/isl/val_type.h
/usr/include/polly/isl/vec.h
/usr/include/polly/isl/version.h
/usr/include/polly/isl/vertices.h
/usr/lib64/cmake/polly
/usr/lib64/cmake/polly/PollyConfig.cmake
/usr/lib64/cmake/polly/PollyExports-all.cmake
/usr/share/licenses/llvm13-polly-devel
/usr/share/licenses/llvm13-polly-devel/CREDITS.TXT
/usr/share/licenses/llvm13-polly-devel/LICENSE.TXT


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024