aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ContractCompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* 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