summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - Added methods getConvertSymbolpaltherr2003-12-041-0/+110
* - Added conversion primitivespaltherr2003-12-041-0/+149
* - Added conversion primitivespaltherr2003-12-041-0/+50
* - Added primitive UNBOXpaltherr2003-12-031-0/+1
* - Added UNBOX primitivespaltherr2003-12-031-0/+78
* - Added primitive UNBOXpaltherr2003-12-031-36/+37
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
* - Removed isXXX methodspaltherr2003-11-261-46/+0
* - Removed inner classes from RunTimepaltherr2003-11-191-5/+6
* - 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 AS__ARRAY and BOX__ARRAYpaltherr2003-11-171-0/+7
* - Added primitive AS__ARRAYpaltherr2003-11-172-0/+2
* - Removed old commentpaltherr2003-11-111-1/+0
* - fixed handling of object "main" functionmihaylov2003-11-101-37/+30
* - fixed handling of object instance fieldsmihaylov2003-11-101-21/+17
* - more extensive translation of java.lang.Strin...mihaylov2003-11-061-238/+354
* - more extensive tranlsation of java.lang.Strin...mihaylov2003-11-061-116/+184
* - Fixed, in Definitions, type of primitive type...paltherr2003-10-301-1/+2
* - Normalized member names of class Definitionpaltherr2003-10-303-17/+17
* - Removed field RUNTIME_TYPEpaltherr2003-10-291-3/+0
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-16/+16
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-2/+2
* - 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