Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now-redundant stack pointer manipulation passes (#3251) | Sam Clegg | 2020-10-18 | 1 | -103/+0 |
| | | | | The use of these passes was removed on the emscripten side in https://github.com/emscripten-core/emscripten/pull/12536. | ||||
* | Move emscripten PIC ABI conversion to a pass. NFC. (#2985) | Sam Clegg | 2020-07-24 | 1 | -1/+1 |
| | | | | Doing it this way happens to re-order the __assign_got_entries function in the module, but its otherwise NFC. | ||||
* | Move ReplaceStackPoint into a pass (#2984) | Sam Clegg | 2020-07-24 | 1 | -0/+103 |
First step in making wasm-emscripten-finalize use more passes. |