| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not create a copy of the assembly. | chriseth | 2019-01-18 | 1 | -2/+2 |
* | Code generation for access to contract code. | chriseth | 2019-01-18 | 1 | -0/+23 |
* | Sort includes in libsolidity/codegen | Leonardo Alt | 2018-12-18 | 1 | -3/+1 |
* | Set codecopy limit for data to 32 bytes. | chriseth | 2018-12-11 | 1 | -1/+1 |
* | Replace IntegerType(256) with static function IntegerType::uint256() | hydai | 2018-11-29 | 1 | -9/+9 |
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
* | Do not perform cleanup on unsigned integers when loading from calldata. | chriseth | 2018-11-15 | 1 | -1/+8 |
* | Function type conversion test cases. | Daniel Kirchner | 2018-11-08 | 1 | -4/+16 |
* | Relax identity requirement of function type conversions during code generation. | Daniel Kirchner | 2018-11-06 | 1 | -0/+2 |
* | refine memory-store assertions, closes #4891 | Lazaridis | 2018-10-27 | 1 | -21/+37 |
* | Removing extra default cases to force compile time error, instead of runtime. | Anurag Dashputre | 2018-09-30 | 1 | -9/+0 |
* | Split IntegerType into IntegerType and AddressType. | Daniel Kirchner | 2018-09-05 | 1 | -7/+20 |
* | Remove remaining instances of ``fillRight`` left over from tuple wildcards as... | Daniel Kirchner | 2018-08-08 | 1 | -10/+2 |
* | Isolate determining the encoding type into its own function. | chriseth | 2018-08-01 | 1 | -12/+5 |
* | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 1 | -0/+9 |
|\ |
|
| * | Add more tests and assertions | Leonardo Alt | 2018-07-11 | 1 | -0/+1 |
| * | Added tests and review suggestions | Leonardo Alt | 2018-07-11 | 1 | -0/+8 |
* | | Code, Changelog, ReleaseChecklist: Fix typos. | Cryptomental | 2018-07-11 | 1 | -2/+2 |
|/ |
|
* | Fix allocation of byte arrays. | chriseth | 2018-07-05 | 1 | -1/+1 |
* | Revert if calldata is too short or points out of bounds | Leonardo Alt | 2018-06-26 | 1 | -46/+32 |
* | Change comments | Alex Beregszaszi | 2018-06-14 | 1 | -2/+2 |
* | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 1 | -1/+0 |
* | fixed grammar in error in CompilerUtils.cpp line 399, 'less variables.' shoul... | njwest | 2018-05-07 | 1 | -3/+3 |
* | Change bytes to unsigned in FixedBytesType | daniel | 2018-05-04 | 1 | -2/+2 |
* | Removed signed shift right from the utilities. | chriseth | 2018-05-01 | 1 | -9/+9 |
* | Do not use SAR instead of SDIV in shifts because it rounds differently | Alex Beregszaszi | 2018-05-01 | 1 | -2/+3 |
* | Use native shift instructions on Constantinople | Alex Beregszaszi | 2018-05-01 | 1 | -2/+8 |
* | Properly force-clean for shortening bytesXX conversions. | chriseth | 2018-04-16 | 1 | -10/+9 |
* | Use error signature for revert data. | chriseth | 2018-04-12 | 1 | -0/+14 |
* | Bubble up error messages. | chriseth | 2018-04-12 | 1 | -0/+1 |
* | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 1 | -8/+22 |
* | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -8/+28 |
* | Prevent encoding of weird types and support packed encoding of external funct... | chriseth | 2018-03-29 | 1 | -1/+0 |
* | Add runtimeOnly option to pushCombinedFunctionEntryLabel | Alex Beregszaszi | 2018-03-27 | 1 | -4/+5 |
* | Decode dynamic data. | chriseth | 2018-03-21 | 1 | -2/+2 |
* | Simple size check for old ABI decoder. | chriseth | 2018-03-21 | 1 | -29/+88 |
* | Move the old ABI decoder code. | chriseth | 2018-03-20 | 1 | -0/+99 |
* | ABI decoder. | chriseth | 2017-11-30 | 1 | -0/+17 |
* | Add explanation to unimplemented assertions | Alex Beregszaszi | 2017-11-16 | 1 | -1/+1 |
* | Split encodeToMemory to packedEncode and abiEncode | Alex Beregszaszi | 2017-09-27 | 1 | -2/+2 |
* | Ensure that address types are always declared as 160bit | Alex Beregszaszi | 2017-09-27 | 1 | -1/+1 |
* | Simplify switch statements by refactoring internal break statements | Alex Beregszaszi | 2017-09-25 | 1 | -6/+6 |
* | Avoid switch fallthrough in CompilerUtils | Alex Beregszaszi | 2017-09-25 | 1 | -6/+3 |
* | Implement struct encoder. | chriseth | 2017-09-16 | 1 | -1/+1 |
* | Move ABI encoder into its own function. | chriseth | 2017-09-16 | 1 | -12/+7 |
* | Named assembly labels. | chriseth | 2017-09-16 | 1 | -1/+1 |
* | Mark to places fall-through | Alex Beregszaszi | 2017-08-25 | 1 | -0/+1 |
* | Experimental feature switch for ABI encoder. | chriseth | 2017-08-14 | 1 | -2/+5 |
* | Interface for new ABI encoder. | chriseth | 2017-08-14 | 1 | -0/+32 |
* | Change fixed point types to have digit count | VoR0220 | 2017-07-20 | 1 | -1/+1 |
* | Add assert to shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -0/+2 |
* | More uses of shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -6/+10 |
* | Change shiftNumberOnStack to bits | Alex Beregszaszi | 2017-07-03 | 1 | -9/+9 |
* | Use shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -6/+6 |
* | Add shift helper to CompilerUtils | Alex Beregszaszi | 2017-07-03 | 1 | -0/+10 |
* | Abort early if there is nothing to encode or decode. | chriseth | 2017-06-30 | 1 | -0/+3 |
* | Reformat. | chriseth | 2017-06-26 | 1 | -6/+9 |
* | Use for loop for assembly memcopy. | chriseth | 2017-06-26 | 1 | -23/+15 |
* | Change invalid opcode to revert for input validation. | chriseth | 2017-06-24 | 1 | -3/+12 |
* | Fix ABI encoding of empty string literal. | chriseth | 2017-06-22 | 1 | -1/+1 |
* | Rename the SHA3 assembly instruction to KECCAK256 | Alex Beregszaszi | 2017-05-30 | 1 | -1/+1 |
* | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 1 | -19/+0 |
* | Change references to FunctionType::Location | Alex Beregszaszi | 2017-03-16 | 1 | -4/+4 |
* | 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 |
* | Support explicit conversion of external function type to address | Alex Beregszaszi | 2017-02-01 | 1 | -0/+12 |
* | Uninitialized internal function should call INVALID. | chriseth | 2017-01-26 | 1 | -1/+3 |
* | Change translation of implicit throws (issue #1589). | Valentin Wüstholz | 2017-01-26 | 1 | -3/+3 |
* | Move some util functions to low-level functions. | chriseth | 2017-01-24 | 1 | -29/+38 |
* | Renamed padToWordBoundaries -> padToWords | chriseth | 2016-12-13 | 1 | -5/+5 |
* | Split memcopy into three functions. | chriseth | 2016-12-12 | 1 | -51/+63 |
* | Implement identity call in inline assembly | Alex Beregszaszi | 2016-12-12 | 1 | -14/+21 |
* | 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 | 1 | -1/+8 |
* | Merge pull request #1351 from ethereum/truncate_bit | chriseth | 2016-12-08 | 1 | -1/+4 |
|\ |
|
| * | codegen: clean not only booleans but all types before storing them into memory | Yoichi Hirai | 2016-12-01 | 1 | -3/+2 |
| * | codegen: clean any data from the input | Yoichi Hirai | 2016-12-01 | 1 | -2/+2 |
| * | 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 |
|/ |
|
* | codegen: cleanup values to fit in storage bytes | Yoichi Hirai | 2016-11-25 | 1 | -0/+4 |
* | codegen: shorten the bit truncation | Yoichi Hirai | 2016-11-25 | 1 | -5/+2 |
* | codegen: add an option to CovertType so that it can truncate sign bits | Yoichi Hirai | 2016-11-25 | 1 | -1/+19 |
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
* | 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 | 1 | -13/+18 |
* | Stored combined creation and runtime tags. | chriseth | 2016-11-16 | 1 | -0/+13 |
* | Change alignment. | chriseth | 2016-11-16 | 1 | -23/+35 |
* | External functions in storage. | chriseth | 2016-11-16 | 1 | -11/+17 |
* | Code generator for function types. | chriseth | 2016-11-16 | 1 | -1/+33 |
* | Unimplemented features moved to their own exception (#1361) | Rhett Aultman | 2016-11-15 | 1 | -5/+5 |
* | 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 |
* | More checks for missing mobile type. | chriseth | 2016-10-24 | 1 | -0/+3 |
* | Improve error message. | chriseth | 2016-09-05 | 1 | -1/+1 |
* | Guard encoding crashes with assertions. | chriseth | 2016-09-02 | 1 | -0/+8 |
* | Fix identity precompile gas calculation | Alex Beregszaszi | 2016-08-06 | 1 | -2/+2 |
* | Fixes for invalid cleanups for small types. | chriseth | 2016-05-20 | 1 | -7/+10 |
* | Remove unused tests and add asserts for not implemented parts in code generat... | chriseth | 2016-05-11 | 1 | -3/+4 |
* | 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 | 1 | -5/+5 |
* | 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 | 1 | -4/+34 |
* | reduce unnecessary solidity:: namespace | Dimitry | 2016-04-04 | 1 | -74/+74 |
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -74/+74 |
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -1/+1 |
* | Simplify and optimise stack rotation. | chriseth | 2015-12-01 | 1 | -8/+21 |
* | Make members context-sensitive. | chriseth | 2015-11-26 | 1 | -2/+2 |
* | Code generation for creating arrays. | chriseth | 2015-11-26 | 1 | -9/+15 |
* | Fixed string inside struct allocation bug. | chriseth | 2015-11-24 | 1 | -1/+1 |
* | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 1 | -1/+0 |
* | Minor API change - must provide SealEngine to Executive now. | Gav Wood | 2015-11-19 | 1 | -2/+4 |
* | Bugfix: Returning literal strings in tuples. | chriseth | 2015-11-01 | 1 | -1/+1 |
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+802 |