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
/
AsmParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.
Christian Parpart
2018-11-23
1
-95
/
+0
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-5
/
+7
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-1
/
+1
*
Expect end of string at end of top-level block for assembly parser.
chriseth
2018-02-21
1
-1
/
+2
*
Split inline assembly into loose and strict flavours.
chriseth
2018-01-06
1
-2
/
+6
*
Simplify parseElementaryOperation in regards to special instructions
Alex Beregszaszi
2018-01-06
1
-1
/
+1
*
Separate expression and statement.
chriseth
2017-12-13
1
-3
/
+5
*
Mark a lot of functions const (where possible)
Alex Beregszaszi
2017-08-22
1
-1
/
+1
*
Be more strict about number literals in assembly.
chriseth
2017-08-21
1
-0
/
+2
*
Parse for statement in assembly parser / printer
Alex Beregszaszi
2017-06-16
1
-0
/
+1
*
Use lowercase when reporting instruction error.
chriseth
2017-06-09
1
-1
/
+2
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-1
/
+1
*
Check token within parseCase
Alex Beregszaszi
2017-05-26
1
-1
/
+1
*
Implement switch statement in the assembly parser/printer
Alex Beregszaszi
2017-05-26
1
-0
/
+1
*
Rename parseFunctionalInstruction to parseCall
Alex Beregszaszi
2017-05-24
1
-1
/
+1
*
Parse types in Julia mode
Alex Beregszaszi
2017-05-06
1
-0
/
+1
*
Add flag for JULIA parsing
Alex Beregszaszi
2017-04-27
1
-1
/
+4
*
Parsing function calls.
chriseth
2017-02-16
1
-1
/
+1
*
Parsing function definitions.
chriseth
2017-02-16
1
-0
/
+2
*
Renamed function.
chriseth
2017-01-26
1
-1
/
+1
*
Do not allow shadowing inline assembly instructions with variables
Alex Beregszaszi
2017-01-25
1
-0
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Source location for inline assembly.
chriseth
2016-04-20
1
-1
/
+17
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-9
/
+12
*
Parsing for inline assembly.
chriseth
2016-03-30
1
-0
/
+55