summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/CallGraphTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-16/+10
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Additional SAM restrictions identified by JasonAdriaan Moors2016-03-261-1/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-201-6/+0
* Simplify post inlining requestsLukas Rytz2015-10-201-8/+5
* SD-33 Consider methods annotated @CallerSensitive not safe to inlineLukas Rytz2015-09-231-25/+43
* Avoid re-computing argInfos after inlining and closure optimizationLukas Rytz2015-09-171-0/+24
* Store information about function literals in call graphLukas Rytz2015-09-171-8/+58
* Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-181-1/+1
* Group call graph by methodLukas Rytz2015-08-171-48/+34
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-4/+19
* Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-111-1/+0
* Inline final methods defined in traitsLukas Rytz2015-03-111-2/+2
* Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-111-1/+1
* Integrate the inliner into the backend pipelineLukas Rytz2015-03-111-9/+1
* Build a call graph for inlining decisionsLukas Rytz2015-03-111-0/+146