aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
Commit message (Expand)AuthorAgeFilesLines
...
* added better relocation support (needed for file output)bellard2002-07-141-19/+24
* fixed floating poing compare - use LVAL type - optimized bound checkingbellard2002-07-131-40/+57
* added arg to save_regs()bellard2002-05-131-1/+1
* added optionnal bound check compile - fixed error reportingbellard2002-03-031-1/+4
* moved i368 specific codebellard2002-02-101-0/+7
* stdcall added + floating point fixesbellard2002-01-261-6/+35
* added local bound generation - fixed binary ops - added bound check dereferencebellard2002-01-051-33/+98
* 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