summaryrefslogtreecommitdiff
path: root/src/qcommon/vm_x86_64_assembler.c
AgeCommit message (Collapse)Author
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ↵Thilo Schulz
etc., patch by linux@youmustbejoking.demon.co.uk and Zack Middleton
2013-01-09Fix is*() functions for windows where long value is 4 bytesThilo Schulz
2013-01-09- Fix SEGV in while loop getop() after t = b = 0 - Fix iss8, iss16 and iss32 ↵Thilo Schulz
which would not correctly detect 32-bit signed integer range - Add support for "addb", "subb" etc. assembler mnemonic - Change opStack protection for x86_64 VM: No overflow checks necessary anymore as offset register is 1 byte long only
2013-01-09move MIN/MAX definition, use MIN() instead of min(), patch by DevHCThilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Merge ioq3-r1666Tim Angus
2007-09-06* De-quakeTim Angus
2007-08-24* Merged ioq3-r1133Tim Angus
+ PNG image loader + Non-gas dependent x86_64 VM + Collision optimisations + Slew of other bug fixes