aboutsummaryrefslogtreecommitdiffstats
path: root/ArrayUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Use only a single stack slot for storage references.chriseth2015-07-141-2/+2
* Do not copy reference types to memory in-place.chriseth2015-06-271-6/+9
* Copy routines for non-byte arrays.chriseth2015-06-241-0/+4
* Refactor: Pull out array index access.chriseth2015-03-311-0/+6
* Byte size checked for zero; coding style.chriseth2015-03-201-1/+1
* Packing for arrays.chriseth2015-03-181-0/+6
* Enlarge storage references to two stack slots.chriseth2015-03-171-6/+6
* Copying between calldata and storage.chriseth2015-03-061-2/+3
* Array copy storage to storage.Christian2015-02-281-1/+7
* Shortening of dynamic arrays.Christian2015-02-281-0/+72