summaryrefslogtreecommitdiff
path: root/cgcode.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-08add jsr_ap and jmp_ap instructionsJohn van Groningen1-49/+72
2004-07-15fix typosJohn van Groningen1-1/+1
2004-07-15add absR and negI for sparc, commit not yet used code for new array represent...John van Groningen1-87/+159
2004-07-12implement absR, negI and faster not for the PowerPCJohn van Groningen1-4/+4
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-4/+92
2004-05-14optimize code generation for x+c,c+x,x-c and c-x array indicesJohn van Groningen1-5/+170
2004-05-12optimize generated code for array indices x+c,c+x and x-c for IA32John van Groningen1-16/+106
2004-04-23implement umulIIL instruction on the PowerPCJohn van Groningen1-0/+20
2004-02-06remove unnecessary special case for I486John van Groningen1-4/+0
2003-10-03generate more data modules if FUNCTION_LEVEL_LINKING macro is definedJohn van Groningen1-6/+6
2003-07-11define mul,div and rem labels for sparcJohn van Groningen1-4/+22
2003-05-12cgcode.cJohn van Groningen1-0/+8213