Releases: llvm-swift/LLVMSwift
Releases · llvm-swift/LLVMSwift
LLVM 5.0
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.
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
Wrap more parts of the LLVM API
0.1.10
Changed OpCode to use an explicit initializer rather than using raw v…
0.1.9
Fixed BasicBlock.parent and added IRBuilder.currentFunction (#63)
0.1.7: Guarded imports with a NO_SWIFTPM macro (#41)
* 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)
* Added module-related functions to JIT * Updated comment with example * Extra code voice