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
/
libyul
/
optimiser
/
SimplificationRules.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add equivalent function combiner as Yul optimizer step.
Daniel Kirchner
2019-01-16
1
-1
/
+1
*
Disallow mismatching types in switch cases and detect duplicates by value for...
Daniel Kirchner
2019-01-15
1
-1
/
+1
*
Make the dialect available everywhere.
chriseth
2019-01-07
1
-4
/
+9
*
Add structural simplifier as optimization step for Yul.
Daniel Kirchner
2018-12-07
1
-4
/
+1
*
Fix expression simplifier asserting on default values
Mathias Baumann
2018-12-05
1
-1
/
+2
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-4
/
+4
*
Reorder some include files and group <libyul/>'s together (as much as possible)
Christian Parpart
2018-11-23
1
-1
/
+0
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
1
-1
/
+1
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-0
/
+1
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-7
/
+7
*
Eliminate `byte`-typedef and use `uint8_t` in all their places instead.
Christian Parpart
2018-11-07
1
-3
/
+3
*
Some well-formedness checks for the Yul AST.
chriseth
2018-10-22
1
-0
/
+1
*
New simplifier via broken expressions.
chriseth
2018-10-16
1
-12
/
+44
*
Renaming namespace dev::julia to dev::yul.
Christian Parpart
2018-10-15
1
-1
/
+1
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
1
-0
/
+189