9433 Commits (46ade3dab30e8dbf181245bc8877d519ae77bf70)
 

Author SHA1 Message Date
Alex Crichton 46ade3dab3
Try to fix CI for Rust 1.58 (#3689) 3 years ago
Nick Fitzgerald a7dba81c1d
cranelift: Port `ishl` SIMD lowerings to ISLE (#3686) 3 years ago
Chris Fallin 13f17db297
Merge pull request #3680 from bjorn3/remove_code_sink 3 years ago
Nick Fitzgerald eeca41d666
Merge pull request #3683 from bytecodealliance/demangle-names-in-profiling 3 years ago
Benjamin Bouvier e53f213ac4 Try demangling names before forwarding them to the profiler 3 years ago
bjorn3 17021bc77a Extract helper functions 3 years ago
Nick Fitzgerald 7454f1f3af
cranelift: port `sshr` to ISLE on x64 (#3681) 3 years ago
bjorn3 f0e821b9e0 Remove all Sink traits 3 years ago
bjorn3 b803514d55 Remove sink arguments from compile_and_emit 3 years ago
bjorn3 55d722db05 Remove CodeSink 3 years ago
bjorn3 a48a60f958 Remove reloc_external from CodeSink 3 years ago
bjorn3 63e2360346 Remove trap from CodeSink 3 years ago
bjorn3 38aaa6e1da Remove add_call_site from CodeSink and RelocSink 3 years ago
bjorn3 379c9c65a3 Inline MemoryCodeSink::write 3 years ago
bjorn3 37598ad170 Remove end_codegen method from CodeSink 3 years ago
bjorn3 354c4f7bf8 Remove unused CodeSink methods 3 years ago
bjorn3 88baac4ca6 Move the TestCodeSink functionality to MachBufferFinalized 3 years ago
Alex Crichton 1ef0abb12c
Update lots of `isa/*/*.clif` tests to `precise-output` (#3677) 3 years ago
Alex Crichton a8ea0ec097
cranelift: Add ability to auto-update test expectations (#3612) 3 years ago
Chris Fallin c6a62427a4
Merge pull request #3676 from bytecodealliance/bnjbvr-patch-1 3 years ago
Benjamin Bouvier 092be49175
Meeting notes for Cranelift meeting on 2022-01-10 3 years ago
Nick Fitzgerald 2e2620c07f
Merge pull request #3671 from alexcrichton/table-ops-terminate 3 years ago
Alex Crichton fd2636c25a
wasmtime: Make rustix an unconditional dependency (#3675) 3 years ago
Piotr Sikora 642102e699
Fix build with clang on s390x. (#3673) 3 years ago
Alex Crichton 2459776424 fuzz: Fix infinite loops in table_ops fuzzers 3 years ago
Cheng Kai 894a4d8301
Remove unnecessary into_iter/collect (#3667) 3 years ago
Alex Crichton ab1d845ac1
Refactor fuzzing configuration and sometimes disable debug verifier. (#3664) 3 years ago
Nick Fitzgerald ab5aea7b28
Merge pull request #3665 from fitzgen/re-add-tests 3 years ago
Alex Crichton 3ab6ef048b
aarch64: Migrate `popcnt` to ISLE (#3662) 3 years ago
Nick Fitzgerald 95d8dd1424 cranelift: Re-add some tests that were accidentally removed 3 years ago
Chris Fallin ebb0e4052b
Merge pull request #3663 from teymour-aldridge/patch-1 3 years ago
Teymour Aldridge 8d50cf3e23
Add a link to the JIT demo. 3 years ago
Nick Fitzgerald 6b5e9d8732
Merge pull request #3659 from fitzgen/vselect-isle 3 years ago
Nick Fitzgerald 056f7c2674 cranelift: Port `vselect` over to ISLE on x64 3 years ago
Chris Fallin a98f9982fd
Merge pull request #3655 from bjorn3/machinst_cleanups2 3 years ago
Alex Crichton 72e2b7fe80
aarch64: Migrate bitrev/clz/cls/ctz to ISLE (#3658) 3 years ago
Nick Fitzgerald 7fd78da23f
Merge pull request #3653 from fitzgen/bitselect-isle 3 years ago
Nick Fitzgerald b60a4df2af cranelift: Move `bitselect` runtest file to shared runtests directory 3 years ago
Nick Fitzgerald 6e0f732993 Fix warning about deprecated `std::array::IntoIter` 3 years ago
Nick Fitzgerald 23efaf2196 cranelift: Remove unused x64 instruction helpers 3 years ago
Nick Fitzgerald 09aa09fd76 cranelift: Port `bitselect` over to ISLE on x64 3 years ago
Nick Fitzgerald ff533dc7d4
Merge pull request #3657 from fitzgen/wasmtime-meetings-2022 3 years ago
Nick Fitzgerald 0d8b912ffc meetings: typo fix: sumbit -> submit 3 years ago
Nick Fitzgerald 8418201ae8
Update meetings/wasmtime/2022/wasmtime-01-06.md 3 years ago
Nick Fitzgerald 5794b522f2 meetings: Create meetings agenda docs for Wasmtime through March 2022 3 years ago
bjorn3 376c93bda0 Remove MachBackend 3 years ago
bjorn3 58c25d9e24 Add text_section_builder method to TargetIsa 3 years ago
bjorn3 03dc74d8e7 Add emit_unwind_info method to TargetIsa 3 years ago
bjorn3 9eba87a6c8 Add compile_function method to TargetIsa 3 years ago
bjorn3 d50f27e8f9 Remove reg_universe method from MachBackend and MachInst 3 years ago