aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/Inliner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move tests for full inliner.chriseth2018-10-121-175/+0
|
* Move expression inliner tests.chriseth2018-10-121-95/+0
|
* Fix for inlining inside conditions.chriseth2018-10-011-30/+30
|
* Tests for inlining inside condition.chriseth2018-09-251-0/+35
|
* Add a missing tests for yul inliner optimizationLeo Arias2018-09-161-0/+3
| | | | | | | | | When the statement has two return values, the function is not inlinable. When the function has one statement but it is not an assignment to the return variable, the function is not inlinable. l
* Rename Julia to Yul in variablesAlex Beregszaszi2018-06-261-6/+6
|
* Rename test suites from J/Iulia* to Yul*Alex Beregszaszi2018-06-261-4/+4
|
* Fix test case strings.chriseth2018-05-021-102/+102
|
* Test the removal of the result variable.chriseth2018-05-021-0/+30
|
* Tests.chriseth2018-05-021-11/+125
|
* 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