66 Commits (6315351b7af0377fd56c1022ff4991779838111e)

Author SHA1 Message Date
chriseth e480c7012c bytes parameters for events and sha3. 10 years ago
Gav Wood d71bec193f Clean up some code redundancy. 10 years ago
Lefteris Karapetsas a00c76944e Removing string as a token. 10 years ago
chriseth fed44efdce Enlarge storage references to two stack slots. 10 years ago
Christian 0d6e69ef53 Stylistic changes. 10 years ago
Christian 21b9bafee2 Removed code duplication. 10 years ago
Christian a03ead264e LValue refactoring. 10 years ago
Lefteris Karapetsas a157ccae4d Move SourceLocation to evmcore 10 years ago
Lefteris Karapetsas f85aee0826 Moving Source Location libdevcore 10 years ago
Christian 30bd6f271f Parsing of array types and basic implementation. 10 years ago
Liana Husikyan 29290402b4 renamed fromIdentifier to fromStateVariable 10 years ago
Liana Husikyan 0a334cd7db cosmetic changes 10 years ago
Liana Husikyan 87e956729c Inline member initialisation 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Christian c1572ea90b Fixes for assigning and deleting structs containing byte arrays. 10 years ago
Christian 02f2070ddb Copying structs. 10 years ago
Christian 390097db53 Moved copy code to CompilerUtils. 10 years ago
Christian 9be8307f22 Dynamic copy to memory. 10 years ago
Christian f9d853fe90 Simple copy of bytes to storage. 10 years ago
Christian 8b3dec6773 Arbitrary parameters for call() and all hash functions. 10 years ago
chriseth 1e1c4501dd Typo fix. 10 years ago
Lefteris Karapetsas 368cc8ffea LValueType of Expression Compiler is now CamelCase 10 years ago
Lefteris Karapetsas 830f0ec52a ExpressionCompiler's enums to CamelCase 10 years ago
Christian 16bda2824b Some cleanup in "move to memory" functions. 10 years ago
Lefteris Karapetsas 8d239921e9 SHA3 of string literals now should work 10 years ago
Lefteris Karapetsas bbede4c31c appendArgumentsCopyToMemory() has more complicated logic now 10 years ago
Lefteris Karapetsas d3f9c89ee0 Fixes after rebase 10 years ago
Lefteris Karapetsas 5b1adccf6d Renaming a function for clarity 10 years ago
Lefteris Karapetsas 04aa0cc9ba Solidity SHA3 can now take multiple arguments 10 years ago
Lefteris Karapetsas 6441a1d93d Simple mapping accessors working 10 years ago
Lefteris Karapetsas 4795991f2a Code generation for mapping state variable accessor 10 years ago
Christian c38dd9765b Whitespace and error messages. 10 years ago
Christian f57dc81889 Code generation for events. 10 years ago
Lefteris Karapetsas 51fb3b6f75 No longer exposing retrieveValueFromStorage() as a public function 10 years ago
Lefteris Karapetsas 2fcfb45760 Various fixes pertaining to State Variable accessors 10 years ago
Lefteris Karapetsas 309ffb8948 EVM Code for simple accessor function is properly generated 10 years ago
Lefteris Karapetsas 50a4b6055b Fixes after rebasing on develop 10 years ago
Lefteris Karapetsas 85e4b29260 Work on ExpressionCompiler preparing for Accessors from storage 10 years ago
liana 3e166f15fc - added functionality to set values to 0 when deleting structure(not for mapping) 10 years ago
Christian de3e6a09db Specify value for contract creation. 10 years ago
Christian 1b36ff453b Modify gas and value for external function call. 10 years ago
Christian de77918d05 Padding for ABI types. 10 years ago
Christian e1338c7e6c Arbitrary precision integer constants. 10 years ago
Gav Wood 2a21a544ce Documentation update. 10 years ago
Christian 1d3801f726 Arbitrary precision integer constants. 10 years ago
Christian 460571bd77 Fix some warnings about uninitialized members. 10 years ago
Christian 5026c5855d Create contracts. 10 years ago
Christian b0af628f11 Calls to bare contracts. 10 years ago
Christian 615438a890 Swap literals to the end if optimizing. 10 years ago
Christian 781d58d705 String types. 10 years ago