bjorn3
|
4ecbee2f09
|
Implement float -> int/uint cast
|
2019-02-16 16:24:38 +01:00 |
|
bjorn3
|
5721542164
|
Fix BinOp::Offset
fixes #341
|
2019-02-16 14:02:15 +01:00 |
|
bjorn3
|
4c94251f95
|
Several fixes
|
2019-02-16 13:49:42 +01:00 |
|
bjorn3
|
06dd020446
|
Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
|
2019-02-16 12:35:56 +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
|
feec354d65
|
Introduce CPlace::Stack
|
2019-02-04 19:32:32 +01:00 |
|
bjorn3
|
3e24c1212f
|
Refactor CPlace address handling
|
2019-02-04 19:32:29 +01:00 |
|
bjorn3
|
0d16dcfce1
|
Don't try to store func_addr for FnDef in trans_const_value
This would crash, because the place provides 0 bytes of space for FnDef
|
2019-02-03 14:11:24 +01:00 |
|
bjorn3
|
a12eef4d86
|
Use IndexSet and keep full source info in set_debug_loc
|
2019-01-26 11:59:57 +01:00 |
|
bjorn3
|
09c4569c87
|
Implement line debuginfo
|
2019-01-26 11:59:57 +01:00 |
|
bjorn3
|
a15af1ccba
|
Rename load_value to load_scalar and make it support all Abi::Scalar types
|
2019-01-02 13:39:02 +01:00 |
|
bjorn3
|
8561349ece
|
Only build clif comments in debug mode
|
2018-12-28 17:09:38 +01:00 |
|
bjorn3
|
3d05ff922c
|
Use the linkage and visibility produced by tcx.collect_and_partition_mono_itemscc #209
|
2018-12-23 19:41:35 +01:00 |
|
bjorn3
|
9882576497
|
Improve debug messages in generated clif files
|
2018-12-22 18:21:30 +01:00 |
|
bjorn3
|
64d4257387
|
Rustup to rustc 1.33.0-nightly (09d6ab90e 2018-12-20)
|
2018-12-21 13:45:06 +01:00 |
|
bjorn3
|
6fa3140222
|
Introduce CodegenCx
|
2018-12-18 18:28:02 +01:00 |
|
bjorn3
|
bd4b307b42
|
Support dylibs
|
2018-12-10 15:10:12 +01:00 |
|
bjorn3
|
a8d52d13f4
|
Some small changes
|
2018-12-01 11:49:44 +01:00 |
|
bjorn3
|
3f423c0933
|
Implement cast C enum -> int
|
2018-11-30 18:28:33 +01:00 |
|
bjorn3
|
d447f77f03
|
Rustup to rustc 1.32.0-nightly (6acbb5b65 2018-11-25)
|
2018-11-26 17:51:28 +01:00 |
|
bjorn3
|
95539518ec
|
Rustfmt
|
2018-11-24 12:47:53 +01:00 |
|
bjorn3
|
f4ae9a4dbb
|
Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
|
2018-11-24 11:23:49 +01:00 |
|
bjorn3
|
06202c007c
|
Fix some 2018 edition idioms
|
2018-11-17 18:23:52 +01:00 |
|
bjorn3
|
16334be18e
|
Remove a workaround for icmp.i8/i16 not having an encoding
|
2018-11-17 15:02:57 +01:00 |
|
bjorn3
|
2c38313403
|
Move unimpl! macro to unimpl.rs
|
2018-11-16 19:53:27 +01:00 |
|
bjorn3
|
e83da7533c
|
Move trapping to trap_code.rs
|
2018-11-16 17:35:47 +01:00 |
|
bjorn3
|
faf974b2e6
|
Rustup to rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
|
2018-11-16 17:20:00 +01:00 |
|
bjorn3
|
0fa5c0f4fa
|
Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
|
2018-11-14 14:31:42 +01:00 |
|
bjorn3
|
72c34be975
|
Implement raw ptr -> int of native pointer size cast
|
2018-11-13 18:57:59 +01:00 |
|
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 |
|