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

Refactor for support of multiple targets #8

Conversation

hedgar2017
Copy link
Collaborator

What ❔

Adds the support of the EVM target.

Why ❔

We are going to release our own EVM LLVM back end.

Checklist

  • PR title corresponds to the body of PR.
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via cargo fmt and checked with cargo clippy.

@hedgar2017 hedgar2017 changed the title Merge with the latest releases Add the support of the EVM target Jan 17, 2024
@hedgar2017 hedgar2017 changed the title Add the support of the EVM target [WIP] Add the support of the EVM target Jan 18, 2024
Copy link

github-actions bot commented Feb 5, 2024

Linux x86 Unit Tests Results

0 tests   - 8   0 ✅  - 8   0s ⏱️ ±0s
0 suites  - 2   0 💤 ±0 
0 files    - 1   0 ❌ ±0 

Results for commit deb7316. ± Comparison against base commit 1f929c8.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 5, 2024

MacOS arm64 Unit Tests Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 
1 errors

For more details on these parsing errors, see this check.

Results for commit deb7316. ± Comparison against base commit 1f929c8.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 5, 2024

MacOS x86 Unit Tests Results

0 tests   - 8   0 ✅  - 8   0s ⏱️ ±0s
0 suites  - 2   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit deb7316. ± Comparison against base commit 1f929c8.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 5, 2024

Windows Unit Tests Results

0 tests   - 8   0 ✅  - 8   0s ⏱️ ±0s
0 suites  - 2   0 💤 ±0 
0 files    - 1   0 ❌ ±0 

Results for commit deb7316. ± Comparison against base commit 1f929c8.

♻️ This comment has been updated with latest results.

@hedgar2017 hedgar2017 marked this pull request as ready for review February 11, 2024 21:20
@hedgar2017 hedgar2017 merged commit 1f09901 into main Feb 11, 2024
2 of 5 checks passed
@hedgar2017 hedgar2017 deleted the az-cpr-872-integrate-an-evm-execution-environment-into-the-compiler branch February 11, 2024 21:21
@hedgar2017 hedgar2017 changed the title [WIP] Add the support of the EVM target Refactor for support of multiple targets Feb 11, 2024
hedgar2017 added a commit that referenced this pull request Feb 11, 2024
* Merge with the latest releases

* Move most of the common codegen to a trait

* Generalize over auxiliary data for various IRs

* Remove more AS placeholders

* Generalize over EVMLA data

* Fix the memcpy.p1.p1 intrinsic

* Update deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant