aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ContractCompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Code generation for access to contract code.chriseth2019-01-181-3/+3
|
* Sort includes in libsolidity/codegenLeonardo Alt2018-12-181-2/+2
|
* Binary search for dispatch.chriseth2018-12-061-1/+11
|
* Removing redundant virtual from override function declarationmordax2018-11-211-16/+16
| | | | | | Remove trailing whitespace Remove changelog change
* Remove clone feature.chriseth2018-08-071-10/+0
|
* Added tests and review suggestionsLeonardo Alt2018-07-111-5/+1
|
* [050] Reserving and popping local vars in their scopeLeonardo Alt2018-07-111-5/+23
|
* Move constructor argument override check to TypeChecker and reuse ↵Daniel Kirchner2018-04-091-1/+1
| | | | annotations in ContractCompiler.
* Move the old ABI decoder code.chriseth2018-03-201-4/+0
|
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-1/+1
|
* Provide target EVM version in CompilerContext.chriseth2018-03-021-1/+1
|
* Introduce emit statement.chriseth2018-02-221-0/+1
|
* Prevent libraries from being called.chriseth2018-01-191-0/+9
|
* Ensure parameter names match between headers and implementationAlex Beregszaszi2017-09-201-2/+2
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Add appendCallValueCheckAlex Beregszaszi2016-11-181-0/+1
|
* Converted sub assembly to smart pointer.chriseth2016-11-161-1/+1
|
* Stored combined creation and runtime tags.chriseth2016-11-161-4/+6
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* codegen: add a compilation mode and a runtime context to CompilerContextYoichi Hirai2016-11-161-2/+2
|
* BREAKING: return only exits current function/modifierchriseth2016-08-171-4/+3
|
* Refactor compiler to avoid weird swap of contextschriseth2016-05-201-0/+134