nickysn
|
07c1783e24
* refactored call_indirect to use a 'functype' operand type. This type will be reused for block instructions as well.
|
4 years ago |
nickysn
|
35489718f3
* fixed call_indirect for the llvm-mc asm writer
|
4 years ago |
nickysn
|
56f65799d3
+ functype creation moved to tcpuprocdef.create_functype
|
4 years ago |
nickysn
|
763ca253c1
+ introduced the TWasmFuncType class - used to hold a Wasm function signature
|
4 years ago |
nickysn
|
017b7903cf
+ added validation for the base and index registers in taicpu.op_ref
|
4 years ago |
nickysn
|
35e83d5524
* group tai_local directives, so that they are output as a single directive with comma separated types
|
5 years ago |
nickysn
|
76f1b8cf60
+ generate the .functype directive for the llvm-mc wasm assembler
|
5 years ago |
nickysn
|
c9ee72b05a
* the compiler/wasm directory renamed compiler/wasm32
|
5 years ago |