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
/
libyul
/
AsmAnalysis.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Disallow mismatching types in switch cases and detect duplicates by value ↵
Daniel Kirchner
2019-01-15
1
-4
/
+26
|
|
|
|
for number literals.
*
Take special functions that require literals into account.
chriseth
2019-01-08
1
-0
/
+10
|
*
Use C++ user-defined literals for creating YulString constants.
Daniel Kirchner
2018-12-13
1
-1
/
+1
|
*
Codegen for object access.
chriseth
2018-12-12
1
-8
/
+8
|
*
Relax assertion about jumps in loose mode
Mathias Baumann
2018-12-05
1
-1
/
+3
|
*
Builtin functions for yul analysis.
chriseth
2018-12-04
1
-1
/
+7
|
*
Introduce the concept of builtin functions.
chriseth
2018-12-04
1
-7
/
+7
|
*
Improve yul error messages around number of arguments and variables.
chriseth
2018-12-04
1
-9
/
+20
|
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-15
/
+16
|
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵
Christian Parpart
2018-11-23
1
-5
/
+5
|
|
|
|
libyul
*
Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.
Christian Parpart
2018-11-23
1
-0
/
+631