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
/
AsmAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support multiple assignment in inline assembly
Alex Beregszaszi
2017-09-20
1
-3
/
+17
*
Rename expectedItems to numVariables
Alex Beregszaszi
2017-07-13
1
-3
/
+3
*
Support parsing let statements without a value
Alex Beregszaszi
2017-07-13
1
-5
/
+11
*
Warn on JUMP/JUMPI in inline assembly
Alex Beregszaszi
2017-07-01
1
-3
/
+10
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
1
-1
/
+0
*
Helper to count the number of variables in a scope.
chriseth
2017-06-16
1
-3
/
+1
*
For loops analysis.
chriseth
2017-06-16
1
-2
/
+24
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
1
-0
/
+5
*
add new opcode instructions to the parser
Dimitry
2017-06-15
1
-17
/
+11
*
Display user friendly instruction name
Alex Beregszaszi
2017-06-14
1
-5
/
+12
*
Issue warning for using CREATE2 in inline assembly
Alex Beregszaszi
2017-06-14
1
-2
/
+3
*
Merge pull request #2389 from ethereum/moveLabelIDs
chriseth
2017-06-14
1
-4
/
+4
|
\
|
*
Move "active variable" to analysis phase.
chriseth
2017-06-14
1
-4
/
+4
*
|
Warn if returndatasize/returndatacopy is used
Alex Beregszaszi
2017-06-13
1
-1
/
+19
|
/
*
Visitor bugfix.
chriseth
2017-06-08
1
-6
/
+17
*
Introduce machine-dependent stack adjustment.
chriseth
2017-06-08
1
-4
/
+2
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-5
/
+14
*
Add comma.
chriseth
2017-06-01
1
-1
/
+1
*
Improved error message.
chriseth
2017-06-01
1
-1
/
+1
*
Refactor to use expectExpression in analyzer.
chriseth
2017-06-01
1
-37
/
+23
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-94
/
+59
*
Introduce virtual blocks for function arguments.
chriseth
2017-05-29
1
-7
/
+8
*
Move builtin type list to the top
Alex Beregszaszi
2017-05-27
1
-1
/
+7
*
Change error message for invalid type
Alex Beregszaszi
2017-05-27
1
-1
/
+1
*
Introduce Julia mode in AsmAnalyzer
Alex Beregszaszi
2017-05-27
1
-3
/
+6
*
Validate that only basic types are used in Julia
Alex Beregszaszi
2017-05-27
1
-0
/
+20
*
Move constructor to AsmAnalyzer header
Alex Beregszaszi
2017-05-27
1
-9
/
+0
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
1
-3
/
+3
*
Do not stop on first switch error
Alex Beregszaszi
2017-05-26
1
-5
/
+7
*
Change switch case string to Literal
Alex Beregszaszi
2017-05-26
1
-11
/
+19
*
Implement switch statement in the assembly parser/printer
Alex Beregszaszi
2017-05-26
1
-0
/
+32
*
Fix scope assert in AsmAnalyzer
Alex Beregszaszi
2017-05-24
1
-0
/
+1
*
Rename FunctionalAssignment to Assignment
Alex Beregszaszi
2017-05-24
1
-1
/
+1
*
Rename Assignment to StackAssignment
Alex Beregszaszi
2017-05-24
1
-1
/
+1
*
Display actual error message and not assertion in analysis
Alex Beregszaszi
2017-05-23
1
-1
/
+9
*
Enable a single right hand item on let
Alex Beregszaszi
2017-05-23
1
-19
/
+2
*
Support multiple variables in a variable declaration in inline assembly
Alex Beregszaszi
2017-05-23
1
-4
/
+24
*
Support true/false literals in inline assembly
Alex Beregszaszi
2017-05-19
1
-1
/
+1
*
Parse types in Julia mode
Alex Beregszaszi
2017-05-06
1
-4
/
+5
*
Refactor to combined scope and stack height info.
chriseth
2017-04-26
1
-25
/
+19
*
Store stack height in analysis phase.
chriseth
2017-04-26
1
-3
/
+27
*
Fix storage access tests.
chriseth
2017-04-25
1
-10
/
+16
*
Another stack check.
chriseth
2017-04-25
1
-0
/
+2
*
Only allow access to local variables and only if they have a stack size of one.
chriseth
2017-04-25
1
-1
/
+1
*
Check again that instruction argument count is correct.
chriseth
2017-04-25
1
-0
/
+1
*
Review comments and cleanup.
chriseth
2017-04-25
1
-4
/
+3
*
Perform stack height checks in assembly analysis phase.
chriseth
2017-04-25
1
-21
/
+133
*
Add some missing error locations.
chriseth
2017-04-25
1
-2
/
+3
*
Use actual type checking phase of assembler.
chriseth
2017-04-25
1
-5
/
+19
*
Refactor assembly analysis into scope filling and checking.
chriseth
2017-04-25
1
-104
/
+125
*
Register functions.
chriseth
2017-04-25
1
-25
/
+71
*
Fix error message.
chriseth
2017-03-03
1
-1
/
+1
*
Remove stack annotations again.
chriseth
2017-03-03
1
-30
/
+1
*
Slightly cleaner label ids.
chriseth
2017-03-03
1
-5
/
+6
*
Partially add functions.
chriseth
2017-03-03
1
-3
/
+33
*
Refactor CodeGen to recurse on blocks.
chriseth
2017-03-03
1
-15
/
+14
*
Analysis refactoring.
chriseth
2017-03-03
1
-0
/
+179