aboutsummaryrefslogtreecommitdiffstats
path: root/LValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow one additional stack slot.chriseth2015-07-161-1/+1
* Use only a single stack slot for storage references.chriseth2015-07-141-27/+27
* Flexible string literals, convertible to bytesX, bytes and string.chriseth2015-07-091-1/+1
* Style and some assertion messages.chriseth2015-07-041-1/+1
* Fix for copying arrays to storage.chriseth2015-07-031-1/+1
* Memory structs.chriseth2015-07-031-29/+45
* Delete for memory objects.chriseth2015-06-271-11/+2
* Do not copy reference types to memory in-place.chriseth2015-06-271-0/+56
* Distinction between storage pointer and storage ref and type checking for con...chriseth2015-06-151-1/+5
* Improved "Stack too deep" error message.chriseth2015-06-071-7/+19
* Fix for deleting byte array elements.chriseth2015-04-281-8/+3
* Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctionschriseth2015-04-171-2/+18
|\
| * Fix for signed integers in storage.chriseth2015-04-171-0/+16
| * Some cleanup concerning byte arrays.chriseth2015-04-161-2/+2
* | Fixed function overloads.chriseth2015-04-151-4/+4
|/
* Fetch and store packed values.chriseth2015-03-171-29/+90
* Enlarge storage references to two stack slots.chriseth2015-03-171-74/+54
* Fix gas for builtin.chriseth2015-03-141-0/+1
* Style fixes and some additional hash to bytes32 renamingLefteris Karapetsas2015-03-121-1/+1
* Fixing byte array index access code generationLefteris Karapetsas2015-03-121-1/+1
* Conversion changes after renaming Hash/String to Bytes.Lefteris Karapetsas2015-03-121-3/+5
* Fixes after rebasing on top of developLefteris Karapetsas2015-03-121-1/+1
* Fix for arrays containing mappings.chriseth2015-03-061-0/+1
* Stylingchriseth2015-03-051-8/+8
* Index access for calldata arrays.Christian2015-03-051-1/+58
* Removed unused variables.Christian2015-03-021-3/+3
* Shortening of dynamic arrays.Christian2015-02-281-40/+82
* Fix warnings.Gav Wood2015-02-261-0/+3
* LValue refactoring.Christian2015-02-251-0/+220