aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/sa.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-19rename function CopyContext to copy_context to avoid conflict with Windows AP...johnvg1-3/+3
2012-07-09remove limit on the size of the converted syntax tree in the strictness analyzerjohnvg1-9/+29
2012-06-19increase available memory (1000 instead of 200 blocks of 16k) for the strictn...johnvg1-15/+15
2012-06-11fix function InstantiateExp2, prevent crashjohnvg1-46/+48
2011-07-04fix small bug in merging Deps or Lubsjohnvg1-15/+13
2011-02-25git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd...johnvg1-6/+0
2011-02-25remove some unused fields and variablesjohnvg1-7/+5
2009-01-14add seqjohnvg1-0/+16
2008-12-19add integers and rationalsjohnvg1-1/+11
2008-12-19add AddStrictnessToExportedFunctionTypesjohnvg1-6/+48
2007-09-04fix crash for let x=x*x in x, if the first argument of * is updated with Top,johnvg1-0/+6
2007-01-04Fix strictness analysis of a guard with no default, followed by a pattern match,johnvg1-4/+1
2006-01-05port to 64 bit windowsjohnvg1-1/+1
2004-07-13fix conversion of selection (pattern match in lhs of where or let)johnvg1-11/+16
2004-02-20remove includes of typechecker.h and tctypes.tjohnvg1-3/+0
2003-01-24bug fixes: prevent crash in ReduceArguments and set e_hasindjohnvg1-10/+21
2002-11-21give the strictness analyser more memory for large modules,johnvg1-4/+11
2002-11-20fix crash that occurs if there is not enough memoryjohnvg1-1/+6
2002-07-15fix bug for functions with a case with a case and a default, forjohnvg1-3/+26
2002-02-28some bug fixes from Clean 1.3johnvg1-15/+93
2001-11-26bug fix in initialisationronny1-2/+3
2001-11-19bug fix: initialisation of global strictness info (prevents crash with second...ronny1-0/+3
2001-11-01pass strictness information from C to Clean, print strict exported and all ty...ronny1-36/+186
2001-10-12add list cons symbols with arity<2 (for strict lists)johnvg1-40/+73
2001-09-12clean 1.3 code for recognizing abort and undef in the strictness analyzerjohnvg1-1/+14
2001-09-03fix memory allocation bugjohnvg1-1/+5
2001-09-03added code for strict and unboxed listsjohnvg1-3/+3
2001-05-15merged with backend C source code on the macjohnvg1-2/+62
2000-07-12clean 1.3.3 backend again againclean1-0/+5315