Age | Commit message (Expand) | Author | Files | Lines |
2017-03-06 | Readme | Camil Staps | 1 | -0/+46 |
2017-03-06 | Lambda-case | Camil Staps | 2 | -4/+26 |
2017-02-27 | check imports of types that occur only in a cached definition module, | johnvg | 3 | -2/+73 |
2017-02-07 | make make.linux_arm.sh executable and use native EOL | johnvg | 1 | -11/+11 |
2017-02-07 | add make.linux_arm.sh that uses ARM Makefiles | johnvg | 1 | -0/+11 |
2017-02-07 | add Makefile.arm for ARM (with gcc -marm) | johnvg | 1 | -0/+22 |
2017-02-07 | add Makefile.arm for ARM (with gcc -marm) | johnvg | 1 | -0/+17 |
2016-11-11 | fix definition of generic function only in the definition module, | johnvg | 1 | -6/+29 |
2016-10-04 | fix substitution of universally quantified uniqueness attributes in function ... | johnvg | 1 | -8/+8 |
2016-09-29 | don't use freopen with Visual Studio, to prevent crashes | johnvg | 2 | -14/+25 |
2016-09-29 | use "a" instead of "aw" in fopen and freopen calls, to prevent immediately cr... | johnvg | 1 | -4/+4 |
2016-09-27 | remove definition of EndOfFile, causes errors with VC 14 if windows.h is incl... | johnvg | 1 | -1/+0 |
2016-09-20 | add -static-libgcc to remove dependency on a dll | johnvg | 1 | -2/+2 |
2016-09-20 | avoid annoying C compiler warnings for _X86_ | johnvg | 1 | -1/+3 |
2016-09-19 | rename function CopyContext to copy_context to avoid conflict with Windows AP... | johnvg | 1 | -3/+3 |
2016-09-16 | remove BELabelWithoutNumberFunctions | johnvg | 1 | -1/+0 |
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 |