summaryrefslogtreecommitdiff
path: root/src/expr-visitor.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+12
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+2
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-8/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-4/+4
* The great renaming (#985)Ben Smith2018-12-191-12/+12
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-0/+14
* Tailcall (#918)Ben Smith2018-10-011-0/+6
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-4/+4
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+2
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+2
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-9/+11
* Rewrite ExprVisitor to be non-recursive (#765)Ben Smith2018-02-211-0/+29
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+2
* Rename {wake,wait} -> atomic.{wake,wait} (#672)Ben Smith2017-11-211-4/+4
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+4
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+10
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-2/+2
* Use intrusive_list for Expr (#544)Ben Smith2017-06-301-1/+1
* Refactor Expr as class hierarchy instead of union (#524)Ben Smith2017-06-231-76/+73
* Fix the validator to be able to validate exception handling constructs. (#514)KarlSchimpf2017-06-221-0/+11
* Make ExprVisitor into C++ class (#471)Ben Smith2017-06-021-0/+116