summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't run unreachable code elimination when building the call graphLukas Rytz2015-09-173-6/+4
* Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-1716-109/+192
* Minor fixes in the optimizerLukas Rytz2015-09-174-7/+10
* Cleanups and performance fixes in Nullness analysisLukas Rytz2015-09-173-98/+89
* Improve the performance of analyses tracking aliasesLukas Rytz2015-09-174-115/+796
* Remove stack values from aliasing set when being droppedLukas Rytz2015-09-171-0/+15
* Avoid re-computing argInfos after inlining and closure optimizationLukas Rytz2015-09-174-49/+98
* In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-175-33/+42
* Reduce component nesting in backendLukas Rytz2015-09-178-8/+18
* Revert workaround for SI-8334Lukas Rytz2015-09-175-25/+29
* Tone down inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-172-4/+8
* Store information about function literals in call graphLukas Rytz2015-09-175-41/+135
* Include information about higher-order methods in the call graphLukas Rytz2015-08-285-120/+169
* Ensure the call graph contains all inlined callsitesLukas Rytz2015-08-282-0/+6
* Inline post-inlining requestsLukas Rytz2015-08-282-182/+258
* Fix maxStack after inliningLukas Rytz2015-08-282-2/+8
* Make sure to inline only callsites in classes being compiledLukas Rytz2015-08-271-29/+33
* Introduce a type for inline requestsLukas Rytz2015-08-272-58/+71
* move current inliner heuristic to the InlinerHeuristics classLukas Rytz2015-08-272-47/+50
* Store SAM information in ClassBTypesLukas Rytz2015-08-279-23/+255
* Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-186-24/+54
* Move call graph and code repo building to the same placeLukas Rytz2015-08-183-13/+14
* Group call graph by methodLukas Rytz2015-08-175-121/+138
* minor clenaupsLukas Rytz2015-08-145-13/+19
* Merge pull request #4608 from ruippeixotog/improve-mutable-treesetSeth Tisue2015-08-068-59/+424
|\
| * SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-288-59/+424
* | Merge pull request #4648 from Ichoran/issue/8554-againSeth Tisue2015-08-065-23/+35
|\ \
| * | SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-195-23/+35
* | | Merge pull request #4660 from som-snytt/issue/9270Seth Tisue2015-08-061-1/+1
|\ \ \
| * | | SI-9270 Default xml coalescing off in 2.12Som Snytt2015-07-251-1/+1
* | | | Merge pull request #4677 from qilab-/ticket-9426Seth Tisue2015-08-061-6/+6
|\ \ \ \
| * | | | add @deprecatedNameqilab gamma2015-08-041-3/+3
| * | | | rename argument f of LinearSeqOptimized.reduceLeft to op in accordance with s...qilab gamma2015-08-021-2/+2
| * | | | rename argument f of LinearSeqOptimized.foldLeft/foldRight to op in accordanc...qilab gamma2015-08-021-4/+4
| |/ / /
* | | | Merge pull request #4687 from adriaanm/merge-2.11.x-aug-5Seth Tisue2015-08-0541-102/+267
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-0536-94/+259
| |\ \ \
| | * \ \ Merge pull request #4682 from adriaanm/jline-quick.binSeth Tisue2015-08-051-1/+1
| | |\ \ \
| | | * | | Include jline on quick.bin tool pathAdriaan Moors2015-08-041-1/+1
| | * | | | Merge pull request #4680 from janekdb/2.11.x-optionJason Zaugg2015-08-054-41/+11
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Delegate null test to OptionJanek Bogucki2015-08-044-41/+11
| | |/ / /
| | * | | Merge pull request #4670 from retronym/ticket/9422Lukas Rytz2015-07-292-3/+16
| | |\ \ \
| | | * | | SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-292-3/+16
| | * | | | Merge pull request #4669 from janekdb/2.11.x-scaladoc-reflectJason Zaugg2015-07-298-13/+12
| | |\ \ \ \
| | | * | | | ScalaDoc fixes for reflectJanek Bogucki2015-07-288-13/+12
| | * | | | | Merge pull request #4667 from janekdb/2.11.x-scaladoc-library-library-auxJason Zaugg2015-07-298-11/+11
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-288-11/+11
| | * | | | | Merge pull request #4665 from lrytz/asm-504-3Lukas Rytz2015-07-281-1/+1
| | |\ \ \ \ \
| | | * | | | | Upgrade scala-asm to 5.0.4-scala-3Lukas Rytz2015-07-281-1/+1
| | |/ / / / /
| | * | | | | Merge pull request #4661 from retronym/ticket/9365Lukas Rytz2015-07-284-1/+69
| | |\ \ \ \ \
| | | * | | | | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-274-1/+69
| | | | |/ / / | | | |/| | |