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
/
libsolidity
/
inlineasm
/
AsmAnalysis.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split inline assembly into loose and strict flavours.
chriseth
2018-01-06
1
-3
/
+3
*
Separate expression and statement.
chriseth
2017-12-13
1
-1
/
+2
*
If statement for Iulia / inline assembly.
chriseth
2017-11-22
1
-0
/
+1
*
Warn on JUMP/JUMPI in inline assembly
Alex Beregszaszi
2017-07-01
1
-1
/
+1
*
Add include file to forward-declare inline assembly structs.
chriseth
2017-06-16
1
-15
/
+2
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
1
-1
/
+3
*
Merge pull request #2389 from ethereum/moveLabelIDs
chriseth
2017-06-14
1
-3
/
+5
|
\
|
*
Move "active variable" to analysis phase.
chriseth
2017-06-14
1
-3
/
+5
*
|
Warn if returndatasize/returndatacopy is used
Alex Beregszaszi
2017-06-13
1
-0
/
+1
|
/
*
Fix: Copy resolver.
chriseth
2017-06-08
1
-1
/
+1
*
Visitor bugfix.
chriseth
2017-06-08
1
-0
/
+1
*
Some more comments.
chriseth
2017-06-08
1
-2
/
+0
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-1
/
+5
*
Refactor to use expectExpression in analyzer.
chriseth
2017-06-01
1
-1
/
+6
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-5
/
+4
*
Introduce virtual blocks for function arguments.
chriseth
2017-05-29
1
-4
/
+0
*
Introduce Julia mode in AsmAnalyzer
Alex Beregszaszi
2017-05-27
1
-1
/
+3
*
Validate that only basic types are used in Julia
Alex Beregszaszi
2017-05-27
1
-0
/
+1
*
Move constructor to AsmAnalyzer header
Alex Beregszaszi
2017-05-27
1
-2
/
+2
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
1
-2
/
+2
*
Implement switch statement in the assembly parser/printer
Alex Beregszaszi
2017-05-26
1
-0
/
+2
*
Rename FunctionalAssignment to Assignment
Alex Beregszaszi
2017-05-24
1
-2
/
+2
*
Rename Assignment to StackAssignment
Alex Beregszaszi
2017-05-24
1
-2
/
+2
*
Refactor to combined scope and stack height info.
chriseth
2017-04-26
1
-9
/
+4
*
Store stack height in analysis phase.
chriseth
2017-04-26
1
-2
/
+8
*
Move analysis out of code generator.
chriseth
2017-04-25
1
-1
/
+5
*
Review comments and cleanup.
chriseth
2017-04-25
1
-2
/
+3
*
Perform stack height checks in assembly analysis phase.
chriseth
2017-04-25
1
-3
/
+10
*
Use actual type checking phase of assembler.
chriseth
2017-04-25
1
-4
/
+4
*
Refactor assembly analysis into scope filling and checking.
chriseth
2017-04-25
1
-95
/
+16
*
Register functions.
chriseth
2017-04-25
1
-7
/
+18
*
Remove stack annotations again.
chriseth
2017-03-03
1
-2
/
+0
*
Slightly cleaner label ids.
chriseth
2017-03-03
1
-3
/
+2
*
Partially add functions.
chriseth
2017-03-03
1
-7
/
+25
*
Generic visitor.
chriseth
2017-03-03
1
-37
/
+28
*
Analysis refactoring.
chriseth
2017-03-03
1
-0
/
+152