index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
qcommon
/
vm_x86_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vsnprintf -> Q_vsnprintf
thilo
2008-03-25
1
-1
/
+1
*
use vm->callLevel to count recursive calls to VM_Call
ludwig
2008-03-24
1
-2
/
+0
*
* Merge unified-sdl to trunk
tma
2007-09-05
1
-1
/
+1
*
new x86_64 vm that doesn't use gas
ludwig
2007-08-16
1
-18
/
+134
*
- fix OP_MODU and OP_MODI
ludwig
2007-07-03
1
-10
/
+11
*
another attempt to fix the alignment, this time hopfully for real
ludwig
2007-07-03
1
-5
/
+10
*
fix stack alignment
ludwig
2007-07-03
1
-0
/
+2
*
use native stack for vm stack as well, frees one register
ludwig
2007-06-25
1
-26
/
+36
*
- Fix loads of format string bugs
thilo
2007-01-24
1
-3
/
+3
*
use mmap to allocate memory for generated code to be able to set PROT_EXEC
ludwig
2006-03-04
1
-33
/
+15
*
make memory for generated opcodes executable so the program works with
ludwig
2006-01-06
1
-3
/
+2
*
store temporary files in /tmp to save space in ~
ludwig
2005-11-13
1
-31
/
+33
*
- crash solved
ludwig
2005-11-06
1
-0
/
+2
*
- move code for standalone compilation out of vm_x86_64.c
ludwig
2005-11-06
1
-273
/
+37
*
use memcpy for OP_BLOCK_COPY
ludwig
2005-10-29
1
-65
/
+56
*
* Added STATUS
tma
2005-10-29
1
-1
/
+1
*
add x86_64 vm. experimental, not enabled by default. you need as for it
ludwig
2005-10-27
1
-0
/
+1264