summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/InlineWarningTest.scala
Commit message (Expand)AuthorAgeFilesLines
* SD-225 Use a "lzycompute" method for module initializationJason Zaugg2016-09-141-1/+3
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-1/+1
* SD-20 Inlcude static methods in the InlineInfo in mixed compilationLukas Rytz2016-07-191-2/+35
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-061-12/+12
* SI-9390 Emit local defs that don't capture this as staticJason Zaugg2016-06-011-2/+2
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-5/+5
* 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