Skip to content

Releases: JuliaLLVM/LLVM.jl

v8.1.0

03 Aug 09:34
ed30abd
Compare
Choose a tag to compare

LLVM v8.1.0

Diff since v8.0.0

Merged pull requests:

Closed issues:

  • Improve error handling from custom passes (#410)
  • Metadata APIs need to be generalized to Value* (#417)

v8.0.0

27 Jun 07:27
7284514
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.1...v8.0.0

v7.2.1

06 Jun 17:11
Compare
Choose a tag to compare

v7.2.0

06 Jun 14:26
5152eb9
Compare
Choose a tag to compare

LLVM v7.2.0

Diff since v7.1.0

Merged pull requests:

Closed issues:

  • ArgumentError: Pass LowerSIMDLoop is not a module pass (#412)

v7.1.0

21 May 10:56
09dfbb4
Compare
Choose a tag to compare

LLVM v7.1.0

Diff since v7.0.0

Merged pull requests:

Closed issues:

  • NewPM: re-instate support for custom passes (#408)

v7.0.0

07 May 11:16
dc7f828
Compare
Choose a tag to compare

LLVM v7.0.0

Diff since v6.6.3

Merged pull requests:

v6.6.3

04 Apr 07:01
6bf0d97
Compare
Choose a tag to compare

LLVM v6.6.3

Diff since v6.6.2

Merged pull requests:

v6.6.2

21 Mar 14:21
5a34b05
Compare
Choose a tag to compare

LLVM v6.6.2

Diff since v6.6.1

Merged pull requests:

v6.6.1

14 Mar 17:43
5e0b669
Compare
Choose a tag to compare

LLVM v6.6.1

Diff since v6.6.0

Merged pull requests:

Closed issues:

  • LLVMExtra platform augmentation Heisenbug, loads wrong artifact (#314)
  • Hanging on Windows on Julia 1.10 (#393)

v6.6.0

21 Feb 17:30
Compare
Choose a tag to compare

LLVM v6.6.0

Diff since v6.5.0

Merged pull requests:

  • LLVMPtr: Implement arithmetic without using Base.add_ptr to avoid addrspacecasts (#387) (@maleadt)
  • Wrap ExpandReductions pass (#388) (@maleadt)

Closed issues:

  • Pointer arithmetic shouldn't involve addrspacecasts (#386)