index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backendC
/
CleanCompilerSources
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-31
remove macros _STANDALONE_ and _MACUSER_
johnvg
3
-56
/
+9
2005-03-31
remove InCommandInterpreter and cmdline.h
johnvg
2
-8
/
+0
2005-03-17
makefile for MacOSX / MACH_O
johnvg
1
-0
/
+18
2005-03-17
handle \r as \n when scanning .abc files
johnvg
1
-0
/
+3
2005-03-17
rename bool to bool_
johnvg
1
-6
/
+6
2005-03-17
add convert_file_name
johnvg
1
-3
/
+11
2005-01-25
optimize apply of unknown function with two or more arguments, not yet enabled
johnvg
6
-19
/
+210
2005-01-12
improve names used by the time profiler for functions generated for
johnvg
4
-8
/
+41
2005-01-10
changed version number and name of university
ronny
1
-1
/
+8
2004-07-13
fix conversion of selection (pattern match in lhs of where or let)
johnvg
1
-11
/
+16
2004-07-13
remove syntax problem caused by cvs
johnvg
1
-41
/
+0
2004-06-02
remove overloading_2.o, typechecker_2.o and typechecker2_2.o
johnvg
1
-3
/
+3
2004-05-07
convert hfs file name to unix file name for freopen on MacOSX/MachO
johnvg
1
-0
/
+17
2004-04-29
bug fix: always print ';' in function descriptor names
ronny
1
-2
/
+3
2004-04-29
removed analysis of ident names for instance types (pre-Clean 2.0 code)
ronny
1
-16
/
+0
2004-04-26
convert file names for MachO
johnvg
1
-0
/
+27
2004-04-20
added ')' to #ifdef to fix syntax error
ronny
1
-1
/
+1
2004-04-19
port to gcc on Mac OS X
johnvg
2
-1
/
+12
2004-04-19
port to gcc on Mac OS X
johnvg
1
-3
/
+26
2004-04-19
port to gcc on Mac OS X
johnvg
1
-4
/
+53
2004-04-19
remove TC; types
ronny
1
-6
/
+15
2004-04-14
mark lazy and/or curried entries of cons for list of unboxed records
johnvg
1
-1
/
+9
2004-04-02
implement foreign export with stdcall
johnvg
4
-3
/
+8
2004-03-19
if ExportLocalLabels and strict constructor not used curried and not
johnvg
1
-4
/
+10
2004-03-05
implement tuple result for foreign export / centry
johnvg
1
-1
/
+9
2004-02-20
remove includes of typechecker.h and tctypes.t
johnvg
1
-3
/
+0
2004-02-20
remove include of overloading.h
johnvg
2
-2
/
+0
2004-02-20
remove calls of PrintTCType and InitTypeChecker, change #includes
johnvg
1
-15
/
+1
2004-02-20
remove include of typechecker.h
johnvg
1
-1
/
+0
2004-02-20
include typeconv.h instead of typechecker.h
johnvg
1
-1
/
+1
2004-02-20
remove includes of typechecker.h and overloading.h
johnvg
1
-2
/
+0
2004-02-20
move definition of UserDefinedArrayFunctions to this file
johnvg
1
-1
/
+1
2004-02-20
move prototype of UserDefinedArrayFunctions to this file
johnvg
1
-0
/
+2
2004-02-20
remove prototypes of removed functions, move some prototypes from
johnvg
1
-28
/
+3
2004-02-20
remove prototypes of removed functions, add ListTypes prototype
johnvg
1
-18
/
+1
2004-02-20
move some functions from typechecker or overloading to this file
johnvg
1
-4
/
+34
2004-02-20
remove unused code
johnvg
1
-22
/
+0
2004-02-09
initialise sdef_mark with 0 and remove fields from list of symbols,
johnvg
1
-14
/
+28
2003-12-15
add foreign export
johnvg
6
-0
/
+78
2003-12-09
fix generated code for strict or unboxed list constructor root node on a cycle
johnvg
1
-26
/
+50
2003-12-09
propagate strictness to strict head and/or tail of a strict
johnvg
1
-1
/
+23
2003-12-01
bug fix for strict and unboxed list constructors on a cycle in
johnvg
1
-2
/
+2
2003-10-27
update backend version number for 2.1 release
ronny
1
-1
/
+1
2003-10-22
move include of compiledefines.h, define TARGET_API_MAC_CARBON if KARBON
johnvg
1
-3
/
+3
2003-10-22
remove double include of compiledefines.h
johnvg
1
-1
/
+0
2003-10-22
use KARBON macro only if POWER is also defined
johnvg
1
-1
/
+1
2003-10-21
#define KARBON instead of #undef KARBON
johnvg
1
-1
/
+1
2003-10-16
add extra attribute argument to BEFlatType and
johnvg
1
-39
/
+33
2003-10-16
add extra attribute argument to BEFlatType and
johnvg
1
-4
/
+4
2003-10-16
enable tail recursion modulo cons optimisation
johnvg
1
-1
/
+1
[next]