aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-07-18work around for caching / attribute heap bugronny1-0/+4
2001-07-18removed unused code to detect tuple patterns for merging casesronny1-21/+3
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)ronny4-9/+9
2001-07-13bug fix: reverse order of functions (in components)johnvg2-7/+7
2001-07-13{} is not allowed in patterns, because array 'denotations' in patternsjohnvg1-3/+4
2001-07-12uniqueness attributes in backendronny15-65/+342
2001-07-12made compilable with Clean 2.0 by introducing a typed local functionronny1-6/+7
2001-07-12removed unused varHeap parameters (varHeap is in BackEndState)ronny1-339/+329
2001-07-12removed MW commentsronny1-5/+0
2001-07-11This commit was generated by cvs2svn to compensate for changes in r534,zweije5-15/+21
2001-07-10This commit was generated by cvs2svn to compensate for changes in r530,zweije1-1/+1
2001-07-10This commit was generated by cvs2svn to compensate for changes in r528,zweije1-1/+3
2001-07-10This commit was generated by cvs2svn to compensate for changes in r525,zweije2-26/+61
2001-07-03initialise compiler_id with -1,johnvg1-1/+1
2001-07-03This commit was generated by cvs2svn to compensate for changes in r520,zweije3-446/+2
2001-07-03This commit was generated by cvs2svn to compensate for changes in r518,zweije44-0/+144
2001-07-03enable optimizer (level 2)johnvg1-0/+0
2001-07-03This commit was generated by cvs2svn to compensate for changes in r514,zweije45-0/+7937
2001-06-29cleaning up: removing all these hopelessly silly long function namesmartinw1-49/+49
2001-06-29cleaning upmartinw1-41/+4
2001-06-29blablamartinw3-54/+35
2001-06-29new application that removes all preprocessor directives (that eventuallymartinw1-0/+190
2001-06-29documentationmartinw2-0/+1046
2001-06-28disable PA_bugjohnvg3-8/+8
2001-06-28Sjaak: removed 'dyn_uni_vars' from type 'DynamicExpr'sjakie1-1/+1
2001-06-27?johnvg1-0/+0
2001-06-27Sjaak: Improved dynamics, not yet finished.sjakie11-314/+341
2001-06-25generate .depend for current dcl moduleronny9-18/+43
2001-06-25also add pattern variables in Cases to cp_local_varsronny1-2/+7
2001-06-25cases in backendronny1-713/+1034
2001-06-25add code for dcl module caching using the IDEjohnvg4-1/+170
2001-06-22new version number (2.0.d.8)ronny1-2/+2
2001-06-22local reference counts for CaseNode and DefaultNoderonny4-16/+345
2001-06-22local reference counts for CaseNode and DefaultNoderonny1-19/+88
2001-06-22print node_defs in GuardNodejohnvg1-2/+12
2001-06-22local reference counts for CaseNode and DefaultNoderonny2-4/+38
2001-06-22print matched symbol in CaseNoderonny1-1/+6
2001-06-22boolean for explicit cases (cases that are specified by the programmer)ronny7-17/+92
2001-06-21enable 'check indices'johnvg1-2/+1
2001-06-21bug fix: line numbers in type errors for let bindingsjohnvg1-16/+39
2001-06-20optimise && and ||johnvg1-4/+6
2001-06-20optimise && and ||johnvg1-12/+7
2001-06-20optimise && and ||johnvg4-35/+65
2001-06-15removed commentsronny1-4/+1
2001-06-15print local reference counts to file instead of stdoutronny1-4/+4
2001-06-15AnnotateStrictNodesIds in GuardNode,johnvg1-9/+19
2001-06-15Bug fix. Free type variables were referenced but not defined.martijnv3-27/+45
2001-06-15making kind checking phase compatible with dcl cachingmartinw11-113/+220