Age | Commit message (Expand) | Author | Files | Lines |
2002-10-10 | transform record selections | diederik | 1 | -0/+21 |
2002-10-09 | possiblyFoldOuterCase | diederik | 1 | -20/+69 |
2002-10-09 | SwitchHOFusion | diederik | 1 | -16/+41 |
2002-10-09 | only generate functions for safe cases | diederik | 1 | -27/+119 |
2002-10-09 | rnf constructor fusion | diederik | 1 | -3/+25 |
2002-10-08 | SwitchReanalyseFunction | diederik | 1 | -17/+36 |
2002-10-08 | Add alternatives for FailExpr | diederik | 1 | -0/+4 |
2002-10-08 | Change order of propagation annotation in generateFunction | diederik | 1 | -15/+16 |
2002-10-08 | Add function arity checks | diederik | 1 | -16/+40 |
2002-10-07 | strip and dump commandline args | diederik | 1 | -1/+15 |
2002-10-07 | iterate fusion per component | diederik | 4 | -172/+336 |
2002-10-07 | include type when adding cases for bool exprs | diederik | 1 | -1/+7 |
2002-10-07 | clear type propagation info from var heap | diederik | 1 | -0/+19 |
2002-10-01 | minor changes in generics | alimarin | 7 | -41/+89 |
2002-09-30 | improved case classification | diederik | 1 | -179/+180 |
2002-09-30 | add 'safe' to active case info for casefun generation | diederik | 5 | -41/+166 |
2002-09-24 | introduce functions for fail expressions on non-root positions | ronny | 1 | -1/+16 |
2002-09-24 | bug fix for: abstract or synonym type with different number | johnvg | 1 | -36/+44 |
2002-09-24 | fix bug if a class is used in a type context before the class | johnvg | 2 | -63/+120 |
2002-09-24 | removed ignored ! | johnvg | 1 | -1/+1 |
2002-09-24 | removed unused ts_td_infos field in two patterns | johnvg | 1 | -2/+2 |
2002-09-24 | removed second_of_2_tuple in mapSt | johnvg | 2 | -14/+6 |
2002-09-20 | fixed bug in mergecases for dynamics (result from a failed experiment) | ronny | 1 | -4/+3 |
2002-09-20 | moved var info definitions to the modules where they are used | ronny | 5 | -27/+37 |
2002-09-20 | removed unnecessary exports | ronny | 2 | -15/+5 |
2002-09-20 | removed SK_GeneratedCaseFunction: it's not necessary any more, because | ronny | 4 | -7/+1 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 2 | -1626/+7 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 10 | -138/+3 |
2002-09-19 | bug fixed: check if overloading is solved in type codes, removed some unused ... | ronny | 1 | -50/+26 |
2002-09-19 | fixed bugs caused by sharing of case and let info ptrs and using incorrect ca... | ronny | 1 | -36/+25 |
2002-09-19 | major rewrite dynamics | ronny | 11 | -1256/+767 |
2002-09-04 | Add SK_GeneratedCaseFunction for dynamic cases fix | diederik | 5 | -1/+6 |
2002-09-03 | store record.field name in descriptor for record fields instead of just the f... | johnvg | 2 | -15/+13 |
2002-09-02 | expand macros in dynamic expressions | ronny | 1 | -0/+9 |
2002-08-27 | Added FailExpr node | ronny | 3 | -0/+5 |
2002-08-23 | remove record fields: ui_convert_module_n and ui_conversion_table | johnvg | 2 | -10/+4 |
2002-08-23 | the partitionate and lift functions in transform no longer use | johnvg | 1 | -12/+12 |
2002-08-23 | remove record fields: ui_convert_module_n, ui_conversion_table, | johnvg | 2 | -169/+126 |
2002-08-22 | disable trace statement | ronny | 1 | -1/+1 |
2002-08-22 | transform implicit cases on rhs variables, see comment before splitCases in c... | ronny | 3 | -56/+642 |
2002-08-07 | Add partitioning variants | diederik | 2 | -0/+484 |
2002-08-07 | Move partitioning to separate module | diederik | 4 | -93/+99 |
2002-08-07 | Add consumer annotations changed flag to reanalyseGroups result; | diederik | 2 | -17/+68 |
2002-08-01 | fix curried constructor applications | diederik | 1 | -0/+16 |
2002-08-01 | inline trivial functions and optionally constant functions | diederik | 1 | -17/+213 |
2002-08-01 | add and use consumer_is_curried information to producer determination | diederik | 1 | -29/+55 |
2002-07-30 | improved type annotations from build_application_type; | diederik | 1 | -6/+100 |
2002-07-30 | specialize when special available | diederik | 1 | -14/+112 |
2002-07-29 | add removing unused function arguments to fusion | diederik | 1 | -15/+31 |
2002-07-29 | fixes for removing unused function arguments | diederik | 1 | -8/+36 |