Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LLVM and GPUCompiler versions + related fixes #82

Merged
merged 8 commits into from
Oct 8, 2024
Merged

Commits on Sep 11, 2024

  1. Bump LLVM and GPUCompiler versions + related fixes:

    Drop abi_call for a plain invoke call
    Change to use string api for pass manager
    Drop support for versions before 1.10
    gbaraldi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    980534d View commit details
    Browse the repository at this point in the history
  2. Change ci to 1.10 and up

    gbaraldi authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4ff064a View commit details
    Browse the repository at this point in the history
  3. Make 1.11 not segfault

    gbaraldi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2cfe7eb View commit details
    Browse the repository at this point in the history
  4. Use v2 action

    gbaraldi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    08448b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Bump version to 0.2.0

    gbaraldi authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a31cded View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix 1.11

    gbaraldi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    48ad77b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add support for gc_small_alloc_* functions

    These are a simple rename of the `gc_pool_alloc_*` functions we had
    before.
    topolarity committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0aa0854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd38ab View commit details
    Browse the repository at this point in the history