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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-05
use BEGetIntFromArray instead of BECopyInts to fix a problem if integers
johnvg
1
-0
/
+1
2006-01-05
port to 64 bit windows
johnvg
7
-13
/
+41
2006-01-04
add function BEGetIntFromArray, will replace BECopyInts because copying
johnvg
2
-0
/
+8
2005-12-12
another fix for counting the number of arguments in the thunk lifter, to prevent
johnvg
1
-2
/
+2
2005-11-28
fix counting of the number of arguments by the thunk lifter, to prevent
johnvg
1
-20
/
+20
2005-11-22
rename DeltaBId as StdBoolId
johnvg
3
-4
/
+4
2005-11-22
rename DeltaBId as StdBoolId, remove unused SystemFunctionsId and StdArrayAbo...
johnvg
1
-8
/
+4
2005-11-22
remove unused fields im_module_info and dm_module_info
johnvg
1
-8
/
+0
2005-11-21
use new apply
johnvg
1
-0
/
+2
2005-11-21
remove function GetOptionsFromIclFile
johnvg
1
-5
/
+0
2005-11-11
use new selector descriptors for garbage collector
johnvg
1
-0
/
+2
2005-11-11
new selector descriptors for garbage collector
johnvg
3
-17
/
+115
2005-10-28
add -fusion flag
johnvg
6
-31
/
+19
2005-10-06
increment version number because descriptors and apply with >=2 arguments hav...
johnvg
1
-1
/
+1
2005-10-06
#define NEW_APPLY for IA32,
johnvg
2
-4
/
+4
2005-10-06
generate .a directive for constructors
johnvg
1
-1
/
+6
2005-05-30
initialize DoDescriptors and ExportLocalLabels
johnvg
1
-0
/
+2
2005-04-22
increment version number to 2.1.1
johnvg
1
-4
/
+4
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-18
remove typechecker_2.c and typechecker2_2.c
johnvg
1
-0
/
+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
2
-6
/
+13
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
bug fix: correct function kind
ronny
1
-0
/
+0
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
[next]