summaryrefslogtreecommitdiff
path: root/cgstack.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-01fix bug in code generation for 64 bit version, if a real is loaded from a nodeJohn van Groningen1-4/+13
in a previous basic block and allocated in a general purpose register incorrect code was generated
2006-05-01use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linuxJohn van Groningen1-0/+4
2006-01-20fix bugs in code generation for floating point computations for amd64John van Groningen1-1/+5
2006-01-20fix incorrect code generation for return with > 7 floating point parametersJohn van Groningen1-0/+30
in registers and < 2 integer parameters in registers for IA32
2006-01-10fiix bug introduced in previous revision because of incorrect merging of ↵John van Groningen1-0/+1
source code
2006-01-10port to 64 bit windowsJohn van Groningen1-134/+280
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-20/+14
instructions for IA32 add loop optimization code (speeds up jmp to a cmp and branch instruction), not yet enabled
2003-07-11add .c and .h filesJohn van Groningen1-0/+4320