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
/
ExpressionCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-2
/
+2
*
merging develop
Lefteris Karapetsas
2015-01-09
1
-1
/
+1
|
\
|
*
Bugfix: Use parameter (not argument) type size on stack for function calls.
Christian
2015-01-07
1
-1
/
+1
*
|
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-6
/
+11
|
/
*
BLOCKHASH
Gav Wood
2015-01-05
1
-3
/
+3
*
Bugfix: Additional swap for compound assignment.
Christian
2014-12-19
1
-0
/
+2
*
Assertions that throw InternalCompilerErrors.
Christian
2014-12-17
1
-20
/
+13
*
Create contracts.
Christian
2014-12-15
1
-0
/
+38
*
Correctly check for string prefix plus indentation change.
Christian
2014-12-15
1
-1
/
+1
*
Calls to bare contracts.
Christian
2014-12-13
1
-56
/
+66
*
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
1
-16
/
+24
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-19
/
+19
|
|
\
|
*
|
Helper functions to access memory.
Christian
2014-12-11
1
-21
/
+15
|
*
|
String types.
Christian
2014-12-10
1
-4
/
+18
*
|
|
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-6
/
+20
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-19
/
+19
|
\
\
|
|
/
|
/
|
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-1
/
+1
|
*
Const AST visitor for the compiler.
Christian
2014-12-08
1
-18
/
+18
*
|
Const change.
chriseth
2014-12-10
1
-1
/
+1
*
|
Variable-size stack elements for expression compiler.
Christian
2014-12-09
1
-15
/
+53
*
|
Calling functions of other contracts.
Christian
2014-12-08
1
-53
/
+86
|
/
*
Warning fix.
Gav Wood
2014-11-28
1
-1
/
+1
*
Global functions.
Christian
2014-11-26
1
-10
/
+45
*
Sending ether.
Christian
2014-11-26
1
-23
/
+56
*
More general function types and references.
Christian
2014-11-26
1
-5
/
+5
*
Access to blockchain data.
Christian
2014-11-24
1
-3
/
+28
*
Magic variables.
Christian
2014-11-24
1
-28
/
+57
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-3
/
+11
*
Convenience class for type members.
Christian
2014-11-24
1
-4
/
+1
*
Struct types.
Christian
2014-11-14
1
-4
/
+13
*
Mapping types.
Christian
2014-11-14
1
-59
/
+118
*
Merge remote-tracking branch 'ethereum/develop' into sol_stateVariables
Christian
2014-11-10
1
-33
/
+19
|
\
|
*
Evaluate expressions in convenient order.
Christian
2014-11-07
1
-32
/
+19
*
|
State variables.
Christian
2014-11-08
1
-48
/
+79
|
/
*
Removed superfluous braces.
chriseth
2014-11-07
1
-2
/
+0
*
Re-added some changes lost in merges.
Christian
2014-11-07
1
-2
/
+1
*
Stylistic changes.
chriseth
2014-11-07
1
-2
/
+0
*
Type promotion fixes and tests.
Christian
2014-11-06
1
-11
/
+5
*
Proper type promotion and conversion.
Christian
2014-11-06
1
-27
/
+54
*
Allow implicit type conversions for comparisons.
Christian
2014-11-06
1
-14
/
+7
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-29
/
+29
*
Some tests and bugfixes for the compiler.
Christian
2014-11-03
1
-0
/
+1
*
Bugfix: Swap before mod and div.
Christian
2014-11-03
1
-2
/
+2
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-6
/
+6
*
Renamed file.
Christian
2014-10-31
1
-0
/
+1
*
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-0
/
+408