aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/Compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove clone feature.chriseth2018-08-071-6/+0
* Provide target EVM version in CompilerContext.chriseth2018-03-021-5/+8
* Introduce assemblyStringAlex Beregszaszi2017-09-111-2/+2
* Do not return the stream in asssemblyStreamAlex Beregszaszi2017-09-111-2/+2
* Split out the JSON functionality from assembly.stream()Alex Beregszaszi2017-09-111-3/+7
* Document more of the codegen featuresAlex Beregszaszi2017-08-291-0/+5
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-3/+3
* Use CBOR encoding.chriseth2016-12-011-1/+1
* Metadata stamp.chriseth2016-12-011-1/+2
* Fix licensing headersVoR02202016-11-231-4/+4
* Stored combined creation and runtime tags.chriseth2016-11-161-4/+4
* codegen: add a compilation mode and a runtime context to CompilerContextYoichi Hirai2016-11-161-1/+3
* Refactor compiler to avoid weird swap of contextschriseth2016-05-201-63/+3
* Remove non-determinism in missing code queue.chriseth2016-05-031-1/+1
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+1
* BREAKING: Implement delegatecall and make default for library calls.chriseth2016-03-121-1/+1
* Fixed string inside struct allocation bug.chriseth2015-11-241-7/+0
* File reorganisation.chriseth2015-10-211-0/+144