bjorn3
|
27886cd6b6
|
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
|
2021-03-05 19:12:59 +01:00 |
|
bjorn3
|
77f74ed070
|
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
|
2020-12-27 10:30:38 +01:00 |
|
bjorn3
|
285c7c66dc
|
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020-11-01
|
2020-11-03 11:00:04 +01:00 |
|
bjorn3
|
0a5968dfd2
|
Use the new cranelift-module interface
This updates Cranelift to include bytecodealliance/wasmtime#2249
|
2020-10-08 19:00:21 +02:00 |
|
bjorn3
|
c8699076f9
|
Document almost all modules
Fixes #1082
|
2020-09-23 15:13:49 +02:00 |
|
bjorn3
|
55d4afd2ba
|
Remove byteorder dependency
|
2020-09-16 16:54:58 +02:00 |
|
CohenArthur
|
4e685a512e
|
fmt: Run cargo fmt since it is available
|
2020-08-28 12:10:48 +02:00 |
|
CohenArthur
|
0d1f8c802e
|
FunctionCx: Refactor fx.cx.tcx into fx.tcx
|
2020-08-22 16:47:31 +02:00 |
|
CohenArthur
|
7b534d653d
|
FunctionCx: Rename codegen_cx -> cx
|
2020-08-22 16:17:58 +02:00 |
|
CohenArthur
|
4cb2a2b793
|
FunctionCx: Fix field usage in inline_asm and vtable modules
|
2020-08-22 16:14:33 +02:00 |
|
CohenArthur
|
429e75fe40
|
FunctionCx: WIP: Remove more common fields from CodegenCx
|
2020-08-22 15:49:16 +02:00 |
|
CohenArthur
|
ad4a7a1f0c
|
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
|
2020-08-22 15:21:38 +02:00 |
|
CohenArthur
|
cb69c7019c
|
FunctionCx: Replace .module with .codegen_cx.module
|
2020-08-22 15:19:09 +02:00 |
|
CohenArthur
|
297d65c247
|
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
|
2020-08-22 15:18:39 +02:00 |
|
bjorn3
|
1b8df386aa
|
Fix -Zpolymorphize
|
2020-07-23 18:08:15 +02:00 |
|
bjorn3
|
1f3dd4f91c
|
Prevent different vtables with the same name
Fixes #987
|
2020-06-23 11:41:35 +02:00 |
|
bjorn3
|
291c75d10b
|
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
They are set to deny by default in the rust-lang/rust repo
|
2020-04-09 12:12:55 +02:00 |
|
bjorn3
|
ac1c5d6954
|
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
|
2020-04-03 11:54:18 +02:00 |
|
bjorn3
|
017a9b7641
|
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
|
2020-03-30 19:00:24 +02:00 |
|
bjorn3
|
f288959c00
|
Limit publicness to crate where possible and remove unused imports
|
2020-03-27 12:14:45 +01:00 |
|
bjorn3
|
98a073cf26
|
Shrink vtable symbol names a bit
|
2020-03-13 11:19:31 +01:00 |
|
bjorn3
|
240d56c33c
|
Support virtual calls with unsized self argument
|
2020-03-10 20:41:31 +01:00 |
|
bjorn3
|
c8de552c01
|
Tls support
|
2020-02-26 14:41:05 +01:00 |
|
bjorn3
|
217beab62a
|
Reduce the amount of calls to layout_of
|
2020-01-15 13:18:54 +01:00 |
|
bjorn3
|
1bb848d4ac
|
Re-use cranelift_codegen::ir::Function for every function
Fixes #844
|
2020-01-04 17:58:38 +01:00 |
|
bjorn3
|
696053e69f
|
Set memflags for vtable loads
|
2019-12-20 16:16:28 +01:00 |
|
Atul Bhosale
|
f481a4b685
|
Format code using 'cargo fmt'
|
2019-08-31 22:58:09 +05:30 |
|
bjorn3
|
2a20cc0b94
|
Use anonymous lifetimes where possible
|
2019-08-18 16:52:07 +02:00 |
|
bjorn3
|
161c8aa5cf
|
Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
|
2019-06-06 20:31:09 +02:00 |
|
bjorn3
|
98dae86d21
|
Update cranelift
|
2019-05-04 16:15:20 +02:00 |
|
bjorn3
|
27ea27e2e3
|
Fix using using the same vtable twice
|
2019-04-27 18:49:13 +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
|
14750ece1a
|
Use Instance::resolve_for_vtable instead of Instance::resolve for vtables
|
2019-02-23 10:30:15 +01:00 |
|
bjorn3
|
1eba7e5f5e
|
Implement drop for trait objects
|
2019-02-08 17:20:24 +01:00 |
|
bjorn3
|
059b589407
|
Implement dynamic dispatch for self: Box<T>
|
2019-02-06 18:44:13 +01:00 |
|
bjorn3
|
8a586eb6cb
|
Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
|
2019-01-06 15:27:20 +01:00 |
|
bjorn3
|
c7101bbfd4
|
Some cleanup of abi.rs
|
2019-01-02 12:20:32 +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
|
f4ae9a4dbb
|
Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
|
2018-11-24 11:23:49 +01:00 |
|
bjorn3
|
29b4c34c54
|
Rustfmt
|
2018-11-07 13:32:02 +01:00 |
|
bjorn3
|
fc8a6c343a
|
Update Cargo.lock
Also update for cranelift changes.
|
2018-11-03 13:14:28 +01:00 |
|
bjorn3
|
42b6d734bf
|
Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
|
2018-10-16 14:16:37 +02:00 |
|
bjorn3
|
b5dffe9765
|
Rustfmt
|
2018-10-10 19:07:13 +02:00 |
|
bjorn3
|
16e936b93f
|
Rustfmt
|
2018-09-26 15:40:11 +02:00 |
|
bjorn3
|
a1b8e02a88
|
Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
|
2018-09-17 18:49:10 +02:00 |
|
bjorn3
|
1f1746e2d3
|
Implement intrinsic min_align_of_val
|
2018-09-15 11:14:27 +02:00 |
|
bjorn3
|
6196146ac4
|
Implement trait objects (cc #14)
|
2018-09-08 18:00:06 +02:00 |
|