summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/InlineWarningTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-9/+9
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-31/+11
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-14/+6
* SD-140 inline the correct default methodLukas Rytz2016-04-281-2/+2
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-24/+0
* Inline super calls, as they are statically resolvedLukas Rytz2016-03-231-2/+2
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-2/+3
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Test inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-181-2/+31
* Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-171-1/+0
* SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-011-0/+21
* Test case: cannot inline a private call into a different class.Lukas Rytz2015-04-011-0/+27
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-0/+146