aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/CompilerContext.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | This adds a new invalid instruction that is used for encoding implicit throws that are emitted by the compiler. This makes it possible to distinguish such runtime errors from user-provided, explicit throws.
* 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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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
| | | | | | | 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-0/+15
|
* Implement uninitialized storage functions.chriseth2016-11-161-0/+2
|
* Provide inline assembly to the code generator. (#840)chriseth2016-08-161-0/+9
| | | | | | * Directly usable inline assembly. * Add missing header.
* 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