Age | Commit message (Expand) | Author | Files | Lines |
2002-10-29 | - added: DynamicRepresentation_String was removed | martijnv | 1 | -0/+2 |
2002-10-24 | add BEFlatTypeX and BERecordTypeX definitions in comment | johnvg | 2 | -0/+18 |
2002-10-24 | disable destructive root updates of records without BOXED_RECORDS | johnvg | 1 | -9/+10 |
2002-10-22 | skip some code when not using BOXED_RECORDS | johnvg | 3 | -8/+10 |
2002-10-22 | add boxed records | johnvg | 9 | -275/+1169 |
2002-10-21 | add missing prototypes | johnvg | 1 | -0/+8 |
2002-10-21 | add boxed records | johnvg | 2 | -19/+65 |
2002-10-21 | print * for unique states, RecordObj, better layout | johnvg | 1 | -8/+17 |
2002-10-21 | add new instructions for boxed records | johnvg | 2 | -2/+20 |
2002-10-21 | add boxed records | johnvg | 2 | -0/+27 |
2002-10-21 | repair initialisation with NULL of unused pointer fields in unions | johnvg | 1 | -3/+1 |
2002-10-21 | add BOXED_RECORDS macro | johnvg | 1 | -1/+2 |
2002-10-21 | remove unused code | johnvg | 4 | -25/+0 |
2002-10-21 | add BEFlatTypeX and BERecordTypeX for boxed records and | johnvg | 2 | -4/+35 |
2002-10-21 | remove unused types and fields | johnvg | 1 | -146/+14 |
2002-10-21 | remove unused types | johnvg | 1 | -207/+1 |
2002-10-18 | added code for boxed records and lhs uniqueness attribute of | johnvg | 1 | -11/+14 |
2002-10-18 | add support_dynamics flag to scanModule call | johnvg | 1 | -7/+4 |
2002-10-18 | add boxed records, strict dot dot expressions, generate | johnvg | 2 | -150/+162 |
2002-10-18 | add boxed records | johnvg | 1 | -1/+1 |
2002-10-18 | add strict dot dot expressions, transform record update | johnvg | 1 | -45/+64 |
2002-10-18 | add boxed records, fix line number in "different number of | johnvg | 1 | -12/+16 |
2002-10-18 | add boxed records and strict dot dot records, | johnvg | 1 | -29/+108 |
2002-10-18 | add boxed records | johnvg | 1 | -2/+2 |
2002-10-18 | add strict dot dot expressions | johnvg | 2 | -3/+88 |
2002-10-18 | add boxed records and strict dot dot expressions | johnvg | 2 | -10/+11 |
2002-10-15 | disable arity check to circumvent bug in compiling the module relayout.icl in... | ronny | 1 | -1/+1 |
2002-10-14 | new type code and type code constructor representation | ronny | 11 | -443/+528 |
2002-10-14 | bug fix convert root cases | ronny | 1 | -8/+3 |
2002-10-10 | use transform_trivial for 0-ary funs | diederik | 1 | -21/+8 |
2002-10-10 | prepare possibly_add_let for reuse | diederik | 1 | -39/+37 |
2002-10-10 | generate new versions for over-applied functions | diederik | 1 | -1/+121 |
2002-10-10 | fuse non-recursive producers | diederik | 1 | -6/+34 |
2002-10-10 | cleanup case fun generation; | diederik | 1 | -24/+30 |
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 |