aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/AssemblyItem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Initialize local variables.chriseth2017-04-121-2/+2
|
* Implement missing assembly output functions and do not use PushString for ↵chriseth2017-04-121-5/+12
| | | | assembly.
* Create functional assembly output, if possible.chriseth2017-01-241-2/+10
|
* Optimise AssemblyItem::m_data.chriseth2017-01-131-4/+4
|
* Rename programSize to bytecodeSize.chriseth2017-01-031-1/+1
|
* Assembly output for Assembly object.chriseth2017-01-031-0/+82
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Fix setting the tag.chriseth2016-11-161-1/+1
|
* Converted sub assembly to smart pointer.chriseth2016-11-161-3/+9
|
* Stored combined creation and runtime tags.chriseth2016-11-161-0/+23
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* return instructionInfo styleDimitry2016-04-041-2/+2
|
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-3/+3
|
* move libevmasmDimitry2016-03-211-0/+134