v2.2.0-1.2.1
·
1 commit
to main
since this release
Commits
- 90cc232: Bump Kotlin version to 2.1.0. (bennyhuo)
- d92ae88: Set llvm variant to dev to download full llvm dependencies. (bennyhuo)
- ef8920d: Release 2.1.0-1.1.5. (bennyhuo)
- 6103b50: Update Readme with disassembled llvm bitcode sample. (bennyhuo)
- f645d29: Make Kotlin compiler dependencies compileOnly to avoid messing up the classpath of user projects. (bennyhuo)
- aca1640: Release 2.1.0-1.1.6. (bennyhuo)
- 8c37c1d: Make binary path of llvm-dis configurable. (bennyhuo)
- ed75974: Do not cast MessageCollector? to nonnull. (bennyhuo)
- 2fcff6a: Support to print IR after lowering. Output dirs should respect to user configured outputDir in PrinterExtension. (bennyhuo)
- 2590c1a: Support print optimized IR on JVM targets. (bennyhuo)
- 8b9f960: Catch and print error messages into the output file when failed to print IR. (bennyhuo)
- 33f04ab: Update sample project. (bennyhuo)
- ba0dd32: Update Kotlin version to 2.1.0 of sample project. (bennyhuo)
- aa4b879: Separate the output files by module. (bennyhuo)
- 3cad6f6: Update maven publish configs. (bennyhuo)
- de52fb9: Bump Kotlin to 2.2.0-Beta2. (bennyhuo)
- 276878f: Fix errors with Compose printer. (bennyhuo)
- 1e337a7: Always use in-process strategy in sample. (bennyhuo)
- c04ccaf: Separate build type for llvm ir output. (bennyhuo)
- 18c28b1: Support generating wat from wasm files. (bennyhuo)
- 30b251c: Enable gradle configuration cache in sample. (bennyhuo)
- a218b89: Generate wat for optimized wasm files. (bennyhuo)
- 6867417: Bump Kotlin to 2.2.0. (bennyhuo)
- afda85c: Release 2.2.0-1.2.1. (bennyhuo)
- 4329df8: Update readme. (bennyhuo)
- f130541: Print optimized IR for wasm targets. (bennyhuo)