summaryrefslogtreecommitdiff
path: root/cginput.c
AgeCommit message (Collapse)AuthorFilesLines
2006-01-10port to 64 bit windowsJohn van Groningen1-2/+39
2005-12-06add pushLc instruction for pushing the value of a label, withJohn van Groningen1-0/+1
a '_' or '.' added at the beginning if this is specified in the c ABI for this platform
2005-11-11add .descs directive for selectorsJohn van Groningen1-1/+4
2005-10-06use new apply and new descriptors for IA32,John van Groningen1-0/+6
add addLU and subLU instructions for IA32
2005-01-19implement mulUUL and divLU instructions for IA32,John van Groningen1-5/+27
define acos, asin, exp, ln and log10 instructons only for M68000 platform, add code for jsr_ap and jmp_ap instructions (not yet enabled)
2005-01-13add divU for the PowerPCJohn van Groningen1-1/+1
2004-12-08add jsr_ap and jmp_ap instructionsJohn van Groningen1-0/+2
2004-07-15add absR and negI for sparc, commit not yet used code for new array ↵John van Groningen1-7/+5
representation
2004-07-12implement absR, negI and faster not for the PowerPCJohn van Groningen1-2/+2
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-0/+18
instructions for IA32 add loop optimization code (speeds up jmp to a cmp and branch instruction), not yet enabled
2004-04-23implement umulIIL instruction on the PowerPCJohn van Groningen1-0/+3
2004-04-19port to gcc on Mac OS XJohn van Groningen1-1/+1
2003-05-16bug fix for .pb with \ in stringJohn van Groningen1-1/+12
2003-05-12cginput.cJohn van Groningen1-0/+2570