summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/ICodes.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of ICodesLukas Rytz2015-11-061-17/+0
* Remove ICode's TypeKinds, use BTypes in the backend insteadLukas Rytz2015-11-061-13/+1
* Remove ICodeSimon Ochsenreither2015-10-311-101/+1
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-1/+2
* Removing unused code.Paul Phillips2013-10-021-1/+0
* Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-9/+2
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-0/+4
* Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-0/+10
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-2/+2
* Removed unused imports.Paul Phillips2012-11-061-2/+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
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-5/+0
|\|
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-5/+0
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-2/+2
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-2/+2
* | Removed AestheticSettings.Paul Phillips2012-07-131-1/+1
|/
* Optimization/robustness in the backend.Paul Phillips2012-01-031-8/+9
* Finished up some backend cleanups I'd had lying...Paul Phillips2011-08-031-12/+18
* Fix/workaround for inliner bug uncovered by fin...Paul Phillips2011-07-271-4/+15
* Created simple infrastructure for creating muta...Paul Phillips2011-07-061-2/+2
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-2/+2
* I'm wandering around trunk looking for slowness.Paul Phillips2010-12-201-2/+1
* This is work on -Ycheck:icode.Paul Phillips2010-11-081-24/+23
* Modified the lub calculation in TypeKinds to av...Paul Phillips2010-11-081-0/+1
* Bringing the tree and icode checkers back to life.Paul Phillips2010-09-271-1/+6
* Fixed various issues with Icode, mainly fixing ...Iulian Dragos2010-08-231-0/+8
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Nipped the infinite loop which is presently lau...Paul Phillips2010-04-041-0/+10
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-1/+1
* Taking a swing at fixing -optimise. No review.Paul Phillips2010-02-041-7/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-2/+2
* Fixed the optimizer for inlining correctly Scal...Iulian Dragos2009-11-091-0/+4
* Deprecation patrol continues patrolling.Paul Phillips2009-08-221-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+3
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed backend to correctly handle type paramete...Iulian Dragos2007-11-201-4/+1
* Improved/refactored parts of the optimization p...Iulian Dragos2007-10-081-0/+6
* minor changemichelou2007-07-061-18/+20
* Major rewrite of optimization phases.Iulian Dragos2007-03-211-1/+11
* Revamped the icode analyses and removed some ex...Iulian Dragos2007-02-281-30/+9
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-1/+1
* Added support for compileLate in icode phases.Iulian Dragos2007-02-121-0/+11
* Refactored portability supportmihaylov2006-11-011-2/+2
* Added a 'blocks' member to ExceptionHandlers wh...Iulian Dragos2006-06-201-0/+2
* (no commit message)Iulian Dragos2006-05-311-7/+8
* Fixed two try-finally bugs.Iulian Dragos2006-05-191-0/+22
* Added inlining phase, fixed some bugs.Iulian Dragos2006-03-241-0/+6