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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
5
-1133
/
+0
*
code refactoring
liangdzou
2018-09-26
1
-3
/
+5
*
fix typo
liangdzou
2018-09-21
1
-1
/
+1
*
Removing std:: from std::to_string and include for boost/lexical_cast
Matías Aereal Aeón
2018-08-08
1
-1
/
+1
*
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
2
-2
/
+2
*
Rename Julia to Yul in variables
Alex Beregszaszi
2018-06-26
2
-6
/
+6
*
Rename Julia to Yul in comments
Alex Beregszaszi
2018-06-26
3
-3
/
+3
*
Mark functions const
Alex Beregszaszi
2018-02-22
2
-6
/
+6
*
Separate expression and statement.
chriseth
2017-12-13
2
-2
/
+10
*
Split Instruction and FunctionalInstruction in Julia
Alex Beregszaszi
2017-12-05
1
-4
/
+5
*
Rename to ASTDataForward.h
chriseth
2017-12-04
1
-1
/
+1
*
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
2
-2
/
+3
*
|
Introduce InlineAsm structs into Julia namespace.
chriseth
2017-11-30
1
-21
/
+22
|
/
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
2
-0
/
+14
*
Remove unintentional copy in assignment operation.
chriseth
2017-09-20
2
-20
/
+25
*
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
2
-19
/
+25
*
Named assembly labels.
chriseth
2017-09-16
5
-10
/
+42
*
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
2
-1
/
+6
*
Refactor updateReference
Alex Beregszaszi
2017-06-23
2
-7
/
+11
*
Support appendAssemblySize() in AbstractAssembly
Alex Beregszaszi
2017-06-23
3
-0
/
+22
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
2
-2
/
+2
*
Set source location for for start label.
chriseth
2017-06-16
1
-0
/
+1
*
Helper for visiting statements.
chriseth
2017-06-16
2
-3
/
+10
*
Code generation for for-loops.
chriseth
2017-06-16
1
-6
/
+38
*
Split block code generation into main and finalize.
chriseth
2017-06-16
2
-23
/
+27
*
Helper to count the number of variables in a scope.
chriseth
2017-06-16
1
-3
/
+2
*
Add include file to forward-declare inline assembly structs.
chriseth
2017-06-16
1
-0
/
+1
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
2
-15
/
+6
*
Move stack height to generation phase.
chriseth
2017-06-14
2
-9
/
+9
*
Move LabelIDs to generation phase.
chriseth
2017-06-14
2
-26
/
+46
*
Remove obsolete AsmStack
Alex Beregszaszi
2017-06-09
1
-1
/
+0
*
Comments and consistent variable names.
chriseth
2017-06-09
3
-13
/
+14
*
Fix compiler warning.
chriseth
2017-06-08
1
-1
/
+1
*
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
2
-21
/
+15
*
Some more comments.
chriseth
2017-06-08
4
-10
/
+25
*
Correct stack height adjustment after returnsub.
chriseth
2017-06-08
4
-5
/
+5
*
Introduce machine-dependent stack adjustment.
chriseth
2017-06-08
2
-11
/
+26
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
5
-117
/
+599
*
Refactor error reporting
Rhett Aultman
2017-05-30
2
-14
/
+12
*
Introduce LabelID typedef.
chriseth
2017-05-29
1
-3
/
+5
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
2
-204
/
+302
*
Move EVM codegen to libjulia.
chriseth
2017-05-26
3
-0
/
+363