2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message: devel: Adapt packages to use USE_(CC|CXX)_FEATURES |
2023-07-09 15:59:49 by Nia Alarie | Files touched by this commit (1) |
Log message: cvise: Require a C++17 compiler. |
2023-05-07 12:01:26 by Thomas Klausner | Files touched by this commit (3) | |
Log message: cvise: update to 2.8.0. Changes done in the release: LLVM 16 is properly supported with bumped minimal CMake version (2f4e175) the most beneficial passes (replace-function-def-with-decl and replace-function-def-with-decl) take turn (after 30 transformations) in early phases of reduction; that improves the speed of a reduction |
2023-04-19 18:31:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: cvise: updated to 2.7.0 v2.7.0 quite a few Clang passes were reworked daily GitHub Action has been added for LLVM daily snapshot --start-with provides a better error message if the pass is not found pyupgrade was used to modernize the codebase to Python 3.6 |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message: massive revision bump after textproc/icu update |
2022-11-14 19:54:34 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: cvise: updated to 2.6.0 v2.6.0 new Clang passes rename-operator and member-to-global were added many Windows warnings are disabled for MSVC c++2b is a supported C++ standard |
2022-09-09 17:14:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message: cvise: update to 2.5.0. Changes done in the release: support LLVM 14 and LLVM 15 new option --skip-after-n-transforms was introduced max pass increase limit was introduced (3) that helps passes that run many \ times (e.g. constant propagation) |
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message: *: Revbump packages that use Python at runtime without a PKGNAME prefix |
2022-05-01 11:13:42 by Thomas Klausner | Files touched by this commit (5) |
Log message: *: mark as not-for-python-2.x A dependency does not support python 2 any longer |