This website requires JavaScript.
Explore
Help
Sign In
T0b1
/
wasmtime
Watch
1
Star
0
Fork
0
You've already forked wasmtime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f0244516c543ce8d3bc5a386ed52b440581c7dcb
wasmtime
/
cranelift
/
codegen
/
meta
/
src
/
isa
/
x86
History
Benjamin Bouvier
f0244516c5
[meta] Make more things pub(crate) instead of pub;
...
This could help the compiler find unused fields/methods. It didn't find any during this migration.
2019-09-23 14:42:20 +02:00
..
encodings.rs
[meta] Make more things pub(crate) instead of pub;
2019-09-23 14:42:20 +02:00
instructions.rs
Avoid extra register movement when lowering an x86 insertlane to a float vector
2019-09-10 10:45:12 -07:00
legalize.rs
Add x86 implementation of shuffle
2019-09-19 10:53:40 -07:00
mod.rs
[codegen] reintroduce support for carry and borrow instructions in RI… (
#1005
)
2019-09-13 17:27:49 +02:00
recipes.rs
[meta] Make more things pub(crate) instead of pub;
2019-09-23 14:42:20 +02:00
registers.rs
[codegen] Add a pinned register that's entirely under the control of the user;
2019-09-06 16:18:27 +02:00
settings.rs
Use roundss/roundsd when available for Ceil/Floor/Trunc/Nearest (
#931
)
2019-08-26 13:37:27 +02:00