| Commit message (Expand) | Author | Age | Files | Lines |
* | i64 to i32 lowering for wasm2asm (#1134) | Thomas Lively | 2017-09-01 | 1 | -0/+1 |
* | Add support for atomic wait and wake operators (#1140) | Derek Schuff | 2017-08-24 | 1 | -0/+21 |
* | Fix visitor stubs in traversal templates #1084 | Derek Schuff | 2017-07-10 | 1 | -34/+34 |
* | Add IR, parsing, printing, and binary for atomic cmpxchg (#1083) | Derek Schuff | 2017-07-10 | 1 | -0/+11 |
* | Add IR, parsing and binary support for AtomicRMW instructions from wasm threa... | Derek Schuff | 2017-07-06 | 1 | -0/+10 |
* | Code folding (#1076) | Alon Zakai | 2017-06-28 | 1 | -1/+1 |
* | SSA pass (#1049) | Alon Zakai | 2017-06-13 | 1 | -0/+4 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -6/+23 |
* | Make header guards consistent (#997) | Sam Clegg | 2017-05-04 | 1 | -3/+3 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -4/+4 |
* | allow traversing the inits of globals (#917) | Alon Zakai | 2017-02-21 | 1 | -1/+6 |
* | allow traversing the offset inits of table/memory segments (#916) | Alon Zakai | 2017-02-17 | 1 | -2/+18 |
* | more consistent placement of & and *, on the type (#848) | Alon Zakai | 2016-11-28 | 1 | -62/+62 |
* | LinearExecutionWalker cleanups: call noteNonLinear for only necessary blocks,... | Alon Zakai | 2016-10-21 | 1 | -1/+8 |
* | fix switch traversal order | Alon Zakai | 2016-09-14 | 1 | -1/+1 |
* | fix ControlFlowWalker handling of ifs when looking for break targets | Alon Zakai | 2016-09-07 | 1 | -1/+2 |
* | add an ExpressionStack traversal | Alon Zakai | 2016-09-07 | 1 | -0/+43 |
* | fix compilation error on recent clang | Alon Zakai | 2016-09-07 | 1 | -2/+2 |
* | move drop into blocks, dropping all the breaks as well, when possible | Alon Zakai | 2016-09-07 | 1 | -0/+62 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -3/+3 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -2/+11 |
* | support wasm globals (#650) | Alon Zakai | 2016-07-21 | 1 | -0/+21 |
* | move function parallelism to pass and pass runner, which allows more efficien... | Alon Zakai | 2016-06-03 | 1 | -65/+2 |
* | add an option to run passes on individual functions, and to get default optim... | Alon Zakai | 2016-06-02 | 1 | -2/+2 |
* | refactor walk logic into walk* and doWalk* methods, for a more regular API th... | Alon Zakai | 2016-05-30 | 1 | -3/+16 |
* | allow inheriting function-parallel classes, add a hook for creation | Alon Zakai | 2016-05-17 | 1 | -3/+12 |
* | make an instance per function in function-parallel passes, so passes don't ne... | Alon Zakai | 2016-05-15 | 1 | -10/+12 |
* | allocate only expressions in arenas - functions, imports, exports, function t... | Alon Zakai | 2016-04-27 | 1 | -9/+9 |
* | comment on replaceCurrent | Alon Zakai | 2016-04-24 | 1 | -1/+4 |
* | provide the current expression to noteNonLinear | Alon Zakai | 2016-04-24 | 1 | -2/+2 |
* | save the module on Walker objects, so passes have an easy way to access the m... | Alon Zakai | 2016-04-19 | 1 | -0/+13 |
* | create a UnifiedExpressionVisitor for passes that want a single visitor funct... | Alon Zakai | 2016-04-18 | 1 | -31/+58 |
* | let traversals access the current function (#355) | Alon Zakai | 2016-04-18 | 1 | -7/+22 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -12/+55 |
* | allow overriding startWalk(Function*) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
* | remove unneeded virtual destructor | Alon Zakai | 2016-04-11 | 1 | -1/+0 |
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -328/+306 |
* | derecurse blocks helper, and use it in SimplifyLocals | Alon Zakai | 2016-04-07 | 1 | -0/+26 |
* | traversal improvements | Alon Zakai | 2016-04-06 | 1 | -34/+55 |
* | move some methods to WasmWalkerBase | Alon Zakai | 2016-04-06 | 1 | -27/+25 |
* | refactor a WasmReplacerWalker class | Alon Zakai | 2016-04-06 | 1 | -54/+51 |
* | add FastExecutionWalker | Alon Zakai | 2016-04-06 | 1 | -1/+101 |
* | remove obsolete comment | Alon Zakai | 2016-04-06 | 1 | -1/+0 |
* | refactor wasm traversal code into separate file | Alon Zakai | 2016-04-06 | 1 | -0/+321 |