Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DeadArgumentElimination Pass (#1641) | Alon Zakai | 2018-09-05 | 1 | -0/+2 |
* | Improve and enable inlining pass (#966) | Alon Zakai | 2017-08-07 | 1 | -0/+12 |
* | fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111) | Alon Zakai | 2017-07-26 | 1 | -0/+25 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -0/+134 |
* | asm2wasm: when a switch is too big, create an if-else chain instead (#877) | Alon Zakai | 2017-01-12 | 1 | -0/+36 |
* | add a test showing unreachable code after a return | Alon Zakai (kripken) | 2017-01-12 | 1 | -0/+23 |
* | properly legalize imported table elements | Alon Zakai | 2016-12-07 | 1 | -1/+3 |
* | fix legalization issues with f32s | Alon Zakai | 2016-12-07 | 1 | -1/+7 |
* | verify we don't legalize table elements | Alon Zakai | 2016-12-07 | 1 | -0/+2 |
* | run remove-unused-functions by default | Alon Zakai | 2016-10-14 | 1 | -1/+14 |
* | wasm-only additions: i32.cttz, copysign, popcnt (#729) | Alon Zakai | 2016-10-02 | 1 | -1/+6 |
* | More wasm-only opts (#727) | Alon Zakai | 2016-10-02 | 1 | -0/+224 |