summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BackendReporting.scala
Commit message (Expand)AuthorAgeFilesLines
* Better inliner support for 2.12 trait encodingLukas Rytz2016-11-251-34/+42
* SD-20 Inlcude static methods in the InlineInfo in mixed compilationLukas Rytz2016-07-191-2/+2
* Merge pull request #5135 from soc/topic/biased-eitherStefan Zeiger2016-07-131-11/+2
|\
| * Right-bias EitherSimon Ochsenreither2016-05-271-11/+2
* | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-12/+12
|/
* SD-140 inline the correct default methodLukas Rytz2016-04-281-10/+13
* Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-6/+0
* Run DCE before the closure optimizer (fixes a crash)Lukas Rytz2016-01-201-1/+1
* Rename filter to withFilter in RightBiasedEitherLukas Rytz2015-10-201-3/+3
* Tone down inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-171-3/+5
* minor clenaupsLukas Rytz2015-08-141-1/+1
* Refactor the ClosureOptimizer, run ProdCons only once per methodLukas Rytz2015-07-101-1/+1
* Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-071-1/+6
* Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-221-0/+22
* SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-011-1/+8
* Don't inlinie if the resulting method becomes too large for the JVMLukas Rytz2015-04-011-1/+8
* Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-011-19/+18
* Make class Invalid a ControlThrowableLukas Rytz2015-03-311-1/+2
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-0/+265