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
/
libevmasm
/
RuleList.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Split up rule list generation further to prevent issues in browsers with the ↵
Daniel Kirchner
2019-01-19
1
-12
/
+90
|
|
|
|
emscripten build.
*
Split simplification rules into two functions.
Daniel Kirchner
2018-09-18
1
-7
/
+40
|
*
Fix typo
Leo Arias
2018-08-08
1
-1
/
+1
|
*
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
1
-1
/
+1
|
|
|
|
Refs: #4442
*
Remove unnecessary masking of the result of known short instructions
Alex Beregszaszi
2018-04-20
1
-0
/
+20
|
*
Add constant optimiser for SHR/SHL instructions
Alex Beregszaszi
2018-04-10
1
-0
/
+10
|
*
Replace MOD with AND if constant is power of 2
Alex Beregszaszi
2018-02-13
1
-0
/
+11
|
*
Turn simplification rule tuple into struct.
chriseth
2018-02-07
1
-8
/
+7
|
*
Explicitly add reversed operands for commutative operations.
chriseth
2018-02-07
1
-34
/
+56
|
*
Expression simplifier.
chriseth
2018-02-07
1
-0
/
+5
|
*
Add flag to indicate whether it can be applied to expressions with side-effects.
chriseth
2018-02-07
1
-77
/
+92
|
*
Move out the rule list.
chriseth
2018-02-07
1
-0
/
+214