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
/
PeepholeOptimiser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assume peephole optimizer was successful if number of pops increased.
chriseth
2017-10-14
1
-2
/
+9
*
Move all file specific globals to anonymous namespace
Alex Beregszaszi
2017-08-29
1
-0
/
+5
*
Peephole optimizer for double push.
chriseth
2017-06-15
1
-3
/
+20
*
Add REVERT to libevmasm
Alex Beregszaszi
2017-02-11
1
-1
/
+2
*
Rename SUICIDE opcode to SELFDESTRUCT in libevmasm
Alex Beregszaszi
2017-02-07
1
-1
/
+1
*
Fix optimizer with regards to INVALID instruction.
chriseth
2017-01-26
1
-0
/
+1
*
libevmasm: OpPop() optimization keeps the source location
Yoichi Hirai
2016-12-30
1
-1
/
+1
*
Integrate AddPop.
chriseth
2016-11-25
1
-15
/
+12
*
Templatize.
chriseth
2016-11-25
1
-37
/
+75
*
Peephole optimizer for unreacheable code.
chriseth
2016-11-25
1
-37
/
+73
*
libevmasm: generalize ADDPOP optimization into ADDMODPOP etc
Yoichi Hirai
2016-11-25
1
-5
/
+6
*
libevmasm: Add another peephole optimization
Yoichi Hirai
2016-11-25
1
-2
/
+27
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
fixup! Simple peephole optimizer that is activated even if not requested.
chriseth
2016-11-16
1
-0
/
+2
*
Simple peephole optimizer that is activated even if not requested.
chriseth
2016-11-16
1
-0
/
+146