solidity/test/tools/yulInterpreter
Alex Beregszaszi 62028c90f0 [ewasm] Overhaul memory handling in EwasmInterpreter
Introduce writeMemory and read/writeBytes32/Address helpers.
Fix read/writeU128/U256 to be little-endian.
Update each instruction to follow the specification.
2020-10-28 11:57:18 +00:00
..
CMakeLists.txt CMake: Renaming devcore static library to solutil (to match source code paths) 2020-01-13 15:52:46 +01:00
EVMInstructionInterpreter.cpp Fix literal arguments in interpreter. 2020-08-06 14:16:59 +02:00
EVMInstructionInterpreter.h Fix literal arguments in interpreter. 2020-08-06 14:16:59 +02:00
EwasmBuiltinInterpreter.cpp [ewasm] Overhaul memory handling in EwasmInterpreter 2020-10-28 11:57:18 +00:00
EwasmBuiltinInterpreter.h [ewasm] Overhaul memory handling in EwasmInterpreter 2020-10-28 11:57:18 +00:00
Interpreter.cpp Fix literal arguments in interpreter. 2020-08-06 14:16:59 +02:00
Interpreter.h Fix literal arguments in interpreter. 2020-08-06 14:16:59 +02:00