| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3456 from ethereum/simplifier | chriseth | 2018-02-08 | 1 | -0/+130 |
|\ |
|
| * | Also apply simplification rules that require multiple identical sub-expressions. | chriseth | 2018-02-07 | 1 | -0/+24 |
| * | Tests. | chriseth | 2018-02-07 | 1 | -0/+40 |
| * | Expression simplifier. | chriseth | 2018-02-07 | 1 | -0/+66 |
* | | Fix tests for old precompiler. | chriseth | 2018-02-08 | 1 | -53/+53 |
* | | Test about recursively calling functions. | chriseth | 2018-02-06 | 1 | -7/+21 |
* | | Tests for functional inliner. | chriseth | 2018-02-06 | 1 | -2/+22 |
* | | Function inliner. | chriseth | 2018-02-06 | 1 | -2/+65 |
* | | Tests for inlinable function filter. | chriseth | 2018-02-06 | 1 | -0/+102 |
|/ |
|
* | Test for self-referring assignment. | chriseth | 2018-02-06 | 1 | -0/+9 |
* | Test not to remat if the expression is too large. | chriseth | 2018-02-06 | 1 | -0/+12 |
* | Reassign test for remat. | chriseth | 2018-02-06 | 1 | -0/+8 |
* | Fix for rematerializer. | chriseth | 2018-02-06 | 1 | -0/+12 |
* | Only substitute if all referenced variables are in scope. | chriseth | 2018-02-06 | 1 | -0/+9 |
* | Tests for rematerialiser. | chriseth | 2018-02-06 | 1 | -0/+129 |
* | Add more tests for UnusedPruner | Alex Beregszaszi | 2018-02-06 | 1 | -0/+23 |
* | Support variable declarations without assignment in UnusedPruner | Alex Beregszaszi | 2018-02-06 | 1 | -0/+8 |
* | Unused variable and function remover. | chriseth | 2018-02-06 | 1 | -0/+98 |
* | Split inline assembly into loose and strict flavours. | chriseth | 2018-01-06 | 2 | -4/+5 |
* | Support some restricted tokens (return, byte, address) as identifiers in Julia | Alex Beregszaszi | 2018-01-05 | 1 | -0/+8 |
* | Merge pull request #3279 from ethereum/function_hoister | chriseth | 2017-12-18 | 1 | -0/+85 |
|\ |
|
| * | Function hoister. | chriseth | 2017-12-15 | 1 | -0/+85 |
* | | Function grouper. | chriseth | 2017-12-15 | 1 | -0/+85 |
|/ |
|
* | Simplify disambiguator. | chriseth | 2017-12-05 | 3 | -12/+12 |
* | Refactor iulia tests. | chriseth | 2017-12-05 | 3 | -79/+148 |
* | Disambiguator. | chriseth | 2017-12-05 | 1 | -0/+177 |
* | Force condition to be bool in iulia mode. | chriseth | 2017-11-24 | 1 | -4/+6 |
* | Tests. | chriseth | 2017-11-22 | 1 | -0/+13 |
* | Support multiple assignment in inline assembly | Alex Beregszaszi | 2017-09-20 | 1 | -0/+20 |
* | Check recursion depth in assembly parser. | chriseth | 2017-08-22 | 1 | -1/+1 |
* | Tests for recursion in JULIA. | chriseth | 2017-08-22 | 1 | -0/+12 |
* | Be more strict about number literals in assembly. | chriseth | 2017-08-21 | 1 | -0/+8 |
* | Add end-to-end test | Alex Beregszaszi | 2017-07-13 | 1 | -1/+1 |
* | Support parsing let statements without a value | Alex Beregszaszi | 2017-07-13 | 1 | -0/+5 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -1/+3 |
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -4/+5 |
* | Change error message for invalid type | Alex Beregszaszi | 2017-05-27 | 1 | -3/+3 |
* | Introduce Julia mode in AsmAnalyzer | Alex Beregszaszi | 2017-05-27 | 1 | -1/+1 |
* | Validate that only basic types are used in Julia | Alex Beregszaszi | 2017-05-27 | 1 | -1/+25 |
* | Enable the analyzer for Julia tests | Alex Beregszaszi | 2017-05-25 | 1 | -8/+6 |
* | Add tests | Alex Beregszaszi | 2017-05-23 | 1 | -0/+5 |
* | Add tests for bool literal | Alex Beregszaszi | 2017-05-19 | 1 | -0/+6 |
* | Merge pull request #2222 from ethereum/julia-types | chriseth | 2017-05-16 | 1 | -9/+17 |
|\ |
|
| * | Add tests for types in Julia | Alex Beregszaszi | 2017-05-06 | 1 | -9/+17 |
* | | Remove an unused function `successAssemble` | Yoichi Hirai | 2017-05-09 | 1 | -5/+0 |
|/ |
|
* | Remove analyzer from Julia tests | Alex Beregszaszi | 2017-05-05 | 1 | -21/+1 |
* | Add Julia parser test | Alex Beregszaszi | 2017-05-05 | 1 | -0/+212 |