Skip to content

Releases: JuliaLLVM/LLVM.jl

v0.9.9

01 Jun 12:25
8ccc13e
Compare
Choose a tag to compare

Fixes for Julia 0.7
Expose command line option parsing

v0.9.8

07 May 09:30
Compare
Choose a tag to compare

More improvements for Julia 0.7

v0.9.7

26 Mar 20:24
Compare
Choose a tag to compare

Improvements for Julia 0.7

v0.9.6

31 Jan 10:36
c6a03ad
Compare
Choose a tag to compare

Fixes for Julia 0.7

v0.9.5

16 Jan 10:35
6978a34
Compare
Choose a tag to compare

Compatibility with Julia 0.7

v0.9.4

04 Jan 09:37
Compare
Choose a tag to compare

Fixes for Julia master.

v0.9.3

13 Dec 06:52
d867e47
Compare
Choose a tag to compare

Hotfix: fix wrong llvmcall usage that broke with julia master.

v0.9.2

12 Dec 07:45
fb17dad
Compare
Choose a tag to compare

Fix 0.7 deprecations.

v0.9.1

27 Nov 15:09
Compare
Choose a tag to compare

Fixes for Windows and OSX.

v0.9.0

24 Nov 09:15
f4f8025
Compare
Choose a tag to compare

Major release: remove need for source-build of Julia, but drop support for 0.6

This means that installing LLVM.jl (and consequently CUDAnative.jl, CuArrays.jl, ...) has become much easier. The C++ library that was necessitated a source-build has been merged as part of Julia, but that means dropping support for Julia 0.6.

Until Julia 0.7 is officially released, new features won't be added to LLVM.jl meaning the latest 0.6-compatible version should be compatible with any dependent packages. When BinDeps2 reaches maturity, and can build a Julia-compatible LLVM, we might consider moving the extras library back to LLVM.jl.