Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial implementation of "Memory64" proposal (#3130) | Wouter van Oortmerssen | 2020-09-18 | 1 | -2/+2 |
| | | | Also includes a lot of new spec tests that eventually need to go into the spec repo | ||||
* | Stack utils (#3083) | Thomas Lively | 2020-09-07 | 1 | -0/+443 |
Implement and test utilities for manipulating and analyzing a new stacky form of Binaryen IR that is able to express arbitrary stack machine code. This new Poppy IR will eventually replace Stack IR, and new optimization passes will be built with these utilities. See #3059. |