solidity/libyul/backends/wasm
2019-10-28 15:21:49 +01:00
..
EVMToEWasmTranslator.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +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 Merge pull request #7386 from ethereum/060-strict-inline-assembly 2019-10-28 12:48:58 +01:00
EWasmCodeTransform.h Assembly: Remove Label instruction. 2019-10-25 15:01:25 +02: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 Remove label from expression and add br_if. 2019-10-17 13:15:18 +02:00
EWasmToText.h Remove label from expression and add br_if. 2019-10-17 13:15:18 +02:00
WasmDialect.cpp Extract side effects into their own struct. 2019-08-14 15:06:10 +02:00
WasmDialect.h Use builtin iszero for for loop condition rewriting. 2019-09-12 10:26:16 +02:00
WordSizeTransform.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
WordSizeTransform.h Translation of switch statement for wasm backend. 2019-06-27 13:02:35 +02:00