summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/CallGraphTest.scala
Commit message (Expand)AuthorAgeFilesLines
* 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