Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the dialect available everywhere. | chriseth | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | Sort includes in libsolidity/interface | Leonardo Alt | 2018-12-18 | 1 | -8/+6 |
| | |||||
* | Codegen for object access. | chriseth | 2018-12-12 | 1 | -5/+22 |
| | |||||
* | Provide Dialect to EVMCodeTransform. | chriseth | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | Reuse stack slots in Yul to EVM code generation. | liangdzou | 2018-12-10 | 1 | -3/+3 |
| | |||||
* | Merge pull request #5587 from ethereum/yulCodeBuiltins | chriseth | 2018-12-06 | 1 | -1/+1 |
|\ | | | | | Builtin functions to access Yul objects. | ||||
| * | Provide Yul Object builtins. | chriseth | 2018-12-04 | 1 | -1/+1 |
| | | |||||
* | | Analyze and compile sub-objects. | chriseth | 2018-12-06 | 1 | -7/+31 |
| | | |||||
* | | Switch namespaces. | chriseth | 2018-12-04 | 1 | -1/+1 |
| | | |||||
* | | Adjust include paths. | chriseth | 2018-12-04 | 1 | -1/+2 |
|/ | |||||
* | Introduce the concept of builtin functions. | chriseth | 2018-12-04 | 1 | -7/+7 |
| | |||||
* | Merge pull request #5341 from ethereum/optimizeAssemblyCommandline | chriseth | 2018-12-03 | 1 | -0/+9 |
|\ | | | | | Apply the optimize commandline parameter to assembly mode. | ||||
| * | Apply the optimize commandline parameter to assembly mode. | chriseth | 2018-12-01 | 1 | -0/+9 |
| | | |||||
* | | liblangutil: Scanner: remove superfluous sourceName field (it's in ↵ | Christian Parpart | 2018-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | CharStream already) Also, ParserBase::sourceName() was dead code. Eliminating it should increase test coverage (how sneaky) :-) | ||||
* | | liblangutil: extends CharStream to know about the respective (file-)name ↵ | Christian Parpart | 2018-11-29 | 1 | -1/+1 |
|/ | | | | (and adapt codebase to it) | ||||
* | Use yul parser in assembly stack. | chriseth | 2018-11-27 | 1 | -9/+14 |
| | |||||
* | Yul objects. | chriseth | 2018-11-27 | 1 | -12/+2 |
| | |||||
* | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 1 | -12/+12 |
| | |||||
* | Reorder some include files and group <libyul/>'s together (as much as possible) | Christian Parpart | 2018-11-23 | 1 | -3/+2 |
| | |||||
* | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 1 | -5/+5 |
| | | | | libyul | ||||
* | 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 | ||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | Code, Changelog, ReleaseChecklist: Fix typos. | Cryptomental | 2018-07-11 | 1 | -1/+1 |
| | | | | Refs: #4442 | ||||
* | Rename JULIA/IULIA to Yul in assembly interface | Alex Beregszaszi | 2018-06-14 | 1 | -6/+6 |
| | |||||
* | Warn about using loose inline assembly features as experimental 0.5.0 feature. | chriseth | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Provide EVM version to assembly analysis. | chriseth | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Expect end of string at end of top-level block for assembly parser. | chriseth | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Support strict assembly mode in AssemblyStack | Alex Beregszaszi | 2018-01-06 | 1 | -0/+2 |
| | |||||
* | Split inline assembly into loose and strict flavours. | chriseth | 2018-01-06 | 1 | -2/+19 |
| | |||||
* | Introduce assemblyString | Alex Beregszaszi | 2017-09-11 | 1 | -3/+1 |
| | |||||
* | Split out the JSON functionality from assembly.stream() | Alex Beregszaszi | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Add Julia mode as an option to EVMCodeTransform | Alex Beregszaszi | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Run analyzer in Julia mode if requested in AssemblyStack | Alex Beregszaszi | 2017-07-02 | 1 | -1/+1 |
| | |||||
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Supply text representation of assembly | Alex Beregszaszi | 2017-06-09 | 1 | -1/+3 |
| | |||||
* | Introduce MachineAssemblyObject | Alex Beregszaszi | 2017-06-09 | 1 | -4/+10 |
| | |||||
* | Remove excess includes | Alex Beregszaszi | 2017-06-09 | 1 | -0/+1 |
| | |||||
* | Simplify CodeGenerator by remove seldom used case | Alex Beregszaszi | 2017-06-09 | 1 | -1/+2 |
| | |||||
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -4/+4 |
| | |||||
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -1/+8 |
| | |||||
* | Refactor AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -4/+6 |
| | |||||
* | Add analyze(block) to AssemblyStack | Alex Beregszaszi | 2017-06-07 | 1 | -0/+14 |
| | |||||
* | Reset error list in parseAndAnalyze | Alex Beregszaszi | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+4 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -0/+85 |