9259 Commits (dba74024aa412f284871375db292c1bf9079d769)
 

Author SHA1 Message Date
Chris Fallin dba74024aa
Merge pull request #3534 from cfallin/isle-generated-code-manifest 3 years ago
Chris Fallin 1697e32afa Let's try canonicalizing file paths in the manifest too... 3 years ago
Chris Fallin bc56ab743c ISLE build-script check logic: Canonicalize All The Things! 3 years ago
Chris Fallin 6a4716f0f4 Two CI fixes: Windows line-endings in manifest file, and "meta deterministic check". 3 years ago
Alex Crichton f787ce433d
aarch64: Remove manual sign extension in lowering (#3538) 3 years ago
Chris Fallin a2b9664bed ISLE: guard against stale generated source in default build config. 3 years ago
Alex Crichton f30c8eb464
isle: Migrate f32const/f64const to ISLE (#3537) 3 years ago
Nick Fitzgerald 306c96b461
Merge pull request #3536 from alexcrichton/swap-isle-order 3 years ago
Nick Fitzgerald e0943b8030
Merge pull request #3535 from alexcrichton/small-isle-patches 3 years ago
Alex Crichton 1c13f62189 isle: Move immediates to the end of extractors 3 years ago
Alex Crichton 92394566fc x64: Migrate `fabs` and `bnot` vector operations to ISLE 3 years ago
Johnnie Birch 5d5629de60 Fix for issue 3327. Updates Bnot to handle case for NaN float 3 years ago
Nick Fitzgerald b530d283e4
Merge pull request #3533 from fitzgen/isle-labeling 3 years ago
Nick Fitzgerald e6fd306219 Subscribe @cfallin to issues labeled "isle" 3 years ago
Nick Fitzgerald ff659f0098 Subscribe myself to issues labeled "isle" 3 years ago
Nick Fitzgerald 373ea93564 Remove lightbeam auto labeling 3 years ago
Nick Fitzgerald 8e9ddca5cb Add auto labeling for ISLE-related changes 3 years ago
Nick Fitzgerald b38a96955c
Merge pull request #3506 from fitzgen/isle 3 years ago
Alex Crichton 37adfb898b
Remove deprecated `--enable-*` CLI flags (#3524) 3 years ago
Nick Fitzgerald 0b1bf104c6 Update `miette` graphical-forcing comment to reference upstream issue 3 years ago
Alex Crichton 2b0b5d0491
Add today's Cranelift meeting notes (#3522) 3 years ago
Nick Fitzgerald 48ef2c0b84 Clarify comment about `force_graphical` in `miette` 3 years ago
Nick Fitzgerald 6164ba3814 ISLE: match cranelift version 3 years ago
Nick Fitzgerald f27b357702 ISLE: update repo in Cargo.toml 3 years ago
Nick Fitzgerald 4a34d2c55b Remove old ISLE-generated file 3 years ago
Dan Gohman ea0cb971fb
Update to rustix 0.26.2. (#3521) 3 years ago
David Craven 81f6228c57
Fix build 32bit. (#3518) 3 years ago
Nick Fitzgerald b6fd3d0c40 Remove extra, unused `Cargo.lock` 3 years ago
Chris Fallin 4bde42e789
Merge pull request #3520 from alexcrichton/faster-fuzz 3 years ago
Alex Crichton 1548ca3c47 Disable `check_label_branch_invariants` in fuzzing 3 years ago
Alex Crichton ff1af20479
Add a fuzz mode to stress unaligned wasm addresses (#3516) 3 years ago
Nick Fitzgerald bfbf2f2f49 ISLE: implement x64 lowering for `band_not` in ISLE 3 years ago
Chris Fallin f2939111d9
Merge pull request #3515 from cfallin/wasmtime-meeting-20211111 3 years ago
Chris Fallin e50d431946
Update meetings/wasmtime/2021/wasmtime-11-11.md 3 years ago
Chris Fallin 0a8b08a0d5 Wasmtime meeting notes from 2021-11-11. 3 years ago
Nick Fitzgerald 33fcd6b4a5 x64: special case `0` to use `xor` in `Inst::gen_constant` for `i128`s 3 years ago
Nick Fitzgerald b5105c025c MachInst: always rematerialize constants, rather than assign them registers 3 years ago
Peter Huene 990f834e27
Merge pull request #3514 from peterhuene/feature-gate-pooling-allocator 3 years ago
Peter Huene 58aab85680
Add the `pooling-allocator` feature. 3 years ago
Nick Fitzgerald bbb4949128 ISLE: use `lower_to_amode` inside `sink_load` implementation 3 years ago
Alex Crichton 00feefe9a7
Change the bump-version workflow's schedule (#3512) 3 years ago
Adam Bratschi-Kaye 12bfbdfaca
Skip generating DWARF info for dead code (#3498) 3 years ago
Pat Hickey 2053e972b7
InstancePre can impl Clone (#3510) 3 years ago
Nick Fitzgerald 7a568b19b4 ISLE: run `rustfmt` on generated code 3 years ago
Nick Fitzgerald b8494822dc ISLE: finish porting `imul` lowering to ISLE 3 years ago
Nick Fitzgerald 30d206779e x64: Remove some unreachable code that's been ported to ISLE 3 years ago
Nick Fitzgerald 00e7ca206f ISLE: add a missing type check for whether terms used in expressions have a constructor 3 years ago
Alex Crichton 6be0f82b96
Fix a panic with an invalid name section (#3509) 3 years ago
Alex Crichton 6bcee7f5f7
Add a configuration option to force "static" memories (#3503) 3 years ago
Pat Hickey 6428ac80d0
`cargo update -p userfaultfd` to 0.4.2 (#3505) 3 years ago