aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning showing up in openSUSE build.Bob Summerwill2016-06-081-1/+1
|
* Correctly use not/bnot/iszero.chriseth2016-05-091-2/+2
| | | | | A long time ago, some opcodes were renamed. Now we should only have not (bitwise negation) and iszero (logical negation).
* Windows fix.chriseth2016-04-211-2/+13
|
* Source location for inline assembly.chriseth2016-04-201-18/+5
|
* Merge pull request #496 from chriseth/removelogBob Summerwill2016-04-122-10/+0
|\ | | | | Remove log.h from solidity.
| * Remove log.h from solidity.chriseth2016-04-122-10/+0
| |
* | Make solidity independent from ethcore.chriseth2016-04-077-121/+83
|/
* reduce unnecessary solidity:: namespaceDimitry2016-04-044-8/+8
|
* return instructionInfo styleDimitry2016-04-049-14/+14
|
* enable solidity testDimitry2016-04-042-6/+6
|
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-0213-32/+33
|
* move libevmcore to solidityDimitry2016-04-026-4/+626
|
* includesDimitry2016-03-223-4/+5
|
* add liblll lllc libevmasmDimitry2016-03-222-4/+4
|
* move libevmasmDimitry2016-03-2129-0/+5102