aboutsummaryrefslogtreecommitdiffstats
path: root/ArrayUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use only a single stack slot for storage references.chriseth2015-07-141-16/+6
* Some fixes for calldata arrays.chriseth2015-06-271-11/+16
* Do not copy reference types to memory in-place.chriseth2015-06-271-36/+74
* Initialisation of memory types.chriseth2015-06-251-0/+2
* Copy routines for non-byte arrays.chriseth2015-06-241-0/+175
* Memory-storage copy.chriseth2015-06-231-10/+16
* Accessors for strings.chriseth2015-06-171-28/+28
* Improved "Stack too deep" error message.chriseth2015-06-071-1/+4
* Ability to specify the storage location of a reference type.chriseth2015-06-051-25/+25
* Merge pull request #1975 from LianaHus/sol_EVMExceptionschriseth2015-06-011-5/+3
|\
| * added error jump instead of STOP instraction in case of exceptionLiana Husikyan2015-06-011-5/+3
* | Allow duplicate code removal for loops.chriseth2015-05-281-2/+12
|/
* Line break.chriseth2015-04-161-1/+2
* Some cleanup concerning byte arrays.chriseth2015-04-161-71/+47
* Refactor: Pull out array index access.chriseth2015-03-311-0/+104
* Byte size checked for zero; coding style.chriseth2015-03-201-13/+14
* Packing for arrays.chriseth2015-03-181-40/+166
* Enlarge storage references to two stack slots.chriseth2015-03-171-19/+49
* Fix gas for builtin.chriseth2015-03-141-0/+1
* Fix for arrays containing mappings.chriseth2015-03-061-2/+17
* Copying between calldata and storage.chriseth2015-03-061-128/+110
* Index access for calldata arrays.Christian2015-03-051-10/+29
* Array copy storage to storage.Christian2015-02-281-26/+46
* Shortening of dynamic arrays.Christian2015-02-281-0/+284