Commit Graph

1448 Commits

Author SHA1 Message Date
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
Kitsu
fb709ede02 Simplify with make_file_info 2020-04-18 17:43:00 +03:00
bjorn3
5b4a8091d5 Add some documentation about the debuginfo support of cg_clif 2020-04-18 15:57:08 +02:00
bjorn3
eab4c9063e Sync fn_sig_for_fn_abi with upstream for generator resume args
Fixes #970
2020-04-18 15:45:42 +02:00
Kitsu
0e837e3082 Simplify FileHash ctor 2020-04-18 16:33:01 +03:00
Kitsu
710da05af7 Dedup file hashing logic with type 2020-04-18 16:16:17 +03:00
Kitsu
1e472531c6 Use dwarf 3 for osx 2020-04-18 16:05:28 +03:00
Kitsu
5c0e34d7ab Don`t include timestamp as debug file info 2020-04-18 16:02:02 +03:00
Kitsu
077209e565 Support file hashes in .debug_line 2020-04-18 14:56:04 +03:00
bjorn3
a802c7f292 Disable line debuginfo for the AArch64 backend 2020-04-17 21:03:43 +02:00
bjorn3
51d07790df Use the correct return type for puts 2020-04-17 19:33:57 +02:00
bjorn3
9f602bf4da Use qemu to run tests for AArch64 when using a different host arch 2020-04-17 16:56:44 +02:00
bjorn3
045ae10380 Update Cranelift 2020-04-17 14:32:01 +02:00