aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Lambda-caseCamil Staps2-4/+26
2017-02-27check imports of types that occur only in a cached definition module,johnvg3-2/+73
2017-02-07make make.linux_arm.sh executable and use native EOLjohnvg1-11/+11
2017-02-07add make.linux_arm.sh that uses ARM Makefilesjohnvg1-0/+11
2017-02-07add Makefile.arm for ARM (with gcc -marm)johnvg1-0/+22
2017-02-07add Makefile.arm for ARM (with gcc -marm)johnvg1-0/+17
2016-11-11fix definition of generic function only in the definition module,johnvg1-6/+29
2016-10-04fix substitution of universally quantified uniqueness attributes in function ...johnvg1-8/+8
2016-09-29don't use freopen with Visual Studio, to prevent crashesjohnvg2-14/+25
2016-09-29use "a" instead of "aw" in fopen and freopen calls, to prevent immediately cr...johnvg1-4/+4
2016-09-27remove definition of EndOfFile, causes errors with VC 14 if windows.h is incl...johnvg1-1/+0
2016-09-20add -static-libgcc to remove dependency on a dlljohnvg1-2/+2
2016-09-20avoid annoying C compiler warnings for _X86_johnvg1-1/+3
2016-09-19rename function CopyContext to copy_context to avoid conflict with Windows AP...johnvg1-3/+3
2016-09-16remove BELabelWithoutNumberFunctionsjohnvg1-1/+0
2016-09-16add Makefile.windows_mingw for backend.dll and backend.defjohnvg2-0/+150
2016-06-20fix commit for revision 2724johnvg1-3/+5
2016-06-10add Expression to CP_SymbArg and rename as CP_SymbArgAndExpression,johnvg3-43/+51
2016-06-10pass -dynamics to backendjohnvg1-1/+2
2016-06-10add a bit in the .comp directive indicating whether -dynamics was passedjohnvg4-2/+9
2016-06-06set FI_HasTypeCodes in fi_properties if a function contains type codes andjohnvg3-49/+46
2016-06-06fix previous commitjohnvg1-1/+1
2016-06-06fix bug that occurs if the same label name is used for inline code in differe...johnvg6-10/+10
2016-06-06make RetrieveFromSymbolTable static,johnvg2-74/+11
2016-06-06remove #pragma options (!macsbug_names)johnvg1-2/+0
2016-06-06remove #ifdef CLEAN2johnvg1-19/+16
2016-05-18remove unused fields and typesjohnvg1-158/+5
2016-05-18remove unused functionsjohnvg3-222/+0
2016-04-07remove some unnecessary copying on the stack for root record updatesjohnvg1-13/+19
2016-04-06remove an unnecessary record copy in the abc code for some record updatesjohnvg3-197/+73
2016-04-05use {}'s instead of ()'s in element type string for unboxed recordsjohnvg1-2/+2
2016-04-05don't forget to transform (index) expressions in ArraySelection's of Selector'sjohnvg1-23/+31
2015-12-02allow # and | in \ expressionsjohnvg4-66/+130
2015-11-27only allow infix constructor with arity 2, otherwise the compiler may crash w...johnvg1-2/+11
2015-11-23use new label names for _indirection (instead of old names)johnvg2-4/+4
2015-11-17fix qualified import of constructors with a constraint or universally quantif...johnvg1-10/+17
2015-09-17fix name in descriptor for unboxed lists of records if exporting local labels...johnvg1-1/+1
2015-09-08remove .o files generated by c compiler in call to clm,johnvg1-4/+5
2015-08-20add record label to .record directive for list of unboxed recordsjohnvg1-11/+14
2015-08-19fix bug in FPrintF calljohnvg1-2/+2
2015-08-18fix previous version, add return before next case in switch instructionjohnvg1-1/+2
2015-08-18add descriptors of unboxed sub records to .record directive, in reverse orderjohnvg1-37/+206
2015-07-21export label of node entry for Array methods for arrays of unboxed records if...johnvg1-6/+10
2015-07-20fix names and export labels of tuple selectors > 6 if exporting local labelsjohnvg2-2/+31
2015-07-09fix name in descriptor for unboxed lists of records if exporting local labelsjohnvg1-1/+1
2015-07-09fix printing of symbols starting with a _ (characters after ; were printed tw...johnvg1-8/+10
2014-10-16atop compiling after a kind error, because this may cause a crash in the type...johnvg1-2/+6
2014-10-16move addFunctionsRange after collectFunctions for instances and generic cases,johnvg1-3/+2
2014-09-26remove unused constructor TQV of :: type_io.icljohnvg6-24/+0
2014-04-03add unit type (print type as ())johnvg1-0/+2