| Commit message (Expand) | Author | Age | Files | Lines |
* | .delegatecall() should always return a boolean of execution status | Alex Beregszaszi | 2017-08-02 | 1 | -1/+1 |
* | Provide new account gas for low-level callcode/delegatecall | Alex Beregszaszi | 2017-08-01 | 1 | -1/+1 |
* | Rename Bare to Barecall | Alex Beregszaszi | 2017-08-01 | 1 | -5/+5 |
* | Fix for invalid clearing of memory in ecrecover. | chriseth | 2017-07-28 | 1 | -1/+1 |
* | Remove the need of jumping out of the fallback | Alex Beregszaszi | 2017-07-28 | 1 | -8/+4 |
* | Merge pull request #2652 from ethereum/fixMultiModifier | chriseth | 2017-07-27 | 2 | -6/+11 |
|\ |
|
| * | Re-allow multiple modifiers per function. | chriseth | 2017-07-27 | 2 | -6/+11 |
* | | Merge pull request #2645 from ethereum/asserts | Alex Beregszaszi | 2017-07-27 | 2 | -14/+12 |
|\ \
| |/
|/| |
|
| * | Use solAssert instead of boost throw where possible | Alex Beregszaszi | 2017-07-27 | 2 | -14/+12 |
* | | Report location on stack too deep if possible | Alex Beregszaszi | 2017-07-27 | 2 | -1/+7 |
|/ |
|
* | Change fixed point types to have digit count | VoR0220 | 2017-07-20 | 1 | -1/+1 |
* | Fix internal "variable already present" error. | chriseth | 2017-07-05 | 1 | -0/+3 |
* | Add assert to shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -0/+2 |
* | Use shift helper in LValue | Alex Beregszaszi | 2017-07-03 | 1 | -4/+2 |
* | More uses of shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -6/+10 |
* | Change shiftNumberOnStack to bits | Alex Beregszaszi | 2017-07-03 | 3 | -13/+13 |
* | Use shift helper | Alex Beregszaszi | 2017-07-03 | 2 | -8/+8 |
* | Add shift helper to CompilerUtils | Alex Beregszaszi | 2017-07-03 | 2 | -0/+16 |
* | Abort early if there is nothing to encode or decode. | chriseth | 2017-06-30 | 2 | -3/+9 |
* | Document appendFunctionSelector | Alex Beregszaszi | 2017-06-29 | 1 | -0/+4 |
* | Stack adjustment and code generation for fallback function. | chriseth | 2017-06-29 | 1 | -4/+6 |
* | Fix negative stack size checks. | chriseth | 2017-06-28 | 2 | -0/+11 |
* | Merge pull request #2459 from ethereum/noComparisonForSomeTypes | Alex Beregszaszi | 2017-06-27 | 1 | -0/+1 |
|\ |
|
| * | Disallow comparisons between some types. | chriseth | 2017-06-26 | 1 | -0/+1 |
* | | Merge pull request #2453 from ethereum/memcopyAsForLoop | Alex Beregszaszi | 2017-06-27 | 2 | -23/+20 |
|\ \
| |/
|/| |
|
| * | Comment about zero length. | chriseth | 2017-06-27 | 1 | -0/+2 |
| * | Reformat. | chriseth | 2017-06-26 | 1 | -6/+9 |
| * | Use for loop for assembly memcopy. | chriseth | 2017-06-26 | 1 | -23/+15 |
* | | Merge pull request #2460 from ethereum/disallowMultiModifier | Alex Beregszaszi | 2017-06-26 | 2 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Disallow invoking the same modifier multiple times. | chriseth | 2017-06-24 | 2 | -0/+5 |
* | | Review suggestions. | chriseth | 2017-06-24 | 1 | -1/+1 |
* | | Change invalid opcode to revert for input validation. | chriseth | 2017-06-24 | 6 | -20/+52 |
|/ |
|
* | Merge pull request #2444 from ethereum/parser-scanner | Alex Beregszaszi | 2017-06-23 | 1 | -0/+1 |
|\ |
|
| * | Avoid including Scanner.h in ParserBase.h | Alex Beregszaszi | 2017-06-23 | 1 | -0/+1 |
* | | Fix ABI encoding of empty string literal. | chriseth | 2017-06-22 | 1 | -1/+1 |
|/ |
|
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 3 | -2/+3 |
* | Move subroutine helpers from CompilerContext to Assembly | Alex Beregszaszi | 2017-06-15 | 1 | -3/+3 |
* | Remove obsolete errorTag() | Alex Beregszaszi | 2017-06-15 | 1 | -2/+0 |
* | Use inline assembly directly and not via AsmStack | Alex Beregszaszi | 2017-06-09 | 1 | -3/+17 |
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -5/+1 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 2 | -7/+13 |
* | Merge pull request #2317 from ethereum/keccak256 | chriseth | 2017-05-31 | 4 | -8/+8 |
|\ |
|
| * | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 4 | -8/+8 |
* | | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -2/+3 |
|/ |
|
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 2 | -9/+9 |
* | Merge pull request #1810 from ethereum/compactJson | chriseth | 2017-05-22 | 1 | -3/+3 |
|\ |
|
| * | refactoring functionCallAnnotation | djudjuu | 2017-05-19 | 1 | -3/+3 |
* | | Refactor to abstract assembly to JULIA. | chriseth | 2017-05-20 | 2 | -24/+28 |
|/ |
|
* | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 2 | -23/+0 |
* | Refactor to combined scope and stack height info. | chriseth | 2017-04-26 | 1 | -1/+2 |
* | Special case for storage types with offset zero. | chriseth | 2017-04-25 | 1 | -3/+18 |
* | Build fix. | chriseth | 2017-04-25 | 1 | -1/+1 |
* | Storage access from inline assembly. | chriseth | 2017-04-25 | 1 | -10/+35 |
* | Move analysis out of code generator. | chriseth | 2017-04-25 | 1 | -1/+3 |
* | Only allow access to local variables and only if they have a stack size of one. | chriseth | 2017-04-25 | 1 | -34/+14 |
* | Review comments. | chriseth | 2017-04-25 | 2 | -2/+6 |
* | Review comments and cleanup. | chriseth | 2017-04-25 | 1 | -2/+5 |
* | Split external identifier access into resolving and code generation. | chriseth | 2017-04-25 | 2 | -80/+95 |
* | Change references to FunctionType::Location | Alex Beregszaszi | 2017-03-16 | 3 | -86/+84 |
* | Require and Assert. | chriseth | 2017-03-14 | 1 | -2/+6 |
* | Merge pull request #1702 from ethereum/assertError | Yoichi Hirai | 2017-03-04 | 1 | -3/+2 |
|\ |
|
| * | Change effect of assert to invalid opcode. | chriseth | 2017-02-16 | 1 | -3/+2 |
* | | Merge pull request #1700 from ethereum/fixNoMobile | chriseth | 2017-02-24 | 1 | -0/+3 |
|\ \ |
|
| * | | Some checks for the existence of mobile type. | chriseth | 2017-02-16 | 1 | -0/+3 |
| |/ |
|
* | | Disallow setting .gas() on .transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -8/+4 |
* | | Do not keep the gas stipend if sending non-zero value | Alex Beregszaszi | 2017-02-24 | 1 | -1/+1 |
* | | Support gas modifier on addr.transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -1/+2 |
* | | Implement address.transfer() | Alex Beregszaszi | 2017-02-24 | 1 | -4/+15 |
|/ |
|
* | Use the revert opcode in assert() | Alex Beregszaszi | 2017-02-11 | 1 | -2/+8 |
* | Use the REVERT opcode for throw; | Alex Beregszaszi | 2017-02-11 | 1 | -1/+3 |
* | Support revert() | Alex Beregszaszi | 2017-02-11 | 1 | -0/+5 |
* | Cleanup is not needed for assert() | Alex Beregszaszi | 2017-02-10 | 1 | -1/+1 |
* | Implement assert as a global function | Alex Beregszaszi | 2017-02-10 | 1 | -0/+8 |
* | Rename SUICIDE opcode to SELFDESTRUCT in libevmasm | Alex Beregszaszi | 2017-02-07 | 1 | -1/+1 |
* | Warn early when exhausting stack | Alex Beregszaszi | 2017-02-02 | 1 | -0/+1 |
* | Only capture function type to address conversion | Alex Beregszaszi | 2017-02-01 | 1 | -8/+10 |
* | Be more verbose on the stack-mismatch errors | Alex Beregszaszi | 2017-02-01 | 1 | -1/+1 |
* | Support explicit conversion of external function type to address | Alex Beregszaszi | 2017-02-01 | 2 | -1/+13 |
* | Changelog and review suggestions. | chriseth | 2017-01-27 | 1 | -1/+1 |
* | Uninitialized internal function should call INVALID. | chriseth | 2017-01-26 | 1 | -1/+3 |
* | Allow inserting low-level functions without calling them. | chriseth | 2017-01-26 | 2 | -5/+26 |
* | Split line. | chriseth | 2017-01-26 | 1 | -1/+3 |
* | Address feedback from code review. | Valentin Wüstholz | 2017-01-26 | 2 | -6/+6 |
* | Change translation of implicit throws (issue #1589). | Valentin Wüstholz | 2017-01-26 | 6 | -13/+31 |
* | Warn about invalid checksums of addresses. | chriseth | 2017-01-25 | 1 | -0/+1 |
* | Include creation code only once. | chriseth | 2017-01-25 | 1 | -14/+18 |
* | Use int arithmetics for stack adjustment. | chriseth | 2017-01-24 | 1 | -1/+1 |
* | Change clearStorageLoop to TypePointer. | chriseth | 2017-01-24 | 2 | -16/+18 |
* | Use shared_ptrs to enable shared_from_this. | chriseth | 2017-01-24 | 1 | -4/+4 |
* | Convert ArrayUtils routines into low-level functions. | chriseth | 2017-01-24 | 1 | -228/+251 |
* | Move some util functions to low-level functions. | chriseth | 2017-01-24 | 5 | -244/+320 |
* | Low level named functions for CompilerContext. | chriseth | 2017-01-24 | 2 | -0/+23 |
* | Report source location on "stack too deep" errors. | chriseth | 2017-01-21 | 2 | -2/+14 |
* | Use fully-qualified names for linking, too | Rhett Aultman | 2017-01-17 | 2 | -3/+3 |
* | ast, codegen: enable accessing events through contract names. | Yoichi Hirai | 2017-01-03 | 1 | -9/+33 |
* | Merge pull request #1487 from ethereum/shift-ops | Yoichi Hirai | 2016-12-14 | 2 | -30/+98 |
|\ |
|
| * | Use correct type for storing. | chriseth | 2016-12-13 | 1 | -7/+7 |
| * | Cleaner shift handling and type conversion for binary operations. | chriseth | 2016-12-12 | 2 | -45/+80 |
| * | Support bitshifting in variables | Alex Beregszaszi | 2016-12-12 | 2 | -9/+42 |
* | | Renamed padToWordBoundaries -> padToWords | chriseth | 2016-12-13 | 2 | -14/+14 |
* | | Split memcopy into three functions. | chriseth | 2016-12-12 | 3 | -54/+79 |
* | | Fix inline assembly. | chriseth | 2016-12-12 | 1 | -1/+2 |
* | | Reset stack height after inline assembly block | Alex Beregszaszi | 2016-12-12 | 1 | -0/+1 |
* | | Better assert message for appendInlineAssembnly | Alex Beregszaszi | 2016-12-12 | 1 | -1/+1 |
* | | Implement identity call in inline assembly | Alex Beregszaszi | 2016-12-12 | 1 | -14/+21 |
* | | Turn off the identity precompile for testing | Alex Beregszaszi | 2016-12-12 | 1 | -1/+1 |
* | | Implement CompilerUtils::memoryCopy using inline assembly | Alex Beregszaszi | 2016-12-12 | 1 | -1/+26 |
* | | Add usingIdentity option to CompilerUtils::memoryCopy | Alex Beregszaszi | 2016-12-12 | 2 | -2/+9 |
|/ |
|
* | Merge pull request #1351 from ethereum/truncate_bit | chriseth | 2016-12-08 | 3 | -3/+5 |
|\ |
|
| * | codegen: clean not only booleans but all types before storing them into memory | Yoichi Hirai | 2016-12-01 | 2 | -4/+3 |
| * | codegen: clean any data from the input | Yoichi Hirai | 2016-12-01 | 1 | -2/+2 |
| * | codegen: truncate booleans before they enter storage | Yoichi Hirai | 2016-12-01 | 1 | -1/+0 |
| * | codegen: cleanup booleans before storing them into memory | Yoichi Hirai | 2016-12-01 | 1 | -0/+2 |
| * | codegen: truncate a boolean calldata down to one bit | Yoichi Hirai | 2016-12-01 | 1 | -0/+2 |
* | | Throw if calling the identity precompile (memoryCopy) failed | Alex Beregszaszi | 2016-12-02 | 1 | -1/+2 |
* | | Use CBOR encoding. | chriseth | 2016-12-01 | 2 | -3/+3 |
* | | Fix tests. | chriseth | 2016-12-01 | 2 | -10/+0 |
* | | Add swarm hash to the end of the bytecode. | chriseth | 2016-12-01 | 3 | -12/+3 |
* | | Metadata stamp. | chriseth | 2016-12-01 | 4 | -7/+16 |
* | | Merge pull request #1462 from ethereum/fix-incorrect-assertion | chriseth | 2016-12-01 | 1 | -1/+1 |
|\ \ |
|
| * | | codegen: assertion did not assert non-nullness | Yoichi Hirai | 2016-12-01 | 1 | -1/+1 |
| |/ |
|
* / | codegen: this commit removes one of duplicate assignments | Yoichi Hirai | 2016-12-01 | 1 | -2/+0 |
|/ |
|
* | Use solUnimplemented wherever possible | Alex Beregszaszi | 2016-11-28 | 2 | -3/+3 |
* | codegen: cleanup values to fit in storage bytes | Yoichi Hirai | 2016-11-25 | 1 | -0/+4 |
* | codegen: storing of non-value types; add some assertions | Yoichi Hirai | 2016-11-25 | 1 | -8/+5 |
* | codegen: shorten the bit truncation | Yoichi Hirai | 2016-11-25 | 1 | -5/+2 |
* | codegen: merge type conversion and cleaning up | Yoichi Hirai | 2016-11-25 | 1 | -3/+2 |
* | codegen: document _chopSignBits parameter of convertType function | Yoichi Hirai | 2016-11-25 | 1 | -0/+1 |
* | codegen: add an option to CovertType so that it can truncate sign bits | Yoichi Hirai | 2016-11-25 | 3 | -10/+22 |
* | codegen: cleanup stored values in a more consistent way | Yoichi Hirai | 2016-11-25 | 1 | -4/+16 |
* | codegen: cleanup value types before storing them | Yoichi Hirai | 2016-11-24 | 1 | -0/+5 |
* | Fix licensing headers | VoR0220 | 2016-11-23 | 14 | -56/+56 |
* | Add appendCallValueCheck | Alex Beregszaszi | 2016-11-18 | 2 | -20/+14 |
* | Add payable check for constructor in codegen | Alex Beregszaszi | 2016-11-18 | 1 | -0/+12 |
* | Some more assertions and style changes. | chriseth | 2016-11-16 | 1 | -1/+1 |
* | Change encoding to address-funid and add "function" as ABI type. | chriseth | 2016-11-16 | 2 | -14/+19 |
* | Simple peephole optimizer that is activated even if not requested. | chriseth | 2016-11-16 | 2 | -5/+3 |
* | Converted sub assembly to smart pointer. | chriseth | 2016-11-16 | 5 | -48/+50 |
* | Stored combined creation and runtime tags. | chriseth | 2016-11-16 | 9 | -59/+122 |
* | Fix tests. | chriseth | 2016-11-16 | 1 | -1/+11 |
* | codegen: add a compilation mode and a runtime context to CompilerContext | Yoichi Hirai | 2016-11-16 | 4 | -6/+23 |
* | Implement uninitialized storage functions. | chriseth | 2016-11-16 | 2 | -11/+17 |
* | Bugfix in code generator. | chriseth | 2016-11-16 | 1 | -1/+1 |
* | Change alignment. | chriseth | 2016-11-16 | 3 | -30/+42 |
* | External functions in storage. | chriseth | 2016-11-16 | 3 | -18/+49 |
* | Code generator for function types. | chriseth | 2016-11-16 | 2 | -1/+34 |
* | Unimplemented features moved to their own exception (#1361) | Rhett Aultman | 2016-11-15 | 5 | -17/+17 |
* | Merge pull request #1372 from ethereum/invalid_enum_as_external_ret | chriseth | 2016-11-15 | 1 | -2/+2 |
|\ |
|
| * | codegen: overflow checking also during conversion from enums | Yoichi Hirai | 2016-11-15 | 1 | -2/+2 |
* | | codegen: add a missing `break;` | Yoichi Hirai | 2016-11-14 | 1 | -0/+1 |
|/ |
|
* | codegen: move the enum overflow checking closer to the conversion into enums | Yoichi Hirai | 2016-11-14 | 1 | -8/+16 |
* | ast, codegen: disallow conversion between different enum types | Yoichi Hirai | 2016-11-12 | 1 | -1/+1 |
* | codegen: shorten the overflow checking when converting into enums | Yoichi Hirai | 2016-11-12 | 1 | -1/+2 |
* | codegen: check the value range after converting something to an enum element | Yoichi Hirai | 2016-11-12 | 1 | -0/+8 |
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -3/+16 |
* | Clear all value types prior to storing. | chriseth | 2016-10-31 | 1 | -7/+1 |
* | Merge pull request #1264 from ethereum/988 | chriseth | 2016-10-25 | 2 | -9/+16 |
|\ |
|
| * | codegen: refactor common code | Yoichi Hirai | 2016-10-24 | 2 | -20/+15 |
| * | codegen: if a member access has been resolved as a variable, follow that | Yoichi Hirai | 2016-10-24 | 1 | -0/+12 |
* | | More checks for missing mobile type. | chriseth | 2016-10-24 | 2 | -5/+16 |
|/ |
|
* | codegen: skip contract L for L.Foo where Foo is a type | Yoichi Hirai | 2016-10-24 | 1 | -1/+6 |
* | Allow warnings for inline assembly block | Alex Beregszaszi | 2016-10-20 | 1 | -1/+1 |
* | Rename dev::sha3 to dev::keccak256 | Alex Beregszaszi | 2016-10-06 | 1 | -1/+1 |
* | Merge pull request #1104 from ethereum/fixmemcosts | chriseth | 2016-09-17 | 1 | -4/+13 |
|\ |
|
| * | Access output memory area so that we do not pay for resize during call. | chriseth | 2016-09-17 | 1 | -4/+13 |
* | | Allow value transfer to library functions. | chriseth | 2016-09-17 | 1 | -1/+3 |
|/ |
|
* | Provide gas stipend manually for send(0). | chriseth | 2016-09-06 | 1 | -1/+6 |
* | Merge pull request #665 from axic/feature/accept-ether | chriseth | 2016-09-06 | 2 | -0/+16 |
|\ |
|
| * | Change function type to include and propagate payable and constant modifier. | chriseth | 2016-09-06 | 2 | -0/+8 |
| * | Merged in changes from chriseth/payable | Alex Beregszaszi | 2016-09-06 | 1 | -11/+2 |
| * | Support payable keyword for functions | Alex Beregszaszi | 2016-09-06 | 1 | -0/+17 |
* | | Merge pull request #1006 from ethereum/nenewaccountgas | chriseth | 2016-09-06 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Do not pay new account gas. | chriseth | 2016-09-05 | 1 | -1/+3 |
* | | Improve error message. | chriseth | 2016-09-05 | 1 | -1/+1 |
* | | Guard encoding crashes with assertions. | chriseth | 2016-09-02 | 1 | -0/+8 |
|/ |
|
* | Make fallback function throw by default. | chriseth | 2016-08-30 | 1 | -4/+1 |
* | Merge pull request #839 from chriseth/checkcode | chriseth | 2016-08-17 | 1 | -0/+7 |
|\ |
|
| * | Make function calls throw if target does not have code. | chriseth | 2016-08-17 | 1 | -0/+7 |
* | | Merge pull request #888 from chriseth/throwOnDivZero | chriseth | 2016-08-17 | 1 | -3/+10 |
|\ \ |
|
| * | | Throw on division by zero. | chriseth | 2016-08-17 | 1 | -3/+10 |
| |/ |
|
* / | BREAKING: return only exits current function/modifier | chriseth | 2016-08-17 | 2 | -35/+45 |
|/ |
|
* | Merge pull request #838 from chriseth/ecrecover | chriseth | 2016-08-17 | 1 | -5/+38 |
|\ |
|
| * | Actually better to return zero on error. | chriseth | 2016-08-16 | 1 | -2/+0 |
| * | Make ecrecover throw for malformed input. | chriseth | 2016-08-16 | 1 | -5/+40 |
* | | Provide inline assembly to the code generator. (#840) | chriseth | 2016-08-16 | 3 | -0/+58 |
* | | Throw if contract creation fails. | chriseth | 2016-08-16 | 1 | -0/+3 |
|/ |
|
* | Remove After from ExpressionCompiler | Denton Liu | 2016-08-11 | 1 | -3/+0 |
* | Merge pull request #722 from NicolaiSoeborg/develop | chriseth | 2016-08-11 | 2 | -2/+2 |
|\ |
|
| * | Remove the remains of "expresison" | Nicolai | 2016-07-15 | 2 | -2/+2 |
* | | Fix identity precompile gas calculation | Alex Beregszaszi | 2016-08-06 | 1 | -2/+2 |
* | | Bugfix: Allocate empty array. | chriseth | 2016-07-28 | 2 | -3/+7 |
|/ |
|
* | Merge pull request #641 from axic/patch/shift-parser | chriseth | 2016-06-09 | 1 | -0/+2 |
|\ |
|
| * | Include SHR case in ExpressionCompiler::appendShiftOperatorCode | Alex Beregszaszi | 2016-06-08 | 1 | -0/+2 |
* | | Disallow implementation of abstract function by constructor of derived class. | chriseth | 2016-06-07 | 1 | -0/+3 |
|/ |
|
* | Fixes for invalid cleanups for small types. | chriseth | 2016-05-20 | 2 | -9/+15 |
* | Refactor compiler to avoid weird swap of contexts | chriseth | 2016-05-20 | 4 | -871/+999 |
* | Allow access to functions in inline assembly. | chriseth | 2016-05-12 | 2 | -14/+13 |
* | Remove unused tests and add asserts for not implemented parts in code generat... | chriseth | 2016-05-11 | 3 | -10/+13 |
* | added bytes conversion tests, resolved that, converted to binary scaling, ref... | VoR0220 | 2016-05-10 | 1 | -1/+0 |
* | fixing modulus and Solidity Name and Type Resolution | VoR0220 | 2016-05-10 | 1 | -1/+1 |
* | changed names for Rational Constants and categories | VoR0220 | 2016-05-10 | 2 | -9/+9 |
* | got exponents up and working with their inverse, changed a few of the tests..... | RJ Catalano | 2016-05-10 | 1 | -13/+0 |
* | initial work for fixed types...potentially needing a constant literal type fo... | RJ Catalano | 2016-05-10 | 3 | -8/+42 |
* | Allow calling internal functions of libraries. | chriseth | 2016-05-04 | 3 | -33/+75 |
* | Remove non-determinism in missing code queue. | chriseth | 2016-05-03 | 4 | -37/+95 |
* | Bugfix: static arrays in constructor arguments | chriseth | 2016-04-16 | 1 | -1/+1 |
* | Fix for bug about deleting dynamic array of structs. | chriseth | 2016-04-15 | 1 | -1/+1 |
* | Make solidity independent from ethcore. | chriseth | 2016-04-07 | 2 | -10/+6 |
* | reduce unnecessary solidity:: namespace | Dimitry | 2016-04-04 | 7 | -535/+535 |
* | enable solidity test | Dimitry | 2016-04-04 | 1 | -1/+1 |
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 7 | -535/+535 |
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 5 | -5/+5 |
* | Correctly clean higher order bits for index access. | chriseth | 2016-03-31 | 1 | -0/+2 |
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 3 | -0/+89 |
* | Fixed Windows warnings | Bob Summerwill | 2016-03-18 | 1 | -1/+2 |
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 3 | -18/+23 |
* | Index access for bytesXX. | chriseth | 2016-02-10 | 1 | -0/+26 |
* | [cond-expr] fixup according to code review | Lu Guanqun | 2016-01-23 | 1 | -1/+3 |
* | [cond-expr] make the codegen one instruction less | Lu Guanqun | 2016-01-23 | 1 | -5/+4 |
* | [cond-expr] generate assembly for _ ? _ : _ | Lu Guanqun | 2016-01-23 | 2 | -0/+16 |
* | Detect library name clashes. | chriseth | 2016-01-14 | 1 | -2/+0 |
* | final changes to typechecker, the expression compiler, and a couple more test... | RJ Catalano | 2016-01-12 | 1 | -8/+7 |
* | Update ExpressionCompiler.cpp | RJ | 2016-01-11 | 1 | -14/+16 |
* | Update ExpressionCompiler.cpp | RJ | 2016-01-11 | 1 | -4/+2 |
* | Update ExpressionCompiler.cpp | RJ | 2016-01-10 | 1 | -17/+39 |
* | support decayed tuple expression as left value | Lu Guanqun | 2016-01-04 | 1 | -1/+6 |
* | Add structs and enums to contract types. | chriseth | 2015-12-18 | 1 | -7/+9 |
* | Fix: Segfaults connected to paramater types. | chriseth | 2015-12-10 | 1 | -2/+2 |
* | Code generation for calling bound methods. | chriseth | 2015-12-01 | 1 | -4/+37 |
* | Simplify and optimise stack rotation. | chriseth | 2015-12-01 | 2 | -8/+27 |
* | Merge pull request #251 from chriseth/bind2 | chriseth | 2015-11-30 | 1 | -1/+1 |
|\ |
|
| * | Add bound functions to types. | chriseth | 2015-11-29 | 1 | -1/+1 |
* | | Merge pull request #256 from chriseth/selfdestruct | chriseth | 2015-11-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Introduce selfdestruct alias for suicide. | chriseth | 2015-11-29 | 1 | -1/+1 |
| |/ |
|
* / | Bugfix for constructor unpacking with fixed-size arrays. | chriseth | 2015-11-29 | 1 | -5/+13 |
|/ |
|
* | Do not store elements of a contract by AST node type. | chriseth | 2015-11-26 | 2 | -4/+4 |
* | Make members context-sensitive. | chriseth | 2015-11-26 | 3 | -10/+6 |
* | Code generation for creating arrays. | chriseth | 2015-11-26 | 3 | -9/+67 |
* | Fixed string inside struct allocation bug. | chriseth | 2015-11-24 | 4 | -10/+3 |
* | Merge pull request #236 from ethereum/hot_gav | Gav Wood | 2015-11-23 | 3 | -9/+10 |
|\ |
|
| * | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 3 | -9/+10 |
* | | Merge pull request #227 from chriseth/addmod | chriseth | 2015-11-19 | 1 | -0/+14 |
|\ \ |
|
| * | | Addmod and mulmod. | chriseth | 2015-11-19 | 1 | -0/+14 |
* | | | Merge pull request #204 from ethereum/hot_gav | Gav Wood | 2015-11-19 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Minor API change - must provide SealEngine to Executive now. | Gav Wood | 2015-11-19 | 1 | -2/+4 |
* | | Merge pull request #218 from chriseth/fix_overwriteMemory | chriseth | 2015-11-17 | 1 | -3/+13 |
|\ \ |
|
| * | | Fix memory overwrite problem for arrays. | chriseth | 2015-11-17 | 1 | -3/+13 |
| |/ |
|
* / | Fix dynamic indexed event arguments - applies sha3. | chriseth | 2015-11-17 | 1 | -5/+18 |
|/ |
|
* | Bugfix: Returning literal strings in tuples. | chriseth | 2015-11-01 | 2 | -2/+6 |
* | Fix override warning. | chriseth | 2015-10-23 | 1 | -1/+1 |