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
/
test
/
tools
/
yulopti.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stabilize SSAReverser.
Daniel Kirchner
2019-01-18
1
-1
/
+1
*
Add SSAReverser to the yul optimiser.
Daniel Kirchner
2019-01-18
1
-1
/
+5
*
Add equivalent function combiner as Yul optimizer step.
Daniel Kirchner
2019-01-16
1
-1
/
+5
*
Take special functions that require literals into account.
chriseth
2019-01-08
1
-1
/
+1
*
Make the dialect available everywhere.
chriseth
2019-01-07
1
-11
/
+12
*
Use rematerializer if variable is unreferenced or value is "cheap".
chriseth
2019-01-07
1
-1
/
+1
*
Remove VarDeclPropagator.
chriseth
2018-12-13
1
-3
/
+3
*
Codegen for object access.
chriseth
2018-12-12
1
-2
/
+4
*
Add structural simplifier as optimization step for Yul.
Daniel Kirchner
2018-12-07
1
-1
/
+6
*
Merge pull request #5554 from ethereum/cp-SourceReferenceFormatter-refactor
chriseth
2018-12-06
1
-4
/
+4
|
\
|
*
liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and m...
Christian Parpart
2018-12-06
1
-4
/
+4
*
|
Relax assertion about jumps in loose mode
Mathias Baumann
2018-12-05
1
-1
/
+1
|
/
*
Introduce the concept of builtin functions.
chriseth
2018-12-04
1
-2
/
+2
*
liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream...
Christian Parpart
2018-12-01
1
-1
/
+1
*
liblangutil: extends CharStream to know about the respective (file-)name (and...
Christian Parpart
2018-11-29
1
-1
/
+1
*
Moving SourceReferenceFormatter into langutil namespace.
Christian Parpart
2018-11-24
1
-1
/
+1
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-6
/
+5
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
1
-5
/
+5
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-2
/
+3
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-2
/
+2
*
[Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block.
Christian Parpart
2018-11-16
1
-1
/
+5
*
Add VarDeclPropagator to full suite and interactive optimizer.
chriseth
2018-11-08
1
-1
/
+5
*
Add rematerializer to interactive optimizer.
chriseth
2018-10-28
1
-1
/
+5
*
Add redundant assign and ssa.
chriseth
2018-10-24
1
-1
/
+10
*
Interactive optimizer tool.
chriseth
2018-10-24
1
-0
/
+216