summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/UnreachableCodeTest.scala
Commit message (Expand)AuthorAgeFilesLines
* 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