aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/AssemblyItem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that subId and tag handling is correct on all compilers in AssemblyItemAlex Beregszaszi2018-04-301-4/+12
|
* Prevent libraries from being called.chriseth2018-01-191-0/+9
|
* Use isDup/SwapInstruction helperAlex Beregszaszi2017-10-031-3/+1
|
* Properly calculate bytesRequired for subsAlex Beregszaszi2017-09-181-3/+3
|
* Cleanup of FixedHash.hchriseth2017-08-251-1/+4
|
* Switch stream properties back after temporary modificationAlex Beregszaszi2017-08-221-6/+6
|
* Refactor exceptions and provide comment function.chriseth2017-07-131-5/+6
|
* 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