summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/TailCallPhase.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-296/+0
* Moved tail call phase before transmatch.Iulian Dragos2005-04-261-29/+141
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-3/+3
* *** empty log message ***Martin Odersky2004-07-011-2/+2
* - Removed calls to Symbol.module()paltherr2004-04-101-12/+1
* - Added method Symbol.newFactorypaltherr2004-03-111-2/+1
* - Generalized the use of static types/trees in ...paltherr2004-03-061-2/+1
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-7/+2
* - Simplified and improved tail call optimizationpaltherr2004-01-231-3/+169
* TailCall optimization for jvm.stenman2003-08-201-0/+36