aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/AssemblyItem.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate `byte`-typedef and use `uint8_t` in all their places instead.Christian Parpart2018-11-071-1/+1
| | | | | | | | | | | This change is made to (easily) be forward compatible with future C++ standards, in order to allow compiling the code with newer standards at some point in the future. * Removed the `using byte = uint8_t;` line from Common.h * Mechanically change all uses of `byte` to `uint8_t`. Tested with GCC 7.3 in C++11/14/17 modes :-)
* Prevent libraries from being called.chriseth2018-01-191-1/+2
|
* Peephole optimizer for double push.chriseth2017-06-151-0/+8
|
* Create functional assembly output, if possible.chriseth2017-01-241-1/+3
|
* Minor changes from review.chriseth2017-01-131-1/+0
|
* Optimise AssemblyItem::m_data.chriseth2017-01-131-12/+34
|
* Assembly output for Assembly object.chriseth2017-01-031-0/+5
|
* libevmasm: Add another peephole optimizationYoichi Hirai2016-11-251-1/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Stored combined creation and runtime tags.chriseth2016-11-161-0/+8
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* enable solidity testDimitry2016-04-041-1/+1
|
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-0/+1
|
* move libevmcore to solidityDimitry2016-04-021-1/+1
|
* move libevmasmDimitry2016-03-211-0/+123