Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Add immediate fields to call_indirect and memory operators. | Dan Gohman | 2016-10-25 | 1 | -2/+5 |
| | | | | | | | call_indirect, grow_memory, and current_memory now have immediate operands in the 0xd binary encoding. llvm-svn: 285085 | ||||
* | [WebAssembly] Fix for 0xc call_indirect changes | Derek Schuff | 2016-10-21 | 1 | -0/+117 |
Summary: Need to reorder the operands to have the callee as the last argument. Adds a pseudo-instruction, and a pass to lower it into a real call_indirect. This is the first of two options for how to fix the problem. Reviewers: dschuff, sunfish Subscribers: jfb, beanz, mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D25708 llvm-svn: 284840 |