summaryrefslogtreecommitdiff
path: root/cgopt.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-12implement absR, negI and faster not for the PowerPCJohn van Groningen1-3/+3
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-34/+253
2004-05-12use scratch register during register allocation on IA32John van Groningen1-1/+1
2004-04-23implement umulIIL instruction on the PowerPCJohn van Groningen1-0/+3
2003-05-16remove (enable) FIX_REG_USES_INDEX #defineJohn van Groningen1-63/+3
2003-05-16optimize remainder of non power of 2 constant for IA32John van Groningen1-0/+3949