aboutsummaryrefslogtreecommitdiff
path: root/backend/backendconvert.icl
AgeCommit message (Expand)AuthorFilesLines
2001-11-29different representation of selector kind in Selectionronny1-8/+8
2001-10-18store macros and local functions in macros in separate {#{#FunDef}},johnvg1-132/+46
2001-10-05bind special idents (such as abort, undef from StdMisc) to the correct identi...ronny1-0/+46
2001-10-04fail explicit casesronny1-17/+38
2001-10-01pass file modification times from icl module and dcl modules to backendronny1-6/+6
2001-09-26removed erroneous, unused functionronny1-7/+0
2001-09-07module ownership commentronny1-0/+3
2001-09-05print forall typevars in backendronny1-5/+12
2001-08-31added code for strict and unboxed listsjohnvg1-44/+313
2001-08-28changed StdDynamics into StdDynamicmartijnv1-1/+1
2001-07-18replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashesronny1-1/+1
2001-07-18work around for caching / attribute heap bugronny1-0/+4
2001-07-17set attributes in heap to AVI_Empty to avoid using values in the heap from pr...ronny1-5/+12
2001-07-17assign correct selector kind to intermediate selections in nested updatesronny1-1/+1
2001-07-13bug fix: reverse order of functions (in components)johnvg1-3/+3
2001-07-12uniqueness attributes in backendronny1-28/+136
2001-07-12removed unused varHeap parameters (varHeap is in BackEndState)ronny1-339/+329
2001-07-12removed MW commentsronny1-5/+0
2001-06-25generate .depend for current dcl moduleronny1-6/+16
2001-06-22local reference counts for CaseNode and DefaultNoderonny1-19/+88
2001-06-20optimise && and ||johnvg1-12/+7
2001-05-08support for cases in backendronny1-55/+223
2001-03-28Convert Conditionals in the conditional expression of another Conditional to ...ronny1-2/+17
2001-02-23temporary hack: redirect basic type Dynamic to DynamicTemp from StdDynamicronny1-1/+19
2001-01-12New algorithm for explicit imports that also works with cyclic module depende...martinw1-8/+8
2000-10-23bug fix in adjustArrayFunctionsclean1-16/+33
2000-10-04-added position information for let bindings for better error messagesmartinw1-11/+22
2000-09-27caching of dcl modules, return unique heapclean1-411/+521
2000-07-14Removed back end spelling inconsistencies (except for syntax:BackendBody, whi...clean1-64/+68
2000-07-14Removed MW commentsclean1-150/+0
2000-07-04labels global function names without ";n" extensionclean1-47/+72
2000-06-21solving the problem of strict aliases. Now a strict aliasmartinw1-19/+196
2000-06-16changes in to make compiler self compatiblemartinw1-0/+6
2000-04-27fixed bug with type indicesclean1-17/+11
2000-03-20correctly export types, use less stackclean1-65/+165
2000-02-22Initial importronny1-0/+1237