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
/
instructions.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-04-02
implement foreign export with stdcall
johnvg
1
-0
/
+3
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
2003-12-15
add foreign export
johnvg
1
-0
/
+51
2003-01-09
fix label names for unboxed lists of records with dynamics
johnvg
1
-1
/
+4
2003-01-07
fix generated labels for lazy record field selectors if ExportedLocalLabels==...
johnvg
1
-9
/
+11
2003-01-07
export labels if ExportLocalLabels==True for lazy record selectors
johnvg
1
-10
/
+10
2002-11-18
insert "lR" in type string for unboxed lists of records
johnvg
1
-2
/
+2
2002-11-13
export label with t prefix for records for dynamics
johnvg
1
-3
/
+8
2002-10-21
add new instructions for boxed records
johnvg
1
-2
/
+18
2002-09-03
store record.field name in descriptor for record fields instead of just the f...
johnvg
1
-15
/
+13
2002-06-05
Unix version
ronny
1
-1
/
+0
2002-02-15
initialise number for failing case label for each compile
ronny
1
-4
/
+11
2001-12-17
fix bug in label names of cons for unboxed lists of records
johnvg
1
-5
/
+2
2001-10-05
generate t label for strict records with module and record name when ExportLo...
johnvg
1
-8
/
+8
2001-10-04
fail explicit cases
ronny
1
-0
/
+25
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-2
/
+10
2001-09-03
added code for strict and unboxed lists
johnvg
1
-6
/
+47
2001-05-15
changes for dynamic linking (not tested)
clean
1
-38
/
+180
2001-05-15
merged with backend C source code on the mac
johnvg
1
-10
/
+13
2001-05-01
removed RWS in internal compiler error message
ronny
1
-2
/
+7
2000-10-23
no message
clean
1
-0
/
+16
2000-10-02
bug fix: generate 'in' abc instruction even when there are no parameters
johnvg
1
-4
/
+1
2000-07-12
clean 1.3.3 backend again again
clean
1
-0
/
+3403