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
/
libyul
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the block flattener.
chriseth
2019-01-08
1
-0
/
+8
*
Make function grouper idempotent.
chriseth
2019-01-08
2
-0
/
+18
*
Take special functions that require literals into account.
chriseth
2019-01-08
10
-10
/
+51
*
Make the dialect available everywhere.
chriseth
2019-01-07
24
-80
/
+151
*
Use rematerializer if variable is unreferenced or value is "cheap".
chriseth
2019-01-07
5
-4
/
+124
*
make use of C++ `= default` constructor declarations as well as more non-stat...
Christian Parpart
2018-12-19
7
-12
/
+12
*
Merge pull request #5665 from ethereum/cmakeHeaders
chriseth
2018-12-18
1
-0
/
+50
|
\
|
*
Add headers to targets in CMakeLists.txt.
Daniel Kirchner
2018-12-17
1
-0
/
+50
*
|
Merge pull request #5613 from ethereum/yulStringLiterals
chriseth
2018-12-17
7
-10
/
+15
|
\
\
|
|
/
|
/
|
|
*
Use C++ user-defined literals for creating YulString constants.
Daniel Kirchner
2018-12-13
7
-10
/
+15
*
|
Remove VarDeclPropagator.
chriseth
2018-12-13
4
-194
/
+0
*
|
Do not create unassigned variables.
chriseth
2018-12-13
1
-0
/
+4
*
|
Add variable declaration initializer.
chriseth
2018-12-13
4
-0
/
+97
*
|
Consider return variables to be zero initially.
chriseth
2018-12-13
3
-2
/
+15
*
|
Merge pull request #5644 from ethereum/noInlineIntoLarge
chriseth
2018-12-13
4
-10
/
+31
|
\
\
|
*
|
Do not inline into already big functions.
chriseth
2018-12-13
4
-10
/
+31
*
|
|
AsmPrinter functions should be const.
chriseth
2018-12-13
2
-30
/
+30
|
/
/
*
|
Merge pull request #5641 from ethereum/supportUnassigned
chriseth
2018-12-13
4
-7
/
+15
|
\
\
|
|
/
|
/
|
|
*
Support unassigned variables in the SSA value tracker and the data flow analy...
chriseth
2018-12-13
4
-7
/
+15
*
|
Add missing header guards
Alex Beregszaszi
2018-12-12
2
-0
/
+3
|
/
*
Fix compilation for certain combinations of boost and gcc.
Daniel Kirchner
2018-12-12
1
-1
/
+1
*
Codegen for object access.
chriseth
2018-12-12
14
-146
/
+328
*
Provide Dialect to EVMCodeTransform.
chriseth
2018-12-12
4
-14
/
+15
*
Reuse stack slots in Yul to EVM code generation.
liangdzou
2018-12-10
7
-48
/
+302
*
Merge pull request #5607 from enumatech/fix-makefiles
chriseth
2018-12-07
1
-1
/
+1
|
\
|
*
Fix makefiles
Lionello Lunesu
2018-12-07
1
-1
/
+1
*
|
Add structural simplifier as optimization step for Yul.
Daniel Kirchner
2018-12-07
7
-4
/
+205
*
|
Merge pull request #5587 from ethereum/yulCodeBuiltins
chriseth
2018-12-06
3
-0
/
+78
|
\
\
|
*
|
Provide Yul Object builtins.
chriseth
2018-12-04
3
-0
/
+78
*
|
|
Analyze and compile sub-objects.
chriseth
2018-12-06
3
-0
/
+99
*
|
|
Extend abstract assembly to be able to handle sub-objects.
chriseth
2018-12-06
3
-0
/
+35
*
|
|
SSAValueTracker should only use nullptr for default values
Mathias Baumann
2018-12-06
2
-1
/
+3
*
|
|
Merge pull request #5593 from ethereum/issue-5384
chriseth
2018-12-06
1
-1
/
+2
|
\
\
\
|
*
|
|
Fix expression simplifier asserting on default values
Mathias Baumann
2018-12-05
1
-1
/
+2
*
|
|
|
Merge pull request #5594 from ethereum/fullInlinerNoHoister
chriseth
2018-12-05
2
-13
/
+23
|
\
\
\
\
|
*
|
|
|
Relax dependency of FullInliner on FunctionHoister.
Daniel Kirchner
2018-12-05
2
-13
/
+23
|
|
/
/
/
*
/
/
/
Relax assertion about jumps in loose mode
Mathias Baumann
2018-12-05
1
-1
/
+3
|
/
/
/
*
|
|
Merge pull request #5586 from ethereum/refactorEVMAssembly
chriseth
2018-12-04
3
-218
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move AsmCodeGen.
chriseth
2018-12-04
3
-218
/
+0
*
|
|
Builtin functions for yul analysis.
chriseth
2018-12-04
1
-1
/
+7
*
|
|
Use builtin functions in the yul parser.
chriseth
2018-12-04
1
-4
/
+12
|
/
/
*
|
Merge pull request #5573 from ethereum/builtins
chriseth
2018-12-04
8
-41
/
+120
|
\
\
|
*
|
Introduce the concept of builtin functions.
chriseth
2018-12-04
8
-41
/
+120
*
|
|
Properly recurse in ForLoopInitRewriter
Daniel Kirchner
2018-12-04
1
-2
/
+9
|
/
/
*
|
Improve yul error messages around number of arguments and variables.
chriseth
2018-12-04
1
-9
/
+20
*
|
Use YulString also in expectAsmIdentifier.
chriseth
2018-12-04
2
-16
/
+16
|
/
*
liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream s...
Christian Parpart
2018-12-01
1
-3
/
+3
*
Yul objects.
chriseth
2018-11-27
5
-0
/
+353
*
Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ...
Christian Parpart
2018-11-23
22
-46
/
+21
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
85
-452
/
+248
*
CMake: Isolate libyul into its own static library
Christian Parpart
2018-11-23
1
-0
/
+43
*
Reorder some include files and group <libyul/>'s together (as much as possible)
Christian Parpart
2018-11-23
29
-35
/
+7
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
51
-70
/
+70
*
Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.
Christian Parpart
2018-11-23
16
-0
/
+2726
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
7
-4
/
+17
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
3
-3
/
+3
*
Merge pull request #5444 from Mordax/issue-5168-rmvirtual
Alex Beregszaszi
2018-11-21
16
-73
/
+73
|
\
|
*
Removing redundant virtual from override function declaration
mordax
2018-11-21
16
-73
/
+73
*
|
[Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block.
Christian Parpart
2018-11-16
3
-0
/
+84
|
/
*
Merge pull request #5333 from ethereum/joinPerformance
chriseth
2018-11-13
2
-20
/
+64
|
\
|
*
Remove variables that go out of scope from data structure.
chriseth
2018-11-13
2
-10
/
+29
|
*
Use map join algorithm for performance.
chriseth
2018-11-13
2
-10
/
+35
*
|
Deterministic YulStringRepository using string hashes.
Daniel Kirchner
2018-11-13
1
-32
/
+61
|
/
*
Reset yul string repository.
chriseth
2018-11-09
1
-2
/
+10
*
Remove side-effect-free statements.
chriseth
2018-11-09
3
-4
/
+14
*
Merge pull request #5325 from ethereum/fixDataFlow
chriseth
2018-11-08
1
-0
/
+13
|
\
|
*
Fix data flow analyzer for function definitions.
chriseth
2018-11-08
1
-0
/
+13
*
|
Merge pull request #5365 from ethereum/improveNameDispenser
chriseth
2018-11-08
2
-3
/
+3
|
\
\
|
*
|
Use single counter for name dispenser for performance reasons.
chriseth
2018-11-08
2
-3
/
+3
|
|
/
*
/
Add VarDeclPropagator to full suite and interactive optimizer.
chriseth
2018-11-08
1
-0
/
+7
|
/
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
47
-175
/
+271
*
Eliminate `byte`-typedef and use `uint8_t` in all their places instead.
Christian Parpart
2018-11-07
2
-10
/
+10
*
Merge pull request #5247 from ethereum/yul-vardecl-propagation
chriseth
2018-10-29
3
-0
/
+197
|
\
|
*
Yul: Implements empty-var-decl-propagation
Christian Parpart
2018-10-26
3
-0
/
+197
*
|
[Yul] ExpressionJoiner: code cleanup
Christian Parpart
2018-10-26
2
-36
/
+20
|
/
*
Merge pull request #5242 from ethereum/someChecks
chriseth
2018-10-25
1
-0
/
+1
|
\
|
*
Some well-formedness checks for the Yul AST.
chriseth
2018-10-22
1
-0
/
+1
*
|
Full suite tests.
chriseth
2018-10-25
2
-0
/
+168
*
|
Redundant assign eliminator.
chriseth
2018-10-24
2
-0
/
+378
|
/
*
Merge pull request #5267 from ethereum/ssatransform
chriseth
2018-10-19
2
-0
/
+228
|
\
|
*
SSA transform - first step.
chriseth
2018-10-19
2
-0
/
+228
*
|
Merge pull request #5270 from ethereum/inlineFlexible
chriseth
2018-10-19
2
-12
/
+11
|
\
\
|
*
|
Make full inliner more flexible.
chriseth
2018-10-18
2
-12
/
+11
|
|
/
*
/
Fix a bug in CSE where a variable that was already out of scope was used.
chriseth
2018-10-18
4
-23
/
+34
|
/
*
Merge pull request #5240 from ethereum/limitDispenserSize
chriseth
2018-10-18
5
-19
/
+57
|
\
|
*
Limit size of generated names and add convenience constructors.
chriseth
2018-10-17
5
-19
/
+57
*
|
Merge pull request #5232 from ethereum/inlineHeuristic
chriseth
2018-10-17
4
-8
/
+73
|
\
\
|
|
/
|
/
|
|
*
Use metrics in the full inliner.
chriseth
2018-10-17
4
-8
/
+73
*
|
Handle externally supplied variables correctly in disambiguator.
chriseth
2018-10-17
2
-3
/
+12
*
|
Prevent externally used functions from being removed.
chriseth
2018-10-17
2
-5
/
+7
|
/
*
Inline each function separately.
chriseth
2018-10-16
2
-28
/
+13
*
New full inliner.
chriseth
2018-10-16
2
-197
/
+102
*
New simplifier via broken expressions.
chriseth
2018-10-16
4
-15
/
+73
*
SSA value tracker.
chriseth
2018-10-16
2
-0
/
+111
*
Yul: Introduces a block flattening pass + tests
Christian Parpart
2018-10-16
2
-0
/
+75
*
Some renaming leftovers.
chriseth
2018-10-15
2
-3
/
+3
*
Renaming namespace dev::julia to dev::yul.
Christian Parpart
2018-10-15
55
-60
/
+60
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
56
-0
/
+5418