bjorn3
|
b906adfffe
|
Implement some missing CastKind::Misc casts
|
2018-11-13 18:38:10 +01:00 |
|
bjorn3
|
127e080f62
|
Implement ProjectionElem::ConstantIndex
|
2018-11-13 18:28:10 +01:00 |
|
bjorn3
|
a3263bafe0
|
Change some unimplemented! to unimpl!
|
2018-11-13 17:58:42 +01:00 |
|
Dan Gohman
|
7b5f4894f1
|
Change "cton" to "clif".
|
2018-11-12 07:20:42 -08:00 |
|
Dan Gohman
|
27d90ab1d5
|
Change "cretonne" to "cranelift".
|
2018-11-12 07:20:32 -08:00 |
|
bjorn3
|
0b76af2095
|
Remove should_codegen
|
2018-11-07 13:35:10 +01:00 |
|
bjorn3
|
29b4c34c54
|
Rustfmt
|
2018-11-07 13:32:02 +01:00 |
|
bjorn3
|
648f491977
|
Enable feature gate extern_crate_item_prelude
|
2018-11-07 13:29:38 +01:00 |
|
bjorn3
|
438bee5fb1
|
Rustup to rustc 1.32.0-nightly (e6c5cf923 2018-11-04)
|
2018-11-05 18:03:47 +01:00 |
|
bjorn3
|
fc8a6c343a
|
Update Cargo.lock
Also update for cranelift changes.
|
2018-11-03 13:14:28 +01:00 |
|
bjorn3
|
23e0b0bd9c
|
Rustup to rustc 1.32.0-nightly (8b096314a 2018-11-02)
|
2018-11-03 12:49:55 +01:00 |
|
bjorn3
|
172e705b27
|
Rustup to rustc 1.31.0-nightly (cae6efc37 2018-10-27)
|
2018-10-28 18:23:03 +01:00 |
|
bjorn3
|
52ab6583dc
|
Better clif file writing
|
2018-10-27 18:23:37 +02:00 |
|
bjorn3
|
0195181363
|
Fix some warnings
|
2018-10-10 19:08:52 +02:00 |
|
bjorn3
|
b5dffe9765
|
Rustfmt
|
2018-10-10 19:07:13 +02:00 |
|
bjorn3
|
0fa547ac98
|
Use absolute compile time paths for some log files
|
2018-10-06 14:48:34 +02:00 |
|
bjorn3
|
f4e544894a
|
Implement Rvalue::Len for arrays
|
2018-10-06 13:50:31 +02:00 |
|
bjorn3
|
cd4bcb7a2c
|
Rustup to rustc 1.31.0-nightly (8c4ad4e9e 2018-10-04)
|
2018-10-05 19:24:39 +02:00 |
|
bjorn3
|
69fe4d6f92
|
Workaround some missing encodings in cranelift
|
2018-09-30 16:33:55 +02:00 |
|
bjorn3
|
ed996759f1
|
Rustup
|
2018-09-28 18:21:11 +02:00 |
|
bjorn3
|
742a795c78
|
Use FunctionBuilder::call_mem{cpy,move}
|
2018-09-26 15:42:07 +02:00 |
|
bjorn3
|
16e936b93f
|
Rustfmt
|
2018-09-26 15:40:11 +02:00 |
|
bjorn3
|
889150a4f9
|
Implement binop eq and ne for fat ptr's
|
2018-09-25 18:35:13 +02:00 |
|
bjorn3
|
b11cb572dc
|
Use cranelift_frontend::Switch for switchInt
|
2018-09-25 18:04:30 +02:00 |
|
bjorn3
|
5b721a2940
|
Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
|
2018-09-23 10:16:26 +02:00 |
|
bjorn3
|
a1b8e02a88
|
Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
|
2018-09-17 18:49:10 +02:00 |
|
bjorn3
|
0fb7c4d1b9
|
Implement some intrinsics and fix a codegen error
* intrinsic size_of_val for sized types
* intrinsic needs_drop
* incorrect codegen for UnOp::Not for bools
|
2018-09-14 19:49:33 +02:00 |
|
bjorn3
|
59518987ed
|
Implement drop support (fixes #11)
|
2018-09-12 14:40:06 +02:00 |
|
bjorn3
|
29c8fcfc24
|
Rustup to rustc 1.30.0-nightly (2f1547c0a 2018-09-11)
|
2018-09-12 14:16:28 +02:00 |
|
bjorn3
|
6196146ac4
|
Implement trait objects (cc #14)
|
2018-09-08 18:00:06 +02:00 |
|
bjorn3
|
62a0203a5a
|
Rustfmt
|
2018-09-08 17:24:52 +02:00 |
|
bjorn3
|
252607ae41
|
Don't use write_mir_pretty for non local mir
|
2018-09-08 17:23:03 +02:00 |
|
bjorn3
|
9ede386054
|
Don't call seal_all_blocks and finalize twice
|
2018-09-08 14:18:08 +02:00 |
|
bjorn3
|
4c0a2ff59b
|
Don't print Storage{Live,Dead} as comment in debug clif
|
2018-09-06 17:39:01 +02:00 |
|
bjorn3
|
8adc744645
|
Implement Box rvalue
|
2018-09-04 19:04:25 +02:00 |
|
bjorn3
|
42066522fb
|
Perform some optimizations
|
2018-09-02 13:36:45 +02:00 |
|
bjorn3
|
fa4a37759b
|
Rvalue::Len
|
2018-08-30 20:22:25 +02:00 |
|
bjorn3
|
12282a8ebc
|
Implement unsize array -> slice and trait object -> trait object
|
2018-08-30 20:21:58 +02:00 |
|
bjorn3
|
b5082f7da8
|
Support unsized types
|
2018-08-30 20:21:21 +02:00 |
|
bjorn3
|
8111eee37a
|
Rustup to rustc 1.30.0-nightly (02cb8f2a4 2018-08-29)
|
2018-08-30 20:14:56 +02:00 |
|
bjorn3
|
6f58f94cdb
|
Add Caches to FunctionCx
|
2018-08-26 17:14:12 +02:00 |
|
bjorn3
|
42887dfdd9
|
Remove CodegenCx
|
2018-08-26 16:58:52 +02:00 |
|
bjorn3
|
9dbc727b72
|
Rustfmt
|
2018-08-24 14:54:22 +02:00 |
|
bjorn3
|
0d15d9e5dd
|
Rustup to rustc 1.30.0-nightly (63d66494a 2018-08-23)
|
2018-08-24 14:51:02 +02:00 |
|
bjorn3
|
d348f5b473
|
Codegen all instance types
|
2018-08-22 18:53:57 +02:00 |
|
bjorn3
|
d87edae73b
|
Add CValue variant ByValPair
|
2018-08-22 12:35:07 +02:00 |
|
bjorn3
|
954d1e7bf2
|
Don't hardcode usize being 64 bit (fixes #8)
|
2018-08-22 10:54:32 +02:00 |
|
bjorn3
|
69834cafd3
|
Use instance_mir instead of optimized_mir
|
2018-08-18 16:09:49 +02:00 |
|
bjorn3
|
7a3ba963e1
|
Rustfmt
|
2018-08-17 13:01:56 +02:00 |
|
bjorn3
|
f27dfc3ac9
|
Make CodegenCx generic over Backend
|
2018-08-17 12:57:41 +02:00 |
|