Age | Commit message (Expand) | Author | Files | Lines |
2002-02-15 | allow record update nodes with more than 2 arguments | johnvg | 1 | -9/+18 |
2002-02-13 | don't try to read inline code from the abc file that is | johnvg | 1 | -1/+1 |
2002-02-13 | fix bug in the reuse unique nodes optimisation | johnvg | 1 | -3/+10 |
2002-02-08 | removed function call of transform_patterns_to_case_and_guard_nodes | johnvg | 1 | -2/+6 |
2002-02-08 | fix bug in scope numbers | johnvg | 2 | -27/+53 |
2002-02-08 | export and extend PrintState, add File parameter to PrintRules | johnvg | 2 | -11/+35 |
2002-02-08 | remove some unused code | johnvg | 1 | -3/+0 |
2001-12-21 | version number for release | ronny | 1 | -1/+1 |
2001-12-20 | add missing ()'s in test for strict list structor | johnvg | 2 | -2/+2 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 2 | -4/+66 |
2001-12-17 | fix bug in label names of cons for unboxed lists of records | johnvg | 1 | -5/+2 |
2001-12-12 | remove macros_2.c, checktypedefs_2.c, macros.h and checktypedefs.h | johnvg | 5 | -140/+3 |
2001-11-26 | new backend version | ronny | 1 | -1/+1 |
2001-11-26 | bug fix in initialisation | ronny | 2 | -6/+15 |
2001-11-21 | tail recursion modulo cons for strict lists | johnvg | 1 | -103/+82 |
2001-11-21 | reuse unique nodes optimization: update node with fewest number of words to b... | johnvg | 1 | -1/+112 |
2001-11-21 | bug fix for state of selections of selections of tuples | johnvg | 1 | -0/+4 |
2001-11-21 | new release | ronny | 1 | -1/+1 |
2001-11-19 | bug fix: initialisation of global strictness info (prevents crash with second... | ronny | 1 | -0/+3 |
2001-11-19 | fix bug in exporting record labels for Dynamics | johnvg | 1 | -7/+7 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 4 | -43/+273 |
2001-10-16 | don't add arguments to fail node | ronny | 1 | -0/+2 |
2001-10-12 | add list cons symbols with arity<2 (for strict lists) | johnvg | 1 | -40/+73 |
2001-10-05 | generate and export all labels for records and constructors when ExportLocalL... | johnvg | 1 | -3/+3 |
2001-10-05 | generate t label for strict records with module and record name when ExportLo... | johnvg | 1 | -8/+8 |
2001-10-05 | bind special idents (such as abort, undef from StdMisc) to the correct identi... | ronny | 3 | -8/+72 |
2001-10-04 | fail explicit cases | ronny | 4 | -2/+54 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 6 | -16/+32 |
2001-09-12 | clean 1.3 code for recognizing abort and undef in the strictness analyzer | johnvg | 4 | -1/+32 |
2001-09-10 | fix bug in printing brackets in function types | johnvg | 1 | -4/+1 |
2001-09-05 | print forall typevars in backend | ronny | 4 | -4/+69 |
2001-09-03 | new version number | johnvg | 1 | -3/+3 |
2001-09-03 | fix memory allocation bug | johnvg | 1 | -1/+5 |
2001-09-03 | added code for strict and unboxed lists | johnvg | 19 | -384/+1136 |
2001-07-13 | bug fix: reverse order of functions (in components) | ronny | 1 | -3/+3 |
2001-07-13 | bug fix: reverse order of functions (in components) | johnvg | 1 | -4/+4 |
2001-07-12 | uniqueness attributes in backend | ronny | 3 | -9/+111 |
2001-07-03 | initialise compiler_id with -1, | johnvg | 1 | -1/+1 |
2001-06-25 | generate .depend for current dcl module | ronny | 2 | -6/+13 |
2001-06-22 | local reference counts for CaseNode and DefaultNode | ronny | 2 | -16/+337 |
2001-06-22 | print node_defs in GuardNode | johnvg | 1 | -2/+12 |
2001-06-22 | print matched symbol in CaseNode | ronny | 1 | -1/+6 |
2001-06-15 | removed comments | ronny | 1 | -4/+1 |
2001-06-15 | print local reference counts to file instead of stdout | ronny | 1 | -4/+4 |
2001-06-15 | AnnotateStrictNodesIds in GuardNode, | johnvg | 1 | -9/+19 |
2001-06-11 | handle GuardNode's | johnvg | 1 | -0/+5 |
2001-06-11 | bug fix, assign last nodedefs in CollectSharedNodeIdsInRootNode | ronny | 1 | -1/+1 |
2001-06-07 | SwitchNode in CollectSharedNodeIdsInNode | ronny | 1 | -24/+59 |
2001-05-17 | gBytesLeft = 0 instead of NULL | clean | 1 | -1/+1 |
2001-05-17 | use ConvertAlloc instead of CompAlloc, because using CompAlloc causes the com... | johnvg | 2 | -1/+141 |