| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve Function HeapTypes (#3952) | Thomas Lively | 2021-06-30 | 1 | -1/+1 |
* | [RT] Support expressions in element segments (#3666) | Abbas Mashayekh | 2021-03-24 | 1 | -5/+3 |
* | [reference-types] Support passive elem segments (#3572) | Abbas Mashayekh | 2021-03-05 | 1 | -5/+3 |
* | [reference-types] remove single table restriction in IR (#3517) | Abbas Mashayekh | 2021-02-09 | 1 | -2/+2 |
* | Harden exnref literals (#3092) | Daniel Wirtz | 2020-09-02 | 1 | -2/+1 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -2/+2 |
* | Skip imports in table during RemoveImports (#2181) | Thomas Lively | 2019-06-24 | 1 | -1/+12 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -10/+7 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -10/+13 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -1/+1 |
* | wasm-reduce tool (#1139) | Alon Zakai | 2017-09-01 | 1 | -2/+4 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
* | clean up raw pointer import->functionType, make it a Name like everything els... | Alon Zakai | 2017-02-17 | 1 | -1/+1 |
* | refactor pass hooks, creating a proper way to run code before a pass is run | Alon Zakai | 2016-09-12 | 1 | -11/+3 |
* | import type for globals | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | Add initialization functions for passes to avoid missing pass registration du... | Jukka Jylänki | 2016-06-21 | 1 | -1/+3 |
* | allocate only expressions in arenas - functions, imports, exports, function t... | Alon Zakai | 2016-04-27 | 1 | -3/+6 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -6/+8 |
* | Some cleanup. | Michael Bebenita | 2016-01-14 | 1 | -1/+1 |
* | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 1 | -3/+3 |
* | A more generic compiler pass system. | Michael Bebenita | 2016-01-13 | 1 | -1/+1 |
* | refactor FunctionType to always be accessed from the Module's central store, ... | Alon Zakai | 2016-01-11 | 1 | -1/+1 |
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+16 |
* | Fix missing override warning. | Bruce Mitchener | 2015-12-18 | 1 | -1/+1 |
* | emit constants instead of callImport when there is a type necessary | Alon Zakai | 2015-11-22 | 1 | -5/+12 |
* | add remove-imports pass | Alon Zakai | 2015-11-22 | 1 | -0/+36 |