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
/
Assembly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some documentation and checks for vector_ref.
chriseth
2015-06-16
1
-10
/
+0
*
Remove pessimising moves.
Paweł Bylica
2015-06-08
1
-1
/
+1
*
Compute constants
chriseth
2015-06-05
1
-2
/
+12
*
Merge pull request #1975 from LianaHus/sol_EVMExceptions
chriseth
2015-06-01
1
-7
/
+25
|
\
|
*
corrected asm-json output
Liana Husikyan
2015-06-01
1
-3
/
+3
|
*
added error jump instead of STOP instraction in case of exception
Liana Husikyan
2015-06-01
1
-5
/
+23
*
|
Allow duplicate code removal for loops.
chriseth
2015-05-28
1
-5
/
+5
|
/
*
Gas estimation taking known state into account.
chriseth
2015-05-20
1
-0
/
+1
*
Hex/decimal cleanup for assembly output.
chriseth
2015-05-15
1
-11
/
+5
*
Unify blocks with shared code.
chriseth
2015-05-12
1
-0
/
+10
*
Reuse state during common subexpression elimination.
chriseth
2015-05-11
1
-44
/
+36
*
CFG returns vector of blocks instead of assembly items.
chriseth
2015-05-06
1
-1
/
+4
*
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
1
-1
/
+6
*
Split known state from common subexpression eliminator.
chriseth
2015-05-06
1
-1
/
+2
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
1
-0
/
+485