index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CompilerContext.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
1
-1
/
+1
*
JSON compiler.
Christian
2015-04-22
1
-2
/
+2
*
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-20
1
-1
/
+5
|
\
|
*
style fixes
Liana Husikyan
2015-04-17
1
-2
/
+5
|
*
added asm-json flag to cl compiler
Liana Husikyan
2015-04-17
1
-1
/
+2
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-15
1
-0
/
+1
|
\
|
|
*
some more tests
Liana Husikyan
2015-04-08
1
-0
/
+1
*
|
Fixed function overloads.
chriseth
2015-04-15
1
-2
/
+9
|
/
*
Fetch and store packed values.
chriseth
2015-03-17
1
-5
/
+4
*
added brackets for printing in/out
Liana Husikyan
2015-03-10
1
-1
/
+1
*
added information about jump type for jump instructions
Liana Husikyan
2015-03-10
1
-1
/
+1
*
Style fixes.
chriseth
2015-03-09
1
-2
/
+1
*
Fixed: Some instructions did not have source locations.
chriseth
2015-03-09
1
-8
/
+11
*
to include source lines in output stream AssemblyItem's appropriate function ...
Liana Husikyan
2015-03-05
1
-1
/
+4
*
Implemented passing arguments to the base constructor.
Liana Husikyan
2015-03-02
1
-1
/
+7
*
LocationSetter in some extra places during Compiling
Lefteris Karapetsas
2015-02-25
1
-1
/
+1
*
Styling changes for SourceLocation and friends
Lefteris Karapetsas
2015-02-25
1
-1
/
+1
*
Reset CompilerContext's visited nodes at compile start
Lefteris Karapetsas
2015-02-25
1
-0
/
+2
*
Adding location information to assembly items
Lefteris Karapetsas
2015-02-25
1
-5
/
+21
*
Stack height checks and fix.
Christian
2015-02-23
1
-1
/
+1
*
Fixes for assigning and deleting structs containing byte arrays.
Christian
2015-02-18
1
-0
/
+1
*
Super keyword.
Christian
2015-01-29
1
-11
/
+16
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-3
/
+0
*
Solidity EntryLabel now uses a generic declaration
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
*
Work in progress for state variable accessors
Lefteris Karapetsas
2015-01-29
1
-3
/
+6
*
Modifier overrides and callgraph analysis.
Christian
2015-01-26
1
-0
/
+5
*
Compilation of function modifiers.
Christian
2015-01-26
1
-5
/
+3
*
Inheritance in compiler.
Christian
2015-01-20
1
-0
/
+4
*
More flexible access to stack during external function call.
Christian
2015-01-14
1
-0
/
+3
*
fixed warnings for msvc build
arkpar
2015-01-13
1
-3
/
+3
*
Packing and unpacking of constructor arguments.
Christian
2014-12-15
1
-0
/
+2
*
Create contracts.
Christian
2014-12-15
1
-3
/
+9
*
Changes in compiler to support variably sized stack elements.
Christian
2014-12-09
1
-1
/
+2
*
Register variably-sized variables on stack.
Christian
2014-12-08
1
-4
/
+6
*
Magic variables.
Christian
2014-11-24
1
-0
/
+4
*
Mapping types.
Christian
2014-11-14
1
-1
/
+3
*
Merge remote-tracking branch 'ethereum/develop' into sol_optimizer
Christian
2014-11-10
1
-6
/
+19
|
\
|
*
State variables.
Christian
2014-11-08
1
-6
/
+19
*
|
Option to activate the optimizer for solidity.
Christian
2014-11-07
1
-1
/
+1
|
/
*
Moved instructions and assembly to new libevmcore.
Christian
2014-11-06
1
-2
/
+2
*
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-0
/
+4
*
Function selector and variable (un)packing.
Christian
2014-10-31
1
-1
/
+3
*
Renamed file.
Christian
2014-10-31
1
-0
/
+83