| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
(#556)
|
|\ \
| |/
|/| |
asm2wasm regression fixes
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
that is clearer where it should be overridden (#551)
|
| |
|
| |
|
|
|
|
| |
ties
|
| |
|
| |
|
| |
|
|
|
|
| |
Currently it ignores this information. Also it allows parse files with -asm-verbose=true.
|
|\
| |
| | |
Fix merge blocks on named blocks
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the full asm global info we have (#535)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ignored (#530)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Avoid double dollarsigns in s2wasm local names.
Recognize '$' as part of the .s syntax for register names, and exclude it
when forming the wasm local name. This changes names like "$$0" to "$0".
* Fix a comment.
|
| |
|
|\
| |
| | |
Spec test updates, and many validation fixes
|
| |
| |
| |
| | |
address usage in wasm.js
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Activate true learning in local coalescing
|
| | |
|
| | |
|