aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/AssemblyStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Codegen for object access.chriseth2018-12-121-0/+6
|
* Reuse stack slots in Yul to EVM code generation.liangdzou2018-12-101-1/+2
|
* Analyze and compile sub-objects.chriseth2018-12-061-0/+3
|
* Apply the optimize commandline parameter to assembly mode.chriseth2018-12-011-0/+3
|
* Use yul parser in assembly stack.chriseth2018-11-271-9/+3
|
* Yul objects.chriseth2018-11-271-6/+4
|
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-8/+9
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-7/+11
| | | | | | | 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 Parpart2018-11-221-2/+2
|
* Rename JULIA/IULIA to Yul in assembly interfaceAlex Beregszaszi2018-06-141-3/+3
|
* Provide EVM version to assembly analysis.chriseth2018-03-021-2/+5
|
* Support strict assembly mode in AssemblyStackAlex Beregszaszi2018-01-061-1/+1
|
* Introduce MachineAssemblyObjectAlex Beregszaszi2017-06-091-1/+7
|
* Remove excess includesAlex Beregszaszi2017-06-091-1/+0
|
* Remove error reporter from code generation phase.chriseth2017-06-081-2/+2
|
* Refactor AssemblyStackAlex Beregszaszi2017-06-071-0/+1
|
* Add analyze(block) to AssemblyStackAlex Beregszaszi2017-06-071-0/+4
|
* Refactor error reportingRhett Aultman2017-05-301-2/+3
| | | | | | | | | 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
* More comments for assemblychriseth2017-05-261-0/+2
|
* Adapt EVM codegen to new namespace.chriseth2017-05-261-0/+83