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
/
libsolidity
/
codegen
/
ContractCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove code generation for Throw statement
Alex Beregszaszi
2018-08-09
1
-4
/
+2
*
Merge pull request #4753 from mattaereal/boost-to-string-patch
Alex Beregszaszi
2018-08-08
1
-1
/
+1
|
\
|
*
Removing std:: from std::to_string and include for boost/lexical_cast
Matías Aereal Aeón
2018-08-08
1
-1
/
+1
*
|
Remove clone feature.
chriseth
2018-08-07
1
-44
/
+0
|
/
*
Properly explain all the analsys steps in CompilerStack
Alex Beregszaszi
2018-07-31
1
-0
/
+4
*
Disallow multi variable declarations with mismatching number of values.
Daniel Kirchner
2018-07-13
1
-8
/
+7
*
Added assertion and tests suggestions
Leonardo Alt
2018-07-11
1
-3
/
+7
*
Add more tests and assertions
Leonardo Alt
2018-07-11
1
-0
/
+1
*
Added tests and review suggestions
Leonardo Alt
2018-07-11
1
-17
/
+9
*
[050] Reserving and popping local vars in their scope
Leonardo Alt
2018-07-11
1
-34
/
+70
*
Fail if break/continue statements are used outside for/while loops in Contrac...
Alex Beregszaszi
2018-06-12
1
-4
/
+4
*
Fix continue inside do-while.
Daniel Kirchner
2018-05-17
1
-12
/
+16
*
Bubble up error messages.
chriseth
2018-04-12
1
-0
/
+2
*
Error when using no parentheses in modifier-style constructor calls.
Daniel Kirchner
2018-04-10
1
-3
/
+6
*
Move constructor argument override check to TypeChecker and reuse annotations...
Daniel Kirchner
2018-04-09
1
-27
/
+12
*
Error when using empty parenthesis for base class constructors that require a...
Daniel Kirchner
2018-04-05
1
-2
/
+2
*
Fix: Treat empty base constructor argument list as not provided.
chriseth
2018-04-03
1
-3
/
+5
*
Simple size check for old ABI decoder.
chriseth
2018-03-21
1
-0
/
+2
*
Move the old ABI decoder code.
chriseth
2018-03-20
1
-101
/
+2
*
Bugfix in virtual lookup for modifiers in libraries.
chriseth
2018-03-13
1
-1
/
+4
*
Use EVM version in gas meter and optimizer.
chriseth
2018-03-05
1
-2
/
+2
*
Introduce emit statement.
chriseth
2018-02-22
1
-0
/
+9
*
Prevent libraries from being called.
chriseth
2018-01-19
1
-3
/
+68
*
Cleanup and overflow checks for data pointers.
chriseth
2017-11-30
1
-1
/
+0
*
ABI decoder.
chriseth
2017-11-30
1
-0
/
+10
*
Do not accept truncated function selectors.
chriseth
2017-10-18
1
-7
/
+4
*
Split encodeToMemory to packedEncode and abiEncode
Alex Beregszaszi
2017-09-27
1
-1
/
+1
*
Update tests and error messages.
chriseth
2017-09-16
1
-1
/
+1
*
Move ABI encoder into its own function.
chriseth
2017-09-16
1
-0
/
+5
*
Move all file specific globals to anonymous namespace
Alex Beregszaszi
2017-08-29
1
-0
/
+5
*
Mark appropriate constructors explicit
Alex Beregszaszi
2017-08-22
1
-1
/
+1
*
Experimental feature switch for ABI encoder.
chriseth
2017-08-14
1
-0
/
+1
*
Remove the need of jumping out of the fallback
Alex Beregszaszi
2017-07-28
1
-8
/
+4
*
Fix internal "variable already present" error.
chriseth
2017-07-05
1
-0
/
+3
*
Abort early if there is nothing to encode or decode.
chriseth
2017-06-30
1
-3
/
+6
*
Document appendFunctionSelector
Alex Beregszaszi
2017-06-29
1
-0
/
+4
*
Stack adjustment and code generation for fallback function.
chriseth
2017-06-29
1
-4
/
+6
*
Fix negative stack size checks.
chriseth
2017-06-28
1
-0
/
+10
*
Merge pull request #2460 from ethereum/disallowMultiModifier
Alex Beregszaszi
2017-06-26
1
-0
/
+4
|
\
|
*
Disallow invoking the same modifier multiple times.
chriseth
2017-06-24
1
-0
/
+4
*
|
Change invalid opcode to revert for input validation.
chriseth
2017-06-24
1
-5
/
+4
|
/
*
Remove error reporter from code generation phase.
chriseth
2017-06-08
1
-5
/
+1
*
Initial EVM1.5 assembly implementation.
chriseth
2017-06-08
1
-6
/
+11
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-2
/
+3
*
Adapt EVM codegen to new namespace.
chriseth
2017-05-26
1
-4
/
+4
*
Refactor to abstract assembly to JULIA.
chriseth
2017-05-20
1
-16
/
+20
*
Refactor to combined scope and stack height info.
chriseth
2017-04-26
1
-1
/
+2
*
Special case for storage types with offset zero.
chriseth
2017-04-25
1
-3
/
+18
*
Build fix.
chriseth
2017-04-25
1
-1
/
+1
*
Storage access from inline assembly.
chriseth
2017-04-25
1
-10
/
+35
*
Move analysis out of code generator.
chriseth
2017-04-25
1
-1
/
+3
*
Only allow access to local variables and only if they have a stack size of one.
chriseth
2017-04-25
1
-34
/
+14
*
Review comments.
chriseth
2017-04-25
1
-0
/
+2
*
Review comments and cleanup.
chriseth
2017-04-25
1
-2
/
+5
*
Split external identifier access into resolving and code generation.
chriseth
2017-04-25
1
-72
/
+80
*
Use the REVERT opcode for throw;
Alex Beregszaszi
2017-02-11
1
-1
/
+3
*
Be more verbose on the stack-mismatch errors
Alex Beregszaszi
2017-02-01
1
-1
/
+1
*
Support explicit conversion of external function type to address
Alex Beregszaszi
2017-02-01
1
-1
/
+1
*
Changelog and review suggestions.
chriseth
2017-01-27
1
-1
/
+1
*
Address feedback from code review.
Valentin Wüstholz
2017-01-26
1
-3
/
+3
*
Change translation of implicit throws (issue #1589).
Valentin Wüstholz
2017-01-26
1
-3
/
+5
*
Move some util functions to low-level functions.
chriseth
2017-01-24
1
-0
/
+1
*
Report source location on "stack too deep" errors.
chriseth
2017-01-21
1
-1
/
+8
*
Use fully-qualified names for linking, too
Rhett Aultman
2017-01-17
1
-1
/
+1
*
Merge pull request #1462 from ethereum/fix-incorrect-assertion
chriseth
2016-12-01
1
-1
/
+1
|
\
|
*
codegen: assertion did not assert non-nullness
Yoichi Hirai
2016-12-01
1
-1
/
+1
*
|
codegen: this commit removes one of duplicate assignments
Yoichi Hirai
2016-12-01
1
-2
/
+0
|
/
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Add appendCallValueCheck
Alex Beregszaszi
2016-11-18
1
-20
/
+13
*
Add payable check for constructor in codegen
Alex Beregszaszi
2016-11-18
1
-0
/
+12
*
Converted sub assembly to smart pointer.
chriseth
2016-11-16
1
-8
/
+7
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-11
/
+32
*
Code generator for function types.
chriseth
2016-11-16
1
-0
/
+1
*
Unimplemented features moved to their own exception (#1361)
Rhett Aultman
2016-11-15
1
-2
/
+2
*
Add support for do/while loops
Rhett Aultman
2016-11-10
1
-3
/
+16
*
Allow warnings for inline assembly block
Alex Beregszaszi
2016-10-20
1
-1
/
+1
*
Allow value transfer to library functions.
chriseth
2016-09-17
1
-1
/
+3
*
Change function type to include and propagate payable and constant modifier.
chriseth
2016-09-06
1
-0
/
+6
*
Merged in changes from chriseth/payable
Alex Beregszaszi
2016-09-06
1
-11
/
+2
*
Support payable keyword for functions
Alex Beregszaszi
2016-09-06
1
-0
/
+17
*
Make fallback function throw by default.
chriseth
2016-08-30
1
-4
/
+1
*
BREAKING: return only exits current function/modifier
chriseth
2016-08-17
1
-31
/
+42
*
Disallow implementation of abstract function by constructor of derived class.
chriseth
2016-06-07
1
-0
/
+3
*
Refactor compiler to avoid weird swap of contexts
chriseth
2016-05-20
1
-0
/
+853