dependabot-preview[bot]
eb489599d6
Bump cranelift-codegen from 00abfcd
to 4bb5894
...
Bumps [cranelift-codegen](https://github.com/bytecodealliance/wasmtime ) from `00abfcd` to `4bb5894`.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases )
- [Commits](00abfcd943...4bb58940c7
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 05:26:17 +00:00
bjorn3
456c14f9e8
Update dependencies
2020-06-05 12:43:42 +02:00
bjorn3
bc555764bd
Update Cranelift
2020-06-05 12:40:33 +02:00
bjorn3
6b54b7c9f4
Remove sign extension for ty::Int from CValue::const_val
2020-06-05 12:16:05 +02:00
bjorn3
648b634e21
Rustup to rustc 1.45.0-nightly ( 56daaf669
2020-06-03)
2020-06-04 19:57:12 +02:00
bjorn3
1e70c51f60
Merge pull request #1022 from osa1/clif_dump_in_release_mode
...
Dump clif with --emit llvm-ir in release mode
2020-05-29 11:12:02 +02:00
Ömer Sinan Ağacan
acbfa06ea2
Mark blocks that call cold funs as cold ( #1021 )
2020-05-29 11:06:29 +02:00
Ömer Sinan Ağacan
c0ad988a3a
Update src/pretty_clif.rs
...
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2020-05-29 11:53:58 +03:00
Ömer Sinan Ağacan
6dd0246199
Dump clif with --emit llvm-ir in release mode
...
Currently it's not possible to dump llvm-ir in release build. With this
patch we allow it with `--emit llvm-ir`. In debug build we dump clif
always as before.
Fixes #1020
2020-05-29 11:43:05 +03:00
Ömer Sinan Ağacan
bb4cc18cf2
Add simple-raytracer to .gitignore ( #1023 )
2020-05-29 08:48:00 +02:00
bjorn3
1c76bdc53a
Remove already fixed FIXME in driver/jit.rs
2020-05-27 11:08:41 +02:00
bjorn3
14a4adb482
Update depencencies
2020-05-25 13:08:50 +02:00
bjorn3
47f0256d56
Update Cranelift
2020-05-25 13:04:36 +02:00
bjorn3
d7682f52af
Disable failing libcore test
2020-05-25 13:00:15 +02:00
bjorn3
bcd357a0ae
Rustup to rustc 1.45.0-nightly ( 46e85b432
2020-05-24)
2020-05-25 12:41:33 +02:00
bjorn3
2e5282f929
[CI] Hash Cargo.lock in addition to toolchain for target dir cache
2020-05-10 17:36:13 +02:00
bjorn3
ac14f8d4de
Update dependencies
2020-05-10 15:35:32 +02:00
bjorn3
fa57d9d0db
Update Cranelift
2020-05-10 15:18:26 +02:00
bjorn3
c7e0dde38a
Rustup to rustc 1.45.0-nightly ( 7ebd87a7a
2020-05-08)
2020-05-09 14:14:45 +02:00
bjorn3
27cc90effa
Improvements for latest Cranelift
2020-05-05 12:16:28 +02:00
bjorn3
f8add1960a
Document running rust code from the shell
2020-05-05 12:06:15 +02:00
bjorn3
6f9a4fda3a
Set RUSTDOCFLAGS
...
Fixes #969
2020-05-05 12:03:27 +02:00
dependabot-preview[bot]
7643956574
Merge pull request #989 from bjorn3/dependabot/cargo/cranelift-codegen-c284ffe
2020-05-04 05:45:44 +00:00
dependabot-preview[bot]
875b5f7b34
Bump cranelift-codegen from ebd13ce
to c284ffe
...
Bumps [cranelift-codegen](https://github.com/bytecodealliance/wasmtime ) from `ebd13ce` to `c284ffe`.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases )
- [Commits](ebd13cee05...c284ffe6c0
)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 05:27:24 +00:00
bjorn3
020bcb31db
Register frame table in JIT mode
2020-05-01 20:58:27 +02:00
bjorn3
4da6488d95
Always emit .eh_frame section
2020-05-01 19:21:29 +02:00
bjorn3
485e52e153
Rustup to rustc 1.45.0-nightly ( 7ced01a73
2020-04-30)
2020-05-01 17:51:51 +02:00
bjorn3
9fb167e711
Commit missing change for rustup
2020-04-30 16:12:33 +02:00
bjorn3
12c92a32f6
Rustup to rustc 1.45.0-nightly ( fa51f810e
2020-04-29)
2020-04-30 11:28:48 +02:00
bjorn3
0792280120
Remove some unused files
2020-04-29 13:49:57 +02:00
bjorn3
68721d4bb4
Update dependencies
2020-04-27 11:57:09 +02:00
bjorn3
11a16499fe
Rustup to rustc 1.45.0-nightly ( e83f75634
2020-04-26)
2020-04-27 11:54:17 +02:00
bjorn3
7031c96fb3
Call panic lang item on failed TerminatorKind::Assert
...
Fixes #164
2020-04-25 19:07:53 +02:00
bjorn3
7dbbfe668f
Merge pull request #982 from bjorn3/backtrace_support
...
Implement .eh_frame writing
2020-04-25 18:33:36 +02:00
bjorn3
e7661d49c3
Implement .eh_frame writing
2020-04-25 18:23:31 +02:00
bjorn3
9d6f65ea14
Implement line debuginfo for AArch64
2020-04-25 17:29:09 +02:00
bjorn3
6387df14df
Update Cranelift
2020-04-25 11:46:04 +02:00
bjorn3
6b8b4e54ba
Rustup to rustc 1.44.0-nightly ( 3360cc3a0
2020-04-24)
2020-04-25 11:42:46 +02:00
bjorn3
14c32bfd8b
Merge pull request #978 from bjorn3/simple_debuginfo_for_arguments
...
Generate simple debuginfo for arguments
2020-04-25 11:32:07 +02:00
bjorn3
c3180f3bd7
Fix function arguments for gdb
2020-04-24 21:13:23 +02:00
bjorn3
b69b72973a
Generate simple debuginfo for arguments
2020-04-24 21:13:23 +02:00
bjorn3
1691405063
Update dependencies
2020-04-22 18:02:50 +02:00
bjorn3
6f8bfb5599
Update Cranelift
2020-04-22 18:02:17 +02:00
bjorn3
27a46ff765
Rustup to rustc 1.44.0-nightly ( 45d050cde
2020-04-21)
...
Remove the `<Box<F> as FnOnce>::call_once` hack now that rust-lang/rust#71170 is merged.
2020-04-22 17:54:25 +02:00
bjorn3
5a6d9e1f1b
Merge pull request #972 from l4l/debug-file-hash
...
Support file hashes in .debug_line
2020-04-21 12:17:46 +02:00
bjorn3
c3c5c4b731
Use DWARF version 4 for now
2020-04-21 12:13:50 +02:00
Kitsu
8c7a457753
Use md5 dwarf hash, only if all files has it
...
Co-Authored-By: bjorn3 <bjorn3@users.noreply.github.com>
2020-04-20 23:27:54 +03:00
bjorn3
385c656372
Update Cranelift
2020-04-19 11:10:00 +02:00
Serentty
080d17f4f5
Fix spelling error in comment ( #974 )
2020-04-19 10:55:07 +02:00
bjorn3
e64a7ebcb0
Implement check mode
...
Fixes #973
2020-04-18 21:13:09 +02:00