bjorn3
|
017a9b7641
|
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
|
2020-03-30 19:00:24 +02:00 |
|
bjorn3
|
d2964f6a71
|
Rustup to rustc 1.44.0-nightly (75208942f 2020-03-27)
|
2020-03-28 14:20:24 +01:00 |
|
bjorn3
|
f6d12440aa
|
Update Cranelift
|
2020-03-28 14:01:48 +01:00 |
|
bjorn3
|
33fd4c47aa
|
Use 16bit simd indices
|
2020-03-27 16:42:28 +01:00 |
|
bjorn3
|
d2c5b4be68
|
Use vector icmp in simd_cmp! when possible
|
2020-03-27 16:41:05 +01:00 |
|
bjorn3
|
3f33fcbd30
|
Avoid using select in bool_to_zero_or_max_uint
It legalizes to a branch
|
2020-03-27 16:04:34 +01:00 |
|
bjorn3
|
f288959c00
|
Limit publicness to crate where possible and remove unused imports
|
2020-03-27 12:14:45 +01:00 |
|
bjorn3
|
b113e88ddb
|
Fix warnings
|
2020-03-24 13:41:19 +01:00 |
|
bjorn3
|
5c9b9305b7
|
Update Cranelift and object
|
2020-03-24 13:17:03 +01:00 |
|
bjorn3
|
3c9ebdb194
|
Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
|
2020-03-24 13:09:44 +01:00 |
|
bjorn3
|
6b30d508f7
|
Fix some FIXME's and add some new FIXME's
|
2020-03-21 16:52:02 +01:00 |
|
bjorn3
|
e9db3e7817
|
Avoid u/i*::{min.max}_value()
They will be deprecated in the future
|
2020-03-20 16:29:05 +01:00 |
|
bjorn3
|
a59479bd37
|
Add clif ir comments for stack2reg opt
|
2020-03-20 12:18:40 +01:00 |
|
bjorn3
|
52f90c6308
|
Update Cranelift
|
2020-03-19 12:09:21 +01:00 |
|
bjorn3
|
d464169beb
|
Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
|
2020-03-18 20:12:19 +01:00 |
|
bjorn3
|
992fae08c4
|
Simplify handling of unimplemented stuff
|
2020-03-17 16:26:56 +01:00 |
|
bjorn3
|
b475199d1c
|
[debuginfo] Fix map_reg
|
2020-03-17 15:30:32 +01:00 |
|
bjorn3
|
c7b2ffaebd
|
Fix intrinsic name
|
2020-03-17 15:12:15 +01:00 |
|
bjorn3
|
d07c404bf4
|
Rename try intrinsic argument to match upstream
|
2020-03-17 14:53:32 +01:00 |
|
bjorn3
|
ebf13f1cce
|
Rustup to rustc 1.43.0-nightly (dd6718796 2020-03-16)
|
2020-03-17 14:52:06 +01:00 |
|
bjorn3
|
643f0a1455
|
Remove unused import
|
2020-03-15 19:52:41 +01:00 |
|
bjorn3
|
0c1dcb0bbf
|
Pre-allocate vec for rlib metadata reading
Reduces the time spent during the copy from ~9% to ~1% for helloworld
cc #878
|
2020-03-14 19:01:47 +01:00 |
|
bjorn3
|
5d516f9e11
|
Use Vec instead of HashSet for ccx.todo
This reduces runtime of ConstantCx::finalize for the coercions rustc
bench by ~65%
cc #878
|
2020-03-14 16:36:55 +01:00 |
|
bjorn3
|
efe3d84ce4
|
Don't lookup span position when the span hasn't changed
This improves performance of FunctionDebugContext::define by ~60%
Fixes #807
|
2020-03-14 15:18:04 +01:00 |
|
bjorn3
|
660b5c33e7
|
Use byte offsets instead of char offsets in debuginfo
cc #807
|
2020-03-14 15:10:22 +01:00 |
|
bjorn3
|
092cae12f9
|
Dont single step into macros
Fixes #782
|
2020-03-14 14:48:04 +01:00 |
|
bjorn3
|
ce4c514001
|
Error on allocation containing reference to TLS value
Fixes #868
|
2020-03-14 14:39:29 +01:00 |
|
bjorn3
|
10ee80c288
|
Write dummy return value on unimplemented simd_{insert,extract}
Fixes #919
|
2020-03-14 14:34:07 +01:00 |
|
bjorn3
|
98a073cf26
|
Shrink vtable symbol names a bit
|
2020-03-13 11:19:31 +01:00 |
|
bjorn3
|
4d226e8f17
|
Hash trap message symbol nameThis saves ~7% of disk space
|
2020-03-13 11:02:14 +01:00 |
|
bjorn3
|
1c02e6c368
|
Rustup to rustc 1.43.0-nightly (c20d7eecb 2020-03-11)
|
2020-03-12 21:04:00 +01:00 |
|
bjorn3
|
b469bf3b08
|
Refactor driver/aot.rs
Fixes #917
|
2020-03-12 11:58:59 +01:00 |
|
bjorn3
|
933ef94f63
|
Move aot code to driver/aot.rs
|
2020-03-12 11:48:17 +01:00 |
|
bjorn3
|
03240d89cc
|
Move jit code to driver/jit.rs
|
2020-03-12 11:44:27 +01:00 |
|
bjorn3
|
1a0d1ed9df
|
Move driver.rs
|
2020-03-12 11:42:01 +01:00 |
|
bjorn3
|
dfd365e060
|
Display crate name in the "codegen mono items" time message
|
2020-03-12 11:40:42 +01:00 |
|
bjorn3
|
1980371195
|
Better use of env vars
|
2020-03-12 11:19:26 +01:00 |
|
bjorn3
|
e4f1f3db27
|
Implement incremental caching of object files
|
2020-03-11 18:42:51 +01:00 |
|
bjorn3
|
dcc86d306c
|
Emulate <Box<F> as FnOnce>::call_once without alloca
Fixes #884
cc #15
|
2020-03-10 20:48:58 +01:00 |
|
bjorn3
|
240d56c33c
|
Support virtual calls with unsized self argument
|
2020-03-10 20:41:31 +01:00 |
|
bjorn3
|
11b1c8b5c6
|
Use multiple codegen units
Fixes #909
|
2020-03-09 11:29:26 +01:00 |
|
bjorn3
|
6a90b6844f
|
Revert "Use multiple codegen units"
This reverts commit 03acf67a0e3a2780d2a1443f4e4596b69d9a2b09.
|
2020-03-08 13:27:43 +01:00 |
|
bjorn3
|
03acf67a0e
|
Use multiple codegen units
|
2020-03-07 12:45:55 +01:00 |
|
bjorn3
|
36ea72c2bd
|
Move emit_module call
|
2020-03-07 12:45:05 +01:00 |
|
bjorn3
|
97db112295
|
Move time "codegen mono items" out of codegen_mono_items
|
2020-03-07 12:16:32 +01:00 |
|
bjorn3
|
575836ebe3
|
Check for main in current module before codegen of entry wrapper
|
2020-03-07 12:13:54 +01:00 |
|
bjorn3
|
2ecffb6fc4
|
Inline codegen_cgus
|
2020-03-07 11:54:35 +01:00 |
|
bjorn3
|
152bde63fe
|
Misc changes
|
2020-03-07 11:27:49 +01:00 |
|
bjorn3
|
5d2a1daf83
|
Remove unused inline asm whitelist
|
2020-03-07 11:10:33 +01:00 |
|
bjorn3
|
9ab2af56aa
|
Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
|
2020-03-04 15:04:28 +01:00 |
|