aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/CompilerContext.h
Commit message (Expand)AuthorAgeFilesLines
* Move ABI encoder into its own function.chriseth2017-09-161-0/+5
* Named assembly labels.chriseth2017-09-161-1/+4
* 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/+8
* Document more of the codegen featuresAlex Beregszaszi2017-08-291-1/+8
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-2/+2
* Experimental feature switch for ABI encoder.chriseth2017-08-141-0/+4
* Remove unused magic global feature.chriseth2017-08-141-5/+2
* Re-allow multiple modifiers per function.chriseth2017-07-271-1/+4
* Change invalid opcode to revert for input validation.chriseth2017-06-241-3/+7
* Move subroutine helpers from CompilerContext to AssemblyAlex Beregszaszi2017-06-151-3/+3
* Remove obsolete errorTag()Alex Beregszaszi2017-06-151-2/+0
* Allow inserting low-level functions without calling them.chriseth2017-01-261-0/+10
* Change translation of implicit throws (issue #1589).Valentin Wüstholz2017-01-261-0/+4
* Move some util functions to low-level functions.chriseth2017-01-241-11/+24
* Low level named functions for CompilerContext.chriseth2017-01-241-0/+8
* Fix tests.chriseth2016-12-011-3/+0
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-2/+2
* Metadata stamp.chriseth2016-12-011-0/+3
* Fix licensing headersVoR02202016-11-231-4/+4
* Simple peephole optimizer that is activated even if not requested.chriseth2016-11-161-1/+1
* Converted sub assembly to smart pointer.chriseth2016-11-161-31/+31
* Stored combined creation and runtime tags.chriseth2016-11-161-21/+24
* codegen: add a compilation mode and a runtime context to CompilerContextYoichi Hirai2016-11-161-0/+15
* Implement uninitialized storage functions.chriseth2016-11-161-0/+2
* Provide inline assembly to the code generator. (#840)chriseth2016-08-161-0/+9
* Allow access to functions in inline assembly.chriseth2016-05-121-2/+4
* Remove non-determinism in missing code queue.chriseth2016-05-031-6/+38
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-1/+1
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-1/+1
* move libevmcore to solidityDimitry2016-04-021-1/+1
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+2
* File reorganisation.chriseth2015-10-211-0/+189