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
/
libyul
Commit message (
Expand
)
Author
Age
Files
Lines
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-4
/
+4
*
Yul: Implements empty-var-decl-propagation
Christian Parpart
2018-10-26
9
-0
/
+105
*
Full suite tests.
chriseth
2018-10-25
2
-0
/
+29
*
Redundant assign eliminator.
chriseth
2018-10-24
20
-0
/
+413
*
Merge pull request #5267 from ethereum/ssatransform
chriseth
2018-10-19
12
-0
/
+314
|
\
|
*
SSA transform - first step.
chriseth
2018-10-19
12
-0
/
+314
*
|
Merge pull request #5260 from ethereum/flattenMore
chriseth
2018-10-19
1
-0
/
+22
|
\
\
|
*
|
Flatten more.
chriseth
2018-10-18
1
-0
/
+22
*
|
|
Merge pull request #5258 from ethereum/coverage2
chriseth
2018-10-19
2
-0
/
+56
|
\
\
\
|
*
|
|
Add some simplification tests for operations.
chriseth
2018-10-18
2
-0
/
+56
|
|
/
/
*
|
|
Merge pull request #5270 from ethereum/inlineFlexible
chriseth
2018-10-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Make full inliner more flexible.
chriseth
2018-10-18
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fix a bug in CSE where a variable that was already out of scope was used.
chriseth
2018-10-18
1
-1
/
+1
*
|
|
Test case that shows a CSE bug related to scopes.
chriseth
2018-10-18
1
-0
/
+25
|
/
/
*
|
Merge pull request #5240 from ethereum/limitDispenserSize
chriseth
2018-10-18
3
-6
/
+40
|
\
\
|
|
/
|
/
|
|
*
Limit size of generated names and add convenience constructors.
chriseth
2018-10-17
3
-6
/
+40
*
|
Merge pull request #5232 from ethereum/inlineHeuristic
chriseth
2018-10-17
3
-0
/
+97
|
\
\
|
|
/
|
/
|
|
*
Use metrics in the full inliner.
chriseth
2018-10-17
3
-0
/
+97
*
|
Handle externally supplied variables correctly in disambiguator.
chriseth
2018-10-17
1
-1
/
+1
|
/
*
Inline each function separately.
chriseth
2018-10-16
2
-41
/
+16
*
Test for crash via inlining.
chriseth
2018-10-16
1
-0
/
+84
*
New full inliner.
chriseth
2018-10-16
10
-56
/
+124
*
Add a "full simplify" test that applies multiple elementary transforms.
chriseth
2018-10-16
17
-0
/
+198
*
New simplifier via broken expressions.
chriseth
2018-10-16
1
-1
/
+1
*
Yul: Introduces a block flattening pass + tests
Christian Parpart
2018-10-16
5
-0
/
+93
*
Some renaming leftovers.
chriseth
2018-10-15
1
-1
/
+1
*
Renaming namespace dev::julia to dev::yul.
Christian Parpart
2018-10-15
5
-11
/
+11
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
115
-0
/
+2649