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

Add lib/skc_async_experiment #544

Merged
merged 20 commits into from
Aug 20, 2024
Merged

Add lib/skc_async_experiment #544

merged 20 commits into from
Aug 20, 2024

Commits on Jul 29, 2024

  1. Add lib skc_async_experiment

    yhara committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb79882 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: Commit Cargo.toml

    yhara committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4d5767e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. WIP

    yhara committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3c618fc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. wip: implementing codegen.rs with llvm

    also removed hir::blocked (just compile hir::Expr::If into llvm ir
    directly)
    yhara committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5c32ede View commit details
    Browse the repository at this point in the history
  2. Add lib/skc_runtime

    copied from yhara/milika
    yhara committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2332cf5 View commit details
    Browse the repository at this point in the history
  3. impl. compile_return

    yhara committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5732322 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. impl. compile_argref

    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f8d5707 View commit details
    Browse the repository at this point in the history
  2. Removed Result

    because all program errors should be detected before codegen
    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5444718 View commit details
    Browse the repository at this point in the history
  3. s/bhir/hir/

    b was for blocked::
    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    418828a View commit details
    Browse the repository at this point in the history
  4. impl. compile_funcref

    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    98b7509 View commit details
    Browse the repository at this point in the history
  5. Output llvm ir

    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e26b7bc View commit details
    Browse the repository at this point in the history
  6. fix: Create default basic block

    yhara committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    810001f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    c7594a5 View commit details
    Browse the repository at this point in the history
  2. fix crate name

    yhara committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5022a01 View commit details
    Browse the repository at this point in the history
  3. Delete unneeded println

    yhara committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9670be6 View commit details
    Browse the repository at this point in the history
  4. Link src and runtime

    yhara committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2a59416 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Compile Expr::Cast

    yhara committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e22ba7b View commit details
    Browse the repository at this point in the history
  2. fix function reference error

    yhara committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3aec319 View commit details
    Browse the repository at this point in the history
  3. impl. lvar stuffs

    yhara committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    af758e5 View commit details
    Browse the repository at this point in the history
  4. Edit Rakefile

    yhara committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    79db4a1 View commit details
    Browse the repository at this point in the history