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
/
libsolidity
/
inlineasm
/
AsmScopeFiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.
Christian Parpart
2018-11-23
1
-181
/
+0
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-0
/
+1
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-2
/
+2
*
Performance: Replace string by special single-copy YulString class.
chriseth
2018-11-08
1
-5
/
+5
*
JuliaType -> YulType
Alex Beregszaszi
2018-06-14
1
-2
/
+2
*
Separate expression and statement.
chriseth
2017-12-13
1
-0
/
+5
*
Rename arguments to paramaters and returns to returnVariables.
chriseth
2017-12-01
1
-3
/
+3
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+5
*
Refactor exceptions and provide comment function.
chriseth
2017-07-13
1
-0
/
+2
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
1
-1
/
+1
*
For loops analysis.
chriseth
2017-06-16
1
-2
/
+17
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
1
-0
/
+5
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-18
/
+15
*
Introduce virtual blocks for function arguments.
chriseth
2017-05-29
1
-7
/
+14
*
Visit case bodies in scope filler
Alex Beregszaszi
2017-05-26
1
-0
/
+9
*
Support multiple variables in a variable declaration in inline assembly
Alex Beregszaszi
2017-05-23
1
-1
/
+4
*
Parse types in Julia mode
Alex Beregszaszi
2017-05-06
1
-5
/
+11
*
Remove error label / invalid jump label.
chriseth
2017-04-28
1
-4
/
+0
*
Only run stack filler on AST elements that are or contain declarations.
chriseth
2017-04-25
1
-29
/
+1
*
Refactor assembly analysis into scope filling and checking.
chriseth
2017-04-25
1
-0
/
+158