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
/
codegen
/
Compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent libraries from being called.
chriseth
2018-01-19
1
-0
/
+1
*
Use CBOR encoding.
chriseth
2016-12-01
1
-2
/
+2
*
Add swarm hash to the end of the bytecode.
chriseth
2016-12-01
1
-3
/
+1
*
Metadata stamp.
chriseth
2016-12-01
1
-6
/
+4
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Simple peephole optimizer that is activated even if not requested.
chriseth
2016-11-16
1
-4
/
+2
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-4
/
+7
*
codegen: add a compilation mode and a runtime context to CompilerContext
Yoichi Hirai
2016-11-16
1
-3
/
+3
*
Refactor compiler to avoid weird swap of contexts
chriseth
2016-05-20
1
-808
/
+9
*
Allow access to functions in inline assembly.
chriseth
2016-05-12
1
-12
/
+9
*
Remove non-determinism in missing code queue.
chriseth
2016-05-03
1
-12
/
+8
*
Bugfix: static arrays in constructor arguments
chriseth
2016-04-16
1
-1
/
+1
*
Make solidity independent from ethcore.
chriseth
2016-04-07
1
-3
/
+2
*
reduce unnecessary solidity:: namespace
Dimitry
2016-04-04
1
-44
/
+44
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
1
-44
/
+44
*
move libevmcore to solidity
Dimitry
2016-04-02
1
-1
/
+1
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
1
-0
/
+86
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-6
/
+4
*
Bugfix for constructor unpacking with fixed-size arrays.
chriseth
2015-11-29
1
-5
/
+13
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
1
-1
/
+1
*
Fix up for new API from EIP-1.1.
Gav Wood
2015-11-21
1
-3
/
+3
*
Bugfix: Returning literal strings in tuples.
chriseth
2015-11-01
1
-1
/
+5
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+778