summaryrefslogtreecommitdiff
path: root/cgswas.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-10rename IMOVEW as IMOVEDB,John van Groningen1-1/+1
add sincosR instruction for IA32, add 32 bit integer and real arrays for AI64
2006-04-25optimize apply with >1 argumentsJohn van Groningen1-2/+42
2006-03-24remove use of scratch register on IA32 for shift instructions (by addingJohn van Groningen1-15/+81
instruction with extra register), IScc, IFScc, IFBcc (by adding IFCcc instructions with extra register), ICMPW (not used anymore) prevent generating FLD and FSTP instructions between FCOMP and FNSTSW instruction
2005-11-11improve printing of stringsJohn van Groningen1-1/+3
2004-07-15add absR and negI for sparc, commit not yet used code for new array ↵John van Groningen1-86/+241
representation
2003-10-03define function w_as_new_data_module if FUNCTION_LEVEL_LINKING macro is definedJohn van Groningen1-0/+6
2003-07-11add .c and .h filesJohn van Groningen1-0/+2446