Skip to content

Releases: maleadt/LLVM.jl

v4.16.0

07 Feb 15:23
69849e7
Compare
Choose a tag to compare

LLVM v4.16.0

Diff since v4.15.0

Merged pull requests:

v4.15.0

07 Feb 14:09
c916d80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.14.1...v4.15.0

v4.14.1

01 Dec 09:42
d21df91
Compare
Choose a tag to compare

LLVM v4.14.1

Diff since v4.14.0

Merged pull requests:

  • Use Base.active_project. (#316) (@maleadt)
  • Automatically have CI build LLVMExtra, if needed. (#318) (@maleadt)
  • Allow materializer callback to devolve responsibility (#319) (@vchuravy)

v4.14.0

07 Jun 08:48
56559ec
Compare
Choose a tag to compare

LLVM v4.14.0

Diff since v4.13.1

Closed issues:

  • Disallow sizeof(::LLVMType) (#311)

Merged pull requests:

v4.13.1

02 Jun 10:52
37591ff
Compare
Choose a tag to compare

LLVM v4.13.1

Diff since v4.13.0

Merged pull requests:

  • Support querying an unnamed struct's name. (#310) (@maleadt)

v4.13.0

25 May 16:23
1c32b3e
Compare
Choose a tag to compare

LLVM v4.13.0

Diff since v4.12.0

Merged pull requests:

  • Introduce at-dispose to replace do-block constructors. (#309) (@maleadt)

v4.12.0

25 May 07:34
f7cd9eb
Compare
Choose a tag to compare

LLVM v4.12.0

Diff since v4.11.1

Merged pull requests:

v4.11.1

12 May 15:00
acc89d6
Compare
Choose a tag to compare

LLVM v4.11.1

Diff since v4.11.0

Closed issues:

  • Metadata operands can be null (#306)

Merged pull requests:

  • Support null metadata, represent as nothing. (#307) (@maleadt)

v4.11.0

12 May 09:14
a94adbf
Compare
Choose a tag to compare

LLVM v4.11.0

Diff since v4.10.0

Merged pull requests:

  • Support for iterating DICompileUnits in debug info. (#301) (@maleadt)
  • Add support for poison values. (#303) (@maleadt)
  • Add support for replacing values in metadata. (#304) (@maleadt)
  • Remove test calling intrinsic with invalid arguments. (#305) (@maleadt)

v4.10.0

10 May 15:38
2e8d315
Compare
Choose a tag to compare

LLVM v4.10.0

Diff since v4.9.1

Merged pull requests:

  • Add support for extracting a Value from a ValueAsMetadata. (#302) (@maleadt)