aboutsummaryrefslogtreecommitdiff
path: root/backendC
AgeCommit message (Expand)AuthorFilesLines
2002-06-17CleanCompilerLib.mcp for the macjohnvg1-0/+0
2002-06-17CleanCompilerLib.mcp.exp for the macjohnvg1-0/+126
2002-06-17smaller pattern_match.c for Clean 2.0johnvg1-0/+986
2002-06-06Unix versionronny1-0/+46
2002-06-05Unix versionronny5-15/+523
2002-04-19docommand.cjohnvg1-0/+16
2002-04-19no messagejohnvg1-0/+0
2002-04-19docommand.hjohnvg1-0/+12
2002-03-27don't try to add arguments to 'code' functionsjohnvg1-2/+4
2002-03-25synchronize version number with backend.dcljohnvg1-2/+2
2002-03-20set sdef_exported bit for sdefs in the main dcl module tojohnvg1-0/+2
2002-03-20bug fix for record updates in a lazy context with unboxed tuple fieldsjohnvg1-7/+48
2002-03-06bug fix in 'improved' tail recursion modulo cons optimisationjohnvg1-1/+1
2002-03-06improve tail recursion modulo cons optimisationjohnvg2-118/+163
2002-03-04fix tail recursion modulo cons optimisationjohnvg2-36/+49
2002-03-04add RULE_TAIL_MODULO_CONS_ENTRY_MASKjohnvg1-0/+1
2002-02-28unbox record update function argumentsjohnvg2-185/+153
2002-02-28remove some code for debuggingjohnvg1-12/+8
2002-02-28add unboxing of records for update functionjohnvg1-1/+5
2002-02-28add unboxing of records in unboxed closures (for record updates)johnvg1-13/+50
2002-02-28add UNBOX_UPDATE_FUNCTION_ARGUMENTSjohnvg1-0/+1
2002-02-28thunk lift u record selections and 0 arity constructorsjohnvg1-80/+187
2002-02-28compare record states when comparing strictnessjohnvg1-99/+112
2002-02-28some bug fixes from Clean 1.3johnvg1-15/+93
2002-02-15initialise number for failing case label for each compileronny1-4/+11
2002-02-15backend.cjohnvg1-1/+1
2002-02-15allow record update nodes with more than 2 argumentsjohnvg1-9/+18
2002-02-13don't try to read inline code from the abc file that isjohnvg1-1/+1
2002-02-13fix bug in the reuse unique nodes optimisationjohnvg1-3/+10
2002-02-08removed function call of transform_patterns_to_case_and_guard_nodesjohnvg1-2/+6
2002-02-08fix bug in scope numbersjohnvg2-27/+53
2002-02-08export and extend PrintState, add File parameter to PrintRulesjohnvg2-11/+35
2002-02-08remove some unused codejohnvg1-3/+0
2001-12-21version number for releaseronny2-3/+3
2001-12-20add missing ()'s in test for strict list structorjohnvg2-2/+2
2001-12-17implement pattern matching of strict, unboxed and overloaded listsjohnvg2-4/+66
2001-12-17fix bug in label names of cons for unboxed lists of recordsjohnvg1-5/+2
2001-12-12remove macros_2.c, checktypedefs_2.c, macros.h and checktypedefs.hjohnvg5-140/+3
2001-11-26new backend versionronny1-1/+1
2001-11-26bug fix in initialisationronny2-6/+15
2001-11-21tail recursion modulo cons for strict listsjohnvg1-103/+82
2001-11-21reuse unique nodes optimization: update node with fewest number of words to b...johnvg1-1/+112
2001-11-21bug fix for state of selections of selections of tuplesjohnvg1-0/+4
2001-11-21new releaseronny1-1/+1
2001-11-19bug fix: initialisation of global strictness info (prevents crash with second...ronny1-0/+3
2001-11-19fix bug in exporting record labels for Dynamicsjohnvg1-7/+7
2001-11-01pass strictness information from C to Clean, print strict exported and all ty...ronny6-44/+277
2001-10-16don't add arguments to fail noderonny1-0/+2
2001-10-12add list cons symbols with arity<2 (for strict lists)johnvg1-40/+73
2001-10-12bind special idents (such as abort, undef from StdMisc) to the correct identi...ronny1-0/+2