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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Compute state intersection.
chriseth
2015-05-11
1
-12
/
+35
|
*
Store alternative stack locations during code generation.
chriseth
2015-05-11
2
-43
/
+45
|
*
Reuse state during common subexpression elimination.
chriseth
2015-05-11
4
-73
/
+94
|
*
Merge pull request #1813 from chriseth/sol_knowledgeEngine
chriseth
2015-05-09
11
-347
/
+742
|
\
|
|
|
|
Static Analysis Engine.
|
*
Use range-based erase.
chriseth
2015-05-09
1
-2
/
+4
|
|
|
*
CFG returns vector of blocks instead of assembly items.
chriseth
2015-05-06
3
-22
/
+25
|
|
|
*
Remove unused old optimizer rule.
chriseth
2015-05-06
1
-3
/
+0
|
|
|
*
Gather knowledge about the state during control flow analysis.
chriseth
2015-05-06
7
-35
/
+192
|
|
|
*
Make KnownState work with all instructions.
chriseth
2015-05-06
4
-6
/
+83
|
|
|
*
Common subexpression elimination ready for using pre-known state.
chriseth
2015-05-06
5
-23
/
+14
|
|
|
*
More flexible way to approach unknown stack elements.
chriseth
2015-05-06
3
-12
/
+34
|
|
|
*
Split known state from common subexpression eliminator.
chriseth
2015-05-06
5
-305
/
+451
|
|
*
|
Structural gas estimator.
chriseth
2015-05-06
2
-0
/
+171
|
/
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
15
-0
/
+3077