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
/
SimplificationRules.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace push_back with emplace_back where it makes sense
Mathias Baumann
2018-12-11
1
-1
/
+1
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-1
/
+1
*
Eliminate `byte`-typedef and use `uint8_t` in all their places instead.
Christian Parpart
2018-11-07
1
-3
/
+3
*
Split simplification rules into two functions.
Daniel Kirchner
2018-09-18
1
-6
/
+15
*
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
1
-1
/
+1
*
Turn simplification rule tuple into struct.
chriseth
2018-02-07
1
-6
/
+5
*
Add flag to indicate whether it can be applied to expressions with side-effects.
chriseth
2018-02-07
1
-5
/
+5
*
Move out the rule list.
chriseth
2018-02-07
1
-163
/
+3
*
Add simplification rule for SDIV(0,X) and SDIV(X,0)
Alex Beregszaszi
2017-05-20
1
-0
/
+2
*
Cleanup simplification rules
Alex Beregszaszi
2017-05-20
1
-8
/
+15
*
Fix match groups.
chriseth
2017-01-13
1
-0
/
+1
*
Fix debug output.
chriseth
2017-01-13
1
-2
/
+8
*
Optimise simplification rules (sort into bins).
chriseth
2017-01-13
1
-0
/
+363