summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/UnreachableCodeTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-19/+5
* Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-241-3/+3
|\
| * Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-3/+3
* | Clean up some bytecode testsLukas Rytz2016-02-161-10/+8
|/
* Avoid generating ACONST_NULL; POP; ACONST_NULL when loading nullLukas Rytz2016-02-141-0/+48
* Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-171-1/+1
* Require and target Java 8Jason Zaugg2015-05-261-13/+3
* Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-011-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-1/+2
* Inline final methods defined in traitsLukas Rytz2015-03-111-2/+2
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-10/+26
* GenBCode: Command-line flags for enabling cleanup optimizationsLukas Rytz2014-11-041-33/+27
* Remove stale local variables and exception handlers after DCELukas Rytz2014-09-101-4/+20
* Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-101-3/+42
* JUnit tests for dead code elimination.Lukas Rytz2014-09-101-0/+162