aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ABIFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better readable encoder assembly.chriseth2017-09-271-6/+28
* Ensure that address types are always declared as 160bitAlex Beregszaszi2017-09-271-2/+2
* Implement struct encoder.chriseth2017-09-161-5/+123
* Move ABI encoder into its own function.chriseth2017-09-161-48/+56
* New ABI encoder.chriseth2017-08-141-0/+1074