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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
libyul: changing some AST members from shared_ptr<> to unique_ptr<>
Christian Parpart
2019-01-16
1
-6
/
+6
*
Disallow mismatching types in switch cases and detect duplicates by value for...
Daniel Kirchner
2019-01-15
1
-1
/
+1
*
Adjust inlining thresholds.
chriseth
2019-01-09
1
-5
/
+9
*
Do not create unassigned variables.
chriseth
2018-12-13
1
-0
/
+4
*
Do not inline into already big functions.
chriseth
2018-12-13
1
-3
/
+16
*
Relax dependency of FullInliner on FunctionHoister.
Daniel Kirchner
2018-12-05
1
-10
/
+14
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-1
/
+1
*
Reorder some include files and group <libyul/>'s together (as much as possible)
Christian Parpart
2018-11-23
1
-1
/
+0
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
1
-1
/
+1
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-9
/
+9
*
Make full inliner more flexible.
chriseth
2018-10-18
1
-10
/
+9
*
Merge pull request #5240 from ethereum/limitDispenserSize
chriseth
2018-10-18
1
-10
/
+4
|
\
|
*
Limit size of generated names and add convenience constructors.
chriseth
2018-10-17
1
-10
/
+4
*
|
Use metrics in the full inliner.
chriseth
2018-10-17
1
-8
/
+53
|
/
*
Inline each function separately.
chriseth
2018-10-16
1
-23
/
+12
*
New full inliner.
chriseth
2018-10-16
1
-148
/
+80
*
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
/
+264