Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use curly-brackets initialization | Mathias Baumann | 2018-12-11 | 1 | -7/+7 |
| | |||||
* | Replace push_back with emplace_back where it makes sense | Mathias Baumann | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵ | Christian Parpart | 2018-12-01 | 1 | -5/+5 |
| | | | | | | source, eliminating sourceName Also, adapted affecting code to those changes. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Eliminate `byte`-typedef and use `uint8_t` in all their places instead. | Christian Parpart | 2018-11-07 | 1 | -13/+13 |
| | | | | | | | | | | | This change is made to (easily) be forward compatible with future C++ standards, in order to allow compiling the code with newer standards at some point in the future. * Removed the `using byte = uint8_t;` line from Common.h * Mechanically change all uses of `byte` to `uint8_t`. Tested with GCC 7.3 in C++11/14/17 modes :-) | ||||
* | Use 'switch' instead of 'else if' | Khan M Rashedun-Naby | 2018-09-27 | 1 | -2/+11 |
| | |||||
* | Group append() functions in libevmasm | Alex Beregszaszi | 2018-09-26 | 1 | -15/+15 |
| | |||||
* | Replace safety stop by invalid | Leonardo Alt | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | Use dev::toString() in Assembly instead of misusing string{} for u256 | Alex Beregszaszi | 2018-08-09 | 1 | -2/+2 |
| | |||||
* | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -1/+3 |
| | |||||
* | Use EVM version in gas meter and optimizer. | chriseth | 2018-03-05 | 1 | -1/+3 |
| | |||||
* | Prevent libraries from being called. | chriseth | 2018-01-19 | 1 | -0/+9 |
| | |||||
* | Throw on too many peephole optimizer iterations. | chriseth | 2017-10-17 | 1 | -1/+4 |
| | |||||
* | Assume peephole optimizer was successful if number of pops increased. | chriseth | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | Add useful messages to exceptions in the assembler | Alex Beregszaszi | 2017-09-18 | 1 | -3/+3 |
| | |||||
* | Named assembly labels. | chriseth | 2017-09-16 | 1 | -0/+11 |
| | |||||
* | Introduce assemblyString | Alex Beregszaszi | 2017-09-11 | 1 | -0/+7 |
| | |||||
* | Do not return the stream in asssemblyStream | Alex Beregszaszi | 2017-09-11 | 1 | -3/+1 |
| | |||||
* | Split out the JSON functionality from assembly.stream() | Alex Beregszaszi | 2017-09-11 | 1 | -17/+4 |
| | |||||
* | Mark functions static in libevmasm | Alex Beregszaszi | 2017-09-11 | 1 | -2/+2 |
| | |||||
* | Introduce JumpdestRemover optimisation step | Alex Beregszaszi | 2017-08-25 | 1 | -7/+23 |
| | |||||
* | Avoid some Json copy operations. | chriseth | 2017-08-21 | 1 | -5/+2 |
| | |||||
* | Introduce fine-grained optimiser settings in libevmasm | Alex Beregszaszi | 2017-07-27 | 1 | -16/+43 |
| | |||||
* | Fix negative stack size checks. | chriseth | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | Use assertThrow where possible | Alex Beregszaszi | 2017-06-22 | 1 | -8/+5 |
| | |||||
* | Replace obsolete assembly code in LLL | Alex Beregszaszi | 2017-06-22 | 1 | -3/+0 |
| | |||||
* | Merge pull request #2398 from ethereum/assembly-cleanup | chriseth | 2017-06-15 | 1 | -8/+1 |
|\ | | | | | Remove obsolete features from libevmasm | ||||
| * | Remove obsolete Assembly::out | Alex Beregszaszi | 2017-06-15 | 1 | -7/+0 |
| | | |||||
| * | Remove obsolete errorTag() | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
| | | |||||
* | | Print auxiliary data in the assembly | Alex Beregszaszi | 2017-06-15 | 1 | -0/+6 |
| | | |||||
* | | Print assembly even if there's no data section | Alex Beregszaszi | 2017-06-15 | 1 | -1/+3 |
|/ | |||||
* | Implement missing assembly output functions and do not use PushString for ↵ | chriseth | 2017-04-12 | 1 | -1/+2 |
| | | | | assembly. | ||||
* | Print source location before items. | chriseth | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Create functional assembly output, if possible. | chriseth | 2017-01-24 | 1 | -13/+81 |
| | |||||
* | Fix error tag usage in lll. | chriseth | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Optimise AssemblyItem::m_data. | chriseth | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Assembly output for Assembly object. | chriseth | 2017-01-03 | 1 | -51/+18 |
| | |||||
* | Fix tests. | chriseth | 2016-12-01 | 1 | -2/+3 |
| | |||||
* | Add swarm hash to the end of the bytecode. | chriseth | 2016-12-01 | 1 | -3/+7 |
| | |||||
* | libevmasm: remove an unused variable `total` | Yoichi Hirai | 2016-12-01 | 1 | -3/+2 |
| | |||||
* | Integrate AddPop. | chriseth | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Optimizer: Clear state for JUMPDESTs. | chriseth | 2016-11-22 | 1 | -36/+25 |
| | |||||
* | Some more assertions and style changes. | chriseth | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Simple peephole optimizer that is activated even if not requested. | chriseth | 2016-11-16 | 1 | -11/+22 |
| | |||||
* | Converted sub assembly to smart pointer. | chriseth | 2016-11-16 | 1 | -18/+36 |
| | |||||
* | Stored combined creation and runtime tags. | chriseth | 2016-11-16 | 1 | -41/+61 |
| | | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought. | ||||
* | Implement uninitialized storage functions. | chriseth | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Optimizer: generate code starting with empty state | chriseth | 2016-10-22 | 1 | -2/+4 |
| | |||||
* | Rename dev::sha3 to dev::keccak256 | Alex Beregszaszi | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Explicitly specify length of push data for assembly output. | chriseth | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Reset knowledge in optimizer for path joins. | chriseth | 2016-08-01 | 1 | -1/+2 |
| | |||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -9/+0 |
| | |||||
* | move libevmasm | Dimitry | 2016-03-21 | 1 | -0/+545 |