Skip to content

Releases: xgo-dev/llvm

v0.9.0

06 May 04:06
60bf648

Choose a tag to compare

What's Changed

  • github.com/goplus/llvm => github.com/xgo-dev/llvm by @xushiwei in #39

Full Changelog: v0.8.8...v0.9.0

v0.8.8

19 Apr 01:02
b74f094

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.7...v0.8.8

v0.8.7

02 Mar 02:37
cb01f6c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

27 Feb 00:16
ac16829

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.6

v0.8.5

07 Aug 09:26
f1806ce

Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

08 Jul 07:49
6233d3c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

01 Apr 12:26
76d6171

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.3

v0.8.1

31 Dec 08:06
4faf968

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

21 Jun 04:34
4dc1174

Choose a tag to compare

changes:

  • merge tinygo-org/go-llvm upstream master to add LLVM 18 support (#16)

v0.7.6

19 May 08:56
39f81f7

Choose a tag to compare

features (#14 #15):

  • CreateNot
  • CreateShl
  • CreateLShr
  • CreateAShr
  • CreateAnd
  • CreateXor
  • CreateNeg
  • CreateFNeg
  • CreateSelect
  • CreateBitCast
  • CreateZExt
  • CreateSExt
  • CreateFPTrunc
  • CreateFPExt
  • CreateFPToUI
  • CreateFPToSI
  • CreateUIToFP
  • CreateSIToFP