Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | add BEBindSpecialType, BEOverloadedCaseNode and BEGetError | johnvg | 1 | -0/+3 |
2008-12-19 | remove BENrOfBasicTypes | johnvg | 1 | -1/+0 |
2008-12-19 | add integers and rationals | johnvg | 7 | -69/+226 |
2008-12-19 | add integers and rationals, allow use of main instead of Start | johnvg | 1 | -11/+67 |
2008-12-19 | add integers and rationals | johnvg | 4 | -11/+325 |
2008-12-19 | add integers and rationals | johnvg | 2 | -1/+51 |
2008-12-19 | add hsFile | johnvg | 2 | -1/+5 |
2008-12-19 | add AddStrictnessToExportedFunctionTypes | johnvg | 3 | -6/+50 |
2008-12-19 | add -seft, AddStrictnessToExportedFunctionTypes | johnvg | 1 | -0/+3 |
2008-12-19 | add BEGetError | johnvg | 1 | -0/+3 |
2008-12-19 | add ExitEnv_valid | johnvg | 1 | -0/+20 |
2008-12-19 | add ExitEnv_valid | johnvg | 2 | -4/+18 |
2008-12-19 | remove BENrOfBasicDenots | johnvg | 1 | -3/+1 |
2008-12-19 | remove NR_Of_Basic_Denots, BENrOfBasicDenots | johnvg | 1 | -1/+0 |
2008-12-19 | remove RecordNode, IdentNode, ApplyNode and ScopeNode | johnvg | 1 | -42/+0 |
2008-12-19 | add OverloadedCaseNode, integer_denot and rational_denot | johnvg | 1 | -4/+13 |
2008-12-19 | remove unused function NewRule | johnvg | 2 | -31/+0 |
2008-12-19 | remove Enum function ids | johnvg | 3 | -44/+0 |
2008-12-19 | remove unused field cl_exist_quant_typevars | johnvg | 1 | -1/+0 |
2008-12-19 | remove RecordNode, IdentNode, ApplyNode, ScopeNode and IndirectionNode | johnvg | 3 | -52/+0 |
2008-04-02 | fix bug in codegeneration for a redirection of an evaluated array to | johnvg | 1 | -2/+1 |
2007-09-04 | fix crash for let x=x*x in x, if the first argument of * is updated with Top, | johnvg | 1 | -0/+6 |
2007-09-03 | add ( , and ) in type string of .record to print unboxed tuples in constructo... | johnvg | 1 | -7/+32 |
2007-02-27 | add {#Int} and {#Real} for foreign export | johnvg | 1 | -3/+12 |
2007-02-21 | fix BEStartFunction type | johnvg | 1 | -1/+1 |
2007-02-21 | add BEStartFunction | johnvg | 3 | -0/+10 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -0/+8 |
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-10-26 | change version number to 2.2 | johnvg | 1 | -3/+3 |
2006-07-18 | backend.dll makefile for 64 bit windows | johnvg | 1 | -0/+96 |
2006-07-18 | same as backend.link but without a space after /EXPORT: | johnvg | 1 | -0/+126 |
2006-07-17 | add 64 bit flag to .comp directive | johnvg | 1 | -5/+6 |
2006-04-07 | add BEGetIntFromArray | johnvg | 1 | -0/+1 |
2006-01-31 | Moved forward declaration of static functions from inside functions | ronny | 1 | -4/+4 |
2006-01-05 | use BEGetIntFromArray instead of BECopyInts to fix a problem if integers | johnvg | 1 | -0/+1 |
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 |