aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/yulopti.cpp
Commit message (Expand)AuthorAgeFilesLines
* Relax assertion about jumps in loose modeMathias Baumann2018-12-051-1/+1
* Introduce the concept of builtin functions.chriseth2018-12-041-2/+2
* liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream...Christian Parpart2018-12-011-1/+1
* liblangutil: extends CharStream to know about the respective (file-)name (and...Christian Parpart2018-11-291-1/+1
* Moving SourceReferenceFormatter into langutil namespace.Christian Parpart2018-11-241-1/+1
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-6/+5
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...Christian Parpart2018-11-231-5/+5
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-2/+3
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-2/+2
* [Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block.Christian Parpart2018-11-161-1/+5
* Add VarDeclPropagator to full suite and interactive optimizer.chriseth2018-11-081-1/+5
* Add rematerializer to interactive optimizer.chriseth2018-10-281-1/+5
* Add redundant assign and ssa.chriseth2018-10-241-1/+10
* Interactive optimizer tool.chriseth2018-10-241-0/+216