aboutsummaryrefslogtreecommitdiffstats
path: root/libyul
Commit message (Expand)AuthorAgeFilesLines
* Yul objects.chriseth2018-11-275-0/+353
* Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ...Christian Parpart2018-11-2322-46/+21
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-2385-452/+248
* CMake: Isolate libyul into its own static libraryChristian Parpart2018-11-231-0/+43
* Reorder some include files and group <libyul/>'s together (as much as possible)Christian Parpart2018-11-2329-35/+7
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...Christian Parpart2018-11-2351-70/+70
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-2316-0/+2726
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-227-4/+17
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-223-3/+3
* Merge pull request #5444 from Mordax/issue-5168-rmvirtualAlex Beregszaszi2018-11-2116-73/+73
|\
| * Removing redundant virtual from override function declarationmordax2018-11-2116-73/+73
* | [Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block.Christian Parpart2018-11-163-0/+84
|/
* Merge pull request #5333 from ethereum/joinPerformancechriseth2018-11-132-20/+64
|\
| * Remove variables that go out of scope from data structure.chriseth2018-11-132-10/+29
| * Use map join algorithm for performance.chriseth2018-11-132-10/+35
* | Deterministic YulStringRepository using string hashes.Daniel Kirchner2018-11-131-32/+61
|/
* Reset yul string repository.chriseth2018-11-091-2/+10
* Remove side-effect-free statements.chriseth2018-11-093-4/+14
* Merge pull request #5325 from ethereum/fixDataFlowchriseth2018-11-081-0/+13
|\
| * Fix data flow analyzer for function definitions.chriseth2018-11-081-0/+13
* | Merge pull request #5365 from ethereum/improveNameDispenserchriseth2018-11-082-3/+3
|\ \
| * | Use single counter for name dispenser for performance reasons.chriseth2018-11-082-3/+3
| |/
* / Add VarDeclPropagator to full suite and interactive optimizer.chriseth2018-11-081-0/+7
|/
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-0847-175/+271
* Eliminate `byte`-typedef and use `uint8_t` in all their places instead.Christian Parpart2018-11-072-10/+10
* Merge pull request #5247 from ethereum/yul-vardecl-propagationchriseth2018-10-293-0/+197
|\
| * Yul: Implements empty-var-decl-propagationChristian Parpart2018-10-263-0/+197
* | [Yul] ExpressionJoiner: code cleanupChristian Parpart2018-10-262-36/+20
|/
* Merge pull request #5242 from ethereum/someCheckschriseth2018-10-251-0/+1
|\
| * Some well-formedness checks for the Yul AST.chriseth2018-10-221-0/+1
* | Full suite tests.chriseth2018-10-252-0/+168
* | Redundant assign eliminator.chriseth2018-10-242-0/+378
|/
* Merge pull request #5267 from ethereum/ssatransformchriseth2018-10-192-0/+228
|\
| * SSA transform - first step.chriseth2018-10-192-0/+228
* | Merge pull request #5270 from ethereum/inlineFlexiblechriseth2018-10-192-12/+11
|\ \
| * | Make full inliner more flexible.chriseth2018-10-182-12/+11
| |/
* / Fix a bug in CSE where a variable that was already out of scope was used.chriseth2018-10-184-23/+34
|/
* Merge pull request #5240 from ethereum/limitDispenserSizechriseth2018-10-185-19/+57
|\
| * Limit size of generated names and add convenience constructors.chriseth2018-10-175-19/+57
* | Merge pull request #5232 from ethereum/inlineHeuristicchriseth2018-10-174-8/+73
|\ \ | |/ |/|
| * Use metrics in the full inliner.chriseth2018-10-174-8/+73
* | Handle externally supplied variables correctly in disambiguator.chriseth2018-10-172-3/+12
* | Prevent externally used functions from being removed.chriseth2018-10-172-5/+7
|/
* Inline each function separately.chriseth2018-10-162-28/+13
* New full inliner.chriseth2018-10-162-197/+102
* New simplifier via broken expressions.chriseth2018-10-164-15/+73
* SSA value tracker.chriseth2018-10-162-0/+111
* Yul: Introduces a block flattening pass + testsChristian Parpart2018-10-162-0/+75
* Some renaming leftovers.chriseth2018-10-152-3/+3
* Renaming namespace dev::julia to dev::yul.Christian Parpart2018-10-1555-60/+60
* Renaming libjulia to libyulChristian Parpart2018-10-1556-0/+5418