solidity/libyul/backends/wasm
chriseth 71cb7551f4
Merge pull request #9208 from ethereum/develop
Merge develop into breaking.
2020-06-16 16:11:41 +02:00
..
BinaryTransform.cpp Adding fixes for signedness conversion warnings in libyul 2020-06-12 10:39:30 +02:00
BinaryTransform.h Add support for generating code with i32 variables in text and binary wasm 2020-06-11 02:44:23 +02:00
EVMToEwasmTranslator.cpp [Yul] Removed now disabled pc() from wasm backend. 2020-06-08 16:46:55 +02:00
EVMToEwasmTranslator.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
TextTransform.cpp Add support for generating code with i32 variables in text and binary wasm 2020-06-11 02:44:23 +02:00
TextTransform.h Define wasm::Type enum and use it for import parameters and result 2020-06-11 02:44:23 +02:00
WasmAST.h Add the ability to store variable types in wasm AST 2020-06-11 02:44:23 +02:00
WasmCodeTransform.cpp WasmCodeTransform: Convert Yul 'if's with i32 argument directly to wasm 'if' without an extra comparison with zero 2020-06-16 15:36:47 +02:00
WasmCodeTransform.h Enable translation of i32 Yul variables/literals to i32 wasm variables/literals 2020-06-16 15:36:47 +02:00
WasmDialect.cpp Allow for per-parameter literalValues builtin functions 2020-04-08 16:41:38 +02:00
WasmDialect.h Allow for per-parameter literalValues builtin functions 2020-04-08 16:41:38 +02:00
WasmObjectCompiler.cpp Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
WasmObjectCompiler.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
WordSizeTransform.cpp Adding fixes for signedness conversion warnings in libyul 2020-06-12 10:39:30 +02:00
WordSizeTransform.h Allow for per-parameter literalValues builtin functions 2020-04-08 16:41:38 +02:00