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
/
Compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverse if and else body.
chriseth
2015-05-12
1
-4
/
+8
*
New ABI encoding for dynamic types.
chriseth
2015-05-08
1
-28
/
+18
*
Merge pull request #1743 from chriseth/evmasm
Gav Wood
2015-05-05
1
-1
/
+1
|
\
|
*
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
chriseth
2015-04-30
1
-1
/
+1
*
|
Fix for broken continue in for loop.
chriseth
2015-05-04
1
-1
/
+4
|
/
*
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-20
1
-0
/
+1
|
\
|
*
Allowing abstract contracts constructor to have no args
Lefteris Karapetsas
2015-04-17
1
-0
/
+1
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-17
1
-4
/
+0
|
\
|
|
*
Some cleanup concerning byte arrays.
chriseth
2015-04-16
1
-4
/
+0
*
|
Fixed function overloads.
chriseth
2015-04-15
1
-3
/
+3
|
/
*
Provide access to storage offsets via contract type.
chriseth
2015-03-18
1
-14
/
+3
*
Fetch and store packed values.
chriseth
2015-03-17
1
-1
/
+10
*
added parsing for constant variables
Liana Husikyan
2015-03-16
1
-2
/
+3
*
Fix gas for builtin.
chriseth
2015-03-14
1
-0
/
+2
*
added brackets for printing in/out
Liana Husikyan
2015-03-10
1
-6
/
+2
*
added information about jump type for jump instructions
Liana Husikyan
2015-03-10
1
-3
/
+8
*
Fixed: Some instructions did not have source locations.
chriseth
2015-03-09
1
-15
/
+17
*
Solidity fixes.
Gav Wood
2015-03-08
1
-1
/
+1
*
Copying between calldata and storage.
chriseth
2015-03-06
1
-6
/
+5
*
Index access for calldata arrays.
Christian
2015-03-05
1
-1
/
+1
*
Fixed arrays in ABI.
Christian
2015-03-03
1
-30
/
+37
*
Implemented passing arguments to the base constructor.
Liana Husikyan
2015-03-02
1
-40
/
+68
*
LValue refactoring.
Christian
2015-02-25
1
-6
/
+7
*
LocationSetter in some extra places during Compiling
Lefteris Karapetsas
2015-02-25
1
-1
/
+3
*
Changes after rebase on top of Array Parsing
Lefteris Karapetsas
2015-02-25
1
-1
/
+1
*
Reset CompilerContext's visited nodes at compile start
Lefteris Karapetsas
2015-02-25
1
-0
/
+1
*
Adding location information to assembly items
Lefteris Karapetsas
2015-02-25
1
-6
/
+14
*
Stack height checks and fix.
Christian
2015-02-23
1
-4
/
+36
*
corrected accept for variableDeclaration
Liana Husikyan
2015-02-21
1
-3
/
+0
*
cosmetic changes
Liana Husikyan
2015-02-21
1
-1
/
+1
*
Inline member initialisation
Liana Husikyan
2015-02-21
1
-2
/
+14
*
Calldata byte arrays stored on the stack.
Christian
2015-02-17
1
-6
/
+11
*
Unpacking of dynamically sized arguments.
Christian
2015-02-17
1
-5
/
+30
*
Move code to loadFromMemory.
Christian
2015-02-17
1
-27
/
+9
*
No write access to parameters of external functions.
Christian
2015-02-17
1
-6
/
+17
*
Dynamic copy to memory.
Christian
2015-02-12
1
-6
/
+1
*
Changing Solidity Code to use CamelCase enum values
Lefteris Karapetsas
2015-02-09
1
-2
/
+2
*
Code generation for mapping state variable accessor
Lefteris Karapetsas
2015-02-01
1
-4
/
+0
*
Fallback functions.
Christian
2015-01-30
1
-3
/
+11
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-1
/
+1
*
Minor fixes plus a rebase merge fix
Lefteris Karapetsas
2015-01-30
1
-1
/
+1
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-3
/
+3
*
Super keyword.
Christian
2015-01-29
1
-98
/
+28
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-5
/
+5
*
EVM Code for simple accessor function is properly generated
Lefteris Karapetsas
2015-01-29
1
-7
/
+5
*
All interface functions are external.
Lefteris Karapetsas
2015-01-29
1
-8
/
+32
*
Solidity EntryLabel now uses a generic declaration
Lefteris Karapetsas
2015-01-29
1
-3
/
+7
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
1
-4
/
+5
*
Work in progress for state variable accessors
Lefteris Karapetsas
2015-01-29
1
-24
/
+22
*
Call modifiers on constructor.
Christian
2015-01-26
1
-0
/
+1
*
Modifier overrides and callgraph analysis.
Christian
2015-01-26
1
-20
/
+32
*
Compilation of function modifiers.
Christian
2015-01-26
1
-16
/
+64
*
Include virtual function overrides in constructor context.
Christian
2015-01-20
1
-8
/
+27
*
Call constructors of base classes.
Christian
2015-01-20
1
-11
/
+60
*
Inheritance in compiler.
Christian
2015-01-20
1
-9
/
+15
*
Magic variables are only needed durinng name and type resolution, not during ...
Christian
2015-01-20
1
-6
/
+4
*
A first version of Natspec warning popup
Lefteris Karapetsas
2015-01-13
1
-3
/
+2
*
Coding style: Prefix for const variables.
Christian
2015-01-10
1
-15
/
+16
*
Padding for ABI types.
Christian
2015-01-10
1
-6
/
+7
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-17
/
+13
*
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-5
/
+5
*
work in progress in testing the new function selector in the end to end tests
Lefteris Karapetsas
2015-01-08
1
-3
/
+3
*
Solidity getInterfaceFunctions is now a map of hash to Function
Lefteris Karapetsas
2015-01-07
1
-17
/
+13
*
Merge pull request #623 from chriseth/sol_constructorChecks
chriseth
2014-12-17
1
-43
/
+58
|
\
|
*
Add functions needed by constructor.
Christian
2014-12-17
1
-43
/
+58
*
|
Solidity ForStatement Compiler part
Lefteris Karapetsas
2014-12-17
1
-2
/
+29
*
|
Adding a ForStatement solidity AST Node.
Lefteris Karapetsas
2014-12-17
1
-0
/
+7
|
/
*
Packing and unpacking of constructor arguments.
Christian
2014-12-15
1
-4
/
+12
*
Create contracts.
Christian
2014-12-15
1
-6
/
+11
*
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
1
-11
/
+6
|
\
|
*
Support empty strings.
Christian
2014-12-11
1
-2
/
+2
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-12
/
+12
|
|
\
|
*
|
Helper functions to access memory.
Christian
2014-12-11
1
-13
/
+4
|
*
|
String types.
Christian
2014-12-10
1
-1
/
+5
*
|
|
Do not add at the end of the function selector "loop".
Christian
2014-12-12
1
-2
/
+2
*
|
|
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-5
/
+10
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-3
/
+3
|
*
Const AST visitor for the compiler.
Christian
2014-12-08
1
-9
/
+9
*
|
Take variable stack size correctly into account for return value packer.
Christian
2014-12-10
1
-1
/
+3
*
|
Variable-size stack elements for expression compiler.
Christian
2014-12-09
1
-9
/
+3
*
|
Changes in compiler to support variably sized stack elements.
Christian
2014-12-09
1
-10
/
+6
*
|
Cleanup before return.
Christian
2014-12-09
1
-10
/
+16
*
|
Register variably-sized variables on stack.
Christian
2014-12-08
1
-3
/
+4
|
/
*
Warnings fixes (well.. the UPnP was actually a crash fix.)
Gav Wood
2014-12-03
1
-1
/
+1
*
Sending ether.
Christian
2014-11-26
1
-1
/
+1
*
Magic variables.
Christian
2014-11-24
1
-9
/
+6
*
Special handling for constructor.
Christian
2014-11-19
1
-34
/
+59
*
Mapping types.
Christian
2014-11-14
1
-1
/
+1
*
Merge remote-tracking branch 'ethereum/develop' into sol_jumptable
Christian
2014-11-11
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_optimizer
Christian
2014-11-10
1
-6
/
+13
|
|
\
|
*
\
Merge remote-tracking branch 'ethereum/develop' into sol_optimizer
Christian
2014-11-07
1
-3
/
+4
|
|
\
\
|
*
|
|
Prevent optimizer from changing certain parts of the code.
Christian
2014-11-07
1
-2
/
+3
|
*
|
|
Option to activate the optimizer for solidity.
Christian
2014-11-07
1
-2
/
+2
*
|
|
|
Replace function selector jump table by more resilient linear time check.
Christian
2014-11-10
1
-20
/
+19
|
|
_
|
/
|
/
|
|
*
|
|
State variables.
Christian
2014-11-08
1
-6
/
+13
|
|
/
|
/
|
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion
Christian
2014-11-07
1
-6
/
+4
|
\
|
|
*
Ignore break and continue outside of loops.
Christian
2014-11-06
1
-6
/
+4
*
|
Proper type promotion and conversion.
Christian
2014-11-06
1
-3
/
+4
|
/
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-2
/
+4
*
Some tests and bugfixes for the compiler.
Christian
2014-11-03
1
-19
/
+13
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-1
/
+1
|
\
|
*
Big fixes.
Gav Wood
2014-10-31
1
-2
/
+2
|
*
Fixed placements of const.
Christian
2014-10-30
1
-1
/
+1
|
*
Adjustments for the NEG->BNOT change.
Christian
2014-10-29
1
-8
/
+5
|
*
Stylistic corrections.
Christian
2014-10-28
1
-7
/
+3
*
|
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-0
/
+13
*
|
Function selector and variable (un)packing.
Christian
2014-10-31
1
-5
/
+95
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-386
/
+123
*
|
Compiler for assignments.
Christian
2014-10-29
1
-23
/
+90
*
|
NEG->BNOT change
Christian
2014-10-29
1
-8
/
+4
|
/
*
Removed some more boost asserts.
Christian
2014-10-25
1
-20
/
+20
*
Expression compiler.
Christian
2014-10-25
1
-0
/
+408