summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/jvm
Commit message (Expand)AuthorAgeFilesLines
* - implemented first (and not complete) support ...schinz2004-01-131-2/+27
* - Replaced comparisons with CONSTRUCTOR_NAME by...paltherr2003-12-191-4/+2
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
* - inline conversion primitivesschinz2003-12-051-27/+22
* - Added primitive COERCEpaltherr2003-12-041-0/+1
* - Removed AS_x primitivespaltherr2003-12-041-14/+0
* - Added conversion primitivespaltherr2003-12-041-0/+7
* - Added primitive UNBOXpaltherr2003-12-031-0/+1
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
* - oops fix: oarray is really recognised as a pr...schinz2003-11-181-2/+2
* - recognise scala.runtime.Runtime.oarray as a p...schinz2003-11-181-6/+34
* - Added primitive AS__ARRAYpaltherr2003-11-171-0/+1
* - Normalized member names of class Definitionpaltherr2003-10-301-2/+2
* - removed BCEL-based JVM back-endschinz2003-10-232-1617/+0
* - 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
* - 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-182-34/+49
* *** empty log message ***Martin Odersky2003-08-152-5/+5
* *** 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
* - 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
* - 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
* - 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-021-3/+5
* - bug fix: comparison with boolean literals now...schinz2003-06-251-0/+2
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-0/+2
* - 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