summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/opt/ClosureElimination.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-311-235/+0
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-191-5/+2
* Revert "SI-8601 Avoid over-eager optimization of LOAD_FIELD"Adriaan Moors2014-05-191-4/+5
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-181-5/+4
* SI-7622 Clean Up Phase AssemblySom Snytt2013-08-211-0/+2
* Hardening against nulls for deserialization.Paul Phillips2013-05-031-2/+4
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-2/+2
* Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-3/+3
|\
| * SI-6547: elide box unbox pair only when primitives matchMiguel Garcia2012-12-021-3/+3
* | Members removed in the backend.Paul Phillips2012-11-191-4/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-2/+2
* | Commenting out unused members.Paul Phillips2012-11-191-2/+2
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-4/+0
|/
* Large logging cleanup effort.Paul Phillips2012-09-011-15/+12
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Fixed Issue 5321Cristian Tălău2012-03-011-1/+1
* Optimization/robustness in the backend.Paul Phillips2012-01-031-10/+7
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-271-1/+1
* Since trunk seems to be undergoing all kinds of...Paul Phillips2011-07-231-1/+1
* Adding some Sets/Maps to perRunCaches, and elim...Paul Phillips2011-07-141-2/+0
* fixed issue with EnclosingMethod attribute.michelou2010-12-301-32/+27
* There was a fascinating tangle of name creation...Paul Phillips2010-10-151-11/+0
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-271-2/+2
* A cleanup of the inliner.Paul Phillips2010-09-221-2/+1
* More robust icode loading and fixed an issue wh...Iulian Dragos2010-08-231-1/+1
* Various fixes to optimizations, and mainly much...Iulian Dragos2010-08-231-3/+3
* Improved the peephole optimizer to use liveness.Iulian Dragos2010-08-231-8/+32
* Small cleanupsIulian Dragos2010-08-231-31/+31
* Tweaks for better optimizations.Iulian Dragos2010-08-231-1/+1
* closes #3575.Adriaan Moors2010-08-201-4/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Fixed misaligning due to wide (double|long) par...Iulian Dragos2010-04-291-5/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-2/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Faster optimizer by caching successors/predeces...Iulian Dragos2009-11-161-1/+1
* Fixed #2123.Iulian Dragos2009-09-011-0/+2
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Various improvements to the optimiser: more agg...Iulian Dragos2009-05-131-19/+24
* Fixed Java signatures of forwarders for inherit...Iulian Dragos2009-03-301-1/+4
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-061-0/+1
* Fixed #524 and improved copy propagation to dea...Iulian Dragos2008-04-231-7/+8
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-111-2/+2