aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm_x86_64.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of gas remainsludwig2009-10-261-244/+10
* Fixed amd64 JIT output bug.icculus2009-09-151-1/+1
* * Fix memory leak in win32 VM code (arQon/dmitry)tma2008-08-061-1/+1
* vsnprintf -> Q_vsnprintfthilo2008-03-251-1/+1
* use vm->callLevel to count recursive calls to VM_Callludwig2008-03-241-2/+0
* * Merge unified-sdl to trunktma2007-09-051-1/+1
* new x86_64 vm that doesn't use gasludwig2007-08-161-18/+134
* - fix OP_MODU and OP_MODIludwig2007-07-031-10/+11
* another attempt to fix the alignment, this time hopfully for realludwig2007-07-031-5/+10
* fix stack alignmentludwig2007-07-031-0/+2
* use native stack for vm stack as well, frees one registerludwig2007-06-251-26/+36
* - Fix loads of format string bugsthilo2007-01-241-3/+3
* use mmap to allocate memory for generated code to be able to set PROT_EXECludwig2006-03-041-33/+15
* make memory for generated opcodes executable so the program works withludwig2006-01-061-3/+2
* store temporary files in /tmp to save space in ~ludwig2005-11-131-31/+33
* - crash solvedludwig2005-11-061-0/+2
* - move code for standalone compilation out of vm_x86_64.cludwig2005-11-061-273/+37
* use memcpy for OP_BLOCK_COPYludwig2005-10-291-65/+56
* * Added STATUStma2005-10-291-1/+1
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-271-0/+1264