Skip to content

Releases: maleadt/LLVM.jl

v4.4.0

24 Aug 06:16
7d2fce9
Compare
Choose a tag to compare

LLVM v4.4.0

Diff since v4.3.0

Merged pull requests:

  • Add support for less common floating-point types. (#261) (@maleadt)
  • Support for inspecting and creating constant expressions. (#262) (@maleadt)
  • Implement Base.copy for copying a module. (#263) (@maleadt)
  • Support ConstantData(Vector|Array). (#264) (@maleadt)

v4.3.0

19 Aug 12:49
21122ab
Compare
Choose a tag to compare

LLVM v4.3.0

Diff since v4.2.0

Closed issues:

  • Attributes are non-roundtrippable (#186)

Merged pull requests:

v4.2.0

04 Aug 13:27
1b2da9d
Compare
Choose a tag to compare

LLVM v4.2.0

Diff since v4.1.1

Merged pull requests:

  • Add support for CFG simplification with options. (#255) (@maleadt)

v4.1.1

21 Jul 14:10
54cbc92
Compare
Choose a tag to compare

LLVM v4.1.1

Diff since v4.1.0

Merged pull requests:

v4.1.0

09 Jul 15:50
600f5cd
Compare
Choose a tag to compare

LLVM v4.1.0

Diff since v4.0.1

Merged pull requests:

v4.0.1

08 Jul 16:57
b471a06
Compare
Choose a tag to compare

v4.0.0

08 Jul 16:34
20b4620
Compare
Choose a tag to compare

LLVM v4.0.0

Diff since v3.9.0

Closed issues:

  • personality!(nothing) and initializer!(nothing) fail assertions (#197)
  • How to use this package with Julia built with LLVM_full_assert_jl? (#247)

Merged pull requests:

v3.9.0

21 Jun 10:26
9817cbd
Compare
Choose a tag to compare

LLVM v3.9.0

Diff since v3.8.0

Closed issues:

  • off_t definition for apple silicon needed. (#234)

Merged pull requests:

v3.8.0

16 Jun 11:06
80b7502
Compare
Choose a tag to compare

LLVM v3.8.0

Diff since v3.7.1

Merged pull requests:

  • regenerate the LLVM bindings for LLVM12/ORCv2 (#230) (@vchuravy)
  • Add a pointer type-preserving ccall wrapper. (#231) (@maleadt)
  • Fix and test typed_ccall with void return type. (#232) (@maleadt)

v3.7.1

20 May 16:13
30ea6df
Compare
Choose a tag to compare

LLVM v3.7.1

Diff since v3.7.0

Merged pull requests: