Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fetch and store packed values. | chriseth | 2015-03-17 | 1 | -9/+7 |
| | |||||
* | added information about jump type for jump instructions | Liana Husikyan | 2015-03-10 | 1 | -0/+7 |
| | | | | | | Conflicts: libevmcore/Assembly.cpp libsolidity/Compiler.cpp | ||||
* | Fixed: Some instructions did not have source locations. | chriseth | 2015-03-09 | 1 | -29/+7 |
| | |||||
* | Solidity fixes. | Gav Wood | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | removed unused member | Liana Husikyan | 2015-03-02 | 1 | -1/+1 |
| | | | | | added some comments for ModifierInvocation::checkTypeRequirements cleanup | ||||
* | Implemented passing arguments to the base constructor. | Liana Husikyan | 2015-03-02 | 1 | -7/+26 |
| | |||||
* | LocationSetter in some extra places during Compiling | Lefteris Karapetsas | 2015-02-25 | 1 | -2/+2 |
| | | | | - Also adjusted the test, and fixed its error reporting | ||||
* | Styling changes for SourceLocation and friends | Lefteris Karapetsas | 2015-02-25 | 1 | -4/+4 |
| | |||||
* | Simple Assembly Locations test | Lefteris Karapetsas | 2015-02-25 | 1 | -4/+4 |
| | | | | - Also adding some helper functions to SourceLocation | ||||
* | Reset CompilerContext's visited nodes at compile start | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+7 |
| | |||||
* | Adding location information to assembly items | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+28 |
| | | | | | - In order to facilitate this addition we also now have a ScopeGuard object used in the Compiler to set the currently visited node. | ||||
* | Implementation of index access. | Christian | 2015-02-24 | 1 | -1/+6 |
| | |||||
* | Some windows fixes. | Christian | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Super keyword. | Christian | 2015-01-29 | 1 | -22/+55 |
| | |||||
* | Solidity EntryLabel now uses a generic declaration | Lefteris Karapetsas | 2015-01-29 | 1 | -3/+3 |
| | | | | - Instead of a FunctionDefinition | ||||
* | Work in progress for state variable accessors | Lefteris Karapetsas | 2015-01-29 | 1 | -2/+2 |
| | | | | | | | | | - Changed the code so that a generic declaration with the combination of a function type can be used wherer a function definition was used before - Since using an std::pair everywhere is really tiring with this commit I am in the process of abstracting it into a function | ||||
* | Modifier overrides and callgraph analysis. | Christian | 2015-01-26 | 1 | -0/+12 |
| | |||||
* | Compilation of function modifiers. | Christian | 2015-01-26 | 1 | -8/+8 |
| | |||||
* | Inheritance in compiler. | Christian | 2015-01-20 | 1 | -1/+10 |
| | |||||
* | More flexible access to stack during external function call. | Christian | 2015-01-14 | 1 | -0/+5 |
| | |||||
* | fixed warnings for msvc build | arkpar | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Assertions that throw InternalCompilerErrors. | Christian | 2014-12-17 | 1 | -12/+8 |
| | |||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -0/+8 |
| | |||||
* | Changes in compiler to support variably sized stack elements. | Christian | 2014-12-09 | 1 | -0/+5 |
| | |||||
* | Register variably-sized variables on stack. | Christian | 2014-12-08 | 1 | -10/+15 |
| | |||||
* | Magic variables. | Christian | 2014-11-24 | 1 | -0/+5 |
| | |||||
* | State variables. | Christian | 2014-11-08 | 1 | -5/+31 |
| | |||||
* | Stylistic corrections. | Christian | 2014-11-05 | 1 | -2/+2 |
| | |||||
* | Converted all asserts to exceptions. | Christian | 2014-11-05 | 1 | -3/+4 |
| | |||||
* | Renamed file. | Christian | 2014-10-31 | 1 | -0/+60 |