aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/Compiler.h
Commit message (Collapse)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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Stored combined creation and runtime tags.chriseth2016-11-161-4/+4
| | | | | | | 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-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