summaryrefslogtreecommitdiff
path: root/cgawas.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-24remove use of scratch register on IA32 for shift instructions (by addingJohn van Groningen1-23/+59
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
2006-02-24add generating instruction for converting real to intJohn van Groningen1-3/+9
2006-01-20optimize cmp $0,r , generate test r,r insteadJohn van Groningen1-0/+8
2006-01-11generate code for amd64John van Groningen1-0/+3550