aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/Compiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-determinism in missing code queue.chriseth2016-05-031-12/+8
|
* Bugfix: static arrays in constructor argumentschriseth2016-04-161-1/+1
|
* Make solidity independent from ethcore.chriseth2016-04-071-3/+2
|
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-44/+44
|
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-44/+44
|
* move libevmcore to solidityDimitry2016-04-021-1/+1
|
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+86
|
* BREAKING: Implement delegatecall and make default for library calls.chriseth2016-03-121-6/+4
|
* Bugfix for constructor unpacking with fixed-size arrays.chriseth2015-11-291-5/+13
|
* Do not store elements of a contract by AST node type.chriseth2015-11-261-1/+1
|
* Fix up for new API from EIP-1.1.Gav Wood2015-11-211-3/+3
|
* Bugfix: Returning literal strings in tuples.chriseth2015-11-011-1/+5
|
* File reorganisation.chriseth2015-10-211-0/+778