summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
* - inline conversion primitivesschinz2003-12-051-27/+22
* - Added coerce primitivespaltherr2003-12-041-0/+6
* - Added primitives from Byte, Short and Charpaltherr2003-12-041-5/+59
* - Added primitive COERCEpaltherr2003-12-042-0/+4
* - Removed field Primitive.tagpaltherr2003-12-043-131/+125
* - Made value types flatpaltherr2003-12-041-4/+4
* - Removed AS_x primitivespaltherr2003-12-044-118/+0
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-041-18/+18
* - Changed name of box primitivespaltherr2003-12-042-51/+41
* - Changed name of unbox primitivespaltherr2003-12-042-39/+41
* - Added conversion primitivespaltherr2003-12-041-0/+7
* - Added methods primitive mapping for x2x symbolspaltherr2003-12-041-0/+49
* - 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