aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Assembly.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace obsolete assembly code in LLLAlex Beregszaszi2017-06-221-9/+0
|
* Remove debugbreak.chriseth2017-06-211-3/+3
|
* Move subroutine helpers from CompilerContext to AssemblyAlex Beregszaszi2017-06-151-0/+7
|
* Remove single use Assembly::popToAlex Beregszaszi2017-06-151-2/+0
|
* Remove obsolete Assembly::outAlex Beregszaszi2017-06-151-1/+0
|
* Remove obsolete errorTag()Alex Beregszaszi2017-06-151-1/+0
|
* Create functional assembly output, if possible.chriseth2017-01-241-1/+0
|
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-1/+6
|
* 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/+2
|
* Converted sub assembly to smart pointer.chriseth2016-11-161-16/+17
|
* Stored combined creation and runtime tags.chriseth2016-11-161-1/+5
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-2/+2
|
* Some cleanup regarding libdevcore. Also rename to avoid conflicts.chriseth2016-08-061-4/+0
|
* enable solidity testDimitry2016-04-041-5/+5
|
* move libevmcore to solidityDimitry2016-04-021-1/+1
|
* move libevmasmDimitry2016-03-211-0/+151