Age | Commit message (Expand) | Author | Files | Lines |
2002-11-14 | use _SystemStrictLists with _cons..,_decons.. and _nil.. | johnvg | 1 | -1/+1 |
2002-10-24 | add BEFlatTypeX and BERecordTypeX definitions in comment | johnvg | 2 | -0/+18 |
2002-10-18 | added code for boxed records and lhs uniqueness attribute of | johnvg | 1 | -11/+14 |
2002-09-20 | removed SK_GeneratedCaseFunction: it's not necessary any more, because | ronny | 1 | -4/+0 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 5 | -92/+0 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -2/+5 |
2002-09-04 | Add SK_GeneratedCaseFunction for dynamic cases fix | diederik | 1 | -0/+2 |
2002-08-27 | Added FailExpr node | ronny | 1 | -0/+2 |
2002-07-16 | remove ModuleIndex type, because it is now defined in syntax.dcl, | johnvg | 1 | -6/+5 |
2002-06-19 | added clear_cache | johnvg | 1 | -0/+1 |
2002-06-17 | moved backend_library to windows and mac subdirectories | johnvg | 1 | -127/+0 |
2002-06-17 | backend library for windows | johnvg | 1 | -0/+127 |
2002-06-17 | backend_library for the mac | johnvg | 1 | -0/+127 |
2002-04-11 | support for generic type context like in | alimarin | 2 | -4/+4 |
2002-03-08 | new backend version | ronny | 2 | -156/+156 |
2002-02-28 | convert record updates of multiple records into one update node | johnvg | 1 | -12/+11 |
2002-02-13 | bug fix: convert higher-order arrow types | ronny | 1 | -0/+4 |
2002-02-12 | removed useless strictness annotations | ronny | 1 | -3/+1 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 2 | -66/+160 |
2001-12-21 | version number for release | ronny | 2 | -2/+2 |
2001-12-20 | remove RWSDebug dependency | ronny | 1 | -5/+1 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 1 | -1/+11 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -8/+2 |
2001-12-12 | removed RWSDebug import | ronny | 1 | -1/+1 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -2/+4 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -0/+2 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 2 | -2/+2 |
2001-11-29 | different representation of selector kind in Selection | ronny | 1 | -8/+8 |
2001-11-21 | new explicit import syntax | johnvg | 3 | -5/+16 |
2001-11-20 | bug fix determination of exported funtion | ronny | 1 | -1/+1 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 5 | -8/+371 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -132/+46 |
2001-10-05 | bind special idents (such as abort, undef from StdMisc) to the correct identi... | ronny | 4 | -4/+84 |
2001-10-04 | fail explicit cases | ronny | 3 | -21/+42 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 3 | -24/+24 |
2001-09-26 | removed erroneous, unused function | ronny | 1 | -7/+0 |
2001-09-07 | module ownership comment | ronny | 8 | -0/+24 |
2001-09-05 | print forall typevars in backend | ronny | 1 | -9/+10 |
2001-09-05 | print forall typevars in backend | ronny | 3 | -23/+42 |
2001-09-03 | new version number | johnvg | 2 | -6/+6 |
2001-09-03 | new backend functions for strict and unboxed lists | johnvg | 1 | -1/+9 |
2001-08-31 | added code for strict and unboxed lists | johnvg | 1 | -1/+3 |
2001-08-31 | new functions for strict and unboxed lists | johnvg | 2 | -0/+60 |
2001-08-31 | added code for strict and unboxed lists | johnvg | 1 | -44/+313 |
2001-08-28 | changed StdDynamics into StdDynamic | martijnv | 1 | -1/+1 |
2001-07-18 | remove bug with numbering strict alias node defs | ronny | 1 | -5/+19 |
2001-07-18 | replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashes | ronny | 2 | -3/+3 |
2001-07-18 | removed MW comments | ronny | 1 | -8/+0 |
2001-07-18 | work around for caching / attribute heap bug | ronny | 1 | -0/+4 |
2001-07-17 | set attributes in heap to AVI_Empty to avoid using values in the heap from pr... | ronny | 1 | -5/+12 |