Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use only a single stack slot for storage references. | chriseth | 2015-07-14 | 1 | -2/+2 |
* | Do not copy reference types to memory in-place. | chriseth | 2015-06-27 | 1 | -6/+9 |
* | Copy routines for non-byte arrays. | chriseth | 2015-06-24 | 1 | -0/+4 |
* | Refactor: Pull out array index access. | chriseth | 2015-03-31 | 1 | -0/+6 |
* | Byte size checked for zero; coding style. | chriseth | 2015-03-20 | 1 | -1/+1 |
* | Packing for arrays. | chriseth | 2015-03-18 | 1 | -0/+6 |
* | Enlarge storage references to two stack slots. | chriseth | 2015-03-17 | 1 | -6/+6 |
* | Copying between calldata and storage. | chriseth | 2015-03-06 | 1 | -2/+3 |
* | Array copy storage to storage. | Christian | 2015-02-28 | 1 | -1/+7 |
* | Shortening of dynamic arrays. | Christian | 2015-02-28 | 1 | -0/+72 |