aboutsummaryrefslogtreecommitdiff
path: root/backendC
AgeCommit message (Expand)AuthorFilesLines
2013-10-21rename parameter inline to inlineFlag, because it is now a keyword (since c99)johnvg1-1/+1
2013-08-23bug fix: generate jmp_eval_upd entry for update function for boxed recordsjohnvg1-37/+21
2013-08-22bug fix: don't use jmp_eval_upd for record fields of an abstract typejohnvg1-1/+5
2013-04-09in lazy record selector offsets for the garbage collector, swap the offsets,johnvg1-0/+8
2013-03-20restore some code for reopening files that was accidently removedjohnvg1-2/+8
2013-03-19use / instead of \ after Clean System Files in pathsjohnvg1-1/+1
2013-03-18use / instead of \ in pathsjohnvg1-3/+3
2013-03-18add hierarchical modulesjohnvg1-14/+83
2012-09-21add hierarchical modulesjohnvg1-15/+84
2012-09-21don't try to remove file extension in BEGenerateCode,johnvg1-29/+0
2012-07-27optimize is constructor functionsjohnvg6-32/+143
2012-07-09remove limit on the size of the converted syntax tree in the strictness analyzerjohnvg2-10/+29
2012-06-19reallocate (enlarge) gCurrentNodeIds array if necessaryjohnvg1-17/+26
2012-06-19increase available memory (1000 instead of 200 blocks of 16k) for the strictn...johnvg1-15/+15
2012-06-11fix function InstantiateExp2, prevent crashjohnvg1-46/+48
2012-05-15thunk lift partial function arguments,johnvg1-29/+122
2012-05-09modify search paths, for some reason the C compiler couldn't find some files ...johnvg1-0/+0
2011-09-06add BEExtendableAlgebraicTypejohnvg4-0/+25
2011-07-04fix small bug in merging Deps or Lubsjohnvg1-15/+13
2011-05-10don't use freopen to redirect stdout and stderror,johnvg4-94/+79
2011-04-11add BETypeSymbolNoMark to the 64 bit versionjohnvg1-0/+1
2011-04-07fix bug in the memory allocatorjohnvg1-7/+3
2011-03-18update files for the Mac after removing some unused fields and values on Windowsjohnvg4-9/+2
2011-03-01remove many unused generic dictionaries from the abc code (previous commit),johnvg1-0/+1
2011-03-01git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd...johnvg3-1/+22
2011-03-01in BEConstructorSymbol store constructor index in symb_arity until BERecordTy...johnvg1-14/+18
2011-03-01remove more unused fields and variablesjohnvg6-86/+11
2011-02-25git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd...johnvg17-442/+15
2011-02-25remove some unused fields and variablesjohnvg13-173/+83
2011-02-01move some #includes, because of compile errors on Mac OS Xjohnvg1-3/+4
2010-11-11prevent crash for tail recursive modulo cons function with overloaded casejohnvg1-0/+2
2010-10-07disable 'function may fail' warnings for Clean 2johnvg1-4/+7
2010-10-07convert negative line numbers to 0,johnvg1-2/+2
2010-09-29prevent NULL pointer dereferencejohnvg1-1/+1
2010-01-08remove AddStrictLhsNodeIdsToNodeDefs call for overloaded case nodejohnvg1-2/+0
2009-12-22prevent crash if def_node==NULL (lhs strictness annotation)johnvg1-2/+2
2009-12-22make strictly annotated variables in patterns strict (in case expressions)johnvg1-0/+6
2009-10-12fix bug in implementation of seqjohnvg2-6/+37
2009-01-14add seqjohnvg15-17/+141
2008-12-19pass world to main function without argumentjohnvg1-2/+2
2008-12-19add BEBindSpecialType, BEOverloadedCaseNode and BEGetErrorjohnvg1-0/+3
2008-12-19remove BENrOfBasicTypesjohnvg1-1/+0
2008-12-19add integers and rationalsjohnvg7-69/+226
2008-12-19add integers and rationals, allow use of main instead of Startjohnvg1-11/+67
2008-12-19add integers and rationalsjohnvg4-11/+325
2008-12-19add integers and rationalsjohnvg2-1/+51
2008-12-19add hsFilejohnvg2-1/+5
2008-12-19add AddStrictnessToExportedFunctionTypesjohnvg3-6/+50
2008-12-19add -seft, AddStrictnessToExportedFunctionTypesjohnvg1-0/+3
2008-12-19add BEGetErrorjohnvg1-0/+3