Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copying between memory and memory. | chriseth | 2015-06-16 | 1 | -29/+6 |
| | | | | Also fixed some encoding and padding issues with older copying code. | ||||
* | Use dynamic memory for argument encoding. | chriseth | 2015-06-09 | 1 | -9/+16 |
| | |||||
* | removed exception when function is not found | Liana Husikyan | 2015-06-01 | 1 | -5/+1 |
| | |||||
* | special handle of send | Liana Husikyan | 2015-06-01 | 1 | -1/+2 |
| | |||||
* | Bare callcode for addresses and contracts. | chriseth | 2015-05-16 | 1 | -2/+4 |
| | |||||
* | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. | chriseth | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | bytes parameters for events and sha3. | chriseth | 2015-04-22 | 1 | -6/+12 |
| | |||||
* | Clean up some code redundancy. | Gav Wood | 2015-03-26 | 1 | -1/+0 |
| | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | ||||
* | Enlarge storage references to two stack slots. | chriseth | 2015-03-17 | 1 | -1/+0 |
| | |||||
* | Stylistic changes. | Christian | 2015-02-25 | 1 | -1/+2 |
| | |||||
* | Removed code duplication. | Christian | 2015-02-25 | 1 | -0/+15 |
| | |||||
* | LValue refactoring. | Christian | 2015-02-25 | 1 | -82/+26 |
| | |||||
* | Move SourceLocation to evmcore | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Moving Source Location libdevcore | Lefteris Karapetsas | 2015-02-25 | 1 | -5/+5 |
| | | | | - Big plus is we now remove the useless header libsolibity/BaseTypes.h | ||||
* | Parsing of array types and basic implementation. | Christian | 2015-02-21 | 1 | -2/+2 |
| | |||||
* | renamed fromIdentifier to fromStateVariable | Liana Husikyan | 2015-02-21 | 1 | -6/+2 |
| | |||||
* | cosmetic changes | Liana Husikyan | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Inline member initialisation | Liana Husikyan | 2015-02-21 | 1 | -1/+12 |
| | | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests | ||||
* | Fixes for assigning and deleting structs containing byte arrays. | Christian | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Copying structs. | Christian | 2015-02-13 | 1 | -16/+17 |
| | |||||
* | Moved copy code to CompilerUtils. | Christian | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Dynamic copy to memory. | Christian | 2015-02-12 | 1 | -15/+12 |
| | |||||
* | Simple copy of bytes to storage. | Christian | 2015-02-12 | 1 | -1/+4 |
| | |||||
* | Arbitrary parameters for call() and all hash functions. | Christian | 2015-02-10 | 1 | -1/+2 |
| | |||||
* | Merge pull request #986 from LefterisJP/sol_StyleFix | chriseth | 2015-02-10 | 1 | -8/+8 |
|\ | | | | | Solidity enum style fix | ||||
| * | LValueType of Expression Compiler is now CamelCase | Lefteris Karapetsas | 2015-02-09 | 1 | -8/+8 |
| | | |||||
| * | ExpressionCompiler's enums to CamelCase | Lefteris Karapetsas | 2015-02-09 | 1 | -8/+8 |
| | | |||||
* | | Typo fix. | chriseth | 2015-02-09 | 1 | -1/+1 |
| | | |||||
* | | Some cleanup in "move to memory" functions. | Christian | 2015-02-09 | 1 | -12/+10 |
|/ | |||||
* | SHA3 of string literals now should work | Lefteris Karapetsas | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | appendArgumentsCopyToMemory() has more complicated logic now | Lefteris Karapetsas | 2015-02-06 | 1 | -7/+4 |
| | | | | - Plus other fixes. | ||||
* | Fixes after rebase | Lefteris Karapetsas | 2015-02-06 | 1 | -0/+4 |
| | |||||
* | Renaming a function for clarity | Lefteris Karapetsas | 2015-02-06 | 1 | -3/+3 |
| | |||||
* | Solidity SHA3 can now take multiple arguments | Lefteris Karapetsas | 2015-02-06 | 1 | -3/+5 |
| | |||||
* | Simple mapping accessors working | Lefteris Karapetsas | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Code generation for mapping state variable accessor | Lefteris Karapetsas | 2015-02-01 | 1 | -0/+4 |
| | | | | - Work in progress | ||||
* | Whitespace and error messages. | Christian | 2015-01-30 | 1 | -2/+2 |
| | |||||
* | Code generation for events. | Christian | 2015-01-30 | 1 | -2/+7 |
| | |||||
* | No longer exposing retrieveValueFromStorage() as a public function | Lefteris Karapetsas | 2015-01-29 | 1 | -4/+6 |
| | | | | - plus small fix in EndToEndTests | ||||
* | Various fixes pertaining to State Variable accessors | Lefteris Karapetsas | 2015-01-29 | 1 | -4/+4 |
| | |||||
* | EVM Code for simple accessor function is properly generated | Lefteris Karapetsas | 2015-01-29 | 1 | -2/+4 |
| | |||||
* | Fixes after rebasing on develop | Lefteris Karapetsas | 2015-01-29 | 1 | -2/+1 |
| | |||||
* | Work on ExpressionCompiler preparing for Accessors from storage | Lefteris Karapetsas | 2015-01-29 | 1 | -0/+8 |
| | |||||
* | Merge pull request #805 from LianaHus/deleteStruct | chriseth | 2015-01-19 | 1 | -4/+6 |
|\ | | | | | | | | | delete for structs -added functionality to set values to 0 when deleting structure(not for ... | ||||
| * | - added functionality to set values to 0 when deleting structure(not for ↵ | liana | 2015-01-15 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mapping) - added unit test Made some changes after Christian`s review on pull request - remove/edit comments - BoolType and ContractType return VoidType after delete - fixed constructor_arguments test - fixed set to 0 when deleting variable from stack - changed test case to test that | ||||
* | | Specify value for contract creation. | Christian | 2015-01-14 | 1 | -0/+4 |
| | | |||||
* | | Modify gas and value for external function call. | Christian | 2015-01-14 | 1 | -13/+1 |
|/ | |||||
* | Padding for ABI types. | Christian | 2015-01-10 | 1 | -4/+2 |
| | |||||
* | Merge branch 'sol_integerConstants' of ↵ | Gav Wood | 2015-01-09 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/chriseth/cpp-ethereum into chriseth-sol_integerConstants | ||||
| * | Arbitrary precision integer constants. | Christian | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | Documentation update. | Gav Wood | 2015-01-09 | 1 | -0/+1 |
|/ | |||||
* | Fix some warnings about uninitialized members. | Christian | 2015-01-07 | 1 | -3/+3 |
| | |||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -0/+1 |
| | |||||
* | Calls to bare contracts. | Christian | 2014-12-13 | 1 | -0/+20 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants | Christian | 2014-12-13 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: test/solidityOptimizerTest.cpp | ||||
| * | Merge remote-tracking branch 'ethereum/develop' into sol_strings | Christian | 2014-12-11 | 1 | -15/+11 |
| |\ | | | | | | | | | | | | | Conflicts: libsolidity/Types.cpp | ||||
| * | | String types. | Christian | 2014-12-10 | 1 | -1/+2 |
| | | | |||||
* | | | Swap literals to the end if optimizing. | Christian | 2014-12-12 | 1 | -3/+4 |
| |/ |/| | |||||
* | | Merge pull request #577 from chriseth/sol_constCleanup | chriseth | 2014-12-11 | 1 | -15/+11 |
|\ \ | |/ |/| | Solidity const cleanup | ||||
| * | Removed unused members. | Christian | 2014-12-08 | 1 | -4/+0 |
| | | |||||
| * | Clear separation between ASTVisitor and ASTConstVisitor and more const ↵ | Christian | 2014-12-08 | 1 | -1/+1 |
| | | | | | | | | specifiers. | ||||
| * | Const AST visitor for the compiler. | Christian | 2014-12-08 | 1 | -10/+10 |
| | | |||||
* | | Variable-size stack elements for expression compiler. | Christian | 2014-12-09 | 1 | -2/+3 |
| | | |||||
* | | Calling functions of other contracts. | Christian | 2014-12-08 | 1 | -3/+4 |
|/ | |||||
* | Sending ether. | Christian | 2014-11-26 | 1 | -0/+4 |
| | |||||
* | Magic variables. | Christian | 2014-11-24 | 1 | -7/+6 |
| | |||||
* | Mapping types. | Christian | 2014-11-14 | 1 | -27/+50 |
| | |||||
* | State variables. | Christian | 2014-11-08 | 1 | -13/+41 |
| | |||||
* | Type promotion fixes and tests. | Christian | 2014-11-06 | 1 | -1/+3 |
| | |||||
* | Proper type promotion and conversion. | Christian | 2014-11-06 | 1 | -1/+9 |
| | |||||
* | Renamed file. | Christian | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -0/+79 |
ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions. |