aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Expand)AuthorFilesLines
2001-11-20bug fix determination of exported funtionronny1-1/+1
2001-11-01pass strictness information from C to Clean, print strict exported and all ty...ronny5-8/+371
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...ronny4-4/+84
2001-10-04fail explicit casesronny3-21/+42
2001-10-01pass file modification times from icl module and dcl modules to backendronny3-24/+24
2001-09-26removed erroneous, unused functionronny1-7/+0
2001-09-07module ownership commentronny8-0/+24
2001-09-05print forall typevars in backendronny1-9/+10
2001-09-05print forall typevars in backendronny3-23/+42
2001-09-03new version numberjohnvg2-6/+6
2001-09-03new backend functions for strict and unboxed listsjohnvg1-1/+9
2001-08-31added code for strict and unboxed listsjohnvg1-1/+3
2001-08-31new functions for strict and unboxed listsjohnvg2-0/+60
2001-08-31added code for strict and unboxed listsjohnvg1-44/+313
2001-08-28changed StdDynamics into StdDynamicmartijnv1-1/+1
2001-07-18remove bug with numbering strict alias node defsronny1-5/+19
2001-07-18replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashesronny2-3/+3
2001-07-18removed MW commentsronny1-8/+0
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)ronny2-6/+6
2001-07-13bug fix: reverse order of functions (in components)johnvg1-3/+3
2001-07-12uniqueness attributes in backendronny7-48/+214
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 moduleronny3-10/+20
2001-06-22local reference counts for CaseNode and DefaultNoderonny1-0/+4
2001-06-22local reference counts for CaseNode and DefaultNoderonny1-19/+88
2001-06-22local reference counts for CaseNode and DefaultNoderonny2-4/+38
2001-06-20optimise && and ||johnvg1-4/+6
2001-06-20optimise && and ||johnvg1-12/+7
2001-05-09corrected version numberronny2-4/+4
2001-05-08support for cases in backendronny4-198/+433
2001-05-08support for cases in backendronny1-0/+32
2001-05-03fixed module namesronny2-2/+2
2001-05-03removed BEDeclarePredefinedSymbolsronny3-317/+308
2001-05-03moved backend.[id]cl from backendCModules to backendronny2-0/+994
2001-05-03backend_library now generated from backend.iclronny1-55/+55
2001-03-28Convert Conditionals in the conditional expression of another Conditional to ...ronny1-2/+17
2001-02-26temporary hack: redirect basic type Dynamic to DynamicTemp from StdDynamicronny1-0/+2
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 messagesmartinw2-19/+38
2000-09-27*** empty log message ***martinw1-1/+2
2000-09-27caching of dcl modules, return unique heapclean4-424/+531
2000-07-14Removed back end spelling inconsistencies (except for syntax:BackendBody, whi...clean4-70/+74
2000-07-14Removed MW commentsclean4-183/+0