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
/
libyul
/
optimiser
/
FullInliner.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust inlining thresholds.
chriseth
2019-01-09
1
-1
/
+1
*
Do not inline into already big functions.
chriseth
2018-12-13
1
-1
/
+6
*
Relax dependency of FullInliner on FunctionHoister.
Daniel Kirchner
2018-12-05
1
-3
/
+9
*
Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ...
Christian Parpart
2018-11-23
1
-1
/
+1
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-3
/
+0
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-1
/
+1
*
Removing redundant virtual from override function declaration
mordax
2018-11-21
1
-4
/
+4
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-14
/
+14
*
Make full inliner more flexible.
chriseth
2018-10-18
1
-2
/
+2
*
Merge pull request #5240 from ethereum/limitDispenserSize
chriseth
2018-10-18
1
-2
/
+0
|
\
|
*
Limit size of generated names and add convenience constructors.
chriseth
2018-10-17
1
-2
/
+0
*
|
Use metrics in the full inliner.
chriseth
2018-10-17
1
-0
/
+10
|
/
*
Inline each function separately.
chriseth
2018-10-16
1
-5
/
+1
*
New full inliner.
chriseth
2018-10-16
1
-49
/
+22
*
Renaming namespace dev::julia to dev::yul.
Christian Parpart
2018-10-15
1
-1
/
+1
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
1
-0
/
+179