solidity/libyul/backends/evm
2019-11-26 16:09:38 +01:00
..
AbstractAssembly.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
AsmCodeGen.cpp Replace uses of BOOST_THROW_EXCEPTION with assertThrow 2019-11-26 13:07:42 +01:00
AsmCodeGen.h [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
ConstantOptimiser.cpp Replace boost::variant by std::variant in libyul 2019-11-19 17:23:18 +01:00
ConstantOptimiser.h Make Yul optimizer not fail for wasm. 2019-06-17 18:42:47 +02: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 Rewrite GenericVisitor 2019-11-26 15:55:06 +01:00
EVMCodeTransform.h Replace boost::variant by std::variant in libyul 2019-11-19 17:23:18 +01:00
EVMDialect.cpp Replace boost::variant by std::variant in libyul 2019-11-19 17:23:18 +01:00
EVMDialect.h Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
EVMMetrics.cpp Add new gas price for deployed bytecode (EIP2028) 2019-11-19 17:09:18 +01:00
EVMMetrics.h Make Yul optimizer not fail for wasm. 2019-06-17 18:42:47 +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