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
/
DataFlowAnalyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
libyul: changing some AST members from shared_ptr<> to unique_ptr<>
Christian Parpart
2019-01-16
1
-0
/
+2
*
Make the dialect available everywhere.
chriseth
2019-01-07
1
-1
/
+1
*
Consider return variables to be zero initially.
chriseth
2018-12-13
1
-0
/
+3
*
Support unassigned variables in the SSA value tracker and the data flow analy...
chriseth
2018-12-13
1
-2
/
+7
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-1
/
+1
*
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
*
Fix data flow analyzer for function definitions.
chriseth
2018-11-08
1
-0
/
+13
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-13
/
+13
*
Fix a bug in CSE where a variable that was already out of scope was used.
chriseth
2018-10-18
1
-13
/
+22
*
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
/
+193