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