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

Update to 0.14.0 and expose JIT #4

Open
wants to merge 211 commits into
base: master
Choose a base branch
from
Open

Update to 0.14.0 and expose JIT #4

wants to merge 211 commits into from

Conversation

Harrm
Copy link

@Harrm Harrm commented Jun 6, 2024

hydai and others added 18 commits June 6, 2024 16:39
* Use hidden function `__register_frame` and `__deregister_frame` in
  libgcc and libunwind to apply FDE data in `.eh_frame` section

Signed-off-by: Shen-Ta Hsieh <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Change StrictFP value to 0
* Change UWTable value to 2 (UWTable::Default)
* Move ErrCode handling code after try-catch block
* Adjust compile options on windows

Signed-off-by: Shen-Ta Hsieh <[email protected]>
…smEdge#3196)

Bumps [GuillaumeFalourd/setup-windows10-sdk-action](https://github.com/guillaumefalourd/setup-windows10-sdk-action) from 1 to 2.
- [Release notes](https://github.com/guillaumefalourd/setup-windows10-sdk-action/releases)
- [Commits](GuillaumeFalourd/setup-windows10-sdk-action@v1...v2)

---
updated-dependencies:
- dependency-name: GuillaumeFalourd/setup-windows10-sdk-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [component model] section order will affect index space

which means these orders have semantic

Signed-off-by: Lîm Tsú-thuàn <[email protected]>
* Rename cmake config WASMEDGE_BUILD_AOT_RUNTIME into WASMEDGE_USE_LLVM
  * Add a warning if old config was supplied
* Separate out `CodeGen` function from `Compiler` class
* Add `LLVM::Data` class for transfer `LLVM::Context` and `LLVM::Module`
* Use `fpexcept.strict` for correct NAN-related behaviors

Signed-off-by: Shen-Ta Hsieh <[email protected]>
… section and JIT library in `Symbol`

* Move `Wrapper` and `IntrinsticsTable` into `Executable
* Split `SharedLibrary` into two class
* Remove LDMgr
* Add `loadExecutable` in `Loader`

Signed-off-by: Shen-Ta Hsieh <[email protected]>
* Add `LLVM::JITLibrary`
* Add new command line option for enabling JIT

Signed-off-by: Shen-Ta Hsieh <[email protected]>
Signed-off-by: Shen-Ta Hsieh <[email protected]>
ibmibmibm and others added 18 commits June 6, 2024 16:40
1. Rename the files.
2. Add the file sink.
3. Refine the architecture.

Signed-off-by: YiYing He <[email protected]>
Signed-off-by: turuslan <[email protected]>
Add compiler-rt to LLVM

fix cmake config file

fix cmake config file

fix cmake config file

fix cmake config file

Fixing cmake config

Fixing cmake config

Fixing cmake config

Fixing cmake config

Benchmarking jit

Benchmarking jit

benchmarking jit

benchmarking jit

Hunterize spdlog

Try newer fmt

Try newer spdlog

Revert to hunterized spdlog

Fix config

Try to fix config

Try to fix config

Try to fix config
@Harrm Harrm marked this pull request as ready for review June 6, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.