Age | Commit message (Expand) | Author | Files | Lines |
2007-01-10 | add passing Reals using foreign export | johnvg | 1 | -0/+3 |
2007-01-04 | Fix strictness analysis of a guard with no default, followed by a pattern match, | johnvg | 1 | -4/+1 |
2006-11-30 | use version number 920 on 64 bit platforms | johnvg | 1 | -4/+0 |
2006-11-16 | rename ea entry for record to eu, to prevent conflict with ea | johnvg | 3 | -9/+20 |
2006-11-08 | add makefile for 64 bit linux | johnvg | 1 | -0/+17 |
2006-11-03 | fix printing of _ label in .n directive for lazy record field selectors | johnvg | 1 | -2/+5 |
2006-11-03 | generate an eval_fill call as ea entry for lazy record selectors | johnvg | 1 | -1/+1 |
2006-11-03 | generate ea entry for boxed records, fixes jmp_eval_upd in lazy selectors | johnvg | 4 | -8/+64 |
2006-07-18 | backend.dll makefile for 64 bit windows | johnvg | 1 | -0/+96 |
2006-07-17 | add 64 bit flag to .comp directive | johnvg | 1 | -5/+6 |
2006-01-31 | Moved forward declaration of static functions from inside functions | ronny | 1 | -4/+4 |
2006-01-05 | port to 64 bit windows | johnvg | 7 | -13/+41 |
2006-01-04 | add function BEGetIntFromArray, will replace BECopyInts because copying | johnvg | 2 | -0/+8 |
2005-12-12 | another fix for counting the number of arguments in the thunk lifter, to prevent | johnvg | 1 | -2/+2 |
2005-11-28 | fix counting of the number of arguments by the thunk lifter, to prevent | johnvg | 1 | -20/+20 |
2005-11-22 | rename DeltaBId as StdBoolId | johnvg | 3 | -4/+4 |
2005-11-22 | rename DeltaBId as StdBoolId, remove unused SystemFunctionsId and StdArrayAbo... | johnvg | 1 | -8/+4 |
2005-11-22 | remove unused fields im_module_info and dm_module_info | johnvg | 1 | -8/+0 |
2005-11-21 | use new apply | johnvg | 1 | -0/+2 |
2005-11-21 | remove function GetOptionsFromIclFile | johnvg | 1 | -5/+0 |
2005-11-11 | use new selector descriptors for garbage collector | johnvg | 1 | -0/+2 |
2005-11-11 | new selector descriptors for garbage collector | johnvg | 3 | -17/+115 |
2005-10-28 | add -fusion flag | johnvg | 6 | -31/+19 |
2005-10-06 | increment version number because descriptors and apply with >=2 arguments hav... | johnvg | 1 | -1/+1 |
2005-10-06 | #define NEW_APPLY for IA32, | johnvg | 2 | -4/+4 |
2005-10-06 | generate .a directive for constructors | johnvg | 1 | -1/+6 |
2005-05-30 | initialize DoDescriptors and ExportLocalLabels | johnvg | 1 | -0/+2 |
2005-03-31 | remove macros _STANDALONE_ and _MACUSER_ | johnvg | 3 | -56/+9 |
2005-03-31 | remove InCommandInterpreter and cmdline.h | johnvg | 2 | -8/+0 |
2005-03-17 | makefile for MacOSX / MACH_O | johnvg | 1 | -0/+18 |
2005-03-17 | handle \r as \n when scanning .abc files | johnvg | 1 | -0/+3 |
2005-03-17 | rename bool to bool_ | johnvg | 1 | -6/+6 |
2005-03-17 | add convert_file_name | johnvg | 1 | -3/+11 |
2005-01-25 | optimize apply of unknown function with two or more arguments, not yet enabled | johnvg | 6 | -19/+210 |
2005-01-12 | improve names used by the time profiler for functions generated for | johnvg | 4 | -8/+41 |
2005-01-10 | changed version number and name of university | ronny | 1 | -1/+8 |
2004-07-13 | fix conversion of selection (pattern match in lhs of where or let) | johnvg | 1 | -11/+16 |
2004-07-13 | remove syntax problem caused by cvs | johnvg | 1 | -41/+0 |
2004-06-02 | remove overloading_2.o, typechecker_2.o and typechecker2_2.o | johnvg | 1 | -3/+3 |
2004-05-07 | convert hfs file name to unix file name for freopen on MacOSX/MachO | johnvg | 1 | -0/+17 |
2004-04-29 | bug fix: always print ';' in function descriptor names | ronny | 1 | -2/+3 |
2004-04-29 | removed analysis of ident names for instance types (pre-Clean 2.0 code) | ronny | 1 | -16/+0 |
2004-04-26 | convert file names for MachO | johnvg | 1 | -0/+27 |
2004-04-20 | added ')' to #ifdef to fix syntax error | ronny | 1 | -1/+1 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 2 | -1/+12 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 1 | -3/+26 |
2004-04-19 | port to gcc on Mac OS X | johnvg | 1 | -4/+53 |
2004-04-19 | remove TC; types | ronny | 1 | -6/+15 |
2004-04-14 | mark lazy and/or curried entries of cons for list of unboxed records | johnvg | 1 | -1/+9 |
2004-04-02 | implement foreign export with stdcall | johnvg | 4 | -3/+8 |