Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA3, RIPEMD160 and SHA256 are now not cryptopp impls. | Gav Wood | 2015-05-20 | 1 | -7/+3 |
| | |||||
* | Bare callcode for addresses and contracts. | chriseth | 2015-05-16 | 1 | -0/+31 |
| | |||||
* | Store copied assembly items in test. Fixes OSX issues. | chriseth | 2015-05-15 | 1 | -16/+13 |
| | |||||
* | Disable test. | chriseth | 2015-05-15 | 1 | -12/+15 |
| | |||||
* | Known state: store tags on stack as unions. | chriseth | 2015-05-13 | 1 | -0/+43 |
| | |||||
* | Merge pull request #1875 from chriseth/sol_invertIf | Gav Wood | 2015-05-13 | 1 | -30/+29 |
|\ | | | | | Reverse if and else body. | ||||
| * | Reverse if and else body. | chriseth | 2015-05-12 | 1 | -30/+29 |
| | | |||||
* | | Unify blocks with shared code. | chriseth | 2015-05-12 | 1 | -1/+37 |
|/ | |||||
* | Merge pull request #1864 from chriseth/sol_knowledgeEngine2 | chriseth | 2015-05-12 | 1 | -0/+57 |
|\ | | | | | Transfer knowledge about the state across jumps. | ||||
| * | Compute state intersection. | chriseth | 2015-05-11 | 1 | -0/+36 |
| | | |||||
| * | Tests. | chriseth | 2015-05-11 | 1 | -0/+21 |
| | | |||||
* | | Update SolidityABIJSON.cpp | Liana Husikyan | 2015-05-11 | 1 | -1/+1 |
| | | |||||
* | | updated unit test | Liana Husikyan | 2015-05-11 | 2 | -30/+27 |
| | | |||||
* | | bug in abi. fixed external type for return parameters | Liana Husikyan | 2015-05-11 | 2 | -1/+69 |
|/ | |||||
* | Merge pull request #1831 from chriseth/sol_newABIEncoding | chriseth | 2015-05-11 | 2 | -12/+15 |
|\ | | | | | New ABI encoding for dynamic types. | ||||
| * | New ABI encoding for dynamic types. | chriseth | 2015-05-08 | 2 | -12/+15 |
| | | |||||
* | | Merge pull request #1813 from chriseth/sol_knowledgeEngine | chriseth | 2015-05-09 | 1 | -7/+54 |
|\ \ | | | | | | | Static Analysis Engine. | ||||
| * | | CFG returns vector of blocks instead of assembly items. | chriseth | 2015-05-06 | 1 | -2/+6 |
| | | | |||||
| * | | Common subexpression elimination ready for using pre-known state. | chriseth | 2015-05-06 | 1 | -4/+45 |
| | | | |||||
| * | | Split known state from common subexpression eliminator. | chriseth | 2015-05-06 | 1 | -2/+4 |
| |/ | |||||
* | | added one more test | Liana Husikyan | 2015-05-08 | 1 | -0/+55 |
| | | |||||
* | | fixed the test | Liana Husikyan | 2015-05-08 | 2 | -19/+29 |
| | | |||||
* | | added test | Liana Husikyan | 2015-05-08 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #1743 from chriseth/evmasm | Gav Wood | 2015-05-05 | 2 | -6/+6 |
|\ | | | | | Move assembly related files to libevmasm and split parameters. | ||||
| * | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. | chriseth | 2015-04-30 | 2 | -6/+6 |
| | | |||||
* | | Fix for broken continue in for loop. | chriseth | 2015-05-04 | 1 | -0/+46 |
|/ | | | | Fixes #1789. | ||||
* | Merge pull request #1761 from chriseth/sol_fix_deleteBytes | Gav Wood | 2015-04-28 | 1 | -0/+20 |
|\ | | | | | Fix for deleting byte array elements. | ||||
| * | Fix for deleting byte array elements. | chriseth | 2015-04-28 | 1 | -0/+20 |
| | | | | | | | | Fixes #1759. | ||||
* | | Removed visit functions for abstract AST nodes. | chriseth | 2015-04-28 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #1740 from chriseth/sol_sourceLocationForOptimizer | chriseth | 2015-04-27 | 1 | -2/+14 |
|\ | | | | | Try to keep source location during optimisation. | ||||
| * | Try to keep source location during optimization. | chriseth | 2015-04-27 | 1 | -2/+14 |
| | | |||||
* | | changed the test so constructor will have input parameters | Liana Husikyan | 2015-04-27 | 1 | -4/+17 |
| | | |||||
* | | changed the implementation | Liana Husikyan | 2015-04-27 | 1 | -5/+2 |
| | | |||||
* | | fixed the output of the test | Liana Husikyan | 2015-04-27 | 1 | -10/+9 |
| | | |||||
* | | test for resalts | Liana Husikyan | 2015-04-27 | 1 | -0/+21 |
|/ | |||||
* | Use non-implemented functions for solidity interface output. | chriseth | 2015-04-23 | 1 | -6/+6 |
| | |||||
* | Fix regarding memory overwrite during sha3 computation. | chriseth | 2015-04-22 | 1 | -1/+19 |
| | |||||
* | bytes parameters for events and sha3. | chriseth | 2015-04-22 | 1 | -0/+43 |
| | |||||
* | Merge pull request #1685 from chriseth/sol_fix_ripemd_alignment | Gav Wood | 2015-04-21 | 1 | -2/+2 |
|\ | | | | | Fixed byte alignment for return type of ripemd160 built-in contract. | ||||
| * | Fixed byte alignment for return type of ripemd160 built-in contract. | chriseth | 2015-04-21 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments | Gav Wood | 2015-04-21 | 1 | -0/+19 |
|\ \ | | | | | | | Fix for Contract and Enum types as external function arguments. | ||||
| * | | Fix for Contract and Enum types as external function arguments. | chriseth | 2015-04-21 | 1 | -0/+19 |
| |/ | |||||
* | | Merge pull request #1634 from chriseth/sol_overloadingFunctions | chriseth | 2015-04-21 | 4 | -26/+217 |
|\ \ | | | | | | | Function overloading. | ||||
| * | | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-21 | 4 | -26/+217 |
| |/ | |||||
* / | Removed (and added) some #ifs (but removed more than I added). | chriseth | 2015-04-21 | 12 | -43/+120 |
|/ | |||||
* | Restructure test folders | CJentzsch | 2015-04-21 | 13 | -0/+9530 |