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
/
CommonSubexpressionEliminator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize RETURN x 0 to STOP.
chriseth
2015-06-12
1
-18
/
+30
*
Improved exception safety in CSE.
chriseth
2015-06-10
1
-8
/
+13
*
Merge pull request #2100 from chriseth/sol_stackTooDeep
chriseth
2015-06-08
1
-2
/
+2
|
\
|
*
Improved "Stack too deep" error message.
chriseth
2015-06-07
1
-2
/
+2
*
|
Quick fix to not access inaccessible sequences.
chriseth
2015-06-06
1
-0
/
+9
|
/
*
Move non-cryptopp dependent stuff into devcore.
Gav Wood
2015-05-20
1
-1
/
+1
*
Fixed indentation.
chriseth
2015-05-14
1
-3
/
+1
*
Known state: store tags on stack as unions.
chriseth
2015-05-13
1
-2
/
+7
*
Store alternative stack locations during code generation.
chriseth
2015-05-11
1
-38
/
+42
*
Reuse state during common subexpression elimination.
chriseth
2015-05-11
1
-15
/
+36
*
Common subexpression elimination ready for using pre-known state.
chriseth
2015-05-06
1
-3
/
+5
*
Split known state from common subexpression eliminator.
chriseth
2015-05-06
1
-250
/
+17
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
1
-0
/
+672