summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - removed BCEL-based JVM back-endschinz2003-10-232-1617/+0
* - updated to the new msil library; works on ex...mihaylov2003-10-202-105/+140
* - Changed extractPrimitiveArgs to not unbox fir...paltherr2003-10-101-45/+82
* - Replaced usage of ANY_TYPE by ANY_CLASSpaltherr2003-09-301-1/+1
* - bug fix [#98]: only treat top-level modules s...schinz2003-09-291-13/+9
* Bugfixes.Matthias Zenger2003-09-241-2/+13
* I hacked the problem with Byte, Short, etc.Matthias Zenger2003-09-101-0/+6
* - removed hack to work around ExpandMixin bug, ...schinz2003-08-291-4/+1
* - handle returnschinz2003-08-291-0/+6
* - removed the code to handle variable definitio...schinz2003-08-291-20/+2
* - bug fix: correctly handle calls to the primar...schinz2003-08-281-10/+10
* - updated for the new handling of labels in FJBGschinz2003-08-261-29/+28
* - implemented new Switch node (warning, unteste...schinz2003-08-251-0/+19
* *** empty log message ***mihaylov2003-08-252-46/+38
* - extract information solely from symbols - doe...mihaylov2003-08-221-107/+197
* - adapted to the new version of FJBGschinz2003-08-221-20/+23
* TailCall optimization for jvm.stenman2003-08-201-1/+2
* - rewrote the phase creation processpaltherr2003-08-183-49/+70
* *** empty log message ***Martin Odersky2003-08-153-7/+7
* *** empty log message ***Martin Odersky2003-08-142-3/+6
* *** empty log message ***Martin Odersky2003-08-122-2/+2
* - implemented referential equality (x eq y)schinz2003-08-121-3/+7
* - bug fix: emit a GOTO for an Apply node referi...schinz2003-08-121-0/+2
* - Added primitive ID (Any.eq)paltherr2003-08-122-0/+2
* - Removed printing of stack traces if not in de...paltherr2003-08-112-6/+6
* - quick hack: make sure that the correct code i...schinz2003-08-081-1/+5
* - activated code to write pickle data to class ...schinz2003-08-051-2/+13
* - added a hack to make sure that flags are tran...schinz2003-08-041-0/+2
* *** empty log message ***Martin Odersky2003-07-312-5/+5
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-1/+1
* - implemented (but didn't test because of lack ...schinz2003-07-291-10/+35
* - bug fix: for calls to "super", use the name o...schinz2003-07-281-1/+3
* - avoid creating several temporary variables wh...schinz2003-07-281-24/+14
* - added line numbers to generated class filesschinz2003-07-251-1/+33
* - changed to use the Primitives wherever possiblemihaylov2003-07-242-269/+424
* - introduced the new JVM backend as default, wh...schinz2003-07-102-1117/+1083
* - renamed GenJVM[Phase].java to GenJVMBCEL[Phas...schinz2003-07-102-0/+1605
* - Fixed Symbol.isClass to return false if symbo...paltherr2003-07-041-5/+4
* - Added a call to unalias in the definition of ...paltherr2003-07-041-17/+10
* Added a new apply method to each phase which al...Matthias Zenger2003-07-022-3/+8
* - bug fix: comparison with boolean literals now...schinz2003-06-251-0/+2
* - Removed file from encoded positionspaltherr2003-06-242-2/+2
* - various small changesmihaylov2003-06-231-27/+50
* - resolved a merge conflictmihaylov2003-06-231-188/+166
* - Made SourceFile and Position scala-independan...paltherr2003-06-163-12/+8
* - added generation of line-number informationschinz2003-05-151-0/+35
* - adapted to the new version of AddConstructorsschinz2003-05-141-1/+1
* renamed Tuple to Sequenceburaq2003-05-131-1/+1
* *** empty log message ***Martin Odersky2003-05-011-1/+0
* *** empty log message ***Martin Odersky2003-04-301-1/+1