aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-04generate .impmod before importing labels and descriptors,johnvg11-101/+301
2013-11-08generate jsr_ap 1 instead of jsr e_system_sAPjohnvg1-4/+1
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
2011-09-06add BEExtendableAlgebraicTypejohnvg2-0/+23
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-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-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-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