Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide inline assembly to the code generator. (#840) | chriseth | 2016-08-16 | 1 | -0/+48 |
| | | | | | | * Directly usable inline assembly. * Add missing header. | ||||
* | Allow calling internal functions of libraries. | chriseth | 2016-05-04 | 1 | -0/+6 |
| | | | | | | | | | | | | Internal functions of libraries can be called as if the library were a base contract of the calling contract. As the calling convention for internal functions is to not create a new call context, the code of these functions will be pulled into the context of the caller, duplicating their code. This might pull in code of further internal or even private functions. The use case for such functions is to allow libraries which can operate on memory types such that these types can also be modified in place. | ||||
* | Remove non-determinism in missing code queue. | chriseth | 2016-05-03 | 1 | -18/+48 |
| | |||||
* | reduce unnecessary solidity:: namespace | Dimitry | 2016-04-04 | 1 | -2/+2 |
| | |||||
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -2/+2 |
| | |||||
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 1 | -3/+3 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+223 |