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
/
AsmCodeGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement missing assembly output functions and do not use PushString for ass...
chriseth
2017-04-12
1
-1
/
+1
*
Remove stack annotations again.
chriseth
2017-03-03
1
-20
/
+0
*
First reset stack height, then register variables.
chriseth
2017-03-03
1
-9
/
+10
*
Slightly cleaner label ids.
chriseth
2017-03-03
1
-9
/
+12
*
Partially add functions.
chriseth
2017-03-03
1
-0
/
+11
*
Refactor variable access.
chriseth
2017-03-03
1
-40
/
+30
*
Refactor CodeGen to recurse on blocks.
chriseth
2017-03-03
1
-56
/
+78
*
Analysis refactoring.
chriseth
2017-03-03
1
-114
/
+117
*
Parsing of labels with stack info.
chriseth
2017-03-03
1
-0
/
+1
*
Parsing function calls.
chriseth
2017-02-16
1
-0
/
+4
*
Parsing function definitions.
chriseth
2017-02-16
1
-1
/
+4
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Rename ErrorTag to invalidJumpLabel in inline assembly
Alex Beregszaszi
2016-11-15
1
-1
/
+1
*
Support ErrorTag as a jump label in inline assembly
Alex Beregszaszi
2016-11-15
1
-1
/
+5
*
Fix inline assembly stack warnings when using variables
Alex Beregszaszi
2016-11-15
1
-7
/
+9
*
Issue warnings if stack is not balanced after inline assembly block
Alex Beregszaszi
2016-10-20
1
-2
/
+24
*
Allow access to functions in inline assembly.
chriseth
2016-05-12
1
-5
/
+15
*
Source location for inline assembly.
chriseth
2016-04-20
1
-21
/
+40
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
1
-5
/
+6
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-0
/
+263