summaryrefslogtreecommitdiff
path: root/src/opcode.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+3
* Add Atomic instructions (#633)Ben Smith2017-09-201-6/+73
* Correctly report the value of bad opcodes (#630)Ben Smith2017-09-191-14/+21
* Move Interpreter::Opcodes into Opcode (#618)Ben Smith2017-09-081-0/+8
* Add i{32,64}.extend{8,16,32}_s operators (#610)Ben Smith2017-09-051-0/+7
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-4/+4
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-8/+43
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1
* Rewrite wabt::Opcode as C++ class (#500)Ben Smith2017-06-191-6/+33
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-3/+3
* Move Opcode/OpcodeInfo to opcode.{c,h} (#412)Ben Smith2017-04-271-0/+41