Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More specific push implementation. | chriseth | 2018-04-04 | 1 | -2/+2 |
| | |||||
* | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 1 | -0/+24 |
| | |||||
* | Test number of sstore operations. | chriseth | 2018-04-03 | 1 | -7/+33 |
| | |||||
* | Provide input for two optimizer tests. | chriseth | 2018-02-21 | 1 | -2/+2 |
| | |||||
* | Split off libevmasm specific optimiser tests | Alex Beregszaszi | 2017-07-27 | 1 | -821/+2 |
| | |||||
* | Removed useless test. | chriseth | 2017-07-01 | 1 | -53/+0 |
| | |||||
* | Peephole optimizer for double push. | chriseth | 2017-06-15 | 1 | -0/+26 |
| | |||||
* | Use keccak256() in tests (and not sha3()) | Alex Beregszaszi | 2017-05-30 | 1 | -25/+25 |
| | |||||
* | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 1 | -15/+15 |
| | |||||
* | Stricter tests for constant optimization. | chriseth | 2017-05-02 | 1 | -19/+31 |
| | |||||
* | Tests for optimizing constants. | chriseth | 2017-03-03 | 1 | -0/+62 |
| | |||||
* | Count instructions without metadata hash. | chriseth | 2016-12-01 | 1 | -10/+22 |
| | |||||
* | Optimizer tests to not interfere with the optimiser flag | Alex Beregszaszi | 2016-12-01 | 1 | -11/+24 |
| | |||||
* | Merge pull request #1442 from ethereum/lll-testing | Alex Beregszaszi | 2016-11-30 | 1 | -1/+2 |
|\ | | | | | LLL: introduce testing framework | ||||
| * | Move ExecutionFramework to the dev::test namespace | Alex Beregszaszi | 2016-11-30 | 1 | -0/+1 |
| | | |||||
| * | Split out Solidity-specific part of ExecutionFramework | Alex Beregszaszi | 2016-11-30 | 1 | -1/+1 |
| | | |||||
* | | Fix sub-0 optimiser test | Alex Beregszaszi | 2016-11-30 | 1 | -3/+4 |
| | | |||||
* | | Update SolidityOptimizer.cpp | chriseth | 2016-11-30 | 1 | -3/+3 |
| | | |||||
* | | Add test for SUB with 0 optimisation | Alex Beregszaszi | 2016-11-30 | 1 | -0/+22 |
|/ | |||||
* | Peephole optimizer for unreacheable code. | chriseth | 2016-11-25 | 1 | -5/+43 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Optimizer: Clear state for JUMPDESTs. | chriseth | 2016-11-22 | 1 | -0/+20 |
| | |||||
* | Disable broken tests that are not useful. | chriseth | 2016-11-16 | 1 | -10/+0 |
| | |||||
* | Fix tests. | chriseth | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Converted sub assembly to smart pointer. | chriseth | 2016-11-16 | 1 | -0/+18 |
| | |||||
* | Rename dev::sha3 to dev::keccak256 | Alex Beregszaszi | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Further fixes to the optimizer. | chriseth | 2016-08-02 | 1 | -1/+4 |
| | |||||
* | Test case. | chriseth | 2016-08-01 | 1 | -0/+58 |
| | |||||
* | Fix optimizer tests. | chriseth | 2016-08-01 | 1 | -3/+6 |
| | |||||
* | Refactor testing via IPC. | chriseth | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | enable solidity test | Dimitry | 2016-04-04 | 1 | -19/+19 |
| | |||||
* | Test for optimizer bug caused by not incrementing the sequence counter. | chriseth | 2016-03-11 | 1 | -0/+14 |
| | |||||
* | Test for incorrect storage access. | chriseth | 2016-01-16 | 1 | -0/+21 |
| | |||||
* | Test fix: Do not increment iterator past end. | chriseth | 2015-11-16 | 1 | -1/+5 |
| | |||||
* | Work around bug in MSVC/Boost for u256->unsigned conversion. | chriseth | 2015-11-16 | 1 | -0/+10 |
| | |||||
* | removed get prefix | LianaHus | 2015-09-08 | 1 | -8/+8 |
| | | | | style fixes | ||||
* | Move Solidity tests. | chriseth | 2015-08-20 | 1 | -0/+1132 |