Age | Commit message (Expand) | Author | Files | Lines |
2002-03-08 | make result of function build_inequalities strict to reduce | johnvg | 1 | -0/+1 |
2002-03-08 | make result of function add_declaration strict to reduce | johnvg | 1 | -2/+2 |
2002-03-08 | new backend version | ronny | 3 | -156/+156 |
2002-03-06 | bug fix in 'improved' tail recursion modulo cons optimisation | johnvg | 1 | -1/+1 |
2002-03-06 | improve tail recursion modulo cons optimisation | johnvg | 2 | -118/+163 |
2002-03-05 | prevent compiler crash if too few members are specified in | johnvg | 1 | -27/+37 |
2002-03-04 | fix tail recursion modulo cons optimisation | johnvg | 2 | -36/+49 |
2002-03-04 | add RULE_TAIL_MODULO_CONS_ENTRY_MASK | johnvg | 1 | -0/+1 |
2002-03-04 | add missing case for TAS constructor (for strict lists) | johnvg | 1 | -1/+3 |
2002-03-04 | Export proper new type of transformGroups | diederik | 2 | -2/+11 |
2002-02-28 | unbox record update function arguments | johnvg | 2 | -185/+153 |
2002-02-28 | remove some code for debugging | johnvg | 1 | -12/+8 |
2002-02-28 | add unboxing of records for update function | johnvg | 1 | -1/+5 |
2002-02-28 | add unboxing of records in unboxed closures (for record updates) | johnvg | 1 | -13/+50 |
2002-02-28 | add UNBOX_UPDATE_FUNCTION_ARGUMENTS | johnvg | 1 | -0/+1 |
2002-02-28 | thunk lift u record selections and 0 arity constructors | johnvg | 1 | -80/+187 |
2002-02-28 | compare record states when comparing strictness | johnvg | 1 | -99/+112 |
2002-02-28 | some bug fixes from Clean 1.3 | johnvg | 1 | -15/+93 |
2002-02-28 | convert record updates of multiple records into one update node | johnvg | 1 | -12/+11 |
2002-02-28 | fix bug in computing the conversion table for macros that appear | johnvg | 1 | -1/+1 |
2002-02-27 | fix bug: report error when the same constructor or member | johnvg | 1 | -60/+98 |
2002-02-26 | Bug fix: Dictionary arguments were not passed correctly to other dictionaries | sjakie | 1 | -0/+12 |
2002-02-19 | Disable debugging traces | diederik | 1 | -7/+7 |
2002-02-19 | Reorder functions and introduce state record for determine_args | diederik | 1 | -967/+1177 |
2002-02-15 | initialise number for failing case label for each compile | ronny | 1 | -4/+11 |
2002-02-15 | backend.c | johnvg | 1 | -1/+1 |
2002-02-15 | allow record update nodes with more than 2 arguments | johnvg | 1 | -9/+18 |
2002-02-13 | work around for incorrect merging of cases (see source comment) | ronny | 1 | -0/+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-13 | compare strictness annotations of constructors | johnvg | 1 | -1/+1 |
2002-02-13 | bug fix: convert higher-order arrow types | ronny | 1 | -0/+4 |
2002-02-12 | removed useless strictness annotations | ronny | 3 | -8/+6 |
2002-02-11 | removed comments that marked various patches | ronny | 1 | -128/+16 |
2002-02-11 | - creation of {PV,UPV,UV}_Placeholder instead of P_laceholder. See predef | martijnv | 5 | -110/+111 |
2002-02-11 | small macintosh/clean 2.0 fixes | diederik | 5 | -4/+21 |
2002-02-11 | class type variables bugfix | diederik | 2 | -12/+20 |
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 |
2002-02-08 | - change in strictness information | martijnv | 5 | -69/+106 |
2002-02-08 | add missing alternatives in equal_strictness_lists and | johnvg | 3 | -10/+22 |
2002-02-07 | - cosmetic changes: made some String-representation of type names symbolic | martijnv | 3 | -1/+9 |
2002-02-07 | fix bug for boolean cases with then or else expressions that | johnvg | 1 | -6/+4 |
2002-02-07 | initialise st_args_strictness in unused function for Clean 2.0 | johnvg | 1 | -0/+1 |
2002-02-06 | fix bug when using type definition: | johnvg | 1 | -1/+1 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 26 | -798/+1778 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -3/+6 |
2002-02-04 | er worden nu universele type variabelen in de vorm van UP_laceHolder's | martijnv | 5 | -97/+117 |