Age | Commit message (Expand) | Author | Files | Lines |
2001-06-25 | also add pattern variables in Cases to cp_local_vars | ronny | 1 | -2/+7 |
2001-06-25 | cases in backend | ronny | 1 | -713/+1034 |
2001-06-05 | introduced newFunctionWithType | ronny | 1 | -6/+14 |
2001-06-05 | undo previous commit | ronny | 1 | -382/+393 |
2001-06-05 | accidental commit | ronny | 1 | -393/+382 |
2001-06-05 | changed all trace arrows (==>, ---->) to -*-> | ronny | 1 | -42/+26 |
2001-06-05 | added // otherwises | ronny | 1 | -0/+15 |
2001-06-05 | added type signatures | ronny | 1 | -4/+5 |
2001-06-05 | renamed CopyInfo to CopyState | ronny | 1 | -105/+105 |
2001-06-05 | renamed DistributeInfo to DistributeState | ronny | 1 | -108/+108 |
2001-06-05 | renamed rcs_info parameters to rcs | ronny | 1 | -91/+91 |
2001-06-05 | combined fields in CheckImportedInfo (subphase of weighted refcount) | ronny | 1 | -33/+38 |
2001-06-05 | moved rcs_main_dcl_module_n field from RCState to RCInfo | ronny | 1 | -29/+29 |
2001-06-05 | combinden weightedRefCount parameters in RCInfo record | ronny | 1 | -78/+84 |
2001-06-05 | renamed RCInfo to RCState | ronny | 1 | -126/+126 |
2001-06-05 | reordered functions to reflect order within convertcases | ronny | 1 | -688/+689 |
2001-06-01 | removed comments with alternatives for DynamicExpr | ronny | 1 | -73/+1 |
2001-06-01 | removed MW0 comments | ronny | 1 | -4/+0 |
2001-05-11 | fixed bug in convertCases Let (introduced in previous commit) | ronny | 1 | -1/+1 |
2001-05-09 | combined convert paramaters in record | ronny | 1 | -166/+103 |
2001-05-08 | accidental commit | ronny | 1 | -7/+7 |
2001-05-08 | renamed ci_ fieldname prefixes and ci variables to cs_ and cs | ronny | 1 | -240/+240 |
2001-05-08 | removed uniqueness attribute in ConvertState type definition | ronny | 1 | -4/+4 |
2001-05-08 | renamed ConversionInfo to ConvertState | ronny | 1 | -6/+6 |
2001-05-08 | replaced call to my_zip by exactZip, removed definition my_zip | ronny | 1 | -4/+1 |
2001-05-08 | replaced zip2's with exactZip (fails when its arguments are of unequal length) | ronny | 1 | -8/+16 |
2001-05-08 | split convertcases in two modules (convertcases and convertimportedtypes) | ronny | 1 | -123/+1 |
2001-05-08 | renamed convertCasesOfFunctionsIntoPatterns to convertCasesOfFunctions | ronny | 1 | -2/+2 |
2001-05-08 | moved ImportedFunctions from convertcases to trans | ronny | 1 | -2/+0 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -2/+7 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -10/+16 |
2001-03-02 | making compiler self compilable (this doesn't say anything about the | martinw | 1 | -4/+0 |
2000-10-23 | renumber icl function and macro indices when unfolding | johnvg | 1 | -4/+3 |
2000-10-04 | -added position information for let bindings for better error messages | martinw | 1 | -13/+57 |
2000-09-27 | optimizations and caching of dcl modules (without trans.icl) | clean | 1 | -45/+51 |
2000-07-11 | fixed bug in 'case_is_partial' | clean | 1 | -2/+21 |
2000-06-16 | fix another bug in boolean cases that may fail | clean | 1 | -30/+16 |
2000-06-14 | correcting tiny change of previous revision | martinw | 1 | -2/+1 |
2000-06-14 | tiny change to make compiler compilable by itself (2.0 parser works either | martinw | 1 | -1/+2 |
2000-06-13 | fixed bug in boolean case expressions of which first alt may fail | clean | 1 | -2/+13 |
2000-06-09 | Added preprocessor directives, so that one and the same source can be | martinw | 1 | -1/+1 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -10/+17 |
2000-03-30 | removing record field "lei_strict" that became superflous due to the last rev... | martinw | 1 | -12/+6 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 1 | -28/+43 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 1 | -5/+1 |
2000-02-16 | buf fix (dictionary types in dcl modules) | sjakie | 1 | -2/+4 |
2000-02-15 | added Boolean to FunctionKind to mark genetared functions | ronny | 1 | -1/+2 |
2000-01-19 | bug fix (changed syntax tree) | sjakie | 1 | -40/+38 |
1999-12-01 | Several bug fixes: | sjakie | 1 | -4/+3 |
1999-11-23 | change: dynamics are now converted before 'fusion' | sjakie | 1 | -71/+102 |