9128 Commits (c952969389ceabb812ba154675e9d4773fd55b3f)
 

Author SHA1 Message Date
Benjamin Bouvier c952969389
Remove unused dependencies (#3490) 3 years ago
Chris Fallin b024603866
Merge pull request #3502 from cfallin/ifcmp-sp 3 years ago
Chris Fallin 5e96a447f0
Add back the `ifcmp_sp` CLIF opcode. 3 years ago
Chris Fallin 9e7760bd83
Merge pull request #3497 from bjorn3/misc_meta_simplifications 3 years ago
Nick Fitzgerald d0aac82481
Merge pull request #3501 from bytecodealliance/alexcrichton-patch-1 3 years ago
Alex Crichton 5b3c570247
Add cranelift meeting notes for today 3 years ago
bjorn3 86d2ef8952 Fix CI 3 years ago
bjorn3 93e9bb02e4 Review comments 3 years ago
Chris Fallin 2fab40bec6
Merge pull request #3496 from bjorn3/legalizer_changes 3 years ago
Nick Fitzgerald 3c1736f828
Merge pull request #3500 from bytecodealliance/fitzgen-patch-1 3 years ago
Nick Fitzgerald 925a9f0444
Add slides for ISLE update in cranelift meeting 3 years ago
Nils Martel 240835f8e4
Check cranelift benchmarks in CI (#3494) 3 years ago
Alex Crichton 9a27fdad86
Update v8 used during fuzzing (#3493) 3 years ago
bjorn3 55f8f8ce05 Remove a bit of dead code 3 years ago
bjorn3 f84e1c16c7 Enforce all OperandKind have documentation 3 years ago
bjorn3 e8f3c0c6a9 Use InstructionFormat inside InstructionFormatBuilder 3 years ago
bjorn3 2fbd57e9e2 Remove imm_with_name 3 years ago
bjorn3 74261ccd79 Never use the first vararg as typevar operand 3 years ago
bjorn3 e4d42a1be4 Move arg unpacking for all remaining expand functions to simple_legalize 3 years ago
bjorn3 ce3175993a Inline expand_br_icmp, expand_stack_load and expand_stack_store 3 years ago
bjorn3 96b14ed8eb Match on InstructionData instead of Opcode 3 years ago
Philipp Oppermann 795e381be4
Fix typo: profilng -> profiling (#3492) 3 years ago
Philipp Oppermann d49b83fcc4
Small comma fix in crate docs (#3491) 3 years ago
Chris Fallin e953c2dd4c
Merge pull request #3480 from bjorn3/move_constant_hash_gen_table 3 years ago
wasmtime-publish c1a6a0523d
Release Wasmtime 0.31.0 (#3489) 3 years ago
bjorn3 91d4f36970 Move generate_table from cranelift-codegen-shared to cranelift-codegen-meta 3 years ago
Alex Crichton 0737afe07e
Fix some typos in the bump-version.yml workflow (#3488) 3 years ago
Alex Crichton c26197ef8c
Fix the publish script to ignore witx more (#3486) 3 years ago
Nick Fitzgerald 5c3155fab3
Merge pull request #3485 from alexcrichton/manual-trigger-bump 3 years ago
Alex Crichton 909a5d54d2 Add a manual trigger to force CI to bump crate versions 3 years ago
Nick Fitzgerald 9a4afc552f
Add notes for Wasmtime 2021-10-28 meeting (#3484) 3 years ago
Pat Hickey a2d83d4ae6
Merge pull request #3481 from bytecodealliance/pch/ci_apt_update_before_install 3 years ago
Pat Hickey dfebb3e9b6 CI Check job: run `apt-get update` before `apt-get install` 3 years ago
Nick Fitzgerald 49133f62e6
Merge pull request #3476 from fitzgen/logging-in-cranelift-test-compile 3 years ago
Nick Fitzgerald 8aa8dfe26a cranelift: in `test_compile` filetest, log disasm not clif 3 years ago
Nick Fitzgerald 5c342754f0
Merge pull request #3475 from alexcrichton/discuss-release 3 years ago
Alex Crichton 07e4eb599f wasmtime: Add an agenda item for the release process 3 years ago
Alex Crichton 807b528bfb
Automate more of Wasmtime's release process (#3422) 3 years ago
Pat Hickey 7962fe3f43
update tracing-subscriber (#3473) 3 years ago
Alex Crichton 490d49a768
Adjust dependency directives between crates (#3420) 3 years ago
Nick Fitzgerald 82aad556ea
Merge pull request #3472 from fitzgen/no-expect-format 3 years ago
Nick Fitzgerald e3a423c3e8 Remove some uses of `foo.expect(&format!(...))` pattern 3 years ago
Pat Hickey 06a93d3346
Merge pull request #3393 from bytecodealliance/pch/async_limiting 3 years ago
Alex Crichton 2f2c5231b4 Add Alex's solution for null handling in TlsRestore 3 years ago
Anton Kirilov e9c4164b94 Call membarrier() after making JIT mappings executable on AArch64 Linux 3 years ago
Pat Hickey fb549c6ddb actually do some awaiting in the async limiter, which doesnt work 3 years ago
Pat Hickey 5f978dbfdd make feature requirement render in rustdoc for new apis 3 years ago
Pat Hickey 6819459082 fix all docs links 3 years ago
Pat Hickey 996289725d docs 3 years ago
Pat Hickey bcbd74678a add some tests that show behavior is the same when on wasm stack 3 years ago