index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libyul
/
yulOptimizerTests
/
fullSuite
Commit message (
Collapse
)
Author
Age
Files
Lines
*
More code for optimizer tuning.
chriseth
2019-01-09
1
-42
/
+91
|
*
Use the block flattener.
chriseth
2019-01-08
4
-232
/
+198
|
*
Another ABI test case for the optimizer.
chriseth
2019-01-08
1
-0
/
+1136
|
*
Add AZTEK code as test.
chriseth
2019-01-07
1
-0
/
+416
|
*
Use rematerializer if variable is unreferenced or value is "cheap".
chriseth
2019-01-07
2
-49
/
+32
|
*
Do not create unassigned variables.
chriseth
2018-12-13
1
-12
/
+11
|
*
Consider return variables to be zero initially.
chriseth
2018-12-13
1
-34
/
+27
|
*
Do not inline into already big functions.
chriseth
2018-12-13
1
-136
/
+154
|
*
Add structural simplifier as optimization step for Yul.
Daniel Kirchner
2018-12-07
2
-10
/
+13
|
*
Properly recurse in ForLoopInitRewriter
Daniel Kirchner
2018-12-04
1
-5
/
+5
|
*
Update tests.
chriseth
2018-11-13
1
-66
/
+66
|
*
Remove variables that go out of scope from data structure.
chriseth
2018-11-13
1
-139
/
+170
|
*
Use map join algorithm for performance.
chriseth
2018-11-13
1
-0
/
+623
|
*
Remove side-effect-free statements.
chriseth
2018-11-09
1
-3
/
+1
|
*
Use single counter for name dispenser for performance reasons.
chriseth
2018-11-08
1
-7
/
+7
|
*
Full suite tests.
chriseth
2018-10-25
1
-0
/
+26