Skip to content

v2.1.0-1.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:11
· 12 commits 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)
  • 66d0923: Always use in-process strategy in sample. (bennyhuo)
  • d39da3c: Separate build type for llvm ir output. (bennyhuo)
  • 9d32510: Support generating wat from wasm files. (bennyhuo)
  • 7f577b8: Enable gradle configuration cache in sample. (bennyhuo)
  • ca2d23e: Generate wat for optimized wasm files. (bennyhuo)
  • bc9613f: Print optimized IR for wasm targets. (bennyhuo)
  • bc535a3: Fix "kotlinBinaryenSetup" task not found issue. (bennyhuo)
  • dcc7895: Release 2.1.0-1.2.2. (bennyhuo)