aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/AsmCodeGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Codegen for object access.chriseth2018-12-121-1/+1
* Provide Dialect to EVMCodeTransform.chriseth2018-12-121-1/+1
* Reuse stack slots in Yul to EVM code generation.liangdzou2018-12-101-1/+4
* Extend abstract assembly to be able to handle sub-objects.chriseth2018-12-061-0/+36
* Expose EthAssemblyAdapter.chriseth2018-12-061-91/+97
* Remove some includes.chriseth2018-12-041-9/+0
* Adjust include paths.chriseth2018-12-041-4/+2
* Move AsmCodeGen.chriseth2018-12-041-0/+163