summaryrefslogtreecommitdiff
path: root/sources/scalac/CompilerPhases.java
Commit message (Expand)AuthorAgeFilesLines
* Moved tail call phase before transmatch.Iulian Dragos2005-04-261-6/+10
* - moved TypesAsValues before LambdaLiftschinz2005-03-141-5/+5
* - Added a dummy "codegen" phase to enable/disab...paltherr2005-01-251-0/+6
* - Added phase NAMERpaltherr2004-12-101-0/+7
* - Replaced some "return EmptyPhase.class" by ab...paltherr2004-12-101-2/+2
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-081-21/+0
* - added typesAsValues phaseschinz2004-10-141-0/+7
* *** empty log message ***Martin Odersky2004-07-061-2/+2
* *** empty log message ***Martin Odersky2004-07-061-1/+1
* Added wholeprog phase to compilerIulian Dragos2004-07-051-0/+7
* fixed transmatchburaq2004-05-171-1/+1
* - Moved phase AddAccessors before phase Explici...paltherr2004-05-131-6/+6
* - Removed java version of files translated to s...paltherr2004-02-191-3/+3
* Added intermediate code and corresponding jvm b...NAME2004-01-301-1/+15
* - Moved phase AddConstructors before phase Tail...paltherr2004-01-211-7/+7
* - Moved phase AddConstructors before phase AddI...paltherr2003-12-191-7/+7
* - Enabled phase make-boxing-explicitpaltherr2003-12-091-0/+6
* *** empty log message ***Martin Odersky2003-11-121-16/+34
* - removed BCEL-based JVM back-endschinz2003-10-231-6/+0
* - Modified AddConstructors to make it work befo...paltherr2003-10-151-6/+6
* -- methods InsertBefore and InsertAfter now ret...michelou2003-09-021-3/+5
* - Replaced field Global.phases by fields Phase....paltherr2003-09-011-7/+0
* - Added insertion methodspaltherr2003-08-271-0/+24
* TailCall optimization for jvm.stenman2003-08-201-0/+6
* - rewrote the phase creation processpaltherr2003-08-181-0/+164