solidity/libyul/backends/evm
2019-03-28 14:09:25 +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 Use stack optimizations. 2019-03-14 15:34:23 +01:00
AsmCodeGen.h Use stack optimizations. 2019-03-14 15:34:23 +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 [yul] Implements EVM codegen for break/continue plus respective tests & ChangeLog entry. 2019-03-28 14:09:25 +01:00
EVMCodeTransform.h [yul] Implements EVM codegen for break/continue plus respective tests & ChangeLog entry. 2019-03-28 14:09:25 +01:00
EVMDialect.cpp Improve exception information in Yul function datasize(name) and dataoffset(name). 2019-03-19 17:17:32 +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