aboutsummaryrefslogtreecommitdiff
path: root/backendC
AgeCommit message (Expand)AuthorFilesLines
2016-06-10add a bit in the .comp directive indicating whether -dynamics was passedjohnvg4-2/+9
2016-06-06fix previous commitjohnvg1-1/+1
2016-06-06fix bug that occurs if the same label name is used for inline code in differe...johnvg6-10/+10
2016-06-06make RetrieveFromSymbolTable static,johnvg2-74/+11
2016-06-06remove #pragma options (!macsbug_names)johnvg1-2/+0
2016-06-06remove #ifdef CLEAN2johnvg1-19/+16
2016-05-18remove unused fields and typesjohnvg1-158/+5
2016-05-18remove unused functionsjohnvg3-222/+0
2016-04-07remove some unnecessary copying on the stack for root record updatesjohnvg1-13/+19
2016-04-06remove an unnecessary record copy in the abc code for some record updatesjohnvg3-197/+73
2016-04-05use {}'s instead of ()'s in element type string for unboxed recordsjohnvg1-2/+2
2015-11-23use new label names for _indirection (instead of old names)johnvg2-4/+4
2015-09-17fix name in descriptor for unboxed lists of records if exporting local labels...johnvg1-1/+1
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
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