aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Assembly.h
Commit message (Collapse)AuthorAgeFilesLines
* make use of C++ `= default` constructor declarations as well as more ↵Christian Parpart2018-12-191-2/+0
| | | | non-static member initialization syntax.
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-2/+2
| | | | | | | 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
|
* Renamed SHA3.{h,cpp} files.chriseth2018-10-181-1/+1
|
* Group LLL only assembly features in libevmasmAlex Beregszaszi2018-09-261-11/+18
|
* Group append() functions in libevmasmAlex Beregszaszi2018-09-261-0/+2
|
* Restrict assembly tags to 32-bitAlex Beregszaszi2018-05-011-2/+2
|
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-1/+4
|
* Named assembly labels.chriseth2017-09-161-0/+3
|
* Introduce assemblyStringAlex Beregszaszi2017-09-111-0/+3
|
* Do not return the stream in asssemblyStreamAlex Beregszaszi2017-09-111-1/+1
|
* Split out the JSON functionality from assembly.stream()Alex Beregszaszi2017-09-111-6/+9
|
* Mark functions static in libevmasmAlex Beregszaszi2017-09-111-1/+2
|
* Introduce JumpdestRemover optimisation stepAlex Beregszaszi2017-08-251-3/+5
|
* Introduce fine-grained optimiser settings in libevmasmAlex Beregszaszi2017-07-271-1/+17
|
* Replace obsolete assembly code in LLLAlex Beregszaszi2017-06-221-9/+0
|
* Remove debugbreak.chriseth2017-06-211-3/+3
|
* Move subroutine helpers from CompilerContext to AssemblyAlex Beregszaszi2017-06-151-0/+7
|
* Remove single use Assembly::popToAlex Beregszaszi2017-06-151-2/+0
|
* Remove obsolete Assembly::outAlex Beregszaszi2017-06-151-1/+0
|
* Remove obsolete errorTag()Alex Beregszaszi2017-06-151-1/+0
|
* Create functional assembly output, if possible.chriseth2017-01-241-1/+0
|
* Add swarm hash to the end of the bytecode.chriseth2016-12-011-1/+6
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Simple peephole optimizer that is activated even if not requested.chriseth2016-11-161-1/+2
|
* Converted sub assembly to smart pointer.chriseth2016-11-161-16/+17
|
* Stored combined creation and runtime tags.chriseth2016-11-161-1/+5
| | | | | | | Includes a change to Assembly to allow tags from sub-assemblies to be used. Sorry, this get a bit bigger than I thought.
* Rename dev::sha3 to dev::keccak256Alex Beregszaszi2016-10-061-2/+2
|
* Some cleanup regarding libdevcore. Also rename to avoid conflicts.chriseth2016-08-061-4/+0
|
* enable solidity testDimitry2016-04-041-5/+5
|
* move libevmcore to solidityDimitry2016-04-021-1/+1
|
* move libevmasmDimitry2016-03-211-0/+151