Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #623 from chriseth/sol_constructorChecks | chriseth | 2014-12-17 | 1 | -43/+58 |
|\ | | | | | Checks for the constructor and ability to call functions | ||||
| * | Add functions needed by constructor. | Christian | 2014-12-17 | 1 | -43/+58 |
| | | |||||
* | | Solidity ForStatement Compiler part | Lefteris Karapetsas | 2014-12-17 | 1 | -2/+29 |
| | | | | | | | | - Work in progress | ||||
* | | Adding a ForStatement solidity AST Node. | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+7 |
|/ | | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: test/solidityOptimizerTest.cpp | ||||
| * | 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 |
| |\ | | | | | | | | | | | | | Conflicts: libsolidity/Types.cpp | ||||
| * | | 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 |
|\ \ | |/ |/| | Solidity const cleanup | ||||
| * | Clear separation between ASTVisitor and ASTConstVisitor and more const ↵ | Christian | 2014-12-08 | 1 | -3/+3 |
| | | | | | | | | specifiers. | ||||
| * | 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 |
|\ | | | | | | | | | Conflicts: libsolidity/Compiler.cpp | ||||
| * | Merge remote-tracking branch 'ethereum/develop' into sol_optimizer | Christian | 2014-11-10 | 1 | -6/+13 |
| |\ | | | | | | | | | | | | | Conflicts: libevmcore/Instruction.cpp | ||||
| * \ | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | 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 |