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
/
interface
/
AssemblyStack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the concept of builtin functions.
chriseth
2018-12-04
1
-7
/
+7
*
Merge pull request #5341 from ethereum/optimizeAssemblyCommandline
chriseth
2018-12-03
1
-0
/
+9
|
\
|
*
Apply the optimize commandline parameter to assembly mode.
chriseth
2018-12-01
1
-0
/
+9
*
|
liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream...
Christian Parpart
2018-12-01
1
-1
/
+1
*
|
liblangutil: extends CharStream to know about the respective (file-)name (and...
Christian Parpart
2018-11-29
1
-1
/
+1
|
/
*
Use yul parser in assembly stack.
chriseth
2018-11-27
1
-9
/
+14
*
Yul objects.
chriseth
2018-11-27
1
-12
/
+2
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-12
/
+12
*
Reorder some include files and group <libyul/>'s together (as much as possible)
Christian Parpart
2018-11-23
1
-3
/
+2
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
1
-5
/
+5
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-0
/
+1
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-1
/
+1
*
Renaming namespace dev::julia to dev::yul.
Christian Parpart
2018-10-15
1
-2
/
+2
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
1
-2
/
+2
*
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
1
-1
/
+1
*
Rename JULIA/IULIA to Yul in assembly interface
Alex Beregszaszi
2018-06-14
1
-6
/
+6
*
Warn about using loose inline assembly features as experimental 0.5.0 feature.
chriseth
2018-03-07
1
-1
/
+1
*
Provide EVM version to assembly analysis.
chriseth
2018-03-02
1
-1
/
+1
*
Expect end of string at end of top-level block for assembly parser.
chriseth
2018-02-21
1
-1
/
+1
*
Support strict assembly mode in AssemblyStack
Alex Beregszaszi
2018-01-06
1
-0
/
+2
*
Split inline assembly into loose and strict flavours.
chriseth
2018-01-06
1
-2
/
+19
*
Introduce assemblyString
Alex Beregszaszi
2017-09-11
1
-3
/
+1
*
Split out the JSON functionality from assembly.stream()
Alex Beregszaszi
2017-09-11
1
-1
/
+1
*
Add Julia mode as an option to EVMCodeTransform
Alex Beregszaszi
2017-07-03
1
-1
/
+1
*
Run analyzer in Julia mode if requested in AssemblyStack
Alex Beregszaszi
2017-07-02
1
-1
/
+1
*
Split block code generation into main and finalize.
chriseth
2017-06-16
1
-1
/
+1
*
Supply text representation of assembly
Alex Beregszaszi
2017-06-09
1
-1
/
+3
*
Introduce MachineAssemblyObject
Alex Beregszaszi
2017-06-09
1
-4
/
+10
*
Remove excess includes
Alex Beregszaszi
2017-06-09
1
-0
/
+1
*
Simplify CodeGenerator by remove seldom used case
Alex Beregszaszi
2017-06-09
1
-1
/
+2
*
Remove error reporter from code generation phase.
chriseth
2017-06-08
1
-4
/
+4
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-1
/
+8
*
Refactor AssemblyStack
Alex Beregszaszi
2017-06-07
1
-4
/
+6
*
Add analyze(block) to AssemblyStack
Alex Beregszaszi
2017-06-07
1
-0
/
+14
*
Reset error list in parseAndAnalyze
Alex Beregszaszi
2017-06-07
1
-0
/
+1
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-4
/
+4
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
1
-0
/
+85