index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
SolidityOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some format typos
liangdzou
2018-09-17
1
-1
/
+1
*
Removing std:: from std::to_string and include for boost/lexical_cast
Matías Aereal Aeón
2018-08-08
1
-3
/
+2
*
Replace stray solidity pragma with progamatically inserting it in SolidityOpt...
Alex Beregszaszi
2018-07-31
1
-4
/
+2
*
Fixes end-to-end tests.
Erik Kundt
2018-07-16
1
-1
/
+1
*
Specifies visibility in unit tests.
Erik Kundt
2018-07-16
1
-4
/
+4
*
Added default data locations to parameters for end to end tests.
Chase McDermott
2018-07-16
1
-2
/
+2
*
Update test wrt requiring storage locations.
Daniel Kirchner
2018-07-12
1
-3
/
+3
*
test: Fix typos.
Cryptomental
2018-07-11
1
-1
/
+1
*
Updates unit test to specify visibility.
Erik Kundt
2018-07-04
1
-20
/
+20
*
test: ensure compiled tests do not use var-keyword in preparation of var-keyw...
Christian Parpart
2018-07-02
1
-1
/
+1
*
Updates compiled unit tests to new constructor syntax.
Erik Kundt
2018-06-29
1
-2
/
+2
*
Adjust tests.
chriseth
2018-06-25
1
-10
/
+10
*
Merge pull request #4067 from ethereum/050
chriseth
2018-05-24
1
-1
/
+1
|
\
|
*
Adjust tests.
Daniel Kirchner
2018-05-17
1
-1
/
+1
*
|
Tidy up tests to always have closing braces on the proper line
Alex Beregszaszi
2018-05-16
1
-4
/
+8
|
/
*
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
|
\
|
*
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
*
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
*
Move Solidity tests.
chriseth
2015-08-20
1
-0
/
+1132