bjorn3
|
58a9b648e8
|
Update cranelift, faerie and target-lexicon
|
2019-10-03 18:55:01 +02:00 |
|
bjorn3
|
44792f1089
|
Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
|
2019-09-28 14:06:12 +02:00 |
|
bjorn3
|
c34ada7cca
|
Fix foreign type handling
|
2019-09-14 17:53:36 +02:00 |
|
bjorn3
|
6ea4cbdf1b
|
Rustup to rustc 1.39.0-nightly (a6946a817 2019-09-13)
|
2019-09-14 11:21:18 +02:00 |
|
bjorn3
|
ce0be229d7
|
Use upstream cranelift
|
2019-09-08 19:18:17 +02:00 |
|
bjorn3
|
629f7ab4a3
|
Don't perform neg overflow checks when they are disabled
|
2019-09-07 11:00:49 +02:00 |
|
bjorn3
|
bfb49e7d19
|
Rustup to rustc 1.39.0-nightly (6e19f3f38 2019-09-06)
|
2019-09-07 10:51:00 +02:00 |
|
Atul Bhosale
|
f481a4b685
|
Format code using 'cargo fmt'
|
2019-08-31 22:58:09 +05:30 |
|
bjorn3
|
b9dc950a11
|
Rustup to rustc 1.39.0-nightly (9b91b9c10 2019-08-26)
|
2019-08-27 11:01:36 +02:00 |
|
bjorn3
|
2a20cc0b94
|
Use anonymous lifetimes where possible
|
2019-08-18 16:52:07 +02:00 |
|
bjorn3
|
1bee110d95
|
Let codegen_get_discriminant accept CValue instead of CPlace
|
2019-08-18 16:19:33 +02:00 |
|
bjorn3
|
43e68319fa
|
Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
|
2019-08-18 11:30:13 +02:00 |
|
bjorn3
|
b4e55cdedd
|
Refactor num.rs
|
2019-08-14 15:03:52 +02:00 |
|
bjorn3
|
db071db95a
|
Calculate sign in trans{,_checked}_int_binop instead of caller
|
2019-08-14 13:01:55 +02:00 |
|
bjorn3
|
32cb5b8c8e
|
Move discriminant get and set to discriminant.rs
|
2019-08-14 12:01:41 +02:00 |
|
bjorn3
|
883894a07a
|
Move trans_*_binop to num.rs
|
2019-08-14 11:52:39 +02:00 |
|
bjorn3
|
581b6ea5be
|
Misc changes
|
2019-08-14 11:36:24 +02:00 |
|
bjorn3
|
f93cd924ec
|
Implement float -> small int cast
Also workaround small signed int eq/ne binop clif bug
|
2019-08-12 17:25:16 +02:00 |
|
bjorn3
|
6414f03644
|
Don't omit overflow checks for *_with_overflow intrinsics when compiling without debug assertions
|
2019-08-09 12:35:51 +02:00 |
|
bjorn3
|
bd7c119e4b
|
Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
|
2019-08-07 12:35:49 +02:00 |
|
bjorn3
|
b806070a88
|
Fix simd_cast
|
2019-07-31 09:46:05 +02:00 |
|
bjorn3
|
c7fa94bf00
|
Fix checked binops when overflow checks are disabled
|
2019-07-27 16:12:46 +02:00 |
|
bjorn3
|
718a5a2e3f
|
Display span in Assert panic message
|
2019-07-26 11:32:04 +02:00 |
|
bjorn3
|
5180becc7c
|
Fix 128bit CValue::const_val
|
2019-07-26 11:30:39 +02:00 |
|
bjorn3
|
8693728327
|
Respect sess.overflow_checks()
|
2019-07-26 11:29:35 +02:00 |
|
bjorn3
|
641a210ff6
|
Implement most 128bit binops
|
2019-07-26 11:29:35 +02:00 |
|
bjorn3
|
8b3628028e
|
Don't special case u/i128 for UnOp::not
|
2019-07-26 11:28:28 +02:00 |
|
bjorn3
|
45de0336a5
|
Fix some more stuff
|
2019-07-26 11:28:28 +02:00 |
|
bjorn3
|
79f4c3d002
|
[WIP]
|
2019-07-26 11:28:04 +02:00 |
|
bjorn3
|
c814ee0d2a
|
[WIP]
|
2019-07-26 11:28:04 +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
|
92f2b6243d
|
Rustup to rustc 1.38.0-nightly (a7f28678b 2019-07-23)
|
2019-07-24 11:56:24 +02:00 |
|
bjorn3
|
8c2577c747
|
Don't disable stdsimd anymore
This doesn't enable simd support. Actually using the functions will
result in a compilation error.
|
2019-07-20 15:33:57 +02:00 |
|
bjorn3
|
01e9303857
|
Fix SetDiscriminant for generators
|
2019-06-16 18:01:46 +02:00 |
|
bjorn3
|
bd73128d2e
|
Implement lt, le, ge and gt for fat pointers
|
2019-06-16 17:59:31 +02:00 |
|
bjorn3
|
76a178098d
|
Refactor drop codegen
|
2019-06-16 15:57:53 +02:00 |
|
bjorn3
|
4d406cdcad
|
Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
|
2019-06-16 11:13:49 +02:00 |
|
bjorn3
|
6d1bc088a7
|
Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
|
2019-06-13 20:44:40 +02:00 |
|
bjorn3
|
44a98df8c2
|
Remove workaround for previously missing encoding
|
2019-06-11 17:24:11 +02:00 |
|
bjorn3
|
089e75ec42
|
Encapsulate CPlace constructors
|
2019-06-11 16:30:47 +02:00 |
|
bjorn3
|
3f04e73b40
|
Use CValue::by_val{,_pair} at more places
|
2019-06-11 16:25:07 +02:00 |
|
bjorn3
|
d6e07cfcc8
|
Encapsulate CValue and CPlace creation
|
2019-06-11 15:32:30 +02:00 |
|
bjorn3
|
161c8aa5cf
|
Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
|
2019-06-06 20:31:09 +02:00 |
|
bjorn3
|
5593bc8cd3
|
Update cranelift
|
2019-05-14 16:12:58 +02:00 |
|
bjorn3
|
bb7a990ee7
|
Extract driver.rs
|
2019-05-04 16:54:25 +02:00 |
|
bjorn3
|
cc0804e815
|
Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)
|
2019-04-21 14:41:23 +02:00 |
|
bjorn3
|
de792ad690
|
Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
|
2019-04-15 16:34:16 +02:00 |
|
bjorn3
|
c0ffc422ab
|
Print message when reaching trap
|
2019-04-10 17:56:44 +02:00 |
|
Aaron Hill
|
e6acbdc20a
|
Rustup to rustc 1.35.0-nightly (f8673e0ad 2019-04-03)
|
2019-04-04 20:53:16 +02:00 |
|