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
/
libjulia
/
backends
/
evm
/
EVMCodeTransform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
1
-557
/
+0
*
code refactoring
liangdzou
2018-09-26
1
-3
/
+5
*
Removing std:: from std::to_string and include for boost/lexical_cast
Matías Aereal Aeón
2018-08-08
1
-1
/
+1
*
Rename Julia to Yul in variables
Alex Beregszaszi
2018-06-26
1
-1
/
+1
*
Rename Julia to Yul in comments
Alex Beregszaszi
2018-06-26
1
-1
/
+1
*
Mark functions const
Alex Beregszaszi
2018-02-22
1
-3
/
+3
*
Separate expression and statement.
chriseth
2017-12-13
1
-1
/
+8
*
Split Instruction and FunctionalInstruction in Julia
Alex Beregszaszi
2017-12-05
1
-4
/
+5
*
Merge pull request #3265 from ethereum/rename_args_to_params
chriseth
2017-12-04
1
-8
/
+8
|
\
|
*
Rename arguments to paramaters and returns to returnVariables.
chriseth
2017-12-01
1
-8
/
+8
*
|
Fix namespace ambiguity.
chriseth
2017-12-01
1
-1
/
+2
|
/
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+13
*
Remove unintentional copy in assignment operation.
chriseth
2017-09-20
1
-19
/
+23
*
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
1
-18
/
+24
*
Named assembly labels.
chriseth
2017-09-16
1
-8
/
+22
*
Rename expectedItems to numVariables
Alex Beregszaszi
2017-07-13
1
-3
/
+3
*
Support variable declarations without an assignment in EVM
Alex Beregszaszi
2017-07-13
1
-3
/
+12
*
Add Julia mode as an option to EVMCodeTransform
Alex Beregszaszi
2017-07-03
1
-1
/
+1
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
1
-1
/
+1
*
Set source location for for start label.
chriseth
2017-06-16
1
-0
/
+1
*
Helper for visiting statements.
chriseth
2017-06-16
1
-3
/
+8
*
Code generation for for-loops.
chriseth
2017-06-16
1
-6
/
+38
*
Split block code generation into main and finalize.
chriseth
2017-06-16
1
-20
/
+23
*
Helper to count the number of variables in a scope.
chriseth
2017-06-16
1
-3
/
+2
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
1
-0
/
+5
*
Move stack height to generation phase.
chriseth
2017-06-14
1
-7
/
+5
*
Move LabelIDs to generation phase.
chriseth
2017-06-14
1
-20
/
+23
*
Missing stack height check for variable declaration.
chriseth
2017-06-08
1
-0
/
+1
*
Remove error reporter from code generation phase.
chriseth
2017-06-08
1
-11
/
+9
*
Some more comments.
chriseth
2017-06-08
1
-2
/
+11
*
Correct stack height adjustment after returnsub.
chriseth
2017-06-08
1
-1
/
+1
*
Introduce machine-dependent stack adjustment.
chriseth
2017-06-08
1
-8
/
+19
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-103
/
+286
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-8
/
+7
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
1
-1
/
+233
*
Move EVM codegen to libjulia.
chriseth
2017-05-26
1
-0
/
+21