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