-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Partial support for no_std in cranelift_codegen #12222
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
97f1e92
Move most things from std to core and alloc
the-ssd 5301ec9
Port assembler_x64 to no_std
the-ssd d064db4
before adding prelude to each file
the-ssd f9b41c9
Most of the files now work with no_std
the-ssd a04639f
update isle to use alloc and core
the-ssd 610034c
some instances shouldn't have been renamed, fixes cargo test
the-ssd 8579235
add cranelift-assembler-x64 (no_std) to CI
the-ssd 8a5fd53
fix codegen_meta, missed one spot with std::slice
the-ssd 35ee796
automatically remove prelude with cargo fix
the-ssd 3ca13bb
update isle changes
the-ssd cfb7501
update assembler changes
the-ssd 339093c
update assembler changes
the-ssd 4e3c723
use latest codegen changes + fix FxHash problem
the-ssd 273766f
add imports
the-ssd 97db7e2
fix floating issues with libm
the-ssd 56f9077
remove unused import
the-ssd 57f8847
temporarily remove OnceLock
the-ssd 04a592c
add no_std arm support and add it into CI
the-ssd 8a6fcfd
Move most things from std to core and alloc
the-ssd e1bf66f
Port assembler_x64 to no_std
the-ssd b027b8e
before adding prelude to each file
the-ssd cf49e28
Most of the files now work with no_std
the-ssd 0e909fe
update isle to use alloc and core
the-ssd 88fb4fd
some instances shouldn't have been renamed, fixes cargo test
the-ssd 6d85585
add cranelift-assembler-x64 (no_std) to CI
the-ssd fe3194e
automatically remove prelude with cargo fix
the-ssd 5624c4d
update isle changes
the-ssd 5c37b88
update assembler changes
the-ssd 775a0fc
update assembler changes
the-ssd d2eca41
use latest codegen changes + fix FxHash problem
the-ssd 9e39486
add imports
the-ssd 679d3ef
fix floating issues with libm
the-ssd dfe43e8
remove unused import
the-ssd 74c85e8
temporarily remove OnceLock
the-ssd 32c540e
add no_std arm support and add it into CI
the-ssd 10e4f5d
Merge remote-tracking branch 'refs/remotes/origin/cranelift-nostd' in…
the-ssd bbbc105
Merge branch 'main' into cranelift-nostd
the-ssd c047e01
Move most things from std to core and alloc
the-ssd 073a20c
Port assembler_x64 to no_std
the-ssd 40a81e6
before adding prelude to each file
the-ssd 8ebb4ef
Most of the files now work with no_std
the-ssd 3ccba9f
update isle to use alloc and core
the-ssd 6e2f58d
add cranelift-assembler-x64 (no_std) to CI
the-ssd 3d88bcf
automatically remove prelude with cargo fix
the-ssd 9163917
update isle changes
the-ssd d632990
update assembler changes
the-ssd 135931b
use latest codegen changes + fix FxHash problem
the-ssd 0d59194
add imports
the-ssd 823dbba
fix floating issues with libm
the-ssd 1d8bcd2
temporarily remove OnceLock
the-ssd 9b01fa2
add no_std arm support and add it into CI
the-ssd 723f889
revert Cargo.toml formating
the-ssd 39c067d
remove prelude and fix cargo.toml
the-ssd 8179d2c
cargo fmt
the-ssd 48e2bd3
remove empty lines
the-ssd cea863f
bad renames
the-ssd 4436bbf
macro_use only on no_std
the-ssd 6eae76c
revert OnceLock change
the-ssd 9b1b89d
only use stable libm features
the-ssd 0f752f3
update regalloc2
the-ssd 4355ea8
update comment
the-ssd e459e06
use continue instead
the-ssd bec5313
Update vets
alexcrichton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.