summaryrefslogtreecommitdiff
path: root/sources/scalac/backend
Commit message (Expand)AuthorAgeFilesLines
* - Added generation of .symbl filespaltherr2004-11-301-0/+11
* - Added method writeSymblFilepaltherr2004-11-301-16/+22
* - Replaced global.fail by errors or abortspaltherr2004-11-301-9/+10
* - Added method writeClassFilepaltherr2004-11-301-14/+17
* - generate local variable table (patch submitte...schinz2004-11-291-2/+35
* - Removed Function1 and ScalaObject from Array ...paltherr2004-11-161-1/+1
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
* - Improved module name handlingmihaylov2004-10-071-1/+2
* - Separate the directory and name part of the a...mihaylov2004-10-061-18/+25
* - Properly distinguish between scala.Unit and voidmihaylov2004-10-061-24/+27
* - Clear the exit label in Assign nodes processingmihaylov2004-09-141-19/+12
* - Cleaned up some old comments and added some n...mihaylov2004-09-141-33/+3
* - Don't generate unreachable branches; used to ...mihaylov2004-09-141-33/+50
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
* - Several bugfixes and small optimizationsmihaylov2004-09-092-33/+138
* - Small fixesmihaylov2004-07-202-54/+134
* - For the value types, do not consider the ==(O...mihaylov2004-07-201-16/+57
* *** empty log message ***Martin Odersky2004-07-082-5/+6
* *** empty log message ***Martin Odersky2004-07-015-13/+13
* *** empty log message ***mihaylov2004-06-212-26/+60
* - bug fix: differentiate between jumping and no...schinz2004-06-151-3/+21
* - Removed calls to Debug.toStringpaltherr2004-06-151-2/+2
* - Moved method "eq" into AnyRef, changed type o...paltherr2004-06-111-1/+1
* - Perform the primitive type conversion instead...mihaylov2004-06-081-13/+20
* - Fixed a bug in determining the name of the ge...mihaylov2004-06-081-7/+9
* - Got rid of ApplicationError; use Debug.abort ...mihaylov2004-06-071-18/+16
* - Traverse the trees prior to code generation t...mihaylov2004-06-043-190/+292
* - Changed the way to get the CLRPackage instancemihaylov2004-06-022-2/+2
* - Removed method GenJVM.maybeGenLoadUnitpaltherr2004-06-021-21/+2
* - Emit debugging info only with the -g optionmihaylov2004-06-021-19/+35
* - Improved handling of typesmihaylov2004-06-021-69/+103
* - Added debugging information to the emitted MS...mihaylov2004-04-271-4/+27
* *** empty log message ***mihaylov2004-04-271-9/+18
* - Added Tree.Createpaltherr2004-04-061-0/+2
* - Removed Tree.Badpaltherr2004-04-041-2/+0
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-042-11/+6
* - For objects whose name doesn't coincide with ...mihaylov2004-03-292-59/+120
* - Remove useless setNameDecoding(false)paltherr2004-03-281-1/+1
* - Added support for the Any.eq methodmihaylov2004-03-261-54/+28
* - Moved a MSIL specific feature from Erasure to...mihaylov2004-03-261-18/+54
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-6/+2
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-2/+2
* - Added support for bitwise logical operations ...mihaylov2004-03-221-3/+3
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-212-2/+4
* - Removed method subName in class Namepaltherr2004-03-183-8/+8
* - Removed a diagnostic print statement.mihaylov2004-03-171-1/+0
* - Added support for enumeration comparison oper...mihaylov2004-03-171-133/+353
* - Switched off the symbol name decoding for the...mihaylov2004-03-171-1/+1
* *** empty log message ***mihaylov2004-03-171-25/+55