aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerContext.h
Commit message (Expand)AuthorAgeFilesLines
* Super keyword.Christian2015-01-291-11/+16
* Various fixes pertaining to State Variable accessorsLefteris Karapetsas2015-01-291-3/+0
* Solidity EntryLabel now uses a generic declarationLefteris Karapetsas2015-01-291-1/+1
* Work in progress for state variable accessorsLefteris Karapetsas2015-01-291-3/+6
* Modifier overrides and callgraph analysis.Christian2015-01-261-0/+5
* Compilation of function modifiers.Christian2015-01-261-5/+3
* Inheritance in compiler.Christian2015-01-201-0/+4
* More flexible access to stack during external function call.Christian2015-01-141-0/+3
* fixed warnings for msvc buildarkpar2015-01-131-3/+3
* Packing and unpacking of constructor arguments.Christian2014-12-151-0/+2
* Create contracts.Christian2014-12-151-3/+9
* Changes in compiler to support variably sized stack elements.Christian2014-12-091-1/+2
* Register variably-sized variables on stack.Christian2014-12-081-4/+6
* Magic variables.Christian2014-11-241-0/+4
* Mapping types.Christian2014-11-141-1/+3
* Merge remote-tracking branch 'ethereum/develop' into sol_optimizerChristian2014-11-101-6/+19
|\
| * State variables.Christian2014-11-081-6/+19
* | Option to activate the optimizer for solidity.Christian2014-11-071-1/+1
|/
* Moved instructions and assembly to new libevmcore.Christian2014-11-061-2/+2
* Actual contract creator and add solidity to AlethZero interface.Christian2014-10-311-0/+4
* Function selector and variable (un)packing.Christian2014-10-311-1/+3
* Renamed file.Christian2014-10-311-0/+83