Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | add Makefile.windows_mingw for backend.dll and backend.def | johnvg | 2 | -0/+150 |
2016-06-20 | fix commit for revision 2724 | johnvg | 1 | -3/+5 |
2016-06-10 | add Expression to CP_SymbArg and rename as CP_SymbArgAndExpression, | johnvg | 3 | -43/+51 |
2016-06-10 | pass -dynamics to backend | johnvg | 1 | -1/+2 |
2016-06-10 | add a bit in the .comp directive indicating whether -dynamics was passed | johnvg | 4 | -2/+9 |
2016-06-06 | set FI_HasTypeCodes in fi_properties if a function contains type codes and | johnvg | 3 | -49/+46 |
2016-06-06 | fix previous commit | johnvg | 1 | -1/+1 |
2016-06-06 | fix bug that occurs if the same label name is used for inline code in differe... | johnvg | 6 | -10/+10 |
2016-06-06 | make RetrieveFromSymbolTable static, | johnvg | 2 | -74/+11 |
2016-06-06 | remove #pragma options (!macsbug_names) | johnvg | 1 | -2/+0 |
2016-06-06 | remove #ifdef CLEAN2 | johnvg | 1 | -19/+16 |
2016-05-18 | remove unused fields and types | johnvg | 1 | -158/+5 |
2016-05-18 | remove unused functions | johnvg | 3 | -222/+0 |
2016-04-07 | remove some unnecessary copying on the stack for root record updates | johnvg | 1 | -13/+19 |
2016-04-06 | remove an unnecessary record copy in the abc code for some record updates | johnvg | 3 | -197/+73 |
2016-04-05 | use {}'s instead of ()'s in element type string for unboxed records | johnvg | 1 | -2/+2 |
2016-04-05 | don't forget to transform (index) expressions in ArraySelection's of Selector's | johnvg | 1 | -23/+31 |
2015-12-02 | allow # and | in \ expressions | johnvg | 4 | -66/+130 |
2015-11-27 | only allow infix constructor with arity 2, otherwise the compiler may crash w... | johnvg | 1 | -2/+11 |
2015-11-23 | use new label names for _indirection (instead of old names) | johnvg | 2 | -4/+4 |
2015-11-17 | fix qualified import of constructors with a constraint or universally quantif... | johnvg | 1 | -10/+17 |
2015-09-17 | fix name in descriptor for unboxed lists of records if exporting local labels... | johnvg | 1 | -1/+1 |
2015-09-08 | remove .o files generated by c compiler in call to clm, | johnvg | 1 | -4/+5 |
2015-08-20 | add record label to .record directive for list of unboxed records | johnvg | 1 | -11/+14 |
2015-08-19 | fix bug in FPrintF call | johnvg | 1 | -2/+2 |
2015-08-18 | fix previous version, add return before next case in switch instruction | johnvg | 1 | -1/+2 |
2015-08-18 | add descriptors of unboxed sub records to .record directive, in reverse order | johnvg | 1 | -37/+206 |
2015-07-21 | export label of node entry for Array methods for arrays of unboxed records if... | johnvg | 1 | -6/+10 |
2015-07-20 | fix names and export labels of tuple selectors > 6 if exporting local labels | johnvg | 2 | -2/+31 |
2015-07-09 | fix name in descriptor for unboxed lists of records if exporting local labels | johnvg | 1 | -1/+1 |
2015-07-09 | fix printing of symbols starting with a _ (characters after ; were printed tw... | johnvg | 1 | -8/+10 |
2014-10-16 | atop compiling after a kind error, because this may cause a crash in the type... | johnvg | 1 | -2/+6 |
2014-10-16 | move addFunctionsRange after collectFunctions for instances and generic cases, | johnvg | 1 | -3/+2 |
2014-09-26 | remove unused constructor TQV of :: type_io.icl | johnvg | 6 | -24/+0 |
2014-04-03 | add unit type (print type as ()) | johnvg | 1 | -0/+2 |
2014-04-03 | add unit type | johnvg | 6 | -234/+329 |
2014-04-03 | use the index to recognize predefined types when printing, instead of the nam... | johnvg | 1 | -23/+16 |
2014-03-19 | fix the order of expansion of type synonyms in type synonyms, | johnvg | 1 | -2/+3 |
2014-02-21 | if a constraint of a class without members is reduced, and all classes in the... | johnvg | 1 | -1/+65 |
2013-12-13 | in derived dynamic types, add uniqueness to algebraic types that are always u... | johnvg | 4 | -7/+23 |
2013-12-12 | add type attributes for universally quantified variables generated in the gen... | johnvg | 1 | -5/+3 |
2013-12-04 | generate .impmod before importing labels and descriptors, | johnvg | 11 | -101/+301 |
2013-11-27 | fix printing of uniqueness attributes in type with A. | johnvg | 1 | -0/+4 |
2013-11-08 | generate jsr_ap 1 instead of jsr e_system_sAP | johnvg | 1 | -4/+1 |
2013-11-04 | fix comprehensions with a non lower case identifier as pattern, | johnvg | 1 | -2/+3 |
2013-11-04 | remove unused argument ca and result of functions: | johnvg | 1 | -30/+29 |
2013-10-24 | fix bug in function getCommonFileInfoC on 64 bit platforms | johnvg | 1 | -1/+1 |
2013-10-23 | don't accept instance members defined using :== | johnvg | 1 | -9/+20 |
2013-10-23 | undo previous commit, because it causes the compiler to crash when compiling ... | johnvg | 1 | -5/+0 |
2013-10-21 | rename parameter inline to inlineFlag, because it is now a keyword (since c99) | johnvg | 1 | -1/+1 |