Releases: AlexeySotkin/SPIRV-LLVM-Translator
Releases · AlexeySotkin/SPIRV-LLVM-Translator
Latest development build 2021-02-12 12:35 UTC
Fix translation of cmpxchg instruction Previous implementation optimized produced code assuming a particular pattern in input LLVM IR. But that assumption is not always correct. Now we always insert extra instructions to preserve semantics of cmpxchg. Those extra instruction can be optimized later. Signed-off-by: Alexey Sotkin <alexey.sotkin@intel.com>
Binaries linked against LLVM 9.0.1
v9.0.1-1 Backport fix translation of read_image* built-ins to SPIR-V to 9.0 re…
test release
Testing new deployment mechanism.
This release is created via web interface.
Release compatible with llvm 8.0.1 (update 2)
backport changes from master
Web Title
Web
description
check check
check description
Binaries linked against LLVM 8.0.1
v8.0.1-1 Tagging 8.0.1 release
Binaries linked against LLVM 8.0.0
v8.0.0-1 Promoting to release
latest_build
Drop unused private field
7.0.1-1: Enable publishing of built artifacts via github releases.
Upload binaries of the translator to the github repo.