solidity/libyul/backends/wasm
chriseth 982a269b2b
Merge pull request #9325 from ethereum/develop
Merge develop into breaking.
2020-07-06 19:11:02 +02:00
..
BinaryTransform.cpp Rename drop to i64.drop in WasmDialect 2020-07-06 15:47:17 +01: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 Rename drop to i64.drop in WasmDialect 2020-07-06 15:47:17 +01: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 [ewasm] Fix infinite loops. 2020-06-23 12:35:03 +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 Rename drop to i64.drop in WasmDialect 2020-07-06 15:47:17 +01: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