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
/
codegen1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-09
fix label names for unboxed lists of records with dynamics
johnvg
1
-6
/
+9
2003-01-07
fix generated labels for lazy record field selectors if ExportedLocalLabels==...
johnvg
1
-6
/
+0
2003-01-07
export labels if ExportLocalLabels==True for lazy record selectors
johnvg
1
-2
/
+8
2002-10-22
add boxed records
johnvg
1
-2
/
+25
2002-02-28
remove some code for debugging
johnvg
1
-12
/
+8
2001-12-20
add missing ()'s in test for strict list structor
johnvg
1
-1
/
+1
2001-12-17
implement pattern matching of strict, unboxed and overloaded lists
johnvg
1
-0
/
+23
2001-11-19
fix bug in exporting record labels for Dynamics
johnvg
1
-7
/
+7
2001-10-05
generate and export all labels for records and constructors when ExportLocalL...
johnvg
1
-3
/
+3
2001-09-03
added code for strict and unboxed lists
johnvg
1
-36
/
+204
2001-05-15
changes for dynamic linking (not tested)
clean
1
-11
/
+82
2001-05-15
merged with backend C source code on the mac
johnvg
1
-1
/
+7
2001-03-28
fixed bug in contains_fail
johnvg
1
-5
/
+8
2001-03-27
allow 'else fail' for all if nodes on root or in
johnvg
1
-0
/
+25
2000-07-12
clean 1.3.3 backend again again
clean
1
-0
/
+3738