Path to this page:
Subject: CVS commit: pkgsrc/devel/py-llvmlite
From: Thomas Klausner
Date: 2024-08-31 10:19:49
Message id: 20240831081949.E0359FC74@cvs.NetBSD.org
Log Message:
py-llvmlite: update to 0.43.0
v0.43.0 (June 13, 2024)
-----------------------
Highlights of this release are:
- Support for building against LLVM 15.
- A fix for `refpruning` algorithm in specific `fanout_raise` cases.
Pull-Requests:
* PR `#1025`_: skip `raise` basic blocks in `verifyFanoutBackward`
* PR `#1029`_: Update CHANGE_LOG for 0.42.0 final.
* PR `#1032`_: v0.42 Post release
* PR `#1035`_: Support building against llvm15
* PR `#1059`_: update CHANGE_LOG and release date for 0.43.0 final
v0.42.0 (January 31, 2024)
--------------------------
Highlights of this release include:
- Support for Python 3.12.
- A fix for relocation overflows on AArch64 systems.
- Binding layer: new queries for incoming blocks of phi instructions, type
kinds, and elements. Addition of the Instruction Namer pass.
- IR layer: Support `convergent` as an attribute of function calls and call
instructions.
Pull-Requests:
* PR `#973`_: Bindings: Query incoming blocks of a phi instruction
* PR `#978`_: Bindings: Query type kinds, derived types, and elements
* PR `#981`_: Add Instruction Namer pass to PassManager
* PR `#993`_: Update changelog on main for 0.41.0
* PR `#1005`_: Remove suggestion that add_global_mapping() is unused
* PR `#1006`_: Release Notes 0.41.1 for main
* PR `#1007`_: update release checklists post 0.41.1
* PR `#1009`_: Fix relocation overflows by implementing preallocation in the \
memory manager
* PR `#1010`_: Python 3.12
* PR `#1012`_: conda-recipe cleanups
* PR `#1014`_: Fix conda-recipe syntax errors from #1012
* PR `#1017`_: add 3.12 to azure
* PR `#1018`_: Bump minimum supported Python version to 3.9
* PR `#1019`_: Add convergent as a supported FunctionAttribute and \
CallInstrAttribute.
Files: