ArrayUtils.cpp
|
Use only a single stack slot for storage references.
|
2015-07-14 11:58:16 +02:00 |
ArrayUtils.h
|
Use only a single stack slot for storage references.
|
2015-07-14 11:58:16 +02:00 |
AST_accept.h
|
Parsing of not fully implemented functions
|
2015-03-25 14:26:05 +01:00 |
AST.cpp
|
Allow structs containing mappings in memory.
|
2015-07-16 01:10:09 +02:00 |
AST.h
|
Struct constructors.
|
2015-07-03 17:25:30 +02:00 |
ASTForward.h
|
Parsing of array types and basic implementation.
|
2015-02-21 15:10:01 +01:00 |
ASTJsonConverter.cpp
|
Removed visit functions for abstract AST nodes.
|
2015-04-27 18:57:13 +02:00 |
ASTJsonConverter.h
|
Removed visit functions for abstract AST nodes.
|
2015-04-27 18:57:13 +02:00 |
ASTPrinter.cpp
|
Functional gas estimator.
|
2015-05-22 16:12:40 +02:00 |
ASTPrinter.h
|
Functional gas estimator.
|
2015-05-22 16:12:40 +02:00 |
ASTUtils.cpp
|
Utility class to find a suitable AST node for a given location.
|
2015-04-29 16:24:26 +02:00 |
ASTUtils.h
|
Build fix after merge.
|
2015-04-30 11:42:02 +02:00 |
ASTVisitor.h
|
Gas estimation taking known state into account.
|
2015-05-20 00:28:15 +02:00 |
CMakeLists.txt
|
Add BuildInfo.h as dependency.
|
2015-07-16 13:50:46 +02:00 |
Compiler.cpp
|
Some fixes for calldata arrays.
|
2015-06-26 20:27:56 +02:00 |
Compiler.h
|
Initialisation of memory types.
|
2015-06-24 19:34:43 +02:00 |
CompilerContext.cpp
|
Initialisation of memory types.
|
2015-06-24 19:34:43 +02:00 |
CompilerContext.h
|
Initialisation of memory types.
|
2015-06-24 19:34:43 +02:00 |
CompilerStack.cpp
|
Compute constants
|
2015-06-05 17:34:26 +02:00 |
CompilerStack.h
|
Compute constants
|
2015-06-05 17:34:26 +02:00 |
CompilerUtils.cpp
|
Use only a single stack slot for storage references.
|
2015-07-14 11:58:16 +02:00 |
CompilerUtils.h
|
Flexible string literals, convertible to bytesX, bytes and string.
|
2015-07-09 17:10:58 +02:00 |
DeclarationContainer.cpp
|
style changes
|
2015-05-08 17:51:53 +02:00 |
DeclarationContainer.h
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
2015-05-08 17:51:52 +02:00 |
Exceptions.h
|
Merge pull request #1743 from chriseth/evmasm
|
2015-05-05 16:06:17 +02:00 |
ExpressionCompiler.cpp
|
Fix for initialising storage strings.
|
2015-07-15 22:13:27 +02:00 |
ExpressionCompiler.h
|
Do not copy reference types to memory in-place.
|
2015-06-26 19:15:00 +02:00 |
GasEstimator.cpp
|
Gas estimation for internal functions.
|
2015-05-26 11:27:59 +02:00 |
GasEstimator.h
|
Gas estimation for internal functions.
|
2015-05-26 11:27:59 +02:00 |
GlobalContext.cpp
|
Conversion changes after renaming Hash/String to Bytes.
|
2015-03-12 12:53:00 +01:00 |
GlobalContext.h
|
Super keyword.
|
2015-01-29 00:29:43 +01:00 |
grammar.txt
|
Allow conversion to dynamic arrays and update grammar.
|
2015-02-21 18:25:08 +01:00 |
InterfaceHandler.cpp
|
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
|
2015-06-15 14:40:41 +02:00 |
InterfaceHandler.h
|
style fixes
|
2015-06-09 13:25:09 +02:00 |
LValue.cpp
|
Allow one additional stack slot.
|
2015-07-15 22:11:17 +02:00 |
LValue.h
|
Memory structs.
|
2015-07-03 17:25:29 +02:00 |
NameAndTypeResolver.cpp
|
Accessors for strings.
|
2015-06-17 14:25:00 +02:00 |
NameAndTypeResolver.h
|
style changes
|
2015-05-08 17:51:53 +02:00 |
Parser.cpp
|
Style.
|
2015-06-05 14:45:47 +02:00 |
Parser.h
|
Ability to specify the storage location of a reference type.
|
2015-06-05 14:44:05 +02:00 |
Scanner.cpp
|
add exponent operator
|
2015-02-10 23:39:13 +08:00 |
Scanner.h
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
SourceReferenceFormatter.cpp
|
some more style fixes
|
2015-05-04 17:19:16 +02:00 |
SourceReferenceFormatter.h
|
Merge pull request #1743 from chriseth/evmasm
|
2015-05-05 16:06:17 +02:00 |
Token.cpp
|
Addressing issues in Enum style fix
|
2015-02-10 09:52:19 +01:00 |
Token.h
|
removed byte0 keyword
|
2015-06-08 13:53:25 +02:00 |
Types.cpp
|
Allow structs containing mappings in memory.
|
2015-07-16 01:10:09 +02:00 |
Types.h
|
Allow structs containing mappings in memory.
|
2015-07-16 01:10:09 +02:00 |
Utils.h
|
Exception-throwing assert.
|
2015-03-18 15:32:17 +01:00 |
Version.cpp
|
Versioning for Solidity.
|
2015-07-09 16:07:33 +02:00 |
Version.h
|
Versioning for Solidity.
|
2015-07-09 16:07:33 +02:00 |