aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
Commit message (Expand)AuthorAgeFilesLines
...
* suppressed some buffer overflows - moved function generation to cpu specific ...bellard2002-01-031-0/+44
* added full long long support - added section support - added __attribute__ pa...bellard2002-01-031-98/+178
* use register classes (will allow better and simpler code gen - fixed long dou...bellard2001-12-231-109/+103
* last patches to separate type and value handlingbellard2001-12-221-1/+1
* separated type and value on stackbellard2001-12-201-42/+50
* float updatebellard2001-12-171-19/+82
* new value stack system to handle the futur types (long long and floats)bellard2001-12-161-54/+60
* float parsing + long doublebellard2001-12-131-10/+48
* separated i386 code generatorbellard2001-12-121-0/+531