aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Assembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use assertThrow where possibleAlex Beregszaszi2017-06-221-8/+5
|
* Replace obsolete assembly code in LLLAlex Beregszaszi2017-06-221-3/+0
|
* Merge pull request #2398 from ethereum/assembly-cleanupchriseth2017-06-151-8/+1
|\ | | | | Remove obsolete features from libevmasm
| * Remove obsolete Assembly::outAlex Beregszaszi2017-06-151-7/+0
| |
| * Remove obsolete errorTag()Alex Beregszaszi2017-06-151-1/+1
| |
* | Print auxiliary data in the assemblyAlex Beregszaszi2017-06-151-0/+6
| |
* | Print assembly even if there's no data sectionAlex Beregszaszi2017-06-151-1/+3
|/
* Implement missing assembly output functions and do not use PushString for ↵chriseth2017-04-121-1/+2
| | | | assembly.
* Print source location before items.chriseth2017-02-241-1/+1
|
* Create functional assembly output, if possible.chriseth2017-01-241-13/+81
|
* Fix error tag usage in lll.chriseth2017-01-231-1/+1
|
* Optimise AssemblyItem::m_data.chriseth2017-01-131-1/+1
|
* Assembly output for Assembly object.chriseth2017-01-031-51/+18
|
* Fix tests.chriseth2016-12-011-2/+3
|
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-3/+7
|
* libevmasm: remove an unused variable `total`Yoichi Hirai2016-12-011-3/+2
|
* Integrate AddPop.chriseth2016-11-251-1/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Optimizer: Clear state for JUMPDESTs.chriseth2016-11-221-36/+25
|
* Some more assertions and style changes.chriseth2016-11-161-1/+1
|
* Simple peephole optimizer that is activated even if not requested.chriseth2016-11-161-11/+22
|
* Converted sub assembly to smart pointer.chriseth2016-11-161-18/+36
|
* Stored combined creation and runtime tags.chriseth2016-11-161-41/+61
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* Implement uninitialized storage functions.chriseth2016-11-161-0/+1
|
* Optimizer: generate code starting with empty statechriseth2016-10-221-2/+4
|
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-1/+1
|
* Explicitly specify length of push data for assembly output.chriseth2016-08-181-1/+1
|
* Reset knowledge in optimizer for path joins.chriseth2016-08-011-1/+2
|
* Remove log.h from solidity.chriseth2016-04-121-9/+0
|
* move libevmasmDimitry2016-03-211-0/+545