aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ABIFunctions.h
Commit message (Expand)AuthorAgeFilesLines
* Provide ABI encoding options as single struct parameter.chriseth2019-01-211-10/+25
* Sort includes in libsolidity/codegenLeonardo Alt2018-12-181-4/+3
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Prevent externally used functions from being removed.chriseth2018-10-171-3/+12
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
* Change commentsAlex Beregszaszi2018-06-141-1/+1
* Removed signed shift right from the utilities.chriseth2018-05-011-1/+1
* Use native shift instructions in ABIFunctions on ConstantinopleAlex Beregszaszi2018-05-011-0/+6
* Cleanup and overflow checks for data pointers.chriseth2017-11-301-1/+3
* ABI decoder.chriseth2017-11-301-0/+47
* Rename "compacted" to "fromStack".chriseth2017-10-041-3/+3
* Implement struct encoder.chriseth2017-09-161-0/+7
* Move ABI encoder into its own function.chriseth2017-09-161-6/+9
* Mark a lot of functions static (where possible)Alex Beregszaszi2017-08-221-1/+1
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
* New ABI encoder.chriseth2017-08-141-0/+172