Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compute constants | chriseth | 2015-06-05 | 1 | -1/+4 |
| | |||||
* | style fixes | Liana Husikyan | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | added error jump instead of STOP instraction in case of exception | Liana Husikyan | 2015-06-01 | 1 | -0/+2 |
| | |||||
* | Gas estimation for internal functions. | chriseth | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. | chriseth | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | JSON compiler. | Christian | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-20 | 1 | -1/+5 |
|\ | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h | ||||
| * | style fixes | Liana Husikyan | 2015-04-17 | 1 | -2/+5 |
| | | |||||
| * | added asm-json flag to cl compiler | Liana Husikyan | 2015-04-17 | 1 | -1/+2 |
| | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp | ||||
* | | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-15 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: libsolidity/Types.cpp | ||||
| * | some more tests | Liana Husikyan | 2015-04-08 | 1 | -0/+1 |
| | | |||||
* | | Fixed function overloads. | chriseth | 2015-04-15 | 1 | -2/+9 |
|/ | | | | | Added tests, disallowed non-calling usage of non-unique function references. | ||||
* | Fetch and store packed values. | chriseth | 2015-03-17 | 1 | -5/+4 |
| | |||||
* | added brackets for printing in/out | Liana Husikyan | 2015-03-10 | 1 | -1/+1 |
| | | | | cleaned up | ||||
* | added information about jump type for jump instructions | Liana Husikyan | 2015-03-10 | 1 | -1/+1 |
| | | | | | | Conflicts: libevmcore/Assembly.cpp libsolidity/Compiler.cpp | ||||
* | Style fixes. | chriseth | 2015-03-09 | 1 | -2/+1 |
| | |||||
* | Fixed: Some instructions did not have source locations. | chriseth | 2015-03-09 | 1 | -8/+11 |
| | |||||
* | to include source lines in output stream AssemblyItem's appropriate function ↵ | Liana Husikyan | 2015-03-05 | 1 | -1/+4 |
| | | | | is now receiving the map of fileNames to sourceCodes as argument. | ||||
* | Implemented passing arguments to the base constructor. | Liana Husikyan | 2015-03-02 | 1 | -1/+7 |
| | |||||
* | LocationSetter in some extra places during Compiling | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | | | | - Also adjusted the test, and fixed its error reporting | ||||
* | Styling changes for SourceLocation and friends | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Reset CompilerContext's visited nodes at compile start | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+2 |
| | |||||
* | Adding location information to assembly items | Lefteris Karapetsas | 2015-02-25 | 1 | -5/+21 |
| | | | | | - In order to facilitate this addition we also now have a ScopeGuard object used in the Compiler to set the currently visited node. | ||||
* | Stack height checks and fix. | Christian | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Fixes for assigning and deleting structs containing byte arrays. | Christian | 2015-02-18 | 1 | -0/+1 |
| | |||||
* | Super keyword. | Christian | 2015-01-29 | 1 | -11/+16 |
| | |||||
* | Various fixes pertaining to State Variable accessors | Lefteris Karapetsas | 2015-01-29 | 1 | -3/+0 |
| | |||||
* | Solidity EntryLabel now uses a generic declaration | Lefteris Karapetsas | 2015-01-29 | 1 | -1/+1 |
| | | | | - Instead of a FunctionDefinition | ||||
* | Work in progress for state variable accessors | Lefteris Karapetsas | 2015-01-29 | 1 | -3/+6 |
| | | | | | | | | | - 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/+5 |
| | |||||
* | Compilation of function modifiers. | Christian | 2015-01-26 | 1 | -5/+3 |
| | |||||
* | Inheritance in compiler. | Christian | 2015-01-20 | 1 | -0/+4 |
| | |||||
* | More flexible access to stack during external function call. | Christian | 2015-01-14 | 1 | -0/+3 |
| | |||||
* | fixed warnings for msvc build | arkpar | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | Packing and unpacking of constructor arguments. | Christian | 2014-12-15 | 1 | -0/+2 |
| | |||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -3/+9 |
| | |||||
* | Changes in compiler to support variably sized stack elements. | Christian | 2014-12-09 | 1 | -1/+2 |
| | |||||
* | Register variably-sized variables on stack. | Christian | 2014-12-08 | 1 | -4/+6 |
| | |||||
* | Magic variables. | Christian | 2014-11-24 | 1 | -0/+4 |
| | |||||
* | Mapping types. | Christian | 2014-11-14 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_optimizer | Christian | 2014-11-10 | 1 | -6/+19 |
|\ | | | | | | | | | Conflicts: libevmcore/Instruction.cpp | ||||
| * | State variables. | Christian | 2014-11-08 | 1 | -6/+19 |
| | | |||||
* | | Option to activate the optimizer for solidity. | Christian | 2014-11-07 | 1 | -1/+1 |
|/ | |||||
* | Moved instructions and assembly to new libevmcore. | Christian | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 1 | -0/+4 |
| | |||||
* | Function selector and variable (un)packing. | Christian | 2014-10-31 | 1 | -1/+3 |
| | |||||
* | Renamed file. | Christian | 2014-10-31 | 1 | -0/+83 |