aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
AgeCommit message (Expand)AuthorFilesLines
2005-03-31remove macros _STANDALONE_ and _MACUSER_johnvg3-56/+9
2005-03-31remove InCommandInterpreter and cmdline.hjohnvg2-8/+0
2005-03-17makefile for MacOSX / MACH_Ojohnvg1-0/+18
2005-03-17handle \r as \n when scanning .abc filesjohnvg1-0/+3
2005-03-17rename bool to bool_johnvg1-6/+6
2005-03-17add convert_file_namejohnvg1-3/+11
2005-01-25optimize apply of unknown function with two or more arguments, not yet enabledjohnvg6-19/+210
2005-01-12improve names used by the time profiler for functions generated forjohnvg4-8/+41
2005-01-10changed version number and name of universityronny1-1/+8
2004-07-13fix conversion of selection (pattern match in lhs of where or let)johnvg1-11/+16
2004-07-13remove syntax problem caused by cvsjohnvg1-41/+0
2004-06-02remove overloading_2.o, typechecker_2.o and typechecker2_2.ojohnvg1-3/+3
2004-05-07convert hfs file name to unix file name for freopen on MacOSX/MachOjohnvg1-0/+17
2004-04-29bug fix: always print ';' in function descriptor namesronny1-2/+3
2004-04-29removed analysis of ident names for instance types (pre-Clean 2.0 code)ronny1-16/+0
2004-04-26convert file names for MachOjohnvg1-0/+27
2004-04-20added ')' to #ifdef to fix syntax errorronny1-1/+1
2004-04-19port to gcc on Mac OS Xjohnvg2-1/+12
2004-04-19port to gcc on Mac OS Xjohnvg1-3/+26
2004-04-19port to gcc on Mac OS Xjohnvg1-4/+53
2004-04-19remove TC; typesronny1-6/+15
2004-04-14mark lazy and/or curried entries of cons for list of unboxed recordsjohnvg1-1/+9
2004-04-02implement foreign export with stdcalljohnvg4-3/+8
2004-03-19if ExportLocalLabels and strict constructor not used curried and notjohnvg1-4/+10
2004-03-05implement tuple result for foreign export / centryjohnvg1-1/+9
2004-02-20remove includes of typechecker.h and tctypes.tjohnvg1-3/+0
2004-02-20remove include of overloading.hjohnvg2-2/+0
2004-02-20remove calls of PrintTCType and InitTypeChecker, change #includesjohnvg1-15/+1
2004-02-20remove include of typechecker.hjohnvg1-1/+0
2004-02-20include typeconv.h instead of typechecker.hjohnvg1-1/+1
2004-02-20remove includes of typechecker.h and overloading.hjohnvg1-2/+0
2004-02-20move definition of UserDefinedArrayFunctions to this filejohnvg1-1/+1
2004-02-20move prototype of UserDefinedArrayFunctions to this filejohnvg1-0/+2
2004-02-20remove prototypes of removed functions, move some prototypes fromjohnvg1-28/+3
2004-02-20remove prototypes of removed functions, add ListTypes prototypejohnvg1-18/+1
2004-02-20move some functions from typechecker or overloading to this filejohnvg1-4/+34
2004-02-20remove unused codejohnvg1-22/+0
2004-02-09initialise sdef_mark with 0 and remove fields from list of symbols,johnvg1-14/+28
2003-12-15add foreign exportjohnvg6-0/+78
2003-12-09fix generated code for strict or unboxed list constructor root node on a cyclejohnvg1-26/+50
2003-12-09propagate strictness to strict head and/or tail of a strictjohnvg1-1/+23
2003-12-01bug fix for strict and unboxed list constructors on a cycle injohnvg1-2/+2
2003-10-27update backend version number for 2.1 releaseronny1-1/+1
2003-10-22move include of compiledefines.h, define TARGET_API_MAC_CARBON if KARBONjohnvg1-3/+3
2003-10-22remove double include of compiledefines.hjohnvg1-1/+0
2003-10-22use KARBON macro only if POWER is also definedjohnvg1-1/+1
2003-10-21#define KARBON instead of #undef KARBONjohnvg1-1/+1
2003-10-16add extra attribute argument to BEFlatType andjohnvg1-39/+33
2003-10-16add extra attribute argument to BEFlatType andjohnvg1-4/+4
2003-10-16enable tail recursion modulo cons optimisationjohnvg1-1/+1