2020-05-12 10:08:08 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-llvmlite: updated to 0.32.1
v0.32.1:
Trove classifiers may be out of date.
Add FAQ entry on LLVM version support.
Adds override for LLVM version check, re-formats docs.
|
2020-04-18 10:11:54 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
py-llvmlite: updated to 0.32.0
v0.32.0:
* llvmlite wheel building fixes
* ENH: Better error message
* update install docs
* binding: Allow empty features list
* travis: Cleanup
* azure-pipelines: Bump VM images.
* Add paragraph on installing from sdist and on non-traditional platforms.
* Remove python 2, python < 3.6, fix up, add flake8
* Miscalled method and missing parameter in the documentation
* Permit building on Visual Studio 2017
* Update error message in LLVM version check.
* update to final release date for 0.31.0
|
2020-01-14 17:22:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-llvmlite: updated to 0.31.0
This release switches memset/memcpy to use the 4 argument style as per LLVM 7+
and updates some documentation.
Commits:
* Revert "Revert "LLVM 7 changed memset intrinsic signature, adjust \
it""
* Begin development of 0.31.0
* Add cttz and ctlz to irbuilder docs.
* Update deprecation docs with full deprecation of 5 arg memset/memcpy
* Update docs to not report LLVM 3.8 as latest!
|
2019-12-19 23:12:43 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Build shared module as PIC. Bump revision.
|
2019-10-19 16:10:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-llvmlite: updated to 0.30.0
v0.30.0:
This release adds support for half-precision float and schedules the
deprecation of memset/memcpy accepting 5 arguments (cf. LLVM change).
* Fix use of -fPIC flag in wheels
* Remove restriction on sphinx version from Anaconda distro
* fix for block labels which contain "interesting" characters
* Deprecate the use of memset/memcpy with alias
* Add fp16 Intrinsics
* Add Half-Precision Type
* Add -fPIC flag for manylinux1 wheel building
* Fix incorrect hierarchy in the documentation for ir.Constant.
* Update docs
* Fix leak on string returning APIs.
|
2019-06-02 11:02:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-llvmlite: updated to 0.29.0
v0.29.0:
This release upgrades to LLVM 8.0 for all supported platforms except PPC64LE.
Due to numerous problems with LLVM 8.0 running on PPC64LE,
we have decided to use LLVM 7.1, which is more stable on PPC64LE.
In addition, non-host LLVM targets, AMDGPU, NVPTX, and WebAssembly, are enabled
and they are available in our `llvmlite` builds.
* Revert "LLVM 7 changed memset intrinsic signature, adjust it"
* Depend on enum34 using PEP 508 environment markers
* Upgrade to llvm8
* Support loading from current directory and egg files
* Add missing fastmath flags from LLVM 7
* LLVM 7 changed memset intrinsic signature, adjust it
|
2019-03-14 14:02:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-llvmlite: updated to 0.28.0
v0.28.0
This release adds a number of community contributed features, including support \
for vector types, as well as atomic loads and stores.
* Adding Vector Type
* Add symbols from static object files
* Add support for atomic loads/stores
* Normalize replace_* behaviour and add docs
* Fix pickling of IR functions and add tests
* Setup manylinux1 buildscripts and CI
* Document need for -p1 argument to patch command
* Fix “SyntaxWarning: invalid escape sequence d”
* Consolidate the two vector type PRs
* Some adjustments to pr426
* Truncate long label names when adding label suffix.
* Add changelog info about v0.27.1
v0.27.1
Bugfix release for invalid wheel hash for OSX packages. No change to source code.
|
2019-01-02 16:42:17 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-llvmlite: updated to 0.27.0
v0.27.0
This release updates llvmlite to LLVM 7. Note that LLVM 7.0.0 contains a \
critical bug that is resolved with a patch included in the llvmdev conda package \
recipe. The final release of LLVM 7.0.1 may also resolve the issue.
Add another thread for RPi builds.
llvm lld integration
Build LLD as part of the llvmdev package
Set up CI with Azure Pipelines
LLVM 7 support
|
2018-12-09 21:22:56 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
py-llvmlite: updated to 0.26.0
v0.26.0
The primary new features in this release is support for generation of Intel JIT \
events, which makes profiling of JIT compiled code in Intel VTune possible. This \
release also contains some minor build improvements for ARMv7, and some small \
fixes.
LLVM 7 support was originally slated for this release, but had to be delayed \
after some issues arose in testing. LLVM 6 is still required for llvmlite.
* Use native cmake on armv7l
* Throttle thread count for llvm build on armv7l.
* Add shutdown detection to ObjectRef __del__ method.
* conda recipe: add make as build dep
* Add get_element_offset to TargetData
* Fix gep method call on Constant objects
* Fix typo in irbuilder documentation
* Enable IntelJIT events for LLVM for VTune support
|
2018-08-07 12:46:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-llvmlite: updated to 0.24.0
v0.24.0
This release adds support for Python 3.7 and fixes some build issues. It also
contains an updated SVML patch for the llvmdev package that works around some
vectorization issues. It also adds a selective LLVM 6.0.1 llvmdev build for the
`ppc64le` architecture.
* Fix up broken patch selector
* Add long description from readme
* LLVM 6.0.1 build based on RC and fixes for PPC64LE
* Recipe fixes for Conda Build 3
* Workaround for incorrect vectorization factor computed for SVML functions
* fix build on OpenBSD.
* Python 3.7 compat: Properly escape repl in re.sub
|