aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/AssemblyStack.h
Commit message (Expand)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
* 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
* More comments for assemblychriseth2017-05-261-0/+2
* Adapt EVM codegen to new namespace.chriseth2017-05-261-0/+83