Benjamin Bouvier
|
694af3aec2
|
machinst x64: implement float Floor/Ceil/Trunc/Nearest as VM calls;
|
2020-07-24 19:29:12 +02:00 |
|
Joshua Nelson
|
5edf015ada
|
Make get_libcall_funcref pub(crate) (#1291)
* Make `get_libcall_funcref` `pub(crate)`
Closes https://github.com/bytecodealliance/cranelift/issues/1273.
Since get_libcall_funcref is only used internally by the verifier,
it doesn't make sense to have it be public. This will encourage users to
look elsewhere for `memcpy` (they should be looking at
https://docs.rs/cranelift-frontend/0.51.0/cranelift_frontend/struct.FunctionBuilder.html#method.emit_small_memcpy)
|
2020-01-24 16:43:44 +01:00 |
|
bjorn3
|
10e226f9ff
|
Always use extern crate std in cranelift-codegen
|
2019-10-02 11:50:44 -07:00 |
|
Benjamin Bouvier
|
2ee35b7ea1
|
Implement a Windows Baldrdash calling convention;
|
2019-08-16 14:25:15 +02:00 |
|
Benjamin Bouvier
|
d8d3602257
|
Adds the libcall_call_conv setting and use it for libcall calls expansion;
|
2019-08-12 16:12:00 -07:00 |
|
Benjamin Bouvier
|
d7d48d5cc6
|
Add the dyn keyword before trait objects;
|
2019-06-24 11:42:26 +02:00 |
|
lazypassion
|
747ad3c4c5
|
moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
|
2019-01-28 15:56:54 -08:00 |
|