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
/
libsolidity
/
SolidityOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize RETURN x 0 to STOP.
chriseth
2015-06-12
1
-0
/
+8
*
Merge pull request #2103 from chriseth/sol_fix_sequenceError
Gav Wood
2015-06-07
1
-1
/
+27
|
\
|
*
Quick fix to not access inaccessible sequences.
chriseth
2015-06-06
1
-1
/
+2
|
*
Test for the invalid sequence access bug.
chriseth
2015-06-06
1
-0
/
+25
*
|
Optimize double ISZERO.
chriseth
2015-06-06
1
-0
/
+10
|
/
*
Compute constants
chriseth
2015-06-05
1
-0
/
+45
*
Allow duplicate code removal for loops.
chriseth
2015-05-28
1
-0
/
+32
*
Store copied assembly items in test. Fixes OSX issues.
chriseth
2015-05-15
1
-16
/
+13
*
Disable test.
chriseth
2015-05-15
1
-12
/
+15
*
Known state: store tags on stack as unions.
chriseth
2015-05-13
1
-0
/
+43
*
Unify blocks with shared code.
chriseth
2015-05-12
1
-1
/
+37
*
Compute state intersection.
chriseth
2015-05-11
1
-0
/
+36
*
Tests.
chriseth
2015-05-11
1
-0
/
+21
*
CFG returns vector of blocks instead of assembly items.
chriseth
2015-05-06
1
-2
/
+6
*
Common subexpression elimination ready for using pre-known state.
chriseth
2015-05-06
1
-4
/
+45
*
Split known state from common subexpression eliminator.
chriseth
2015-05-06
1
-2
/
+4
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
1
-3
/
+3
*
Try to keep source location during optimization.
chriseth
2015-04-27
1
-2
/
+14
*
Removed (and added) some #ifs (but removed more than I added).
chriseth
2015-04-21
1
-4
/
+0
*
Restructure test folders
CJentzsch
2015-04-21
1
-0
/
+820