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
/
backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-06
fix previous commit
johnvg
1
-1
/
+1
2016-06-06
fix bug that occurs if the same label name is used for inline code in differe...
johnvg
1
-0
/
+1
2013-03-20
restore some code for reopening files that was accidently removed
johnvg
1
-2
/
+8
2012-09-21
don't try to remove file extension in BEGenerateCode,
johnvg
1
-29
/
+0
2012-06-19
reallocate (enlarge) gCurrentNodeIds array if necessary
johnvg
1
-17
/
+26
2011-09-06
add BEExtendableAlgebraicType
johnvg
1
-0
/
+20
2011-05-10
don't use freopen to redirect stdout and stderror,
johnvg
1
-4
/
+16
2011-03-01
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd...
johnvg
1
-0
/
+5
2011-03-01
in BEConstructorSymbol store constructor index in symb_arity until BERecordTy...
johnvg
1
-14
/
+18
2011-03-01
remove more unused fields and variables
johnvg
1
-11
/
+0
2011-02-25
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd...
johnvg
1
-1
/
+0
2011-02-25
remove some unused fields and variables
johnvg
1
-10
/
+0
2010-10-07
convert negative line numbers to 0,
johnvg
1
-2
/
+2
2009-01-14
add seq
johnvg
1
-2
/
+11
2008-12-19
remove BENrOfBasicTypes
johnvg
1
-1
/
+0
2008-12-19
add integers and rationals
johnvg
1
-0
/
+44
2008-12-19
add ExitEnv_valid
johnvg
1
-0
/
+20
2008-12-19
remove NR_Of_Basic_Denots, BENrOfBasicDenots
johnvg
1
-1
/
+0
2007-02-21
add BEStartFunction
johnvg
1
-0
/
+6
2006-01-31
Moved forward declaration of static functions from inside functions
ronny
1
-4
/
+4
2006-01-04
add function BEGetIntFromArray, will replace BECopyInts because copying
johnvg
1
-0
/
+6
2005-11-22
rename DeltaBId as StdBoolId
johnvg
1
-2
/
+2
2004-04-19
remove TC; types
ronny
1
-6
/
+15
2004-04-02
implement foreign export with stdcall
johnvg
1
-1
/
+2
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
1
-0
/
+15
2003-10-16
add extra attribute argument to BEFlatType and
johnvg
1
-4
/
+4
2003-10-06
use False instead of FALSE, doesn't compile on linux
johnvg
1
-1
/
+1
2003-06-17
removed unused functions
ronny
1
-68
/
+26
2002-12-10
set im_def_module field so that the bit in .comp that
johnvg
1
-2
/
+8
2002-10-21
add BEFlatTypeX and BERecordTypeX for boxed records and
johnvg
1
-4
/
+29
2002-06-05
Unix version
ronny
1
-12
/
+44
2002-03-20
set sdef_exported bit for sdefs in the main dcl module to
johnvg
1
-0
/
+2
2002-02-15
backend.c
johnvg
1
-1
/
+1
2002-02-15
allow record update nodes with more than 2 arguments
johnvg
1
-9
/
+18
2001-11-26
bug fix in initialisation
ronny
1
-4
/
+12
2001-11-01
pass strictness information from C to Clean, print strict exported and all ty...
ronny
1
-4
/
+66
2001-10-05
bind special idents (such as abort, undef from StdMisc) to the correct identi...
ronny
1
-1
/
+51
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-2
/
+4
2001-09-05
print forall typevars in backend
ronny
1
-2
/
+24
2001-09-03
added code for strict and unboxed lists
johnvg
1
-18
/
+282
2001-07-13
bug fix: reverse order of functions (in components)
johnvg
1
-4
/
+4
2001-07-12
uniqueness attributes in backend
ronny
1
-2
/
+64
2001-06-25
generate .depend for current dcl module
ronny
1
-4
/
+11
2001-06-22
local reference counts for CaseNode and DefaultNode
ronny
1
-14
/
+320
2001-06-15
removed comments
ronny
1
-4
/
+1
2001-05-15
merged with backend C source code on the mac
johnvg
1
-1
/
+68
2001-05-09
cases in backend
ronny
1
-4
/
+152
2001-05-09
bail out if illegal command arguments are passed to the backend
ronny
1
-2
/
+2
2001-05-01
Use CompAlloc for memory allocation in backend.c
ronny
1
-7
/
+7
[next]