aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/AssemblyStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5341 from ethereum/optimizeAssemblyCommandlinechriseth2018-12-031-0/+9
|\ | | | | Apply the optimize commandline parameter to assembly mode.
| * Apply the optimize commandline parameter to assembly mode.chriseth2018-12-011-0/+9
| |
* | liblangutil: Scanner: remove superfluous sourceName field (it's in ↵Christian Parpart2018-12-011-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 Parpart2018-11-291-1/+1
|/ | | | (and adapt codebase to it)
* Use yul parser in assembly stack.chriseth2018-11-271-9/+14
|
* Yul objects.chriseth2018-11-271-12/+2
|
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-12/+12
|
* Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-231-3/+2
|
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵Christian Parpart2018-11-231-5/+5
| | | | libyul
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-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 Parpart2018-11-221-1/+1
|
* Renaming namespace dev::julia to dev::yul.Christian Parpart2018-10-151-2/+2
|
* Renaming libjulia to libyulChristian Parpart2018-10-151-2/+2
|
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
| | | | Refs: #4442
* Rename JULIA/IULIA to Yul in assembly interfaceAlex Beregszaszi2018-06-141-6/+6
|
* Warn about using loose inline assembly features as experimental 0.5.0 feature.chriseth2018-03-071-1/+1
|
* Provide EVM version to assembly analysis.chriseth2018-03-021-1/+1
|
* Expect end of string at end of top-level block for assembly parser.chriseth2018-02-211-1/+1
|
* Support strict assembly mode in AssemblyStackAlex Beregszaszi2018-01-061-0/+2
|
* Split inline assembly into loose and strict flavours.chriseth2018-01-061-2/+19
|
* Introduce assemblyStringAlex Beregszaszi2017-09-111-3/+1
|
* Split out the JSON functionality from assembly.stream()Alex Beregszaszi2017-09-111-1/+1
|
* Add Julia mode as an option to EVMCodeTransformAlex Beregszaszi2017-07-031-1/+1
|
* Run analyzer in Julia mode if requested in AssemblyStackAlex Beregszaszi2017-07-021-1/+1
|
* Split block code generation into main and finalize.chriseth2017-06-161-1/+1
|
* Supply text representation of assemblyAlex Beregszaszi2017-06-091-1/+3
|
* Introduce MachineAssemblyObjectAlex Beregszaszi2017-06-091-4/+10
|
* Remove excess includesAlex Beregszaszi2017-06-091-0/+1
|
* Simplify CodeGenerator by remove seldom used caseAlex Beregszaszi2017-06-091-1/+2
|
* Remove error reporter from code generation phase.chriseth2017-06-081-4/+4
|
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+8
|
* Refactor AssemblyStackAlex Beregszaszi2017-06-071-4/+6
|
* Add analyze(block) to AssemblyStackAlex Beregszaszi2017-06-071-0/+14
|
* Reset error list in parseAndAnalyzeAlex Beregszaszi2017-06-071-0/+1
|
* Refactor error reportingRhett Aultman2017-05-301-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.chriseth2017-05-261-0/+85