solidity/libyul/backends/evm
Mathias Baumann 921d52bfcd Move Literal to u256 conversions to extra functions
That way we can reuse them at different places
2019-03-05 18:39:27 +01:00
..
AbstractAssembly.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
AsmCodeGen.cpp EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
AsmCodeGen.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
EVMAssembly.cpp Extend abstract assembly to be able to handle sub-objects. 2018-12-06 14:32:04 +01:00
EVMAssembly.h make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
EVMCodeTransform.cpp Move Literal to u256 conversions to extra functions 2019-03-05 18:39:27 +01:00
EVMCodeTransform.h Store all stack errors before they are thrown. 2019-02-04 17:32:05 +01:00
EVMDialect.cpp EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
EVMDialect.h EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
EVMObjectCompiler.cpp Compilability checker. 2019-02-04 17:32:05 +01:00
EVMObjectCompiler.h Add missing header guards 2018-12-12 15:47:05 +00:00
NoOutputAssembly.cpp Fix windows build. 2019-02-26 19:43:24 +01:00
NoOutputAssembly.h Take builtin functions into account in the compilability checker. 2019-02-21 12:13:42 +01:00