Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: llvm14-polly-devel | Distribution: openSUSE Tumbleweed |
Version: 14.0.6 | Vendor: openSUSE |
Release: 16.2 | Build date: Sat Nov 16 23:38:02 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 1482442 | Source RPM: llvm14-14.0.6-16.2.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.
Apache-2.0 WITH LLVM-exception AND NCSA
* Sat Nov 16 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Apply clang-shlib-symbol-versioning.patch to add symbol versions to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220) * Tue Aug 20 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add minor version to Python shebangs. (boo#1212476) - Remove shebang and executable bit where not needed. * Wed Apr 03 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Use old conflicts/provides for python3-clang on Leap. * Wed Mar 06 2024 Michael Gorse <mgorse@suse.com> - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6. * Mon Mar 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. - Disable test that fails on ppc64le. * Fri Mar 01 2024 pgajdos@suse.com - Use %patch -P N instead of deprecated %patchN. * Thu Jan 11 2024 Fabian Vogt <fvogt@suse.com> - Use %_target_* for determining the compiler host triple (boo#1218701) * 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> - Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch. * Tue Jun 13 2023 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add patch to fix segmentation fault on aarch64 - boo#1212264: * llvm14-fix-segfault-on-aarch64.patch * Fri May 05 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - No longer expect test failures on s390x that have disappeared. * Sat Apr 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Ignore test failures on Leap 15.x ppc64le. * 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. * Tue Sep 27 2022 William Brown <william.brown@suse.com> - Add llvm-preserve-symbols-used.patch to resolve some symbols preserving with asm in Rust. * Wed Sep 21 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Always drop -gnu from triple for consistency. Patch a test that was looking for -linux- in clang-test-xfail-gnuless-triple.patch. * Mon Sep 19 2022 Andreas Schwab <schwab@suse.de> - Use correct LLVM_HOST_TRIPLE for riscv64 * 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-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation caused by mixing up values of the current and previous iteration. (See gh#llvm/llvm-project#56242.) * Fri Aug 26 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add llvm-lifetime-for-rust.patch to have Rust memory management functions considered as lifetime markers. This should aid dead store elimination to dynamically allocated memory in Rust code. * Tue Aug 23 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Don't declare python3-clang as noarch: Python packages are installed into %{_libdir}. * Sat Aug 13 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Use black RPM macro magic to deduplicate binary lists. This should have no effect on the generated RPM but shaves ~400 lines off the specfile and hopefully makes future maintenance easier. * Wed Aug 10 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add WebAssembly support for all architectures. * Tue Aug 09 2022 Martin Liška <mliska@suse.cz> - Add llvm-glibc-2-36.patch in order to address boo#1202215. * Mon Jul 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.6. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Jun 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.5. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sat May 28 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.4. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Don't use gold for linking anymore: on s390x we use ld.bfd with LLVMgold.so, on ppc64 we disable ThinLTO for now. - 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. - Prefer RPM macros over shell scripting, so that we can better inspect the build script with substitutions in place. - More memory for stage 1 build jobs due to recent OOMs. - Add %_libclang_sonum RPM macro to llvm-devel, since that might now diverge from %_llvm_sonum. - Rebase llvm-do-not-install-static-libraries.patch. * Sat Apr 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.3. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Use ThinLTO with lld on i586. * Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.1. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete patches: * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch - Don't override default linker flags. (We were losing -Wl,-z,now.) * Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.0. * For details, see the release notes: - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod-find: Tool to fetch debuginfod artifacts. - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker. * New Clang tools: - clang-linker-wrapper: A wrapper utility over the host linker. - clang-nvlink-wrapper: A wrapper tool over nvlink program. - Add clang-repl-private-deps.patch to make link dependencies of clang-repl private, otherwise CMake can't install. - Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to fix build on PowerPC (32-bit). - Drop llvm-exegesis-link-dylib.patch, instead we don't build llvm-exegesis anymore and add check-no-llvm-exegesis.patch to disable the corresponding tests. - Rebase patches: * lldb-cmake.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Drop patches that have landed upstream: * llvm-update-extract-section-script.patch * 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. * 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
/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/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/DumpFunctionPass.h /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/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/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/llvm14-polly-devel /usr/share/licenses/llvm14-polly-devel/CREDITS.TXT /usr/share/licenses/llvm14-polly-devel/LICENSE.TXT
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025