summaryrefslogtreecommitdiff
path: root/cgawas.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-26implement IFABSJohn van Groningen1-0/+70
2006-05-31fix printing of integers of more than 32 bitsJohn van Groningen1-1/+1
2006-05-29use offset -24 for apply update entry if profiling is usedJohn van Groningen1-5/+3
2006-05-11allow shifts up to 63 bits instead of 31John van Groningen1-2/+2
2006-05-10add shift_s instructions, port printf calls to linuxJohn van Groningen1-2/+88
2006-05-01use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linuxJohn van Groningen1-5/+8
2006-03-24remove use of scratch register on IA32 for shift instructions (by addingJohn van Groningen1-23/+59
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