Skip to content

Releases: llvm-swift/LLVMSwift

LLVM 5.0

30 Oct 14:18
Compare
Choose a tag to compare

LLVMSwift now builds against LLVM 5.0. We are no longer testing 4.0 backwards deployment, but we anticipate that the framework will continue to build against 4.0 for quite a while.

⚠️ Breaking Changes Ahead ⚠️

LLVMSwift now requires Xcode 9’s toolchain.

Previously deprecated short names of integer predicates have been removed in favor of their Swiftier longer names.

0.1.11: Merge pull request #85 from CodaFi/i-am-not-a-wrapper

24 Apr 17:11
Compare
Choose a tag to compare

0.1.10

15 Feb 22:12
Compare
Choose a tag to compare
Changed OpCode to use an explicit initializer rather than using raw v…

0.1.9

09 Feb 19:18
Compare
Choose a tag to compare
Fixed BasicBlock.parent and added IRBuilder.currentFunction (#63)

0.1.7: Guarded imports with a NO_SWIFTPM macro (#41)

18 Jan 03:08
Compare
Choose a tag to compare
* Guarded imports with a NO_SWIFTPM macro

* Added non-swiftpm installation isntructions

* fixed code voice

0.1.6: Added module-related functions to JIT (#38)

16 Jan 02:57
Compare
Choose a tag to compare
* Added module-related functions to JIT

* Updated comment with example

* Extra code voice