Commit graph

1700 commits

Author SHA1 Message Date
bjorn3
8dfb1daea7 Update dependencies 2020-07-13 19:41:52 +02:00
bjorn3
3dd65486f4 Update Cranelift 2020-07-13 19:35:21 +02:00
bjorn3
c9d5e7da58 Rustup to rustc 1.46.0-nightly (9d09331e0 2020-07-12) 2020-07-13 19:32:31 +02:00
bjorn3
d983813e0f Move RUSTDOCFLAGS to config.sh 2020-07-13 11:45:16 +02:00
bjorn3
cc8744c004 Set rust-analyzer.linkedProjects for vscode 2020-07-12 21:08:00 +02:00
bjorn3
2ab1084ed4
Add simple profile filter rust script (#1065) 2020-07-12 20:27:45 +02:00
bjorn3
190e36a5f8 Make everything in example.rs public 2020-07-11 11:02:23 +02:00
bjorn3
c73b9d2e86
Merge pull request #1064 from bjorn3/inline_asm
Basic inline asm support
2020-07-10 22:03:19 +02:00
bjorn3
726e329f46 Add basic inline asm support for x86_64 2020-07-10 21:34:26 +02:00
bjorn3
35701d8caa Move global_asm into CodegenCx 2020-07-09 19:24:53 +02:00
bjorn3
548c46fe9d
Merge pull request #1062 from bjorn3/global_asm
Implement global_asm! using an external assembler
2020-07-09 19:15:28 +02:00
bjorn3
8cf38181ad Disable global_asm! on macOS for now 2020-07-09 18:56:17 +02:00
bjorn3
893497c93e Infer the path of toolchain binaries from the linker path 2020-07-09 18:55:46 +02:00
bjorn3
037d411bf4 Implement global_asm! using an external assembler
Fixes #1061
2020-07-09 17:02:09 +02:00
bjorn3
1987a3b6c0 Handle SysV64 abi 2020-07-09 15:25:37 +02:00
bjorn3
ac77371852 Add a feature flag for the JIT 2020-07-09 14:23:00 +02:00
bjorn3
b6150be206 Update dependencies 2020-07-09 13:23:45 +02:00
bjorn3
8e519643d2 Update Cranelift 2020-07-09 13:17:38 +02:00
bjorn3
bbe8bedd2a Rustup to rustc 1.46.0-nightly (8aa18cbdc 2020-07-08) 2020-07-09 13:13:29 +02:00
bjorn3
6089a68718 Account for Rvalue::AddressOf in analyze 2020-07-03 18:28:26 +02:00
bjorn3
05fc1f4add
Merge pull request #1058 from bjorn3/misc_rustc_test_suite_fixes
Misc rustc test suite fixes
2020-07-03 17:34:31 +02:00
bjorn3
6345e4a1bc Implement variant_count intrinisic 2020-07-03 16:52:56 +02:00
bjorn3
699da394cc Validate simd and atomic intrinsic types 2020-07-03 16:52:37 +02:00
bjorn3
8d639cd778 Test signed 128bit discriminants 2020-07-03 16:44:26 +02:00
bjorn3
4ada18fd77 Add sess.abort_if_errors() to link 2020-07-03 16:43:59 +02:00
bjorn3
92dc61aba2 Only display codegen time when CG_CLIF_DISPLAY_CG_TIME=1 2020-07-03 16:43:26 +02:00
bjorn3
798fb85651 Fix assert_assignable 2020-07-03 16:40:57 +02:00
bjorn3
21edec4ea5 Fix core::hint::black_box support 2020-07-03 16:39:36 +02:00
bjorn3
d032c24476
Merge pull request #1057 from spastorino/store-pairs-in-ssa
Store pairs in ssa
2020-07-03 15:04:29 +02:00
Santiago Pastorino
ef01b4e3dd
Store fat pointers in ssa variables 2020-07-03 09:48:22 -03:00
Santiago Pastorino
9ec2be7d63
Extract transmute_value as a function to avoid code repetition 2020-07-03 09:43:02 -03:00
Santiago Pastorino
aa80ed0a2d
Store pairs in SSA 2020-07-02 19:23:21 -03:00
bjorn3
bc966492c2 Update Cranelift 2020-07-02 21:58:11 +02:00
bjorn3
f3a91164a2 Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01) 2020-07-02 19:48:03 +02:00
bjorn3
a299d0e632 Don't panic on unevaluatable promoted constants 2020-07-01 14:15:23 +02:00
bjorn3
6e2ac83a0c
Merge pull request #1056 from bjorn3/misc_fixes
Misc fixes
2020-06-30 19:20:44 +02:00
bjorn3
eb89a2c092 Implement float_to_int_unchecked intrinsic 2020-06-30 19:02:00 +02:00
bjorn3
c674a32ab8 Implement f*_fast intrinsics 2020-06-30 19:01:17 +02:00
bjorn3
f5f24c7a5c Implement a few volatile intrinsics 2020-06-30 19:00:52 +02:00
bjorn3
bf2ba15972 When casting enum to integer sign extend the discriminant if necessary 2020-06-30 18:59:58 +02:00
bjorn3
cc0268fa1a Mask shift amount 2020-06-30 18:56:53 +02:00
bjorn3
e2ab2885c2 Mark allocations as mutable when necessary 2020-06-30 18:55:33 +02:00
bjorn3
aa6a4acd78 Fix ptr_offset_from intrinsic 2020-06-30 18:53:47 +02:00
bjorn3
de336e17e4 Fix trap_unreachable_ret_value 2020-06-30 18:52:32 +02:00
bjorn3
5262fec06d Update Cranelift 2020-06-30 18:48:26 +02:00
bjorn3
c1b1a5a9dc Update cc 2020-06-30 18:41:28 +02:00
bjorn3
57d9dda09f Rustup to rustc 1.46.0-nightly (0ca7f74db 2020-06-29) 2020-06-30 18:31:36 +02:00
bjorn3
3227203fe6 Don't use a 1-to-1 mapping between mir local and cranelift_frontend variable 2020-06-27 14:29:28 +02:00
bjorn3
4bfc4a14b6 Update dependencies 2020-06-27 11:37:34 +02:00
bjorn3
ef924329a1 Update Cranelift 2020-06-27 11:37:08 +02:00