solidity/libyul/backends/evm
Vedant Agarwala 5d6cbd97df [Yul] Directly jump over a series of function definitions
Implement a AbstractAssembly::setStackHeight function
Update the tests
Update Changelog
2019-06-19 12:40:11 +08:00
..
AbstractAssembly.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
AsmCodeGen.cpp [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
AsmCodeGen.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
EVMAssembly.cpp Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
EVMAssembly.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
EVMCodeTransform.cpp [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
EVMCodeTransform.h Extract subIDs from Dialect to allow it being const. 2019-05-16 21:51:54 +02:00
EVMDialect.cpp Merge pull request #6583 from ethereum/reset_yulstringrepo 2019-05-28 14:20:53 +02:00
EVMDialect.h Add EVM opcodes as builtins. 2019-05-20 16:46:31 +02:00
EVMObjectCompiler.cpp Make Dialect const. 2019-05-16 21:51:54 +02:00
EVMObjectCompiler.h Make Dialect const. 2019-05-16 21:51:54 +02:00
NoOutputAssembly.cpp Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00
NoOutputAssembly.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00