index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libevmasm
/
Assembly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace safety stop by invalid
Leonardo Alt
2018-08-14
1
-2
/
+2
*
Use dev::toString() in Assembly instead of misusing string{} for u256
Alex Beregszaszi
2018-08-09
1
-2
/
+2
*
Optimize across MLOAD if MSIZE is not used.
chriseth
2018-04-03
1
-1
/
+3
*
Use EVM version in gas meter and optimizer.
chriseth
2018-03-05
1
-1
/
+3
*
Prevent libraries from being called.
chriseth
2018-01-19
1
-0
/
+9
*
Throw on too many peephole optimizer iterations.
chriseth
2017-10-17
1
-1
/
+4
*
Assume peephole optimizer was successful if number of pops increased.
chriseth
2017-10-14
1
-1
/
+1
*
Add useful messages to exceptions in the assembler
Alex Beregszaszi
2017-09-18
1
-3
/
+3
*
Named assembly labels.
chriseth
2017-09-16
1
-0
/
+11
*
Introduce assemblyString
Alex Beregszaszi
2017-09-11
1
-0
/
+7
*
Do not return the stream in asssemblyStream
Alex Beregszaszi
2017-09-11
1
-3
/
+1
*
Split out the JSON functionality from assembly.stream()
Alex Beregszaszi
2017-09-11
1
-17
/
+4
*
Mark functions static in libevmasm
Alex Beregszaszi
2017-09-11
1
-2
/
+2
*
Introduce JumpdestRemover optimisation step
Alex Beregszaszi
2017-08-25
1
-7
/
+23
*
Avoid some Json copy operations.
chriseth
2017-08-21
1
-5
/
+2
*
Introduce fine-grained optimiser settings in libevmasm
Alex Beregszaszi
2017-07-27
1
-16
/
+43
*
Fix negative stack size checks.
chriseth
2017-06-28
1
-0
/
+1
*
Use assertThrow where possible
Alex Beregszaszi
2017-06-22
1
-8
/
+5
*
Replace obsolete assembly code in LLL
Alex Beregszaszi
2017-06-22
1
-3
/
+0
*
Merge pull request #2398 from ethereum/assembly-cleanup
chriseth
2017-06-15
1
-8
/
+1
|
\
|
*
Remove obsolete Assembly::out
Alex Beregszaszi
2017-06-15
1
-7
/
+0
|
*
Remove obsolete errorTag()
Alex Beregszaszi
2017-06-15
1
-1
/
+1
*
|
Print auxiliary data in the assembly
Alex Beregszaszi
2017-06-15
1
-0
/
+6
*
|
Print assembly even if there's no data section
Alex Beregszaszi
2017-06-15
1
-1
/
+3
|
/
*
Implement missing assembly output functions and do not use PushString for ass...
chriseth
2017-04-12
1
-1
/
+2
*
Print source location before items.
chriseth
2017-02-24
1
-1
/
+1
*
Create functional assembly output, if possible.
chriseth
2017-01-24
1
-13
/
+81
*
Fix error tag usage in lll.
chriseth
2017-01-23
1
-1
/
+1
*
Optimise AssemblyItem::m_data.
chriseth
2017-01-13
1
-1
/
+1
*
Assembly output for Assembly object.
chriseth
2017-01-03
1
-51
/
+18
*
Fix tests.
chriseth
2016-12-01
1
-2
/
+3
*
Add swarm hash to the end of the bytecode.
chriseth
2016-12-01
1
-3
/
+7
*
libevmasm: remove an unused variable `total`
Yoichi Hirai
2016-12-01
1
-3
/
+2
*
Integrate AddPop.
chriseth
2016-11-25
1
-1
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Optimizer: Clear state for JUMPDESTs.
chriseth
2016-11-22
1
-36
/
+25
*
Some more assertions and style changes.
chriseth
2016-11-16
1
-1
/
+1
*
Simple peephole optimizer that is activated even if not requested.
chriseth
2016-11-16
1
-11
/
+22
*
Converted sub assembly to smart pointer.
chriseth
2016-11-16
1
-18
/
+36
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-41
/
+61
*
Implement uninitialized storage functions.
chriseth
2016-11-16
1
-0
/
+1
*
Optimizer: generate code starting with empty state
chriseth
2016-10-22
1
-2
/
+4
*
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi
2016-10-06
1
-1
/
+1
*
Explicitly specify length of push data for assembly output.
chriseth
2016-08-18
1
-1
/
+1
*
Reset knowledge in optimizer for path joins.
chriseth
2016-08-01
1
-1
/
+2
*
Remove log.h from solidity.
chriseth
2016-04-12
1
-9
/
+0
*
move libevmasm
Dimitry
2016-03-21
1
-0
/
+545