Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix token enum/string mismatch; move to token.def (#845) | Ben Smith | 2018-05-21 | 1 | -108/+7 |
* | Run clang-format over all the files (#814) | Ben Smith | 2018-03-16 | 1 | -3/+9 |
* | SIMD v8x16.shuffle implementation. (#811) | lizhengxing | 2018-03-15 | 1 | -0/+1 |
* | Simd i8x16.extract_lane_s instruction implementation. (#802) | lizhengxing | 2018-03-13 | 1 | -0/+1 |
* | WIP on support for level1 exception spec (#773) | Ben Smith | 2018-03-02 | 1 | -1/+1 |
* | Fix token name order (#776) | Ben Smith | 2018-02-27 | 1 | -1/+1 |
* | SIMD v128.bitselect instruction implementation. (#759) | lizhengxing | 2018-02-19 | 1 | -0/+1 |
* | Rename {wake,wait} -> atomic.{wake,wait} (#672) | Ben Smith | 2017-11-21 | 1 | -3/+3 |
* | Add `i{32,64}.wait` and `wake` operators (#646) | Ben Smith | 2017-10-05 | 1 | -1/+3 |
* | Add Atomic instructions (#633) | Ben Smith | 2017-09-20 | 1 | -1/+5 |
* | Parse and dump shared limits fields (#632) | Derek Schuff | 2017-09-19 | 1 | -0/+1 |
* | Fix potential use-after-free in WastLexer (#626) | Ben Smith | 2017-09-14 | 1 | -0/+219 |