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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
fixes #1521
*
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
|
|
|
|
Signed-off-by: VoR0220 <rj@erisindustries.com>
*
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