summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/CodeGenTools.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-248/+0
* SD-140 inline the correct default methodLukas Rytz2016-04-281-0/+6
* Tests for optimizing val patternsLukas Rytz2016-02-161-1/+26
* show erroneous compiler flags in junit compiler testsLukas Rytz2016-02-031-2/+4
* Rewrite test for inlining from sealed classLukas Rytz2016-01-251-1/+1
* Make some testing tools from InlinerTest available to other testsLukas Rytz2015-12-131-0/+17
* Track aliases of primitive values in AliasingFrameLukas Rytz2015-10-291-1/+1
* Simplify post inlining requestsLukas Rytz2015-10-201-0/+3
* Allow BCode to emit default interface methodsJason Zaugg2015-08-111-0/+17
* Producers / Consumers AnalysisLukas Rytz2015-06-221-1/+13
* Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-011-7/+0
* Eliminate unreachable code before inlining a methodLukas Rytz2015-04-011-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-15/+29
* Inline final methods defined in traitsLukas Rytz2015-03-111-9/+55
* Find instructions that would cause an IllegalAccessError when inlinedLukas Rytz2015-03-111-1/+11
* GenBCode: Tests for combined method-level optimizationsLukas Rytz2014-11-041-0/+5
* GenBCode: Command-line flags for enabling cleanup optimizationsLukas Rytz2014-11-041-0/+16
* SI-8731 warning if @switch is ignoredLukas Rytz2014-10-061-0/+3
* Remove stale local variables and exception handlers after DCELukas Rytz2014-09-101-2/+15
* Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-101-3/+8
* Tools to run the compiler in JUnit testsLukas Rytz2014-09-101-0/+34
* JUnit tests for dead code elimination.Lukas Rytz2014-09-101-0/+27