aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia
Commit message (Expand)AuthorAgeFilesLines
* Raise error on oversized number literals in assemblyAlex Beregszaszi2018-02-221-0/+1
* Expect end of string at end of top-level block for assembly parser.chriseth2018-02-212-2/+2
* Convert static SourceReferenceFormatter functions to member onesFederico Bond2018-02-191-4/+4
* Test for Mod-And rule.chriseth2018-02-131-0/+12
* Merge pull request #3456 from ethereum/simplifierchriseth2018-02-081-0/+130
|\
| * Also apply simplification rules that require multiple identical sub-expressions.chriseth2018-02-071-0/+24
| * Tests.chriseth2018-02-071-0/+40
| * Expression simplifier.chriseth2018-02-071-0/+66
* | Fix tests for old precompiler.chriseth2018-02-081-53/+53
* | Test about recursively calling functions.chriseth2018-02-061-7/+21
* | Tests for functional inliner.chriseth2018-02-061-2/+22
* | Function inliner.chriseth2018-02-061-2/+65
* | Tests for inlinable function filter.chriseth2018-02-061-0/+102
|/
* Test for self-referring assignment.chriseth2018-02-061-0/+9
* Test not to remat if the expression is too large.chriseth2018-02-061-0/+12
* Reassign test for remat.chriseth2018-02-061-0/+8
* Fix for rematerializer.chriseth2018-02-061-0/+12
* Only substitute if all referenced variables are in scope.chriseth2018-02-061-0/+9
* Tests for rematerialiser.chriseth2018-02-061-0/+129
* Add more tests for UnusedPrunerAlex Beregszaszi2018-02-061-0/+23
* Support variable declarations without assignment in UnusedPrunerAlex Beregszaszi2018-02-061-0/+8
* Unused variable and function remover.chriseth2018-02-061-0/+98
* Split inline assembly into loose and strict flavours.chriseth2018-01-062-4/+5
* Support some restricted tokens (return, byte, address) as identifiers in JuliaAlex Beregszaszi2018-01-051-0/+8
* Merge pull request #3279 from ethereum/function_hoisterchriseth2017-12-181-0/+85
|\
| * Function hoister.chriseth2017-12-151-0/+85
* | Function grouper.chriseth2017-12-151-0/+85
|/
* Simplify disambiguator.chriseth2017-12-053-12/+12
* Refactor iulia tests.chriseth2017-12-053-79/+148
* Disambiguator.chriseth2017-12-051-0/+177
* Force condition to be bool in iulia mode.chriseth2017-11-241-4/+6
* Tests.chriseth2017-11-221-0/+13
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-0/+20
* Check recursion depth in assembly parser.chriseth2017-08-221-1/+1
* Tests for recursion in JULIA.chriseth2017-08-221-0/+12
* Be more strict about number literals in assembly.chriseth2017-08-211-0/+8
* Add end-to-end testAlex Beregszaszi2017-07-131-1/+1
* Support parsing let statements without a valueAlex Beregszaszi2017-07-131-0/+5
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+3
* Refactor error reportingRhett Aultman2017-05-301-4/+5
* Change error message for invalid typeAlex Beregszaszi2017-05-271-3/+3
* Introduce Julia mode in AsmAnalyzerAlex Beregszaszi2017-05-271-1/+1
* Validate that only basic types are used in JuliaAlex Beregszaszi2017-05-271-1/+25
* Enable the analyzer for Julia testsAlex Beregszaszi2017-05-251-8/+6
* Add testsAlex Beregszaszi2017-05-231-0/+5
* Add tests for bool literalAlex Beregszaszi2017-05-191-0/+6
* Merge pull request #2222 from ethereum/julia-typeschriseth2017-05-161-9/+17
|\
| * Add tests for types in JuliaAlex Beregszaszi2017-05-061-9/+17
* | Remove an unused function `successAssemble`Yoichi Hirai2017-05-091-5/+0
|/
* Remove analyzer from Julia testsAlex Beregszaszi2017-05-051-21/+1
* Add Julia parser testAlex Beregszaszi2017-05-051-0/+212