Commit 1f4c3de
committed
Merge remote-tracking branch 'upstream/main' into stack-switching-cranelift
Resolved a few conflicts manually, blessed disas tests,
and made a few non-conflicting updates to func_environ.rs
and code_translator.rs (but pretty trivial).1,017 files changed
Lines changed: 51315 additions & 31590 deletions
File tree
- .github
- actions/install-rust
- workflows
- benches
- ci
- docker
- aarch64-linux
- armv7-linux
- i686-linux
- s390x-linux
- x86_64-linux
- cranelift
- assembler-x64
- meta
- src
- dsl
- generate
- instructions
- src
- bforest
- bitset
- codegen
- meta
- src
- ir
- isa
- aarch64
- inst
- riscv64
- inst
- s390x
- inst
- x64
- encoding
- inst
- lower
- machinst
- opts
- verifier
- control
- entity
- src
- filetests
- filetests
- egraph
- inline
- isa
- aarch64
- pulley32
- pulley64
- riscv64
- s390x
- x64
- src
- frontend
- src
- fuzzgen
- src
- interpreter
- isle/isle
- jit
- module
- native
- object
- src
- reader
- src
- serde
- srcgen
- umbrella
- crates
- bench-api
- src
- c-api
- artifact
- cmake
- include
- wasmtime
- component
- src
- cache/src
- config
- cli-flags/src
- component-macro
- src
- tests
- codegen
- expanded
- cranelift
- src
- compiler
- debug
- transform
- func_environ
- gc
- enabled
- translate
- environ/src
- compile
- component
- translate
- fact
- gc
- fuzzing
- src
- generators
- oracles
- jit-debug
- src
- misc/component-async-tests
- src
- tests/scenario
- wit
- test-macros/src
- test-programs/src
- bin
- p3
- test-util/src
- unwinder/src
- wasi-common/src/snapshots/preview_1
- wasi-config
- src
- tests
- wasi-http
- src
- p3
- host
- wit
- deps
- cli
- clocks
- filesystem
- http
- random
- sockets
- tests/all
- p2
- p3
- wasi-io/src
- wasi-keyvalue
- src
- tests
- wasi-nn
- src
- tests/exec
- wasi-tls-nativetls/tests
- wasi-tls
- src
- tests
- wasi
- src
- cli
- p2
- host
- filesystem
- p3
- cli
- clocks
- filesystem
- random
- sockets
- host
- types
- wit/deps
- cli
- clocks
- filesystem
- random
- sockets
- sockets
- tests
- all
- p2
- p3
- witx
- p0
- p1
- wasmtime
- src
- compile
- engine
- profiling_agent
- runtime
- component
- bindgen_examples
- concurrent
- futures_and_streams
- func
- externals
- func
- gc
- disabled
- enabled
- store
- trampoline
- vm
- component
- gc
- enabled
- instance
- allocator
- pooling
- memory
- stack_switching
- stack
- sys
- custom
- miri
- unix
- windows
- traphandlers
- vmcontext
- tests
- wast
- src
- wiggle/src
- winch
- src
- wit-bindgen
- src
- docs
- examples
- min-platform
- embedding/src
- src
- resource-component
- tokio
- wasip1-async
- wasip1
- wasip2-async
- wasip2
- fuzz
- fuzz_targets
- pulley/src
- interp
- scripts
- src
- commands
- supply-chain
- tests
- all
- component_model
- bindgen
- debug
- disas
- component-model
- gc
- drc
- null
- pulley
- stack-switching
- winch
- aarch64/call_indirect
- x64
- atomic
- notify
- rmw
- and
- or
- xor
- wait
- call_indirect
- epoch
- f32_ceil
- f32_convert_i32_u
- f32_convert_i64_u
- f32_floor
- f32_max
- f32_min
- f32_nearest
- f32_trunc
- f64_ceil
- f64_convert_i32_u
- f64_convert_i64_u
- f64_floor
- f64_max
- f64_min
- f64_nearest
- f64_trunc
- fuel
- i32_rems
- i32_trunc_f32_s
- i32_trunc_f32_u
- i32_trunc_f64_s
- i32_trunc_f64_u
- i64_rems
- i64_trunc_f32_s
- i64_trunc_f32_u
- i64_trunc_f64_s
- i64_trunc_f64_u
- load
- select
- table
- misc_testsuite
- component-model
- winch/codegen/src
- codegen
- isa
- aarch64
- x64
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
263 | 265 | | |
264 | 266 | | |
265 | 267 | | |
266 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
267 | 272 | | |
268 | 273 | | |
269 | 274 | | |
| |||
394 | 399 | | |
395 | 400 | | |
396 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
397 | 414 | | |
398 | 415 | | |
399 | 416 | | |
| |||
435 | 452 | | |
436 | 453 | | |
437 | 454 | | |
438 | | - | |
| 455 | + | |
439 | 456 | | |
440 | 457 | | |
441 | 458 | | |
| |||
510 | 527 | | |
511 | 528 | | |
512 | 529 | | |
513 | | - | |
| 530 | + | |
514 | 531 | | |
515 | 532 | | |
516 | 533 | | |
| |||
578 | 595 | | |
579 | 596 | | |
580 | 597 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
| 598 | + | |
| 599 | + | |
585 | 600 | | |
586 | 601 | | |
587 | 602 | | |
| |||
718 | 733 | | |
719 | 734 | | |
720 | 735 | | |
721 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
722 | 739 | | |
723 | 740 | | |
724 | 741 | | |
| |||
862 | 879 | | |
863 | 880 | | |
864 | 881 | | |
865 | | - | |
| 882 | + | |
866 | 883 | | |
867 | 884 | | |
868 | 885 | | |
| |||
893 | 910 | | |
894 | 911 | | |
895 | 912 | | |
896 | | - | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
897 | 916 | | |
898 | 917 | | |
899 | 918 | | |
| |||
995 | 1014 | | |
996 | 1015 | | |
997 | 1016 | | |
998 | | - | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
999 | 1021 | | |
1000 | 1022 | | |
1001 | 1023 | | |
| |||
1022 | 1044 | | |
1023 | 1045 | | |
1024 | 1046 | | |
| 1047 | + | |
1025 | 1048 | | |
1026 | 1049 | | |
1027 | 1050 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments