aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm
Commit message (Expand)AuthorAgeFilesLines
* Some more assertions and style changes.chriseth2016-11-161-1/+1
* Change encoding to address-funid and add "function" as ABI type.chriseth2016-11-161-0/+1
* Fix setting the tag.chriseth2016-11-161-1/+1
* fixup! Simple peephole optimizer that is activated even if not requested.chriseth2016-11-161-0/+2
* Simple peephole optimizer that is activated even if not requested.chriseth2016-11-164-12/+223
* Converted sub assembly to smart pointer.chriseth2016-11-163-37/+62
* Stored combined creation and runtime tags.chriseth2016-11-167-52/+145
* Implement uninitialized storage functions.chriseth2016-11-161-0/+1
* Keep old code.chriseth2016-11-152-21/+30
* Report infinite gas for calls.chriseth2016-11-141-15/+19
* Merge pull request #1333 from ethereum/compare_location_fileschriseth2016-11-091-5/+10
|\
| * libevmasm: fix comparison of SourceLocationsYoichi Hirai2016-11-081-5/+10
* | Merge pull request #1252 from ethereum/jsoncpp-from-sourcechriseth2016-11-081-1/+2
|\ \ | |/ |/|
| * Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-211-1/+2
* | Merge pull request #1270 from ethereum/optimise-eq0chriseth2016-10-241-0/+1
|\ \
| * | Optimiser the PUSH 0, EQ case as ISZEROAlex Beregszaszi2016-10-231-0/+1
| |/
* / Optimizer: generate code starting with empty statechriseth2016-10-221-2/+4
|/
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-063-4/+4
* 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
|\
| * 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
* Fix warning showing up in openSUSE build.Bob Summerwill2016-06-081-1/+1
* Correctly use not/bnot/iszero.chriseth2016-05-091-2/+2
* 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.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