Commit Graph

835 Commits

Author SHA1 Message Date
chriseth
cf688ea738 Merge pull request #2027 from chriseth/sol_dupRemForLoops
Allow duplicate code removal for loops.
2015-06-01 15:09:16 +02:00
chriseth
6949ce97e4 Re-introduce string type. 2015-05-28 16:20:50 +02:00
chriseth
72e3e359aa Allow duplicate code removal for loops. 2015-05-28 14:48:07 +02:00
chriseth
f7e3568c62 Merge pull request #2006 from chriseth/sol_functionalGasEstimator
Functional gas estimator
2015-05-26 15:48:10 +02:00
chriseth
6332bff81d Gas estimation for internal functions. 2015-05-26 11:27:59 +02:00
chriseth
b85f66060f Sort keywords and add some reserved keywords. 2015-05-25 11:49:38 +02:00
chriseth
802d52f6a2 Functional gas estimator. 2015-05-22 16:12:40 +02:00
chriseth
44146e6674 Merge pull request #1979 from LianaHus/sol_constructorForSolAbi
Added constructor as part of Solidity ABI
2015-05-20 21:11:29 +02:00
Liana Husikyan
ea85e382c9 Update InterfaceHandler.cpp 2015-05-20 18:37:09 +02:00
chriseth
2be64c7026 Gas estimation taking known state into account. 2015-05-20 00:28:15 +02:00
Gav Wood
70d9eb3f1d Move non-cryptopp dependent stuff into devcore. 2015-05-19 19:51:38 +02:00
Liana Husikyan
ec136e7bb0 added ';' 2015-05-19 15:37:46 +02:00
Liana Husikyan
e7931ade61 added constructor to solidiy abi 2015-05-19 15:28:44 +02:00
chriseth
9c85254751 Merge pull request #1931 from chriseth/sol_callcode
Bare callcode for addresses and contracts.
2015-05-18 12:29:00 +02:00
chriseth
840d06fe14 Fixed error message about explicit type conversion. 2015-05-18 11:34:16 +02:00
chriseth
dba5ffc280 Bare callcode for addresses and contracts. 2015-05-15 18:02:09 +02:00
chriseth
33e7086058 Succint interfaces. 2015-05-15 15:27:31 +02:00
chriseth
da121c9a26 Reverse if and else body. 2015-05-12 17:50:51 +02:00
Liana Husikyan
78a343d2ff updated unit test 2015-05-11 17:16:52 +02:00
Liana Husikyan
342afb10d5 bug in abi. fixed external type for return parameters 2015-05-11 16:46:17 +02:00
chriseth
2bdbeaac9b Merge pull request #1831 from chriseth/sol_newABIEncoding
New ABI encoding for dynamic types.
2015-05-11 12:27:24 +02:00
Gav Wood
b293d98932 Build fixes. 2015-05-10 13:45:36 +03:00
Liana Husikyan
5c1c690e28 style changes 2015-05-08 17:51:53 +02:00
Liana Husikyan
e7568b5f4d fixed the test 2015-05-08 17:51:53 +02:00
Liana Husikyan
495d827ece implemented cleanup of duplication in resolver 2015-05-08 17:51:52 +02:00
Liana Husikyan
115c22c0e0 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
chriseth
69693f17f6 New ABI encoding for dynamic types. 2015-05-08 16:54:39 +02:00
Liana Husikyan
4fdfbaa367 adde the positions for the end of SourceLocation 2015-05-07 17:22:24 +02:00
Liana Husikyan
83c504ec89 added interface function for SourceLocation/ position convertation to compilerstack 2015-05-07 13:33:27 +02:00
chriseth
5d2c36603f Added assertions. 2015-05-07 11:14:07 +02:00
chriseth
d8ddbeed2b Style. 2015-05-06 13:56:55 +02:00
chriseth
c731ae92ca Use std::array. 2015-05-06 13:56:40 +02:00
chriseth
c3e5fe6a12 Structural gas estimator. 2015-05-06 10:43:59 +02:00
Gav Wood
22eaf8ecd8 Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
2015-05-05 16:06:17 +02:00
Liana Husikyan
730dc3e21b Update NameAndTypeResolver.cpp 2015-05-04 17:30:28 +02:00
Liana Husikyan
e2d9ef6945 Update AST.cpp 2015-05-04 17:28:28 +02:00
Liana Husikyan
745f569443 Update AST.cpp 2015-05-04 17:21:59 +02:00
Liana Husikyan
0a15157155 some more style fixes 2015-05-04 17:19:16 +02:00
Liana Husikyan
ebaf3c48a6 small fix 2015-05-04 17:18:44 +02:00
Liana Husikyan
10c3d76555 fixed warrning 2015-05-04 15:03:15 +02:00
Liana Husikyan
0d47ed82b1 fixed the order of error msgs 2015-05-04 14:47:38 +02:00
Liana Husikyan
8b5fa857d7 created secondarySoureLocation error type
added additional information to error msgs
2015-05-04 14:47:38 +02:00
chriseth
ef26d96111 Fix for broken continue in for loop.
Fixes #1789.
2015-05-04 10:54:50 +02:00
chriseth
c16b398f1a Build fix after merge. 2015-04-30 11:42:02 +02:00
chriseth
99ea9a62fc Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 2015-04-30 11:42:02 +02:00
chriseth
8a1758e605 Utility class to find a suitable AST node for a given location. 2015-04-29 16:24:26 +02:00
Gav Wood
a508d29489 Merge pull request #1761 from chriseth/sol_fix_deleteBytes
Fix for deleting byte array elements.
2015-04-28 12:39:03 +02:00
chriseth
c1983d1bef Fix for deleting byte array elements.
Fixes #1759.
2015-04-28 11:31:40 +02:00
chriseth
eddf443fd2 Provide a way to override default visitor function in a generic way. 2015-04-27 18:57:16 +02:00
chriseth
9aa03ddd89 Removed visit functions for abstract AST nodes. 2015-04-27 18:57:13 +02:00