solidity/libyul/backends/wasm
chriseth 62aa20137c
Merge pull request #7600 from ethereum/TypeConversionOnTheFly
[WASM] Inject type conversions on the fly if needed.
2019-11-04 16:20:57 +01:00
..
EVMToEWasmTranslator.cpp Update polyfill and set name. 2019-10-31 18:51:19 +01:00
EVMToEWasmTranslator.h EVM to eWasm translator. 2019-06-25 19:06:18 +02:00
EWasmAST.h Remove label from expression and add br_if. 2019-10-17 13:15:18 +02:00
EWasmCodeTransform.cpp [WASM] Inject type conversions on the fly if needed. 2019-11-01 15:44:39 +01:00
EWasmCodeTransform.h [WASM] Inject type conversions on the fly if needed. 2019-11-01 15:44:39 +01:00
EWasmObjectCompiler.cpp Make Dialect const. 2019-05-16 21:51:54 +02:00
EWasmObjectCompiler.h Make Dialect const. 2019-05-16 21:51:54 +02:00
EWasmToText.cpp Fix local and globals wast functions. 2019-10-31 17:41:31 +01:00
EWasmToText.h Remove label from expression and add br_if. 2019-10-17 13:15:18 +02:00
WasmDialect.cpp Merge pull request #7602 from ethereum/fixWasmTypes 2019-11-04 13:04:25 +01:00
WasmDialect.h Use builtin iszero for for loop condition rewriting. 2019-09-12 10:26:16 +02:00
WordSizeTransform.cpp [WASM] datasize and dataoffset only return a single value. 2019-11-01 13:52:49 +01:00
WordSizeTransform.h Translation of switch statement for wasm backend. 2019-06-27 13:02:35 +02:00