summaryrefslogtreecommitdiff
path: root/cgcalc.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-01use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linuxJohn van Groningen1-0/+3
2006-04-18compute register uses for GFROMF and GTOFJohn van Groningen1-2/+18
2006-03-14improve computation of used registers for reading from arrays, preventsJohn van Groningen1-2/+4
2006-01-20fix bugs in code generation for floating point computations for amd64John van Groningen1-0/+5
2006-01-10port to 64 bit windowsJohn van Groningen1-0/+35
2005-10-06use new apply and new descriptors for IA32,John van Groningen1-2/+11
2005-05-18test for GNEG in mark_graph_1 for all platformsJohn van Groningen1-1/+1
2005-05-11fix bug in mulUUL instructionJohn van Groningen1-1/+1
2005-01-19implement mulUUL and divLU instructions for IA32,John van Groningen1-17/+205
2005-01-13add divU for the PowerPCJohn van Groningen1-4/+4
2004-07-15add absR and negI for sparcJohn van Groningen1-6/+4
2004-07-12implement absR, negI and faster not for the PowerPCJohn van Groningen1-5/+5
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-3/+57
2004-04-23implement umulIIL instruction on the PowerPCJohn van Groningen1-0/+12
2003-07-11add .c and .h filesJohn van Groningen1-0/+2947