Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copying between memory and memory. | chriseth | 2015-06-16 | 1 | -0/+32 |
| | | | | Also fixed some encoding and padding issues with older copying code. | ||||
* | Use dynamic memory for argument encoding. | chriseth | 2015-06-09 | 1 | -1/+3 |
| | |||||
* | Dynamic memory. | chriseth | 2015-06-09 | 1 | -1/+11 |
| | |||||
* | bytes parameters for events and sha3. | chriseth | 2015-04-22 | 1 | -0/+2 |
| | |||||
* | added implementation to append code for State variable accessor | Liana Husikyan | 2015-04-08 | 1 | -0/+2 |
| | | | | fixed tests | ||||
* | Copying between calldata and storage. | chriseth | 2015-03-06 | 1 | -3/+0 |
| | |||||
* | Styling | chriseth | 2015-03-05 | 1 | -5/+16 |
| | |||||
* | Index access for calldata arrays. | Christian | 2015-03-05 | 1 | -3/+5 |
| | |||||
* | Shortening of dynamic arrays. | Christian | 2015-02-28 | 1 | -13/+0 |
| | |||||
* | Parsing of array types and basic implementation. | Christian | 2015-02-21 | 1 | -2/+2 |
| | |||||
* | loadFromMemoryDynamic | Christian | 2015-02-17 | 1 | -2/+7 |
| | |||||
* | Move code to loadFromMemory. | Christian | 2015-02-17 | 1 | -5/+4 |
| | |||||
* | Added some comments. | Christian | 2015-02-12 | 1 | -6/+11 |
| | |||||
* | Moved copy code to CompilerUtils. | Christian | 2015-02-12 | 1 | -1/+12 |
| | |||||
* | Copy storage to storage. | Christian | 2015-02-12 | 1 | -0/+5 |
| | |||||
* | Dynamic copy to memory. | Christian | 2015-02-12 | 1 | -4/+8 |
| | |||||
* | Padding for ABI types. | Christian | 2015-01-10 | 1 | -2/+13 |
| | |||||
* | Adjustments to Solidity compiler code for Function Hash | Lefteris Karapetsas | 2015-01-09 | 1 | -3/+4 |
| | |||||
* | Compiler EVM generation now takes into account for the new function hash | Lefteris Karapetsas | 2015-01-09 | 1 | -0/+3 |
| | | | | | | | | identifier - Changed tests to comply with the new function hash identifier - Changed the function index offset to 4, and made it a constant for easy adjustment in the future | ||||
* | Helper functions to access memory. | Christian | 2014-12-11 | 1 | -0/+12 |
| | |||||
* | Take variable stack size correctly into account for return value packer. | Christian | 2014-12-10 | 1 | -0/+2 |
| | |||||
* | Variable-size stack elements for expression compiler. | Christian | 2014-12-09 | 1 | -0/+14 |
| | |||||
* | Changes in compiler to support variably sized stack elements. | Christian | 2014-12-09 | 1 | -0/+47 |