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

Should there be a higher level API? #18

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on May 16, 2023

  1. wip: add ir module

    Pangoraw committed May 16, 2023
    Configuration menu
    Copy the full SHA
    773aab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d438436 View commit details
    Browse the repository at this point in the history
  3. skip :code_coverage_effect

    Pangoraw committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b158dd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e70ccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34ea3e6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    d352781 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Fix boundscheck

    Co-authored-by: jumerckx <[email protected]>
    Pangoraw and jumerckx committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    781f688 View commit details
    Browse the repository at this point in the history
  2. Add parse(::Type{MLIRType}, ::Context, s)

    Co-authored-by: jumerckx <[email protected]>
    Pangoraw and jumerckx committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ef31356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    812f803 View commit details
    Browse the repository at this point in the history
  4. add LLVM.jl-like context state handling.

    * functions in Pass.jl have not yet been properly adapted.
    * I might've been a bit too enthousiastic with removing contexts: MModule and PassManager might still need to keep theirs.
    * The way code_mlir in brutus.jl now uses context might need a closer look.
    jumerckx committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7a1ee3e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    644ea20 View commit details
    Browse the repository at this point in the history