Age | Commit message (Expand) | Author | Files | Lines |
2017-02-07 | add Makefile.arm for ARM (with gcc -marm) | johnvg | 1 | -0/+17 |
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-10 | add a bit in the .comp directive indicating whether -dynamics was passed | johnvg | 4 | -2/+9 |
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 |
2015-11-23 | use new label names for _indirection (instead of old names) | johnvg | 2 | -4/+4 |
2015-09-17 | fix name in descriptor for unboxed lists of records if exporting local labels... | johnvg | 1 | -1/+1 |
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 |
2013-12-04 | generate .impmod before importing labels and descriptors, | johnvg | 11 | -101/+301 |
2013-11-08 | generate jsr_ap 1 instead of jsr e_system_sAP | johnvg | 1 | -4/+1 |
2013-10-21 | rename parameter inline to inlineFlag, because it is now a keyword (since c99) | johnvg | 1 | -1/+1 |
2013-08-23 | bug fix: generate jmp_eval_upd entry for update function for boxed records | johnvg | 1 | -37/+21 |
2013-08-22 | bug fix: don't use jmp_eval_upd for record fields of an abstract type | johnvg | 1 | -1/+5 |
2013-04-09 | in lazy record selector offsets for the garbage collector, swap the offsets, | johnvg | 1 | -0/+8 |
2013-03-20 | restore some code for reopening files that was accidently removed | johnvg | 1 | -2/+8 |
2013-03-19 | use / instead of \ after Clean System Files in paths | johnvg | 1 | -1/+1 |
2013-03-18 | use / instead of \ in paths | johnvg | 1 | -3/+3 |
2013-03-18 | add hierarchical modules | johnvg | 1 | -14/+83 |
2012-09-21 | add hierarchical modules | johnvg | 1 | -15/+84 |
2012-09-21 | don't try to remove file extension in BEGenerateCode, | johnvg | 1 | -29/+0 |
2012-07-27 | optimize is constructor functions | johnvg | 6 | -32/+143 |
2012-07-09 | remove limit on the size of the converted syntax tree in the strictness analyzer | johnvg | 2 | -10/+29 |
2012-06-19 | reallocate (enlarge) gCurrentNodeIds array if necessary | johnvg | 1 | -17/+26 |
2012-06-19 | increase available memory (1000 instead of 200 blocks of 16k) for the strictn... | johnvg | 1 | -15/+15 |
2012-06-11 | fix function InstantiateExp2, prevent crash | johnvg | 1 | -46/+48 |
2012-05-15 | thunk lift partial function arguments, | johnvg | 1 | -29/+122 |
2012-05-09 | modify search paths, for some reason the C compiler couldn't find some files ... | johnvg | 1 | -0/+0 |
2011-09-06 | add BEExtendableAlgebraicType | johnvg | 4 | -0/+25 |