Releases: JuliaLLVM/LLVM.jl
Releases · JuliaLLVM/LLVM.jl
v9.8.2
v9.8.1
What's Changed
- Adapt to JuliaLang/julia#60988: add JD parameter to JIT API by @vchuravy in #557
- Silence a test warning on nightly. by @maleadt in #559
- Bump julia-actions/setup-julia from 2 to 3 by @dependabot[bot] in #555
Full Changelog: v9.8.0...v9.8.1
v9.8.0
v9.7.1
LLVM v9.7.1
Merged pull requests:
- Memcheck improvements (#550) (@maleadt)
- Fix
@asmcallmulti-output IR for homogeneous tuples (#552) (@AntonOresten)
Closed issues:
- constraints for @asmcall with one output and multiple outputs (#531)
v9.7.0
LLVM v9.7.0
Merged pull requests:
v9.6.0
LLVM v9.6.0
Merged pull requests:
- Bump actions/upload-artifact from 4 to 7 (#537) (@dependabot[bot])
- Add support for parsing and linking modules lazily. (#547) (@maleadt)
v9.5.0
LLVM v9.5.0
Merged pull requests:
- Support LLVM 21 in LLVMExtra (#527) (@yuyichao)
- Bump actions/github-script from 7 to 8 (#536) (@dependabot[bot])
- Bump actions/download-artifact from 4 to 8 (#538) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#539) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#540) (@dependabot[bot])
- Reject non-power-of-2 alignment in pointerref/pointerset (#541) (@maleadt)
- Make it possible to run NewPM pipeline with a custom TTI (#542) (@maleadt)
- Add workspaces. (#543) (@maleadt)
- Bump LLVMExtra (#544) (@maleadt)
v9.4.6
LLVM v9.4.6
Merged pull requests:
v9.4.5
LLVM v9.4.5
Merged pull requests:
- Bump peter-evans/find-comment from 3 to 4 (#529) (@dependabot[bot])
- Bump peter-evans/create-or-update-comment from 4 to 5 (#530) (@dependabot[bot])
- Bump actions/checkout from 5 to 6 (#532) (@dependabot[bot])
- Catch custom pass exceptions to avoid confusing LLVM. (#534) (@maleadt)
v9.4.4
LLVM v9.4.4
Merged pull requests:
- Allow external consumers to register custom C++ passes (#525) (@oscardssmith)