aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copying calldata directly to memory.Christian2015-02-131-27/+36
* Bytes type cleanup.Christian2015-02-121-6/+3
* Moved copy code to CompilerUtils.Christian2015-02-121-5/+208
* Copy storage to storage.Christian2015-02-121-0/+6
* Dynamic copy to memory.Christian2015-02-121-11/+30
* Padding for ABI types.Christian2015-01-101-6/+13
* Adjustments to Solidity compiler code for Function HashLefteris Karapetsas2015-01-091-0/+2
* Assertions that throw InternalCompilerErrors.Christian2014-12-171-4/+2
* Support empty strings.Christian2014-12-111-4/+14
* Helper functions to access memory.Christian2014-12-111-0/+30
* Stylistic changes.Christian2014-12-101-1/+2
* Take variable stack size correctly into account for return value packer.Christian2014-12-101-0/+9
* Variable-size stack elements for expression compiler.Christian2014-12-091-0/+11
* Changes in compiler to support variably sized stack elements.Christian2014-12-091-0/+50