aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
AgeCommit message (Expand)AuthorFilesLines
2017-02-07add Makefile.arm for ARM (with gcc -marm)johnvg1-0/+17
2016-09-29don't use freopen with Visual Studio, to prevent crashesjohnvg2-14/+25
2016-09-29use "a" instead of "aw" in fopen and freopen calls, to prevent immediately cr...johnvg1-4/+4
2016-09-27remove definition of EndOfFile, causes errors with VC 14 if windows.h is incl...johnvg1-1/+0
2016-09-20add -static-libgcc to remove dependency on a dlljohnvg1-2/+2
2016-09-20avoid annoying C compiler warnings for _X86_johnvg1-1/+3
2016-09-19rename function CopyContext to copy_context to avoid conflict with Windows AP...johnvg1-3/+3
2016-09-16add Makefile.windows_mingw for backend.dll and backend.defjohnvg1-0/+15
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
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