aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly specify length of push data for assembly output.chriseth2016-08-181-1/+1
|
* Rename libevmasm.chriseth2016-08-101-1/+1
|
* Merge pull request #834 from chriseth/devcorecleanupchriseth2016-08-082-5/+1
|\ | | | | Some cleanup regarding libdevcore. Also rename to avoid conflicts.
| * Correct library usage.chriseth2016-08-081-1/+1
| |
| * Some cleanup regarding libdevcore. Also rename to avoid conflicts.chriseth2016-08-062-5/+1
| |
* | Do not install headers.chriseth2016-08-051-2/+0
|/
* Further fixes to the optimizer.chriseth2016-08-022-4/+5
|
* Reset knowledge in optimizer for path joins.chriseth2016-08-013-3/+12
|
* Make the Solidity repository standalone.Bob Summerwill2016-08-011-0/+62
| | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-)
* 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