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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hex/decimal cleanup for assembly output.
chriseth
2015-05-15
1
-11
/
+5
*
Fixed indentation.
chriseth
2015-05-14
2
-4
/
+2
*
Known state: store tags on stack as unions.
chriseth
2015-05-13
7
-66
/
+125
*
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
Gav Wood
2015-05-13
1
-1
/
+6
*
Merge pull request #1873 from chriseth/sol_unifyBlocks
Gav Wood
2015-05-13
4
-0
/
+172
|
\
|
*
Removed unnecessary include.
chriseth
2015-05-12
1
-2
/
+0
|
*
Unify blocks with shared code.
chriseth
2015-05-12
4
-0
/
+174
*
|
Merge pull request #1855 from imapp-pl/pr/cmake_runtime_output_directory
Gav Wood
2015-05-13
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"
Paweł Bylica
2015-05-11
1
-6
/
+1
*
|
Fixed template problem.
chriseth
2015-05-12
1
-1
/
+6
*
|
Use returning erase variant.
chriseth
2015-05-12
1
-1
/
+1
*
|
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
|
\
|
*
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