summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/CallGraphTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Better inliner support for 2.12 trait encodingLukas Rytz2016-11-251-7/+6
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-5/+5
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-21/+13
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* 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