bjorn3
|
7f5c2dab9d
|
Remove some unnecessary changes
|
2019-07-26 11:30:39 +02:00 |
|
bjorn3
|
63b82238bb
|
Implement 128bit checked add and sub
|
2019-07-26 11:30:39 +02:00 |
|
bjorn3
|
45de0336a5
|
Fix some more stuff
|
2019-07-26 11:28:28 +02:00 |
|
bjorn3
|
de32ddad23
|
[WIP] Basic i128 support
|
2019-07-26 11:28:04 +02:00 |
|
bjorn3
|
bf3ec3be3e
|
Implement checked binops
|
2019-07-26 11:19:14 +02:00 |
|
bjorn3
|
b82472184d
|
Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
|
2019-07-07 11:59:11 +02:00 |
|
bjorn3
|
db5ffdedf7
|
Implement bswap intrinsic
|
2019-06-23 17:32:32 +02:00 |
|
bjorn3
|
970d164089
|
Fix and optimize init intrinsic
|
2019-04-10 17:25:57 +02:00 |
|
bjorn3
|
2ce5387b7c
|
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbitrary self types
|
2019-03-03 12:19:55 +01:00 |
|
bjorn3
|
3d81b76566
|
Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
|
2019-03-01 18:55:20 +01:00 |
|
bjorn3
|
f54a2cc2e4
|
Update cranelift and add a test for bitreverse
Fixes #168 using CraneStation/cranelift#683
|
2019-02-23 10:41:34 +01:00 |
|
bjorn3
|
b4eff78a9e
|
Pass command-line arguments to JITed function
Cherry-picked from f1f35405e15ca1b77425514b04b96b2749231899 by
@milkey-mouse
|
2019-02-18 18:53:18 +01:00 |
|
bjorn3
|
130fbe2574
|
*const char -> *const i8
|
2019-02-12 08:24:32 +01:00 |
|
bjorn3
|
c68e76c33b
|
Implement variadic function calling
|
2019-02-11 19:18:52 +01:00 |
|
bjorn3
|
1eba7e5f5e
|
Implement drop for trait objects
|
2019-02-08 17:20:24 +01:00 |
|
bjorn3
|
33bdb7e919
|
Use mini_core::panic with jit
|
2019-01-26 15:16:58 +01:00 |
|
bjorn3
|
4eb0c0787a
|
Print a message when panicking from mini_core
|
2019-01-26 15:14:39 +01:00 |
|
bjorn3
|
4bca86c236
|
Use malloc in mini_core::allocate
|
2019-01-26 15:11:33 +01:00 |
|
bjorn3
|
16e43c9d21
|
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for custom dst's
|
2018-12-29 15:36:17 +01:00 |
|
bjorn3
|
7ea7d021ca
|
Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
|
2018-12-24 14:50:18 +01:00 |
|
bjorn3
|
16334be18e
|
Remove a workaround for icmp.i8/i16 not having an encoding
|
2018-11-17 15:02:57 +01:00 |
|
bjorn3
|
4f7f65ce55
|
Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
|
2018-11-04 15:29:01 +01:00 |
|
bjorn3
|
b11cb572dc
|
Use cranelift_frontend::Switch for switchInt
|
2018-09-25 18:04:30 +02:00 |
|
bjorn3
|
f127042639
|
Rename examples directory to example to prevent rls trying to compile its content
|
2018-09-22 12:15:56 +02:00 |
|