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
/
ExpressionClasses.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-1
/
+1
*
Split simplification rules into two functions.
Daniel Kirchner
2018-09-18
1
-0
/
+1
*
Turn simplification rule tuple into struct.
chriseth
2018-02-07
1
-1
/
+1
*
Remove recursive call to simplify with reversed arguments.
chriseth
2018-02-07
1
-8
/
+1
*
Add flag to indicate whether it can be applied to expressions with side-effects.
chriseth
2018-02-07
1
-1
/
+1
*
Optimise simplification rules (sort into bins).
chriseth
2017-01-13
1
-327
/
+11
*
Optimize pattern matcher.
chriseth
2017-01-13
1
-14
/
+18
*
Optimise AssemblyItem::m_data.
chriseth
2017-01-13
1
-4
/
+19
*
Add more optimization rules
Yoichi Hirai
2016-11-30
1
-0
/
+6
*
Replace XOR with self with 0
Alex Beregszaszi
2016-11-30
1
-0
/
+1
*
Replace XOR/ISZERO with EQ
Alex Beregszaszi
2016-11-30
1
-0
/
+4
*
Add optimiser rule for SUB with 0
Alex Beregszaszi
2016-11-30
1
-1
/
+2
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Optimiser the PUSH 0, EQ case as ISZERO
Alex Beregszaszi
2016-10-23
1
-0
/
+1
*
move libevmasm
Dimitry
2016-03-21
1
-0
/
+511